JavaScript And You

Local Storage Database

A database is a structured collection of data that can be accessed and changed. An example of a commonly used database is the “Remember Me” option box which can be regularly found on log-in screens. Site users can select the option to “Remember Me” by ticking the box when logging in to the site. This means the next time they visit the same website the site remembers their details and the user does not have to re-enter them.

The Following is an example of a local storage database. It can save data to your computer and recall said data even if the browser is closed and reopened.

Input:

Pictures In HTML5

JavaScript is an object oriented programming language used to enhance a website by adding advanced features to the site. It was developed by Brendan Eich in 1995. Almost every website in use today is created to using JavaScript in some way.

The following picture was made almost entirely using JavaScript.

Your browser does not support the awesome drawing I made.

Isn't it cool.