CSS Tidy is a very useful tool to clean up your stylesheets for optimization.
Ajax Slider without needing a JS Library
This script is really light weight yet has a lot of functionality to it. It’s capable of making AJAX calls on click or caching the next call ahead of time so that the end user has no wait time.
hCard.XML
hCard.XML is a free microformats hCard parser and reader and may be used on websites’ About pages, or any place you might find suitable. The hCard data (names, contact information, organization, address, etc) is stored in an easily editable xml file and is parsed with javascript into any webpage that contains certain css classes (determined [...]
ColorPicker.XML
ColorPicker.XML 2 is a cool AJAX-driven color picker, that enables users to create multiple color pickers on a single webpage, use a set of ready-made skins and color presets in a few minutes. All you have to do is to declare the colorpicker(s) placeholder(s) - a simple with an ID (although, practically any html element [...]
5 USEFUL CSS TRICKS
As you guys know, I am CSS designer now working under a blog advertising company. Most of the time, I deal with the CSS codes and web design.
How To Create WordPress Themes From Scratch Part 3b
continue from part 3. You still can refer to this link when you are doing it. Let’s continue then.
How To Create WordPress Themes From Scratch Part 3a
Now, its time to do the implementation. I break it into several sub sections. In implementation, you need to know some wordpress template tags. You can refer to this link when you are doing it. Let’s start then.
How To Display Author Photo In WordPress
The beauty of WordPress is it allow multiple authors for a site or even a single post. It is a good practice to show the author photo within a post written by him/her. Besides, we can also add a short “about me” description before or after every posts.
IE7 margin bottom hack!
Ok! as IE understands everything the wrong way (yes everything it renders its the wrong way ) it understands a margin bottom if it doesn’t have a height a -margin. so the hack is to float the div (or whatever float:left and width:100%; Hope you will find this helpfull!
Psudo Contact Form to you
Hey all, Wanted to ask if the earlier snippets I posted could be transferred to my name, or if I could change the email on the other name (troy) to [email protected]. I mistyped earlier. Would be great to be counted in that contest as I continue to post. Also, would it be possible to categorize [...]
Simple Animated Menu for Mootools 1.2
This simple menu lets you add a “flashy” effect (an arrow or other element that follows you across the menu). All you have to do is define a few parameters, no coding required. Easy to use, good documentation, and a zip with everything you need (plus a public domain license).
Smart Hover Box for Mootools 1.2
Smart Hover Box lets you add html tooltips to any element. The hover box will stay as long as you hover, then leave after a use determined amount of time. To add a hover box, all you do is create an element with a user defined ID suffix.