Incredible HTML5 Games

HTML5 is an very intriguing technology that has so many capabilities, but at this point we are merely seeing the surface of its possibilities. HTML5 is still in its infancy, but developers are starting to experiment with what it can do, which has created some pretty interesting results. Here are some fun and interesting interactive [...]

Categories: Design, HTML, Javascript
5 Comments »

JavaScript Tip: get a Random Number between two Integers

In JavaScript, we can get a Random number; however, this number is between 0 and 1 which is not very useful when we want to work with integers. For example, executing the random method of the Math Object we can get something like this:

Categories: Javascript, tutorial
13 Comments »

Checking Object Type and Validating the Argument Type in JavaScript

The “typeof” operator is very useful at the moment for checking what kind or type of object we are dealing with. It returns a string containing the datatype of the object. The values returned are “number”, “string”, “boolean”, “undefined”, “function”, and “object”. However, this operator has some flaws at the time of detecting an array [...]

Categories: Design, Javascript, tutorial
7 Comments »

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 »

Web Development Gurus To Follow Round 1: JavaScript

In a multi-part series, I am compiling lists of Web Development Gurus that you must check out and follow through their blogs or on Twitter! In my opinion, it is essential to be in contact with fellows colleagues in your field to really learn the tricks of the trade. Thus, these lists will contact amazing, [...]

Categories: Javascript
6 Comments »
Page 2 of 512345