08 January 2008
Creating a Custom RSS Feed with PHP and MySQL
by lecyborgIn this article you'll learn how to syndicate your own custom RSS feeds using PHP and MySQL. We'll first learn how to create two database tables and then how to retrieve data from them which will be formatted into an RSS feed. Here's an example of the completed RSS feed and a download link to the code. Let's start by taking a look at how to create the MySQL database tables.
10 December 2007
Les Conventions en cakePHP
by lecyborgQui dit conventions dit accords.
Une convention n’est pas une règle.
Une règle c’est quelque chose d’obligatoire, une convention non. Mais ça peut engendrer des pénalités, dans notre contexte c’est une diminution de la productivité.
Cependant la convention peut créer des obligations. C’est-à-dire qu’on dit : voilà cette chose elle est comme ça. Pourquoi ? Ben pourquoi pas ? On bâtit dessus et on avance.
Et pourquoi ?
Un seul mot, productivité.
23 November 2007
Pure CSS Scrollable Table with Fixed Header
by lecyborg & 20 othersPure CSS Scrollable Table with Fixed Header
Using CSS to allow scrolling within a single HTML table
1
(3 marks)