Yearly archives: 2011


1
To avoid another heaving PHP/other language sorting process on results from complex SQL queries I wanted to reorder my way, I’ve discovered an interesting property in SQL to order according special values using SQL FIELD (documentation on MySQL FIELD here, and scroll). Example : -- Let's I have a table of articles […]

SQL order by personal order



6
Auto entreprise, suite et fin. Ou comment arrêter un massacre administratif inutile. J’ai fermé il y a plusieurs mois mon auto entreprise avec grande joie. J’avais créé mon auto entreprise parce que mes besoins professionnels étaient les suivants : Pouvoir encaisser légalement le fruit de mon travail et de mes […]

Auto entreprise suite et fin




Date: 2011 Technologies: WordPress, PHP5, CSS3, HTML5, Javascript Details: Website for INSA’s Toulouse Ô Talents Association, to promote equality of chances for students with different backgrounds. URL: http://otalents-insat.org/

Association Ô Talents


English Version: A nice book to discover HTML5 and the futur of the web. The author, Mark Pilgrim Engineer at Google, is describing the main features of HTML5 from the very basic level like new semantic elements: <audio>, <video>, <header>, <footer> to  the most advanced use of canvas, geolocalisation, local […]

HTML5: Up and Running by Mark Pilgrim



Using one and one hosting, I wanted to install WordPress. I had an Error 500. Too Bad. Here is the trick : Check that your root .htaccess file has the following information : # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} […]

Error 500 wordpress 1and1



1
These past years JavaScript has been the language on the web. Through Ajax, we can do amazing dynamics things on a web page. From what I remember, when I started my first web page a while ago in 2002, Javascript was considered evil. Hard to program, poor documentation, and to […]

Why we love JavaScript