My Favorite Firefox Add-Ons

Published: December 6, 2011

Firefox is currently my web browser of choice.  One of the reasons I like Firefox best is the selection of Add-Ons to extend functionality.  Here is a list of my favorite Firefox Add-Ons and why I like them. Read more…

Firefox Web Browser Tips

Published: November 1, 2011

Over the course of my programming career I have worked with all web browsers including Chrome, Firefox, Internet Explorer, Opera, and Safari.  Out of all these browsers Firefox is my favorite.  It has great documentation and support, a large community, and fantastic plugins/add-ons.  If you use Firefox too then you may find the following helpful. Read more…

Warning: Expression Result Is Never Used

Published: October 4, 2011

I was recently quality control checking some code and decided to run the code analyzer in my IDE, Zend Studio, as an ancillary step in my review process.  I received a couple of warnings which stated “Expression result is never used”.  Despite the warning the PHP code worked just fine.  After further investigation I discovered why the analyzer was throwing the warning message. Read more…

Warning: Assignment In Condition

Published: September 6, 2011

I was recently writing some simple procedural scripts without using my favorite framework, Zend Framework, and was using the code analyzer in my IDE, Zend Studio, when I got an “Assignment in condition” warning.  Some of the code I had copied directly from php.net.  When I looked further into the warning I discovered the problem. Read more…

Deleting Files And Directories With PHP

Published: August 2, 2011

It’s not uncommon to be given project specifications that require the ability to dynamically delete directories and/or files. Sometimes we need to delete only one directory or file and other times we need to delete multiple directories or files. There are also times when we need to recursively delete files and folders and this takes a little more effort. Read more…

Next Page »

Home · About · Domains · Hosting · Development · Portfolio · Blog · Contact · Legal Disclaimer · Privacy Policy · Secure

Copyright © 2012 · Lively Web Design