HTML

How to Improve Website Performance Using CSS Sprites

This item was filled under [ HTML ]

CSS Sprites is a technique by which we can combine multiple images in a single big image and position the various parts of this big image with our elements using pure CSS attributes. The primary objective behind using CSS Sprites is to decrease the number of HTTP requests and thus decreasing the request stress on [...]

Continue reading...

Tagged with: [ ]

How Your HTML Becomes Garbage HTML?

This item was filled under [ HTML ]

Garbage HTML: Impact and Causes Developers around the world are writing HTML pages and they try to be as specific as they can in terms of cross browser issues but when it comes to standards they usually ignore them. We can term such HTML pages created by them as wasteful HTML. These pages cost you [...]

Continue reading...

Tagged with: [ ]

Creating Image Map using CSS

This item was filled under [ HTML ]

Image Map is used to present your pictures in much user friendly nature. They are great to present something to end users. Though, the rise of Flash has decreased the use of Image Maps but still there are places where you can use it.Image Map is basically an elaborate variation of the <a> tag, an [...]

Continue reading...

Tagged with: [ ]

Five HTML odds you might haven’t encountered yet

This item was filled under [ HTML ]

You may be writing HTML since many years but here are five Odd things about HTML which you might haven’t encountered yet. These Odds are surprising but real. <DOCTYPE> does not matter I know… this one is shocking. After all, doesn’t the validator use the <DOCTYPE> to determine which rules to validate the document? Yes, [...]

Continue reading...

Tagged with: [ ]

8 Great CSS Frameworks

This item was filled under [ Frameworks, HTML ]

Well, I guess I’m going to work backwords. There are three layers to the frontend; behaviour, presentation and markup. We’ve done behavior so we’re onto presentational now. CSS Frameworks have been all the buzz lately, we’ve had ones that use python ways of code then regenerate it as css, ones that are specifically for forms [...]

Continue reading...

Tagged with: [ , ]
12