This is for Vista as well as XP. It worked for me, no guarantees, but it worked Go to the start button, select run type in prefetch click ok when the screen comes up with a list delete all of them this should take care of the superfetch problem (There is a little more to …
Author Archives: Prosoxi.com Webmaster
Windows Update error code 80070424
1. Click Start. Choose Run. 2. In the Run box, type: regsvr32.exe wuaueng.dll 3. Click OK.
Windows Keyboard Shortcuts
Windows Keyboard Shortcuts I like to figure out the fastest way to do things. I hope these things will help you become the power user that lies within. These keystrokes have been tested on Windows XP Professional. Some may not work on older systems (although most do). Please note that Ctrl is short for the …
.htaccess Generator
.htaccess File Wizard The .htaccess is a simple method that allows you to customise the way the webserver works on a per directory basis. The .htaccess file is a simple ASCII text file, which when placed in a certain directory in your webspace, will cause the webserver to use that configuration on all files in …
Absolute CSS Boxes
Quite some time ago, I had an argument with a friend who is a big fan of Microsoft products. While I’m no Xbox hater, I am not very fond of some of their more shoddy products such as Internet Explorer. He was justifying the shortcomings of IE6, saying that absolute positioning is rarely used in …
Flash convert String To Number
var myhe:Number=parseInt(mystring);