Link: The 100 Meter Scroll
![The 100 Meter Scroll](../../wp-content/uploads/2013/06/Screen-Shot-2013-06-11-at-1.21.48-PM.png)
I’m a sucker for clever uses of technology as much as I am crazy/complex code. And while I’m as tired as anyone of long scrolling web sites, this latest one is fun to play over and over. The 100 meter … Continue reading
I’m a sucker for clever uses of technology as much as I am crazy/complex code. And while I’m as tired as anyone of long scrolling web sites, this latest one is fun to play over and over. The 100 meter … Continue reading
With another day comes another stunning demo on Codepen, this time its bacteria by Grégoire Divaret (@grgrdvrt). Simply put, bacteria is a beautiful micro-organism rendered on the HTML5 canvas element consisting of both particle and spring systems (the code alone is certainly worth … Continue reading
Image processing can be intensive. Why not pass off some of that data crunching for a web worker to do in the background? According to this blog post we just found, it is possible. It’s from a while back, but … Continue reading
Browser vendors have ambitious plans for JavaScript. Many of them are making long-term investments in the web as an operating system. To get there they have set themselves the goal of running JavaScript code as fast as native C. If … Continue reading
The JavaScript language is hugely popular for a number of reasons. Broad reach is certainly a factor, and from a developer’s perspective it’s very quick and flexible. Everything in the language is an Object so creating structures on the fly … Continue reading