css tricks
ASP Speed Tricks
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential fo more>> This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages.<<less
CSS Extractor 1.0
The CSS extractor scours your html pages for the string class="", extracts all the classes from your existing stylesheet and puts them all in a new stylesheet. Maybe you want to get rid of styles that are no longer being used in your website. Or more>> The CSS extractor scours your html pages for the string class="", extracts all the classes from your existing stylesheet and puts them all in a new stylesheet. Maybe you want to get rid of styles that are no longer being used in your website. Or maybe you want to give a certain directory in your website its own separate stylesheet. This handy utility will speed up your work.<<less
Bold CSS Buttons
Bold CSS Buttons are constructed using a rounded edge button image sliced into two pieces. more>>
CSS Top Menu
This two level CSS Top Menu uses regular UL lists for the underlining structure, making it search engine friendly and very lightweight. The script is also a breeze to customize. Works in both IE and Firefox. more>> This two level CSS Top Menu uses regular UL lists for the underlining structure, making it search engine friendly and very lightweight. The script is also a breeze to customize. Works in both IE and Firefox.<<less
CSS Pagination
CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one page (you can determine more>> CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one page (you can determine how many records in one page). So, if you want to jump at the other page, you can choose once of them. CSSPagination is easy to use and good looking. I try to throw the complexity code. The most important is, that you can change the CSS code (style.css) to make it suitable with your own page style.<<less

Pure CSS Data Chart
This script provides a useful way of creating data charts only from HTML and CSS code more>>
By simply modifying options in a CSS and HTML file, the user can customize the script to his needs.
<<lessAnyLink CSS Vertical Menu
A CSS menu that can be added to arbitrary links to instantly add a pop out menu to them. The menu is displayed alongside (to the right) of the link. Each drop down menu is implemented as plain HTML on the page, making the menu contents search engine more>> A CSS menu that can be added to arbitrary links to instantly add a pop out menu to them. The menu is displayed alongside (to the right) of the link. Each drop down menu is implemented as plain HTML on the page, making the menu contents search engine friendly and easy to define.<<less
CSS AutoLoad 1.0
CSS AutoLoad processes the @import keyword server-side instead of client-side. In this manner, website authors can easily create and load a CSS framework into all pages with a single stylesheet include, no matter how many .css files are in use. In more>> CSS AutoLoad processes the @import keyword server-side instead of client-side. In this manner, website authors can easily create and load a CSS framework into all pages with a single stylesheet include, no matter how many .css files are in use. In English: You can use as many stylesheets as you want without having to include each one in your HTML document and without creating extra HTTP requests. Also, compression of the aggregate file save bandwidth by shrinking the size of the aggregated file. Installation takes a matter of seconds and requires no changes to your existing CSS code.<<less
Rails Best Practices, Tips and Tricks
Because Rails is a young framework, I thought it would be helpful to write up what I consider best practices when coding with it both for my new coworkers and the web at large. Here’s my current more>> Because Rails is a young framework, I thought it would be helpful to write up what I consider best practices when coding with it both for my new coworkers and the web at large. Here’s my current draft. Feel free to critique and comment. I’m very open to suggestions.<<less
Dawning city animation by flash tricks
Read this lesson and see how to create dawning city animation in flash with no action script code. more>> Read this lesson and see how to create dawning city animation in flash with no action script code.<<less
Tips and Tricks to Learn VoiceXML
There are a number of tips and tricks you can utilize in order to learn VoiceXML. Perhaps one of the most important factors in learning this system is usability testing. Before you start any project, more>> There are a number of tips and tricks you can utilize in order to learn VoiceXML. Perhaps one of the most important factors in learning this system is usability testing. Before you start any project, it is something you will want to utilize. If you are not familiar with the concept of usability testing, you will want to make it a fundamental part of your VoiceXML lessons<<less
CSS Image Drop Shadows
CSS Image Drop Shadows is a script offering you the way to add a drop shadow to any container element applying CSS and the help of a large shadow image in the background. more>> CSS Image Drop Shadows is a script offering you the way to add a drop shadow to any container element applying CSS and the help of a large shadow image in the background. It is free.
Virtually identical to the technique used to create a plain CSS shadow, the desired content is wrapped in a DIV with its background image set to an over-sized shadow image. The content itself is relatively positioned and shifted slightly upwards and to the left to expose the shadow.
A "master" DIV that surrounds the entire markup is also relatively positioned, but shifted to the right and downwards to return the entire markup to its original position on the page.
IE 6 has difficultly handling nested relatively positioned elements (yada), so instead of letting IE6 ruin the fun for everyone else, well just use conditional HTML to hide the effect in that browser. IE7 is spared for finally learning proper CSS.
CSS Generator Wizard 1.2
CSS Generator Wizard is a free CSS Style Sheet Code Wizard. Generate your own CSS style sheet code with this free code generator. Use it free online or download it for anytime use from your desktop. Uncomplicated yet extremely thorough, it covers more>> CSS Generator Wizard is a free CSS Style Sheet Code Wizard. Generate your own CSS style sheet code with this free code generator. Use it free online or download it for anytime use from your desktop. Uncomplicated yet extremely thorough, it covers everything needed to produce internal and external style sheets. With our CSS Generator Wizard, you can easily create CSS style definitions in just minutes. Simply point & click, cut & paste! Articles, Tutorials, and helpful Links...<<less
JSCSSSLOT 1.1
Slot machine with sound and all the features of a virtual slot machine. Built using JS , CSS , and DHTML. more>> Slot machine with sound and all the features of a virtual slot machine. Built using JS , CSS , and DHTML.<<less
Pure CSS Line Graph
This CSS script creates line graphs without the use of any JavaScript more>>
Pure CSS Line Graph is a powerful tool CSS script that allows you create line graphs without the use of any JavaScript. The entire script is pure CSS, and draws line graphs solely on his own powers without any JavaScript code.
<<less