Trevor Burnham

Trevor Burnham is a full-stack web developer with a passion for new technologies. He is the founder of DataBraid, a startup developing data analysis and visualization tools that support remote collaboration. When on Twitter, he goes by @TrevorBurnham and @CoffeeScript. When offline, he’s usually in Cambridge, MA.

Website

http://trevorburnham.com

Twitter

http://twitter.com/trevorburnham

Transforming Data into Pixels: Visualization with Canvas and CoffeeScript

Sessions

CoffeeScript: Design Patterns for the New JavaScript

Track: Web, friday 11:10 - 12:00

CoffeeScript is a relatively small and simple language. At its core, it's just JavaScript. Because its types and semantics are the same, you can use CoffeeScript with any JS library. But a little syntactic sugar goes a long way. Find out how this little language could dramatically change the way you write code.

Transforming Data into Pixels: Visualization with Canvas and CoffeeScript

Track: Web, friday 14:05 - 14:55

HTML5's canvas isn't just for games. You can use those pixels for serious business, from simple charts and graphs to dynamic, interactive data visualizations that perform well across all modern browsers (including those on iOS and Android devices).Thanks to CoffeeScript and a plethora of new libraries, the once-intimidating canvas is now easily tamed. I'll show, step-by-step, how you can build a robust data visualization system that fits your site's needs.