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 [...]
Categories: CSS, HTML, Javascript8 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 [...]
Categories: CSS, Design, tutorial32 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 properties of [...]
Categories: CSS, Design, tutorial35 Comments »
Creating a Matrix Wallpaper with Photoshop
Our objective here is to make a Matrix wallpaper. We will be using images of a set of warriors (or anyone for that matter) and will try to incorporate it into Matrix look wallpaper. The “green” effect will be what we shall try to obtain and also the falling numerical and stuff. So here goes. [...]
Categories: Design, tutorial11 Comments »
Creating an Animated CSS3 Horizontal Menu
Inspired by CSS Sprites2 – It’s JavaScript Time from A List Apart and Using jQuery for Background Image Animations written over a year ago, I decided to create a short tutorial about a animated menu just using CSS3. In fact, I am using the same principle of moving the background image from one position to [...]
Categories: CSS, Design, HTML, tutorial35 Comments »





