June 2006
Installer le framework PHP Symfony sur Ubuntu Dapper Drake - Prendre un Café
by nhoizey & 5 others (via)A l'instar de RoR, Symfony est basé sur le motif de conception MVC et utilise une couche d'abstraction d'accès aux données et d'implémentation AJAX. Il est développé en PHP5 par une équipe française, cocorico ! Voyons ensemble comment installer la bête sur une Ubuntu Dapper Drake toute fraîche.
Chez Xavier - Votre blog sous Symfony, pas à pas
by nhoizey & 10 others (via)Cet article s'adresse aux développeurs Web disposant des connaissances basiques en PHP, gestion de bases de données, et plus généralement d'une culture en développement Web. Il présente les différentes étapes nécessaires à la construction d'un blog à l'aide du Framework Symfony.
March 2006
Recommended PHP reading list
by nhoizey & 2 others (via)Learn about PHP (Hypertext Preprocessor) with this reading list compiled for programmers and administrators by IBM Web application developers.
November 2005
Caching Tutorial for Web Authors and Webmasters
by nhoizey & 23 others, 1 commentA Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — for itself. Then, if there is another request for the same URL, it can use the response that it has, instead of asking the origin server for it again.
October 2005
Samalyse - Tutorial - Database frontend with PEAR DataGrid and DataObject
by nhoizey & 3 othersStructures_DataGrid and DB_DataObject are two PEAR components, which can be connected together, to easily display the data contained in a SQL table, and let the user sort and page through it. By cleverly using these two components, and with minimal typing, I will try and show you how you can bypass the usual steps of parsing GET parameters, performing SQL requests, and generating HTML content.
1
(5 marks)