On the Liip blog there's a new post that compares some of the popular PHPDocumentor-formatted comments parsers.
They're looking specifically at the support for interfaces, not just the usual classes and methods.
syntaxLiip Blog: PHPDoc Compilers and the @inheritdocPHPDeveloper.org Tue, 07/26/2011 - 08:29
On the Liip blog there's a new post that compares some of the popular PHPDocumentor-formatted comments parsers. ServerGrove Blog: Editing Twig Templates in DreamweaverPHPDeveloper.org Fri, 03/04/2011 - 10:16
On the ServerGrove blog today there's a new post showing how you can set up Dreamweaver to be able to edit Twig templates directly, complete with syntax highlighting. Text editing with Nano made easyLinux Today Wed, 06/23/2010 - 00:04
TuxRadar: "Nano supports syntax highlighting. Nano supports text justification. And yet, Nano is so much easier than Emacs or Vim. Tags:
Zend Framework Routing with XML - Zend Developer ZonePlanet PHP Wed, 05/12/2010 - 09:41
If you use Zend Framework you probably used the initRoutes() function in your Initializer.php to create nice URI's and creating some different routing in your application. Clojure’s Mini-languagesLambda the Ultimate - Programming Languages Weblog Tue, 03/23/2010 - 20:56
A nice blog post about "little mini-languages" that form part of the syntax of Clojure. Why Use GNote When There’s Tomboy?Linux Today Mon, 12/14/2009 - 19:32
Every Joe: "GNote is interesting is an interesting application because it is a sticky notes application which allows wiki-like syntax, linking, and so on. Brandon Savage's Blog: Why Interfaces RockPHPDeveloper.org Fri, 09/25/2009 - 08:11
According to the latest post on his blog Brandon Savage thinks interfaces rock: Sculpting Sound with Boodler 2.0Linux Today Thu, 09/17/2009 - 11:02
Linux.com: "Boodler is a cross-platform audio tool with which you can construct and play back sound streams composed in a simple, Python-based syntax." Bash Process SubstitutionLinux Journal - The Original Magazine of the Linux Community Thu, 05/22/2008 - 10:21
In addition to the fairly common forms of input/output redirection the shell recognizes something called process substitution. |