Tuesday, December 12, 2006

FlashEarth


FlashEarth is a new flash based satellite site that uses images from Google Earth and several others. You can also save you favorite views as links:

Check out Disneyland

Friday, November 17, 2006

PageFrag

This is a cool uility that lets you schedule a pagefile defrag on the next boot:

PageFrag

Friday, October 20, 2006

Cool Free XP Macro Maker


I had this problem where my monitor was always blinking when I boot up. The cause of the problem is my KVM switch. To fix it a had to change my refresh rate and then change it back. I finally got tired of doing this and downloaded AutoHotkey. You start the program them hit “record”. I did my "refresh rate" routine with the mouse and then hit “stop”. After that I opened the macho text file with notepad and added a delay at the beginning. Finally, I used the AutoHotkey "exe" converter and converted my script into an executable file. Too Cool! I also looked at the help and learned that it's a full fledged macro language if you want to do more than point and click. Now I have a handy automatic refresh rate changer in my “Startup” folder.

Wednesday, July 26, 2006

Flaming vortex of DOOM!

Click the Picture


"Computer cooling fan (as big as possible)" is what hoooked me.

Sunday, July 16, 2006

Call The Future

I've already used this. It's a nice trick to have for when you need to get out of a meeting.

Monday, July 10, 2006

BAT to EXE

This guy at renegadetech.blogspot.com
has a pretty cool tip on changing a .bat or .vbs file into a .exe file with only using Windows built in utilities.