Html5 File Upload with Progress

Html5 finally solves an age old problem of being able to upload files while also showing the upload progress. However it is fairly complicated and not for the faint of heart because you are essentially taking over the entire server side processing (when you tap into the byte stream) and that includes implementing the multipart/form-data …

PlugBug

PlugBug is made exclusively for all MacBook Power Adapters, including current and previous models. Snap PlugBug onto your MacBook Power Adapter and you now have the first ever device that lets you charge your MacBook + iPad or iPhone simultaneously, from one wall outlet. Clever. Very clever. For now North America only though (International version …

jQuery 1.7

jQuery 1.7 has been released. Most important change indefinitely is the introduction of the new .on() and .off() methods. If you’ve been using .bind() and .delegate(), transitioning to these new functions should be no problem. If you’ve been using .live(), which you shouldn’t (also see this test on jsperf), then it’s a great moment to …