JavaScript 80+ Programming and Optimization Skills
JavaScript 80+ Programming and Optimization Skills from Ho Kim Cheers~
Posted in Ajax, JavaScript, Optimization, Training
Tagged Ajax, Coding Skills, DOM, Html5, JavaScript, jQuery, JSONP, Optimize, Programming, Reflow, Repaint
1 Comment
Flow Flash AD using JavaScript and SWFObject
This article shows how to create a flow flash ad by using javascript together with swfobject. @see getScroll.js @see http://code.google.com/p/swfobject/ The ad-flow.js goes here :
JavaScript Get Scroll Information
The script goes here : getScroll.js
Introduction to NodeJS
1. What is node.js and what does it do? Evented I/O for V8 JavaScript. To provide a purely evented, non-blocking infrastructure to script highly concurrent programs. 2. Basic concept : blocking and non-blocking 3. Amazing Video by Ryan Dahl – Introduction to NodeJS 4. Download and install 5. Make the doc and read (optional) 6. […]