DropzoneJS is a great little Javascript library put together by Matias Meno. By placing the code in your webpage, you can create a drag and drop multi-file upload utility. Or if the browser doesn’t support drag and drop, you can
What’s the Purpose for Javascript Closures?
Trying to figure out what Javascript Closure’s are is one thing, but determining why we even use them is another. A lot of the posts I come across talk about the closure being an “advanced” technique, and then they walk