One of the biggest relief that CSS 3 has brought for web developers is text shadow property. Now it is kid’s play to give Photoshop like shadow effects to text.

One of the biggest relief that CSS 3 has brought for web developers is text shadow property. Now it is kid’s play to give Photoshop like shadow effects to text.
Have you ever thought what exactly is a sitemap? Well, sitemaps or site plans are important for human visitors as well as search engines to know about website structure. Learn answers to frequently asked questions about sitemaps.
Google Page Speed can analyze your website’s performance on the basis of well established performance rules. Use this tool to know why your website is loading slow.
Learn to add expires header for images to cache images in browser and increase load speed of a website. You can add expires header in Apache and IIS Server.
Fundamental points about how to develop a basic website. This article is a good starting point for your quest of creating your own web presence.
jQuery is one of most widely used JavaScript framework. Google also uses it and makes it available for other websites as well. Know why you should use jQuery from Google.
A simple method to make any portion of your webpage to float when user scrolls the page. The technique makes use of jquery’s scroll event.
Learn to randomize HTML list with JavaScript code. The list could either be ordered (OL) or unordered (UL). Method uses rand function to shuffle LI elements.
Many people face the problem of flash appearance of a light yellow box right before the Google AdSense ad appears. Learn the reason and solution of the problem.
A comprehensive list of HTML codes that can produce many useful and cool symbols as well as Greek letter used a lot in science and maths
A comprehensive list of special characters that could be used on HTML web pages. The list includes some stylish symbols as well that can be written using HTML
List of 12 carefully selected Firefox add-ons (extensions) that helps in development of websites. These add-ons make a must have pack for web developers.
Learn how to vertically (middle) align text within a DIV element. It’s a simple thing to do but so far CSS specifications have been silent on it.
You may have seen on other websites that when you select text, the selection background color is NOT regular blue! Learn how to do this using CSS rules.
Learn how to dynamically change the onclick event of an HTML element using JavaScript code. This on the fly modification is not all the difficult!