learning
learning
Drupal
Mon, 11/24/2008 - 12:03 | by philipnorton42Drupal is a CMS system that can be freely downloaded and used from the Drupal website. It is not an object orientated PHP driven system and so everything is available through function calls and variables.
reWork: A Regular Expression Workbench
Fri, 03/21/2008 - 17:11 | by philipnorton42Regular expressions are a very useful tool for any programmer wanting to validate input, format strings, change words, reformat data or even split apart a string into an array. However, when you are starting out, writing them it can be hard going, they are not very easy to learn and the only way to really understand them is to practice, practice, practice.