Object Oriented JavaScript: Creating an Window Box
This is a very short tutorial about Object Oriented Programming in JavaScript, in which we are going to create an object called JSWinbox that simulates a window in our browser.
There are two ways of doing OOP in JavaScript: Classical Inheritance and Prototypal Inheritance. The recommended one is Prototypal because objects will share exactly the same [...]
5 Comments »
CSS3 Animations, the Power Back to CSS Part 1: Transitions
Now that the use of CSS3 is increasing and developers are discovering new ways to replace JavaScript with CSS3 it is time to talk about the use of CSS3 for animations.
First of all, I have seen so many comments and people saying that animations should be managed only with JavaScript and doing it with CSS3 [...]
3 Comments »
Ultimate List of HTML5 and CSS3 Tools
HTML5 and CSS3 are really revolutionizing the worlds of web development and web design, because they are bringing so many new features to work with to the fields. I have been spending much of my time working with both HTML5 and CSS3 in order to learn more about the two, and have learned that [...]
Categories: (X)HTML, CSS, Design12 Comments »
Experiment: Realistic Ipod with CSS3
For today’s post, I got inspired by Ahmed El Gabri and his article CSS3 Gradients Coffee cup. I figured if you could make a coffee cup, you could make just about anything with CSS3! For example, today I created a realistic Ipod just with CSS3 and no images at all.
First of all, I recommend [...]
27 Comments »
Creating a Bubble Coda Style with CSS3
As I have previously mentioned, CSS3 allows for web techniques such as: text shadows, rounded borders, animations, custom web fonts, and much more. CSS3 has a great future in web development and I have being reading and learning as much as I can about it! The downside currently to CSS3 is that some [...]
Categories: CSS, Design, tutorial28 Comments »





