Fab


About Fab

Solutions Architect, I build great workflows for the news and media production industries. I play with data too.

1
Just finished another project in my 2012 projects marathon. It’s an online map coordinates converter and you can find it there http://www.blackspotradish.com/onlinemapcoordinatesconvertor/www/ When I was working on map coordinates in apps some years ago for a famous french company, I always wanted a tool to quickly check how wrong I was […]

Awesome Online map coordinates Converter


I have been working on this  Google Maps Radar project for more than two years. I consider I have finished  it only tonight… If you take a look at it, it doesn’t seem very complicated. It’s not. But why did it take more than two years? Lessons learned: Do not start […]

About Google Maps Radar finished


2
So here we are. After two years with adding four lines per week end and removing three the next one, my mighty Google Maps Radar. The pitch: this Javascript library adds a Radar screen, like in the movie with submarines or boats, or with whatever evil machines that are quite […]

Google Maps Radar




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