"Change your thoughts and you change your world."
- Norman Vincent Peale

Projects


ColdFusion

File Line Reader - A CFC wrapper for working with a buffered reader to read files line by line.

Sequence Generator - An abstract component that produces sequential tokens garunteed to be unique.

Google Web API - A CFC adapter to Google's Web API. This component extends some of the API's limitations like the number of search results returned or by the number of words in a phrase for spelling suggestions.

JavaScript

Observerable.js - A simple JavaScript object that can be 'inherited' by other objects to enable Subject-Observer relationships. (The Observer Pattern)