Tag Archives: JavaScript

Project/Technology Showcase, April 25th

Carbon Five and Good Eggs are joining up to show off some of the projects they’ve recently worked with an emphasis on the technology that made them possible. We want to share what we think is interesting and what we’ve … Continue reading

Posted in Process, Web | Tagged , , , , | Leave a comment

Tech Talk: Seth Ladd on Dart

Seth Ladd (Google, @sethladd) joined us last week and presented An Introduction to Dart: The structured web development platform. You should check it out, the folks over at Google are doing some interesting things. Dart is young and has potential. … Continue reading

Posted in Web | Tagged , , , | Leave a comment

Lunchtime Tech Talk: Tom Dale and Yehuda Katz on Ember.js

On Wednesday, Tom Dale and Yehuda Katz joined us for a lunchtime tech talk. Tom gave a great overview of ember.js, a new JavaScript MVC born out of the work done on SproutCore 2.0. Here’s the video of the presentation … Continue reading

Posted in Web | Tagged , | 4 Comments

Interactivity in HTML5 Canvas Visualizations

In the last canvas visualization post I discussed the canvas API’s transform functionality and how it greatly simplifies drawing complex visualizations.  In this post, I’ll talk a little about making canvas visualizations interactive and about problems you might encounter when … Continue reading

Posted in Design, Web | Tagged , , , , | 2 Comments

Taming 2D Transforms in HTML5 Canvas

This is the second post in a series on creating custom interactive visualizations in canvas.  The first post is here. The canvas API contains five methods (rotate, scale, translate, transform, and setTransform) used to transform the drawing context. We typically … Continue reading

Posted in Web | Tagged , , , , | 3 Comments

Node.js, Part III: Full Stack Application

In my previous posts, I introduced you to Node.js and walked through a bit of its codebase. Now I want to get a simple, but non-trivial Node.js application running. My biggest problem with Node.js so far has been the lack … Continue reading

Posted in Web | Tagged , | 7 Comments

Node.js, Part II: Spelunking in the Code

In my last post, I gave a quick overview of Node.js and showed you how to install and smoke test it. Now let’s dive deeper and learn what it provides and how it works.

Posted in Web | Tagged , | 3 Comments

Node.js Overview

I was a Java guy for 10 years and I’ve been a Rubyist for the last 5 years. Over the years, I’ve tried to develop expertise in a particular area of technology that will both pay the bills and make … Continue reading

Posted in Web | Tagged , | 3 Comments

Visualizing Skillsets in HTML5 Canvas: Part 1

As Courtney chronicled in the d.build journal, Carbon Five recently engaged in a group exercise to create a physical diagram of our skills and interests.  The activity was entertaining and produced a rather attractive artifact on the wall, but we … Continue reading

Posted in Design, Web | Tagged , , | 3 Comments

Ew… you got CSS in my Javascript

The other weekend I test drove a little Javascript library to output CSS style rules from within Javascript. I took the most obvious Javascript-literal approach to get the most out of Javascript support in editors. I called it Csster (“sister”), … Continue reading

Posted in Web | Tagged , , , , , , | 1 Comment