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.
Category: Web development
All About Sitemap
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.
Test Website Performance with Google Page Speed
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.
How to Add Expires Header to Images
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.
Basic Steps for Making a Website
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.
Benefits of Loading jQuery from Google
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.
Create Floating Bar Like Gmail and Facebook
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.
Randomize HTML List: Display HTML List Items Randomly
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.
Google AdSense: Yellow Box Appears for a Brief Moment
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.
Get Codes for Cool HTML Symbols and Greek Letters
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
Fancy HTML: Special Character And Symbol ASCII Codes
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
12 Best Firefox Extensions for Web Developers
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.
How to Vertically Middle Align Text in a Div
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.
How to Change Text Selection Background Color Using CSS
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.
Change onclick Event of an Element Using JavaScript
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!