Archives: 2011/05
Tout savoir sur Scrum
Read | Leave a comment | Posted on May 29, 2011 | Published in Article ScrumA travers de cet article, j’aimerais partager avec vous quelques points essentiels concernant l’introduction et la pratique de Scrum dans une entreprise. Cet article est en quelques sorte un aide mémoire des bonnes pratiques dont certaines acquises avec le temps et d’autres tirées depuis d’autres articles, des magazines et de livres traitants …
Serveur SOAP avec PHP5
Read | Leave a comment | Posted on May 28, 2011 | Published in PHP TutsNous allons voir dans ce tutoriel comment coder un serveur / client SOAP, en utilisant l’extension SOAP native de PHP5. Pour cela nous allons avoir besoin de développer les parties suivantes: Un fichier WSDL qui va contenir la définition des différentes méthodes offertes par notre serveur de services (voir), Une classe qui …
Python et le NXT v1
Read | Leave a comment | Posted on May 21, 2011 | Published in Python TutsIl y a environ 3 ans, j’avais emprunté un robot NXT de Mindstorms d’un ami à moi histoire de faire joujou avec, car j’étais impressionné par la multitude de combinaisons qu’offrait ce magnifique robot Lego. J’ai par la suite écrit une petite classe Python qui permettait de contrôler ce petit bonhomme. Pour cela, j’avais un peu …
CodeIgniter + WordPress
Read | 3 Comments | Posted on May 21, 2011 | Published in CodeIgniter PHP Tuts WordpressVoici une petite astuce qui vous permettra de faire cohabiter le célébre CMS WordPress avec l’un des plus connus framework PHP, Codeigniter. En effet, j’ai commencé à développer des applications PHP avec Codeigniter depuis sa version 1.5 et je l’ai trouvé facile à utiliser, à prendre en main, et il bénéficie d’une …
HTML5: features detection
Read | Leave a comment | Posted on May 18, 2011 | Published in Article HTML5As I said in my previous article about the quick introduction to HTML5, you have to think of HTML5 as a collection of new APIs and not as a one single big API. And for that reason, you can’t say I want to « detect HTML5 » in my application, because it just does not make …
HTML5: Quick Introduction
Read | Leave a comment | Posted on May 15, 2011 | Published in Article HTML5As a Web developer, the first think you need to be aware of is the real definition of HTML5. In fact, HTML5 is not ONE single technology, it is a whole bunch of APIs that combine HTML, CSS3 and of course JavaScript. So if you are thinking about detecting “HTML5″ and then …
Ubuntu Tweak
Read | Leave a comment | Posted on May 14, 2011 | Published in Tuts UbuntuUbuntu Tweak is a must have application to config Ubuntu easier for everyone. It provides many useful desktop and system options that the default desktop environment doesn’t provide. With its help, you will enjoy with the experience of Ubuntu! Using Ubuntu Tweak you can install all needed applications with a simple click, …
Gnome3 Shell on Ubuntu 11.04
Read | Leave a comment | Posted on May 13, 2011 | Published in Tuts UbuntuI’m not a big fun of Unity, the new winow manager on Ubuntu Natty Narwhal. So, when the first beta of Gnome3 shell was released, I’ve decided to give it a try. But, at that time, I was of course running Ubuntu 10.10 (Maverick Meerkat) which did not stop me …