webmaster desktop (Photo credit: FSA 2006-07) Do you know how to check if your web page respect web design standards…
startups
How to know the size (number of row/records) of a mysql database?
In this post, I will show you how to know the size (number of row/records) of a MySql database. I…
How to solve svn arborescence conflicts?
Check Out from Subversion Server (Photo credit: xmodulo) SVN is a great version control sytem. I use it to have…
Using files in a django models.py
Django logo (Photo credit: Wikipedia) Django is a great web development framework. It provides a lot of features to setup…
Discovering Django on Debian – part 3: creating the models (example of a text processing web app)
Django logo (Photo credit: Wikipedia) Have a look to the first two parts of this serie of Django tutorials, to…