parsing

warning: Parameter 2 to views_rss_views_feed_argument() expected to be a reference, value given in /home/0all/drupal-5.9/includes/module.inc on line 406.

Manuel Pichler's Blog: PHP_Depend jumps on the D-BUS

PHPDeveloper.org  Thu, 11/19/2009 - 12:46

Manuel Pichler has a new post today about a feature he's added into the PHP_Depend application that tracks the dependencies in your code - a bit of DBus magic.


 

DevShed: Developing a URL Handling Helper Class in PHP 5

PHPDeveloper.org  Mon, 08/03/2009 - 10:03

DevShed has continued their series looking at helper classes in PHP5 applications with this new tutorial about building a URL class to help with parsing and manipulation.


 

Phil Windley's DSL adventures

Lambda the Ultimate - Programming Languages Weblog  Sun, 09/07/2008 - 00:04

Phil Windley has has a new startup, and he is documenting some of aspects of their design process (business and technical) on his blog.

For us the nice part is that he is building a DSL. Here is an explanation why building a DSL makes sense (not that we need one, over here, but still a nice analysis).

And here is a discussion of high order perl and parsing.