Logitech G5 vs. Razer Diamondback
Wednesday, February 27th, 2008 Posted in Gaming | No Comments »Logitech G5 Pros: Side buttons very nice Shape Texture is coarse for grip but perfectly comprtable Cons: Worst mouse wheel I can recall using Very stiff, hard to click the button Hard to press the button without accidentally scrolling Stiff mouse cord tugs and pushes the mouse around a ...
Reset lost admin password in osCommerce RC1+
Friday, February 22nd, 2008 Posted in Technical Issues | 9 Comments »Forgot your admin password in the newer versions of osCommerce? Either of these two fixes will reset your password to "pass". Get into your database with something like phpMyAdmin Go into the "administrators" table Edit the record there for the user "admin" Replace the ...
MySQL Update Query
Thursday, February 21st, 2008 Posted in Programming | No Comments »Reminder to myself what a MySQL update query looks like. [code]UPDATE products SET products_length=0, products_width=0, products_height=0 WHERE products_width='12';[/code]
Easy PHP/Javascript rollover images for osCommerce links
Thursday, February 14th, 2008 Posted in Programming | No Comments »The javascript portion: [code lang="php"] [/code] The links portion (place below the first part somewhere): [code lang="php"] [/code]
Replacing your main hard drive is actually really easy
Friday, February 8th, 2008 Posted in Tips, Tricks | No Comments »I recently had to swap out a hard drive on a perfectly good computer here at work. I needed to do this quickly, so I found out about Acronis True Image. This program lets you make a bootable disc that ...
Easy Windows Explorer Tweak
Friday, February 1st, 2008 Posted in Tricks | No Comments »You can make Windows Explorer start in whatever folder or drive you want! I always found it really annoying how it would start in "My Documents", which after a while has so many subfolders in it that you have to ...
Random black screens
Friday, February 1st, 2008 Posted in Technical Issues | No Comments »Problem: My friend has a computer that was acting up. The screen goes black (disconnects, orange light) when opening up big programs, or in the middle of game play, etc. Solution: Increase the voltage on the ram. I'm not sure how ...