public marks

PUBLIC MARKS from nhoizey with tags clevermarks & doc

2010

2009

2007

Natural Docs

by 7 others
Natural Docs is an open-source, extensible, multi-language documentation generator. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it.

2006

Main Page - Patterns For PHP

by 1 other
Patterns for PHP is a repository of Design Patterns implemented specifically for PHP. Tired of seeing Java implementations? Just want to see what Patterns are all about? Then come on in, browse, and if you wish, contribute to the growing number of Design Patterns with PHP centric descriptions and examples.

Prototype Dissected - snook.ca

by 20 others (via)
n getting to know Prototype a little better, I decided to go through the latest version of the Prototype library (1.5.0_pre0) and detail every method and property that was available. In doing so, I got a much better understanding of how the code works