August, 2007 Archive

32-bit Windows Vista vs. 64-bit Windows Vista

August 31, 2007 by Jason

One of the core differences between 32-bit and 64-bit editions of Windows Vista is of course how much system memory the two variants of Microsoft’s latest operating systems can use. Users have to understand that Microsoft alone limited 32-bit Vista to a maximum of 4 GB of RAM while taking the high-end editions of 64-bit Vista up to 128 GB of RAM. The fact of the matter is that Microsoft could have tailor fitted both 32-bit Windows Vista and Windows XP to address well in excess of 4 GB of system memory, but didn’t. The best argument related to the possibility of introducing support for over 4 GB of RAM with x86 Vista and XP is the fact that Microsoft does feature 32-bit Window operating systems that do it. Case in point Windows Server 2003, Enterprise Edition (32 GB of physical RAM), Windows Server 2003, Datacenter Edition and Windows Server 2003 SP1, Enterprise Edition(64 GB of physical RAM) and Windows Server 2003 SP1, Datacenter Edition (128 GB of physical RAM). All these server side Windows operating systems are 32-bit platforms.

So why hasn’t the same been done with Windows Vista? Well, just because the 32-bit server operating systems can support in excess of 32-bit of RAM does not mean that it is the ideal solution. Far from it in fact, it is something more of a hack. Read More»

Download Ajax View to Monitor JavaScript in IE7

August 31, 2007 by Jason

The Ajax View JavaScript Instrumentation Proxy is the end result of the work from Microsoft Research. Essentially the tool is designed to act as a HTTP proxy focused on monitoring the performance and behavior of JavaScript applications within Internet Explorer 7, although Ajax View is not limited to just Microsoft’s browser. The Redmond company only recently delivered a public version of Ajax View under an academic and non-commercial use license.

“Ajax View is an HTTP proxy that instruments JavaScript as it’s served to the client based on a set of rules defined by plug-ins. The download includes a plug-in that contains a commented sample instrumentation policy. This design has a couple important effects. [First off] you can customize Ajax View to monitor exactly the JavaScript behavior you’re looking for, whether it’s about performance, or how people navigate through your site. And using Ajax View does not require modification of either the page source or the browser,” explained John Hrvatin, Program Manager, Internet Explorer. Read More»

Resolve Windows Vista Out of Memory Errors

August 30, 2007 by Jason

Windows Vista “out of memory” errors are intimately connected with the way the operating system manages virtual address space. On Microsoft’s latest operating system, applications have their very own private virtual address space. You must understand that there is no correlation between the virtual address space available to a certain program and the total volume of physical memory installed on the computer. On 32-bit platforms, applications are generally limited under a 2 GB boundary as the maximum size of the virtual address space. In this context, the “out of memory” errors in Windows Vista are generated by applications that have eaten up all the virtual address space allocated to them.

“Every memory allocation, file mapping, or library that is loaded by an application consumes space in this virtual address space. When the application consumes all its virtual address space, any additional such operations fail. Although all applications should be coded to handle memory allocation failures, many applications do not recover correctly from such failures. Therefore, the programs may become unstable or stop responding after they recover from such failures”, Microsoft informed. Read More»

Vista SP1 Beta in September, Release in Q1 2008

August 29, 2007 by Jason

Now is the time and the time is now: let’s talk about Windows Vista Service Pack 1 (SP1). Much has been made of what will or will not be included in SP1 and when it will be released (some accurate, some otherwise). I’m here to set the story straight: we’re in the process of developing and deploying a Beta version of SP1. This post will describe for you what to expect from that effort and how you can be involved in the process.

First, a note on service packs. As you are aware, service packs are part of our traditional software lifecycle; they’re something we do for most major products as a commitment to continuous improvement. But, the servicing situation has changed with the advent of Windows Vista, as we no longer rely solely on service packs as the main vehicle used to deploy system fixes and improvements. Read More»

Speed Up and Clean Out Windows

August 29, 2007 by Jason

I am naturally wary of any program that claims to be able to speed up Windows and solve performance problems. They rarely do any good and in some cases can make things even worse. I’m not about to change my mind since no single program can hope to cover the near infinite range of problems on a well-used PC and until now I have used a variety of tools and utilities to address specific issues, but now many of them – plus some new ones – have been gathered together in one place, in an excellent free application called Glary Utilities.

It covers five different aspects of your PC’s operation: Clean Up and Repair, Optimise and Improve, Privacy and Security, Files and Folders and System Tools, and each one leads to a collection of individual tools. Read More»

How To Uninstall Vista on Dual Boot Machine

August 28, 2007 by Jason

Recently I bought a new high-end computer and the Nvidia GeForce 7600GT Graphics Card which makes the best combination to run Vista. I installed Windows Vista on one of my drives leaving Windows XP unchanged and untouched on my default C drive. After playing around a little in Windows Vista it revealed on me that most of my hardware drivers and some softwares were not compatible with Vista so I decided to switch back.

Uninstall Vista on Dual Boot Machine

I formatted the drive containing Windows Vista but the problem is that whenever the computer restarted it showed the dual-boot option for Vista and for Windows XP even though I had deleted Windows Vista. After a little research I came over a solution that helps you fix the dual boot issue for a clean Vista uninstall. Read More»

How To Make YouTube Videos Load Faster

August 28, 2007 by Jason

Watching videos have become more of a usual job than a frenzy time passing hobby nowadays, yet with low connection speeds things are only turning sad. Videos need to be buffered, that leads to some amount of loading time leaving you deserted for moments.

It’s time you take some action to make YouTube Videos to load faster. Here are 3 tips for you:

1. Use SpeedBit Video Accelerator

If you frequently watch YouTube videos, you can get rid of slow loading times and make them load faster with the help of a tool called SpeedBit Video Accelerator. Read More»

How to autorun programs from USB Flash Drive

August 28, 2007 by Jason

How to autorun programs from USB Flash DriveLike we have autoplay feature on CDs, it’s possible to autorun programs and applications from your removable USB flash drive, provided you use it on Windows XP SP2.

Here’s a quick guide on how to autorun portable applications from your USB drive. Read More»

Trick To Increase Browsing Speed for IE and Firefox

August 27, 2007 by Jason

You really don’t need to tweak your browser in case you are using Firefox because it is a browser which has been specially designed for optimized and fast browsing but if you can make it even a little more fast that would certainly be a treat for you. Likewise there is a trick to make Internet Explorer 6 fast too. Browsers are designed to work with fast connections but with this trick even dial-up users can experience fast and smooth browsing.

Optimize Firefox and IE Browsing Speed

I shall be teaching you two tricks which work separately on Firefox and Internet Explorer. It doesn’t require you to be some expert rather all you have to do is change some registry values and you are done. I have also included a video tutorial for those who want to see it step by step visually. This is perhaps one of the oldest tricks to optimize Firefox and IE but it still works great. Read More»

Fix for mplayer in Firefox under Ubuntu is not working

August 26, 2007 by Jason

Online videos (mpeg and some wmv files) were not playing in Firefox under Ubuntu Edgy in my desktop.The problem could be mplayer for Firefox installed and totem for Firefox plugin also installed .First You need to uninstalled the totem plugin from the terminal using the following command sudo apt-get remove totem-mozilla

Now you need to reinstalled mplayer plugin for Mozilla and now your mplayer should work in firefox.

If you don’t want to uninstall totem plugin, you can try this in a terminal Read More»