Fab


About Fab

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

Yes, it exists. Its name is Firebug lite : http://www.makeuseof.com/tag/install-firebug-for-browsers-other-than-firefox/ ô Joie. It’s implemented in Javascript so it works with every browser, and it’s easily book-markable. If you need other Internet Explorer tools for web development : * myDebugBar and Companion.js are a buggy version of Firebug  http://www.my-debugbar.com/wiki/CompanionJS/HomePage * IEtester […]

Firebug for IE and others






1
Recently I had some problems with my Google profile picture disappearing from Wave, Gtalk and everything… I reseted it few times, but it didn’t work. The problem was coming from Pidgin, which was overriding it each time I used it… So, to fix this, if you are using pidgin, or […]

Google profile picture disappearing





News on social networks Linkedin, not so used: http://www.linkedin.com/groups?gid=2105461&trk=hb_side_gFacebook: http://www.facebook.com/group.php?gid=98762896380 The photo galleries! My pictures on Picassa: http://picasaweb.google.fr/fabien.vauthey/BestStudentRecognitionEvent2009AtKrakowFrom everybody on Facebook: http://www.facebook.com/photo_search.php?oid=98762896380&view=all No recent news on the topic, I was waiting for mail from IBM, but nothing is coming. I hope we will have a debriefing and feedback. I am […]

Best Student Recognition Event 2009 #2





Sometimes, it’s not easy with Symfony’ filters to create links displaying a content already filtered without using a specific action. These are examples of how it works directly with an URL generated with a link_to() : <?php echo link_to('New Application', 'applicant', array('sort' => 'created_at', 'sort_type' => 'desc'))?> <br /> <?php […]

Symfony Filter links