public marks

PUBLIC MARKS from fredbird with tags tech & dev

20 July 2005

Catalog of Patterns of Enterprise Application Architecture

by 1 other
These pages are a brief overview of each of the patterns in P of EAA. They aren't intended to stand alone, but merely as a quick aide-memoire for those familiar with them, and a handy link if you want to refer to one online. In the future I may add some post-publication comments into the material here, but we'll see how that works out.

19 July 2005

Content with Style: Database-driven tree structures with XML and XSLT

by 1 other
This article deals with the display of tree-structures that are driven by a database. There are actually a few approaches to transform a 2-dimensional structure into a tree, and it seems odd that most are unknown to many developers.

21 June 2005

Table of Contents - Practical PHP Programming

by 10 others
Welcome to the home of the online book, "Practical PHP Programming". The latest copy of the book will always be kept here.

Mastering recursive programming

by 4 others
Recursion is a tool not often used by imperative language developers, because it is thought to be slow and to waste space, but as the author demonstrates, there are several techniques that can be used to minimize or eliminate these problems. He introduces the concept of recursion and tackle recursive programming patterns, examining how they can be used to write provably correct programs.

05 June 2005

CeCILL

by 4 others
CeCILL, adaption française de la GPL par le CEA, le CNRS et l'INRIA.

02 June 2005

Content with Style: MVC in smaller web applications

by 2 others
Web development is, in many cases, a process where time is a crucial factor. As coding is usually the last step in the process, all things come together and prior mistakes are revealed.

Content with Style: XML as intermediate application layer

In this article I want to share my thoughts on techniques for keeping our code XML-based - so there's no need to get your hands dirty in your application code to change the markup that is rendered afterwards. Most things will be PHP related though.

12 May 2005

Koders - Source Code Search Engine

by 17 others
a search engine for source code, filtering by language and license !