FreshBooks

Here are the projects that  keep me busy when I have some time to spare. If you want to keep up on my latest open-source projects, follow me on GitHub or BitBucket.

 
Gracie

On-the-fly concatenation, minification and dependency resolution for JavaScript. Learn more.

 
Element Visibility Tracker

This is a simple jQuery plugin that makes it easy to track the visibility of a set of elements on page. In this context, we are not referring to the HTML visible attribute. Instead what this tracks is how elements go in and out of the viewport as a user scrolls up and down a page. As the user scrolls down the page, a given element will become partially viewable, then fully viewable, then partially viewable again, and finally is no longer visible.

View the VisibilityTracker website for more information or to download.

 
Node.js access to Amazon Product Advertising API
I am working on a project where I need to access the Amazon Product Advertising API using Javascript (specificially from node.js). I couldn't find a lib to do this from JS, so I wrote this one. It's called node-apac (Node.js Amazon Product Advertising Client). It's pretty minimal, but it works well for me. Download the node-amazon-product-advertising-api source and try it out!
 
Django Image Rendering Service

An image rendering service for Django. Learn more or download django-irs.

You can also check out the Image Rendering Web Service which is powered by django-irs.

 
YUI-Magnifier

YUI-Magnifier is a JavaScript widget that allows you to display a small image on your website and show a magnified version, somewhat like if you were to use a magnifying lens, when the cursor hovers over the small image. This library leverages the Yahoo User Interface library (YUI). Check out our documentation and examples.

Read more...
 
SIPomodoro

The Pomodoro Technique is a great way to help you be more productive. SIPomodoro is a desktop application to help you use the Pomodoro Technique. SIPomodoro runs on nearly any desktop computer (Windows/Mac/Linux). Learn more or download SIPomodoro.

 
Note Memorizer Website

A free website to help people learn to read sheet music. This tool is written in plain old HTML/CSS/JavaScript. Check out the Note Memorizer Website.