26 Firefox Add-ons for Web Designers

It’s about the right list covering what Firefox has available right now for Web designers and developers: http://www.instantshift.com/2009/01/25/26-essential-firefox-add-ons-for-web-designers/ Here’s a clip from the post: It’s no secret that web designers and developers love Firefox! Firefox provides an endless amount of … Read More

PHP Announced Winner

A pretty nifty blog post entitled Why PHP Won lists 4 main points as to why the adoption of PHP for most Web projects today outpaces those built on Perl CGI. You can read the post Why PHP Won here: … Read More

How to Check Loaded Extensions on Linux

If you’d like to check your loaded extensions on a Linux machine, create a PHP file with this line: print_r(get_loaded_extensions()); If the file where named print_extensions.php, save and run your file from the command line: php print_extensions.php That’s it. This … Read More

How to Change Shell to Bash

If you’d like to change your shell to bash you can first view your shell by entering the following at the command line: echo $SHELL To change your shell to bash you’ll need to know it’s location. For FreeBSD enter … Read More

Google eCommerce Tracking with osCommerce

Below are some notes on how I implemented Google eCommerce Tracking with my osCommerce store. You can view Google’s instructions on enabling e-commerce tracking here: http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55528 In order to add Google transactions tracking to my osCommerce store I needed to … Read More

osCommerce Tax By State

There is sometimes confusion with the setup of state specific tax rates with osCommerce. For instance if you are charging state taxes shipped within state for such states as Ohio (OH) or California (CA) then you need to assure that … Read More