Latest Tutorials

Example of XSLT processing methods

<!DOCTYPE html> <html> <head> <script> function loadXMLDo...

Analyzing OS (operative system)

<!DOCTYPE html> <html> <body> <p id="para"><...

Navigator.userAgent - detecting device

<!DOCTYPE html> <html> <body> <script> var navi = n...

Cookies - how to create, display and delete

<!DOCTYPE html> <html> <head> <script > function di...

Sub-Cookies - how to create, display and delete

<!DOCTYPE html> <html> <head> <script > funct...

Example of sessionStorage object

<!DOCTYPE html> <html> <body> <form> Enter name<inp...

Example of localStorage object

<!DOCTYPE html> <html> <body onload='alert(localStorage.getIte...

Lazy-loading functions example

<!DOCTYPE html> <html> <body> <p>Lazy loaded function &l...

Function binding with bind() method example

<!DOCTYPE html> <html> <body> <script> var loadHa...

Function currying example

<!DOCTYPE html> <html> <body> <script> functi...