public marks

PUBLIC MARKS from fredbird with tag dev

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.

CeCILL

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

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.

May 2005

Aardvark Firefox Extension

by 34 others
a tool to show page elements details on rollover.

Collectif L'OUVRE-BOITE

by 15 others
initiatives sur le partage d'informations

AjaxPatterns

by 1 other
This is an in-progress collection of AJAX patterns

Some ideas to improve tags use in social software

by 2 others
Where categories are managed by specialists in order to achieve the best classification, tags are users rough approximation of classification for a practical use. Here is a small proposal to improve flat hierarchy efficiency by patching it with some bits of categorization, while keeping the tags theirselves simple and natural...

Koders - Source Code Search Engine

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

Joel on Software - Making Wrong Code Look Wrong

by 5 others
making robust code by literally inventing conventions that make errors stand out on the screen.

JavaScript Optimization

by 1 other
This document is intended to serve a number of purposes. One, it is intended to be a compendium of JavaScript optimization techniques, a place where one can turn to find optimization examples, some well known to JavaScript Programmers, and some not so well known. Two, it is also a source of performance information with regard to how these techniques perform in comparison to each other. Lastly, it is intended to address the issue of which programming optimization techniques work as intended in the interpreted environment in which JavaScript code runs

Classes.ScriptsPHP.org

by 2 others
un portail autour du php

April 2005

DOMPDF - The PHP 5 HTML to PDF Converter

by 11 others
dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP.

March 2005

Unobtrusive Javascript

by 6 others
On the following pages we will discuss and see how we can use Javascript, but still maintain accessibility.

AlphaFilter()

by 1 other
collection de ressources autour du developpement web

Logiciels Libres - Savoir - Volume L - R de réel

Les logiciels libres sont aussi la réalisation concrète d’une utopie, où la propriété et l’individualisme sont abolis. [...] Un petit pas pour leur ordinateur, un grand pas pour l’humanité.

fredbird.org

by 2 others
Le monde est grand, le web le rétrécit. Un point de vue libertaire sur le vaste monde et nos petites vies.

February 2005

January 2005

YAML Ain't Markup Language

by 5 others
a wannabe standard for data formatting, without markup (therefore, not xml-compliant)