Pages
-
Recent Posts
Categories
Links
Meta
Category Archives: Web Development
The PHP Switch Statement
The PHP switch statement is a good substitute for a lot of “if, “else”, and “elseif” statements. The switch statement is much more efficient than the “if”, “elseif” statements, however there are some quirks that you should be aware of … Continue reading
Posted in PHP
Leave a comment
NetBeans 7.1 Review
One of outcomes of switching jobs is you lose some of your favorite tools. For me that was Zend Studio. Having done PHP development full time for many years, Zend Studio had become my IDE of choice. Since Zend Studio … Continue reading
Posted in Development Tools, Software Reviews
14 Comments
PHP array_push, and other array manipulators
Every once and a while I like to take a closer look at a particular function that I use quite frequently. This let’s me make sure I’m using that particular function to the best possible effect. I find it also … Continue reading
Posted in Sorting Arrays
Leave a comment
PHP Tools
Happy New Year! For the start of the new year, I thought I’d review some of the PHP tools you should be learning, and using, to up your game in the coming year. One of the challenges of a technical … Continue reading
Posted in PHP
Leave a comment
Setting the Focus on the Google Home Page
This is just a quick hitter for those folks that use Firefox as their main browser, and Google as their home page. I am getting tired of having to reconfigure my system every time we get automatic updates. A … Continue reading
Posted in Browsers
7 Comments