Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Speed up your JavaScript by Nicholas C. Zakas


Read the rest of this entry »

Douglas Crockford: "The JavaScript Programming Language"/1 of 4

From Yahoo! Video.


Read the rest of this entry »

Advanced JavaScript: closures, prototypes, inheritance

Talk given by Stoyan Stefanov at The Ajax Experience 2008


Read the rest of this entry »

Javascript which allow you to edit any web pages

I found this snippet a while ago. This will allow you to edit webpage.
Paste this to webaddress and enter.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Read the rest of this entry »
 
^ Scroll to Top