tableFilter jQuery plugin
My colleague found this jQuery plugin. It allows you to sort and filter tables. It works for both IE and FF, but in IE it is pretty slow.
My colleague found this jQuery plugin. It allows you to sort and filter tables. It works for both IE and FF, but in IE it is pretty slow.
Great script for producing smooth crossfade slideshow in JavaScript.
Sites that use it:
Source:
Related:
Jason Julien’s slidheshow script used on his portfolio site:
Excellent collection of tutorial articles for Mootools JavaScript library.
A great article telling about how to create CSS+JS tooltips.
http://web-graphics.com/mtarchive/001717.php
Found on the net a rather interesting Ajax script that suggests different variants for completion of user input as he/she types.
http://www.brandspankingnew.net/specials/ajax_autosuggest/
ajax_autosuggest_autocomplete.html?
http://www.baekdal.com/articles/Usability/usable-XMLHttpRequest/
Article that on exmaples shows criteria for a usable AJAX form. http://www.baekdal.com is generally a cool blog with a lot of useful info for every web designer/developer
IE has an interesting bug, which causes images to reload from server each time a mouseover event is triggered. There are several clientside ways around this problem they are described here: http://www.fivesevensix.com/studies/ie6flicker/
But the real working solution is to change .htaccess on the webserver. Here is what needs to be done: http://dean.edwards.name/my/flicker.html