Slow Windows Load Time

Posted in Technical Issues, Tricks on October 14th, 2008 by Ryan

I’m trying to solve a problem where my computer at work takes forever to become usable after logging onto windows.

Edit: For lazy people, the end result was mapped drives were slowing boot time significantly. The following tweaks helped only with the delay between logging in and seeing the taskbar.

First thing I tried was various performance tweaks from TweakXP.

Read more »

Make icons in Photoshop (Free plugin)

Posted in Customization, Tips on October 9th, 2008 by Ryan

Toby Thain has made a free plugin for Photoshop that lets you save graphics as .ico files. It’s not over the top like some plugins, its just real basic save as, pick the sizes, etc. Download it here.

Updates to the Zack Same Music Blog (2008/10)

Posted in Other on October 8th, 2008 by Ryan

I decided to work on making my music blog better tonight.

New features:

  • AJAX search bar (in the header)
  • The ability to rate artists, with highest rated stats on the sidebar
  • An archives page
  • A “browse” page where you can browse artists alphabetically
  • A tags page for browsing genres
  • Some new posts

Useful hMailServer Tips & Tricks

Posted in Technical Issues, Tricks on October 8th, 2008 by Ryan

Tricks

Spam

Dealing with Problems

osCommerce Error: Unable to determine the page link

Posted in Programming, Technical Issues on October 2nd, 2008 by Ryan

This is a simple PHP4 -> PHP5 error. Make sure the following is in your .htaccess file.

php_flag register_globals On
php_value register_long_arrays On