A Path Less Taken

Breaking with convention in a very conventional fashion. Powered by WordPress

"The mightiest oak in the forest is just a tiny nut that held its ground."
Fortune Cookie

Friday, November 21, 2008

Category: Web Development Author: JJ 0 Comments

Sometimes you just have to give credit where credit is due.  Gavin Williams in his blog “just another developer” posted a helpful article on getting started using the Dojo Javascript Library with the Zend Framework.  A link to the article is provided below.  My thanks to Gavin for a push in the right direction!

http://blog.justanotherdeveloper.co.uk/2008/07/23/zend-framework-and-dojo/

Sunday, November 2, 2008

Category: Web Development Author: JJ 0 Comments

Regular expression syntax is very difficult for beginners to get a firm grasp on. As a learning exercise I considered creating a reference here for my own use. After searching the web I found several tutorials that were helpful in describing the various parts of regular expressions and how they could be used. I have included several here for myself and for you.

http://www.zytrax.com/tech/web/regex.htm - Regular Expression User Guide

http://www.regular-expressions.info/tutorial.html - Regular Expression Tutorial