JavaScript Browser Detection JavaScript / User Info
Browser detection allows you to find out what browser your viewer is using, and then perform a script based on it-- or just to send a friendly message to those with your favorite browser.
Statusbar Message JavaScript / Miscellaneous
This is a quick, and quite simple tutorial. Now its not html, it uses Javascript. What it does is lets you customize what it says in the status bar usually at the bottom left of your browser. Right now in your browser it should say 'Infinite Designs.org ....'. Here's how to make it do that.
Ultimate Fade-in slide show JavaScript / Image Effects
This is a robust, cross browser fade in slideshow script that incorporates some of your most requested features. They are the ability to display multiple slideshows on the same page, optional linking and link targeting for certain images, and the ability to randomize the display order of the images. You can also set the slideshow to pause when the mouse moves over it.
Browser Test Scripts JavaScript / User Info
Customize your content for your visitors by checking their browser type, screen resolution, or whether or not they have Flash.
Browser Detect Script JavaScript / User Info
Our client side browser sniffer based on JavaScript, which includes links from our popular object and method detection tests to more detailed information on how they work.
Browser Version Control JavaScript / User Info
There are different browsers and versions out there. Thus you, the programmer, do not know what JavaScript capabilities the user has. Insuring that the scripts you write run in most users browsers can be done in a few different ways.One way is to use JavaScript to check which browser they are using, and then program accordingly. This is the most common way to avoid any scripting error.
Web Pages for Everyone JavaScript / Getting Started
One of the most difficult tasks a Web Designer faces is using new technologies or browser specific effects without alienating people with other browsers. How to use JavaScript and meta tags to make browser specific effects available to everyone.