Posts tagged with 'javascript'
Jan 30, 2008
Javascript Tag Field
Here is a javascript UI widget that I made to resemble OS X text fields that accept tags, email addresses, etc.. It uses the CSS3 border-radius property, meaning support is not ubiquitous. S...
Dec 22, 2006
Time-Lapse Tag-Cloud
I built a javascript widget that animates a tag cloud to show the increased and decreased usage of tags over time. If you want to see a demo, or download the script, visit the animated tag-cloud demo ...
Oct 02, 2006
Yet Another AutoComplete Script (YAACS)
#autocompleter{ text-align: left; } #tag_suggestions, #tag_input{ width: 400px; } #tag_suggestions{ background-color: #eeeeff; position: absolute; z-index:...
Sep 28, 2006
IE Javscript Event Capturing
...t IE doesn't pass a javascript event to the handler function? Well, it doesn't. As I learned from BrainJar's article on The DOM Event Model: Instead of passing an Event object to a handler function,...
Sep 18, 2006
Ma.gnolia Roots
Ma.gnolia Roots is a little project that I've been working on that adds a layer of Ma.gnolia data over any website that you're browsing. It shows you how people have rated the website, popular tags, ...