Sponsorised links
This year
Creating a Custom RSS Feed with PHP and MySQL
In 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.
Make SSH connections with PHP
Not everyone knows about PHP's capabilities of making SSH connections and executing remote commands, but it can be very useful. I've been using it a lot in PHP CLI applications that I run from cronjobs, but initially it was a pain to get it to work. The PHP manual on Secure Shell2 Functions is not very practice or thorough for that matter, so I would like to share my knowledge in this how to, to make it a little less time consuming setting this up.
In this article I'm going to assume that:
* You're running Debian / Ubuntu
If not, you will have to substitute the package manager aptitude with whatever your distribution provides
* You're running PHP 5
If not, just replace php5 with php4 everywhere
* You have basic knowledge of PHP & server administration
* You already have PHP installed
Sponsorised links
2007
StatSVN
StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatSVN generates a static suite of HTML or XDOC documents containing tables and chart images.
StatSVN is open source software, released under the terms of the LGPL, based on StatCVS.
Les Conventions en cakePHP
Qui 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é.
PHP array indentation
Fonction permettant d'indenter des tableaux PHP, avec un affichage bien plus lisible qu'un simple var_dump.
Pure CSS Scrollable Table with Fixed Header
Pure CSS Scrollable Table with Fixed Header
Using CSS to allow scrolling within a single HTML table
Applications | JumpBox Inc.
Want Open Source Server Apps, but Dread the Install Process?
Don't worry! JumpBox is here to help.
Installing any of our supported Open Source Server Applications is as easy as 1. 2. 3.
Centering with CSS
To center a page properly in a browser, most people use text-align: center; to get around IEs stupidity, and left/right auto margins for all other browsers. However, there’s a better way, which works on all browsers and doesn’t require any IE workarounds. It uses negative margins.
Debian Administration Utilities
These are the utilities i have collected and each utility is having man page which gives you more information about each utility.
Web Developer
Des outils pour faciliter le développement sur Internet. Se présente sous forme d'une barre d'outils.
2006
1
(14 marks)
