Username:
Password:
Remember me:
Register

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)


Search forums via Google


0 Users appreciate this thread.

Random code of the day #3!
Started by klubadmin
(2012-10-01 01:46:11)
klubadmin (2012-10-01 01:46:11)
Today's random code of the day is in javascript:

Source Code
localStorage.name = "Bob";


This code deals with a new feature added with HTML5 called Local Storage. LS is similar to cookies in the fact that they save bits of data on a user's computer that can be accessed later. This particular code assigns the value "Bob" to the Local Storage variable "name". In order to retrieve this value, simply treat localStorrage.name as a variable like in this example:

Source Code
alert(localStorage.name);


It's important to note that LS can only be read by the site that created it, so you can't access LS from one site to another.
socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
(Capt.)Orb (2012-10-01 20:53:01)
Never knew that, I bearly know javascript
Aviation fact: The a380 is the largest commerical aircraft in service!

Go to Splashiverse! Splashiverse
klubadmin (2012-10-02 01:27:49)
I barely knew it for a long time. Just recently I've been looking into it deeper.
socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
angelrulez7 (2012-10-02 21:56:12)
Cool.
a
NINTENDO64 (2012-10-03 20:41:42)

"If today were the last day of my life, would I want to do what I am about to do today?"
-Steve Jobs

DBS
(Capt.)Orb (2012-10-04 18:39:54)
is it helpful?-KlubAdmin
Aviation fact: The a380 is the largest commerical aircraft in service!

Go to Splashiverse! Splashiverse
klubadmin (2012-10-04 20:12:30)
@xconorbx What, Javascript? Yes.
socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
 

Log in to submit a comment

This topic's ID: 32546

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)




Total registered users: 8321
New registered users today: 7
Newest registered user: ElegantVulpes

©  Copyright 2026 3DSPlaza. All Rights Reserved