Best Tutorials website
Latest tutorials

Advertisment

Browser detection using JavaScript's navigator object

Browser detection using JavaScript's navigator object

Learn how to use the navigator object of Javascript to detect the browser type and version of your visitors.


Views: 0 | Rating star | by Colin
Javascript - User Information

Browser Version Control

Browser Version Control

There are several different browsers and versions out there, thus you, the programmer, do not know what JavaScript capabilities the user has....


Views: 996 | Rating star | by Jarry
Javascript - User Information

Show time spent on a site when they leave

Show time spent on a site when they leave

Program a function that will show the visitor how long time they have spent on your site. When they leave, we use a javascript onUnload-function to...


Views: 780 | Rating star | by Isac
Javascript - User Information