Category: css3
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> …
3DWIGS
Leave a comment | Posted on August 19, 2012 | Published in CSS3 HTML5 JavaScript WebApp3DWIGS (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, …
WaScrum
Leave a comment | Posted on August 19, 2012 | Published in CSS3 jQuery PHP Scrum WebAppA 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 …
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
CSS3 Star Wars Crawler
Leave a comment | Posted on August 19, 2012 | Published in CSS3 TutsThis 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
HTML5 Android Pattern LockScreen
Leave a comment | Posted on August 19, 2012 | Published in Android CoffeeScript CSS3 HTML5 JavaScript WebAppA 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 …