Posts

Android(3)Article(5)BlackBerry(1)CodeIgniter(1)CoffeeScript(1)CSS3(6)Flex(1)HTML5(4)JavaScript(2)jQuery(6)jQueryUI(2)Mobile(1)Node.js(1)PHP(8)Python(2)SASS(1)Scrum(2)Tuts(11)Ubuntu(2)WebApp(7)Wordpress(1)
  • HTML5 Android Pattern LockScreen

    A proof of concept project illustrating the use of the Android Pattern LockScreen inside a HTML5 Canvas. This project is written in Coffee-script and the canvas manipulation is done using the Kinetic.js library. This system could be used in some login authentication. It may be extended to be used as a captcha …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in Android CoffeeScript CSS3 HTML5 JavaScript WebApp
  • CSS3 Star Wars Crawler

    This little demo has been achieved thanks to the power of CSS3 3D transformations! It’s 100% pure CSS (and of course some HTML tags ^^) View Demo View source

    read more

    Leave a comment | Posted on August 19, 2012 | Published in CSS3 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

    read more

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

    This is a simple web based shell. It can execute simple commands like: ls, uname, ps … But some of the advanced commands: vi, streams redirections, ssh … are disabled in the DEMO mode. I really enjoyed developing this app, so I hope you will enjoy giving it a try »Powered by: …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in jQuery PHP Python WebApp
  • Espace Numérique de Travail

    I developed this “simple” ENT (in French Espace Numerique de Travail, corresponds to a Web Based Workspace), when I needed to share some of my lab work documents with my classmates. Actually, Our university has a good web based workspace environment, but I found it … incomplete, I needed some tools which …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in jQuery jQueryUI PHP WebApp
  • Simple Instant Messenger

    A Simple Instant Messenger I developed for fun. I wanted to be able to communicate with my internship mates because I was too lazy to move to their place: p Please use this as it is. I developed it during my spare time, when I was very bored! So forgive me if …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in jQuery PHP WebApp
  • WaScrum

    A quit basic scrum whiteboard where developers can manage product backlogs and tasks (for now!). More features as the burndown chart, view others task … will come in future versions. Till then, have fun with this simple app. »Powered by: PHP, JavaScript (jQuery), CSS3 »NOTE: This is an alpha version (still under …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in CSS3 jQuery PHP Scrum WebApp
  • ACO EDITOR

    This is one of my 1st year of master degree’s projects. It is an editor with basic commands, but that is completely built using Design Patterns: Command, Memento, Observer, Singleton. It was really an interesting project and a great challenge because my mate and I were asked to use Java but we’ve …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in jQuery jQueryUI PHP WebApp
  • 3DWIGS

    3DWIGS (or 3D Web Interactive Game Studio) is my 1st year of Master degree project. The aim of this project is to design and develop both a high level programming language and a compiler that is able to compile this language in order to generate to whole game logic in JavaScript. Besides, …

    read more

    Leave a comment | Posted on August 19, 2012 | Published in CSS3 HTML5 JavaScript WebApp
  • 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!) …

    read more

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