Category: tuts
CSS3 navigation menu
2 Comments | Posted on April 23, 2011 | Published in CSS3 TutsIn this mini tutorial, I am going to show you how to make an animated navigation menu using only the magic of CSS3 (see demo here). So, let’s start. 1 The HTML Part First, you will need to define your menu like usual, as the following: 12345678<ul id="menu"> <li><a id="menu-1" href="#menu-1">Menu #1</a></li> …
Gnome3 Shell on Ubuntu 11.04
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 …
Ubuntu Tweak
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, …
CodeIgniter + WordPress
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 …
Python et le NXT v1
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 …
Serveur SOAP avec PHP5
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 …
Playing with jquery
Leave a comment | Posted on June 27, 2011 | Published in jQuery TutsBefore I decided to switch to jQuery, I was using the Prototype JavaScript library combined with Motools in all my projects, they were kinda cool, it took me some days to learn but it was cool! But, about a year ago, I heard about a cooler library that was much more easier …
Développement mobile avec Flex
2 Comments | Posted on July 14, 2011 | Published in Android BlackBerry Flex Mobile TutsNOTE: Pour mieux comprendre les codes donnés dans ce tutoriel, vous devez avoir au moins quelques petites notions en ActionScript. Pour vous aider, voici une Introduction à ActionScript 3.0 (en anglais) Au cours de ce tutorial, nous allons voir comment développer une simple application pour Android et Blackberry, en utilisant Adobe Flash …
Install Node.js on 1and1 shared server
Leave a comment | Posted on March 8, 2012 | Published in Node.js TutsIn order to play around with Node.js, I’ve decided to install it on my website (which is running on a shared server hosted by 1and1, for now ^^). So, this is a quick howto for you to follow if you want to experiment node.js. login to your website using SSH (of course!) …
CSS3 Loaders
Leave a comment | Posted on August 19, 2012 | Published in CSS3 SASS TutsHere is a set of a few pure CSS3 loaders I’ve been working on. I’ll try to add new loaders ASAP. Stay tuned View Demo View source