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: (X)HTML, CSS, Javascript
8 Comments »

How to Reduce the Loading Time of Your Blog

One thing that every blog owner wants is that his or her blog should have a faster loading time and should load in a split second. And, with Google using site speed in search rankings now, these things have become more vital and important. A fast loading blog is always preferred over the one that [...]

Categories: (X)HTML, Design
6 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 you [...]

Categories: (X)HTML, CSS, Design
13 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: (X)HTML, CSS, Design, tutorial
28 Comments »

Web Accessibility: 6 Reasons Why Its Important

Web accessibility is the idea of making websites easily accessed by all types of people including those with certain disabilities, different languages, or lack of access to certain technology. The notion is derived from the fact that all people should be given equal opportunity to access websites regardless of their limitations. It is important for [...]

Categories: (X)HTML, CSS, Design
7 Comments »
Page 1 of 3123