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, Javascript
8 Comments »

Kick-Ass Art Inspired by the Comic Kick-Ass

This past week I had the pleasure of seeing the epic comic story made on the big screen, Kick-Ass. For those of you who do not know about the movie Kick-Ass, you must do yourself a favor and go see this amazing movie, and for those of you familiar with the movie or the comic, [...]

Categories: Design
5 Comments »

How to Create a Fancy Image Gallery with CSS3

Even though CSS3 is still in the development stages, it is the new craze that many web developers are excited about. CSS3 is something that will take web development into newer and greater heights, while modernizing the web and allowing web designers and developers to make their creativity a reality. CSS3 allows for web techniques [...]

Categories: CSS
41 Comments »

17 Javascript Animation Frameworks Worth Checking Out

JavaScript is the one of the most utilized and popular programming language, because a large majority of the browsers are compatible with it. In addition, JavaScript has become very popular, very quickly, because it is uncomplicated, straightforward, and has a wide-range of capabilities. Flash, on the other hand, requires the installation of Flash player, it [...]

Categories: Design, Javascript
5 Comments »