looking back to my code, the size of the file can be reduced by 50% if we take a shorter variable name for the array :)
You're right, but we can split the file to 26 files and dynamicly include the needed one during the search, it will give ~= 5Kb per file, is this better ?the url may be usefull :)The size of the JS file is 141Kb... waaay too much for the first page.
http://didou.keliglia.com/phpdoc/quickref.html
It's still hitting an extra file when you visit the frontpage. I'd rather see this on another location.
plus the files will be cached by browser, so it will harm only once. (for users that have the cache enabled)
but you're still right, putting this in the main page isn't good.. some suggestions ?
didou