Tips to Code Better CSS in your Projects

CSS is not very hard to use or learn, though it may be hard to master. Moreover, if you use CSS for your projects, especially when they are large projects, it can be very hard if you do not follow certain tips to help you manage the CSS code better. By following certain tips to [...]

Categories: CSS, Design, HTML, tutorial
44 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 »

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, Design
9 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: CSS, Design, HTML
14 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, tutorial
32 Comments »
Page 2 of 512345