It seems that the last Internet Explorer 7 release (7.0.5730.13) has introduced a new bug while displaying a fullscreen web page : A white space appears at the bottom ! The problem comes from Windows taskbar, which somehow succeeds to interact with IE layout rendering system. The solution found to […]
Yearly archives: 2009
Today, some very useful links and tips while working on newsletter and webmails. You have to know that webmails such as Gmail are disabling several CSS properties inside their mails contents to ensure that the HTML code inside is not altering the webmails own design and layout. Imagine that in […]
CSS compatibility and mailboxes
Fed up of Windows rebooting pop-up after updates ? Open a Run command (Windows Key+R) then type : net stop wuauserv I have been looking for this one for a looooong time !
Magic command to stop Windows Update reboot
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
The webpage is finally online ! An official IBM website, please. http://www-05.ibm.com/pl/events/bsre2009/ with pictures and links to the presentations we attended. Then, a last link to Caroline’s blog http://ibm-bsre.2009.over-blog.com/ with a complete sum up of the event !
Best Student Recognition Event 2009 #3
Un petit billet pour dire deux mots sur l’installation de la base de données sans base de données (tout est stocké dans un seul fichier .db, c’est rapide et c’est merveilleux) sqlite3 sous Linux, Windows avec Eclipse et CDT pour développer en C++. On n’arrête pas le fun. Voici donc […]
SQLITE3 et C++ sous Eclipse
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
For my contribution to Junior@Blue Project, I was invited to the Best Student Recognition Event 2009 taking place at Krakow, Poland from the 1st to 3rd July 2009 and organised by IBM. I was representing IBM Sweden and my school, INSA Toulouse from France. During these 3 amazing days, with […]
Best Student Recognition Event 2009 #1
Un petit reminder de comment débuter un nouveau projet sur de bonnes bases avec Symfony, xampp et Windows, sans utiliser la sandbox. En 5 étapes (bon, d'accord, j'ai triché sur la numérotation un peu) et sans utiliser pear.
Symfony, nouveau projet & premiers pas…
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
This is a SfGuardUser Plugin hack to extend user management of their own profile and just their profile, not the other users’. Moreover, this hack allows also to decide in their profile which field they can modify! Because by default, if you want an user to be able to change […]
Sf_Guard_User Extended credentials
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 ( […]