Archive for October, 2008

Slow Windows Load Time

Tuesday, October 14th, 2008 Posted in Technical Issues, Tricks | 1 Comment »

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 ...

Make icons in Photoshop (Free plugin)

Thursday, October 9th, 2008 Posted in Customization, Tips | No Comments »

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)

Wednesday, October 8th, 2008 Posted in Other | No Comments »

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 ...

Useful hMailServer Tips & Tricks

Wednesday, October 8th, 2008 Posted in Technical Issues, Tricks | No Comments »

Tricks Using TrendMicro Security Server Speedup downloading large attachments in Thunderbird Use hMailServer to share email across a home network Spam Installing ASSP with hMailServer Use ASSP with hMailServer Add ASSP multiple report buttons in Microsoft Outlook Dealing with Problems Very large mailbox crashes hmailserver

osCommerce Error: Unable to determine the page link

Thursday, October 2nd, 2008 Posted in Programming, Technical Issues | 3 Comments »

This is a simple PHP4 -> PHP5 error. Make sure the following is in your .htaccess file. [code]php_flag register_globals On php_value register_long_arrays On[/code]