9Apr/080
PhpDelicious – a wrapper class for the del.icio.us API
PhpDelicious is a PHP 5 library for accessing the del.icio.us API. It combines data from the main REST and JSON APIs and presents a consolidated interface.
22Feb/080
jslint: The JavaScript Verifier
JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is.