Pages
-
Recent Posts
Categories
Links
Meta
Category Archives: Web Development
Installing the CKEditor in Drupal 7
I had the opportunity to install Drupal 7 for the first time in a couple of years, and I was looking forward to re-acquainting myself with the latest from the Drupal community. My last go round with Drupal was with … Continue reading
Joomla 2.5/1.7: Automatically assign users to a group based on email
Access control advancements are the primary reason I moved many of my Joomla efforts beyond 1.5. One request that I hear repeatedly is to have access control automatically added when a user registers. In its most basic form, this is … Continue reading
Posted in Joomla
18 Comments
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
17 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
2 Comments