syntax

Liip Blog: PHPDoc Compilers and the @inheritdoc

PHPDeveloper.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.

They're looking specifically at the support for interfaces, not just the usual classes and methods.


 

ServerGrove Blog: Editing Twig Templates in Dreamweaver

PHPDeveloper.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 easy

Linux 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.

Discover the hidden power of this versatile command line text editor"


 

Zend Framework Routing with XML - Zend Developer Zone

Planet 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.

To create a customized route for your application you can use the Zend_Controller_Router_Route class from the Zend Framework.

If you use the common syntax you have to repeatedly build routes in code for all routes in your application.

This makes it not maintainable for programmers. To fix this problem we are going to use a XML file with all routing information.


 

Clojure’s Mini-languages

Lambda 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.

And it looks very much like Tomboy, as it’s a re-write of that application."


 

Brandon Savage's Blog: Why Interfaces Rock

PHPDeveloper.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.0

Linux 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 Substitution

Linux 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.

Although not documented as a form of input/output redirection, its syntax and its effects are similar.

read more