- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Uhhh.... not if the "searchItems" arrays are stored in an include file. The user's browser will cache the file. Unless the search data is always changing, this method could actually save bandwidth. Think about it - you use a cron job to have php or asp or perl or whatever write the search data into a js file, and then you just include the file in between the <head></head> section.
Admin
Nobody mentioned that this interesting piece of code doesn't work if the browser has no JS support or it's disabled. I keep JS off on all sites I'm not familiar with; it eliminates the popup ads and malicious scripts.
Admin
How can I use that on my page?