Bitovi Blog - UX and UI design, JavaScript and Front-end development

open-source

Weekly Widget 2 - 2-Way Mustache Helpers

January 27, 2013

This article shows how to make 2-way binding mustache helpers and use them in a basic form.

Weekly Widget 1 - TreeCombo

January 18, 2013

I, @justinbmeyer, am going to post a weekly widget made with CanJS. I hope to continue this for as long as I have widgets to write. If you want to see something, please tweet it to @canjs. These...

Introducing jQuery++

June 4, 2012

Hello, my name is jQuery++. It's wonderful to meet you. Have you ever found yourself wishing jQuery had just one more feature or wanted it to be a tiny bit faster? I know I have, but I understand...

Hashchange Routing with can.route - Part 2 - Advanced

May 26, 2012

This article is the second of a two part series (part1) on CanJS's hashchange routing system - can.route. This part walks through through can.route's advanced functionality. Specifically, it covers:

Hashchange Routing with can.route - Part 1 - Basics

May 6, 2012

This article is the first of a two part series on CanJS's hashchange routing system - can.route. This part walks through the basics of hashchange routing and how can.route can be used for basic...

Faster jQuery.event.fix with ES5 Getters

April 13, 2012

If you turn on a profiler in most of the apps we've built and click around like a user, after a while you'll notice jQuery.event.fix is often taking the most time (in the video below, it takes 6.34%...

Avoid the Zombie Apocalypse

April 10, 2012

Memory leaks are an extremely common problem in JavaScript applications.

Introducing CanJS

April 9, 2012

This past Tuesday, at JSConf in Pheonix, Bitovi released CanJS (download). CanJS is the MVC parts of JavaScriptMVC, extracted into a single script download, with additional features that make it...

StealJS - Script Manager

September 3, 2010

There's a lot more to making JavaScript apps than writing JavaScript. StealJS is a collection of command and browser based JavaScript utilities that make building, packaging, sharing, and consuming...

How FuncUnit works

July 27, 2010

FuncUnit is a mashup of a bunch of awesome JavaScript projects. It can be useful knowing how they all work together to make FuncUnit tick. This article details the components and how they fit...