0 Users appreciate this thread.
Random code of the day #3!
(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
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.
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
-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
Go to Splashiverse! Splashiverse
Log in to submit a comment
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes

Today's random code of the day is in javascript:
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:
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.
3dsklub.cf
Like what I said? +respect
>Official Trinate Spriter<