parsing

Robert Basic's Blog: Book review - Guide to Web Scraping with PH...

PHPDeveloper.org  Wed, 06/01/2011 - 08:28

In this new post to his blog Robert Basic has a review of a book from php|architect (by Matthew Turland), "Guide to Web Scraping with PHP".


 

Padraic Brady's Blog: Zend Framework Proposal: ZendHtmlFilter (H...

PHPDeveloper.org  Tue, 09/07/2010 - 09:13

Padraic Brady has a new post on his blog talking about a new proposal he's made for the Zend Framework about filtering and sanitizing HTML content.


 

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.