I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
We should be linking to the actual sources of info, rather than just the top google hit.
ReplyDeletehttp://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Reserved_Words
JSscript 8.0:
http://msdn.microsoft.com/en-us/library/ttyab5c8.aspx
I'll look for ECMAScript links later.
This is one of the many things discussed in "JavaScript: The Good Parts" by Douglas Crockford.
ReplyDeleteBy the way, I'm not affiliated with the publisher; The book is just that awesome.
I discovered today that the word "keywords" is a reserved word in IE javascript. It turns out to be an object that contains a list of all the keywords. No errors are generated if you try and use this as a variable, but any time you try and access the value of your variable you get an object back instead of what you assigned to it. Arg!
ReplyDeleteheader and footer just broke my script in IE8.
ReplyDelete