All posts by Ed Reckers

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