Yearly archives: 2009






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



1
Désolé, j’ai pas résisté… :D Comment ça marche ? Il vous faut pas loin le framework Ajax Javascript Prototype… <script src="javascripts/prototype.js" type="text/javascript"></script> Et il vous faut ce bout de code : if ( window.addEventListener ) {        var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";        window.addEventListener("keydown", function(e){                kkeys.push( e.keyCode );                if ( […]

Powered by Konami Code