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, tutorial7 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, Javascript8 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 [...]
Categories: CSS, Design9 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: Javascript6 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, Javascript5 Comments »





