Viewing: Tag Archives for customer service

Design. Seeing it through to the end.

The finishing touches are so important to have a successful creation. The proverbial “cherry on top.” If you’ve had the chance to make it to Marvel’s The Avengers you can see this principle in action. After two hours of great cinematized comic book action, good humor and off the charts CG work, the creators could [...]

Backbone.js — A Beginner’s Tutorial to Events

Backbone.js is a javascript framework that helps you write structured, easy-to-manage javascript–giving an valuable tool to web developers who are writing complicated javascript applications. Although it’s been compared to using an MVC framework, it’s not quite the same–the view plays the role of controller as well–dealing with events. There’s a lot to learn about Backbone.js, [...]

Store Form Data with HTML5 localStorage and jQuery

Recently, Chris Rock wrote an article that gave a great summary on the ins and outs of localStorage. If you haven’t read it yet, you probably should as it will give you the basis for the following. This is a very simplistic jQuery function utilizing localStorage that I devised to help meet a specific need [...]