Web Development Resources
Since I have been in Web Development for like forever, I’d like to put some resources I found useful and interesting for my future references. If this can also help you, that’s cool.
Clearing Floats Elegantly
The tutorial will introduce and guide you to clear floating elements. It also deals with browsers’ specific problems.
Chatcreator
This allows you to easily embed a chat box anywhere in your Web page. You only need to enter a few properties, such as chat title, font, box size, and color. Then they will provide you with a JavaScript code to put somewhere in your Web page.
CSS for Bar Graphs
A good tutorial to show you how to create bar graphs only with CSS.

Custom Radio (Option) Buttons and Checkboxes
You can customize your radio buttons and checkboxes using this tool.

Fancy Menu with JavaScript and CSS
A tutorial on creating a very cool menu with JavaScript effect and CSS.

Forms Without Tables
Want to create forms without tables? Take a look at this tutorial.

Light Weight CSS Tabs
Using CSS to create light weight tabs for Web navigation.

Star Rating
A tutorial on how to create interactive star rating using CSS.

Transparent PNG in Internet Explorer 6 and Older
Prior to Internet Explorer 7 — i.e., IE 6 —, IE cannot render transparent PNG images correctly. Fortunately we can resolve the problem pretty easily using JavaScript. Find the JavaScript code and tutorial on how to use it in the above link.