How-to articles, tricks, and solutions about BROWSER
Read this JavaScript tutorial and find a working code for checking whether the webpage is loaded inside an iFrame or directly into the browser window.
Read this JavaScript tutorial and learn useful information about localStorage and methods that clear the local storage of records for a specific domain.
Know how to create a scrollbar indicator element on your webpage which indicates how far the user has scrolled down the page. Use a little JavaScript code to animate your webpage bar.
Browser detection is used to determine the web browser a visitor is using and to serve browser-appropriate content to the visitor. Know how to do it with PHP.
Read this JavaScript tutorial and learn information about two sets of properties that are used to obtain the height and width of the viewport dimension.