Category: tuts

  • CSS3 navigation menu

    In 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> …

    2 Comments | Posted on April 23, 2011 | Published in CSS3 Tuts
  • Gnome3 Shell on Ubuntu 11.04

    I’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 …

    Leave a comment | Posted on May 13, 2011 | Published in Tuts Ubuntu
  • Ubuntu Tweak

    Ubuntu 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, …

    Leave a comment | Posted on May 14, 2011 | Published in Tuts Ubuntu
  • CodeIgniter + WordPress

    Voici 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 …

    3 Comments | Posted on May 21, 2011 | Published in CodeIgniter PHP Tuts Wordpress
  • Python et le NXT v1

    Il 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 …

    Leave a comment | Posted on May 21, 2011 | Published in Python Tuts
  • Serveur SOAP avec PHP5

    Nous 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 …

    Leave a comment | Posted on May 28, 2011 | Published in PHP Tuts
  • Playing with jquery

    Before 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 …

    Leave a comment | Posted on June 27, 2011 | Published in jQuery Tuts
  • Développement mobile avec Flex

    NOTE: 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 …

    2 Comments | Posted on July 14, 2011 | Published in Android BlackBerry Flex Mobile Tuts
  • Install Node.js on 1and1 shared server

    In 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!) …

    Leave a comment | Posted on March 8, 2012 | Published in Node.js Tuts
  • CSS3 Loaders

    Here 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

    Leave a comment | Posted on August 19, 2012 | Published in CSS3 SASS Tuts