ddrayne + html5   33

HTML5 Rocks - The Basics of Web Workers
self.addEventListener('message', function(e) {
self.postMessage(e.data);
}, false);
web-workers  html5  javascript 
january 2012 by ddrayne
Front End Development Guidelines
Consistent formatting makes code more readable, and also means the code can be easily modified with find and replace commands. The coding habits we have picked up are thankfully very similar to what jQuery officially encourages. There are a few minor discrepencies, but again, these are personal issues or things that we think cannot be maintained. Further Reading
javascript  html5  jquery  web  webdev 
may 2011 by ddrayne

Copy this bookmark:



description:


tags: