Posts Tagged ‘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: [ ]

New Heights for web applications

This item was filled under [ Development Process, Programming ]

When it comes to programming, more specifically the development of web applications, it is important to consider all the tools of the trade before using the one that is going to be used for the job. PHP is great. With the release at the time of PHP 4 and now its time for PHP 6. [...]

Continue reading...

Page 1 of 212