Projects

These are some small projects I've put together along the way. Reusable bits of code, like custom tags or JS helper objects, or just tiny programs to exercise some, or serve some small purpose.

CFQueryReader

CFQueryReader is an Ext JS custom component, used to read the native ColdFusion Query Object's JSON return format. The example shows working with the return in three different scenarios.

CFGMap

CFGMap is a custom component to simplify working with the Google Maps JavaScript V3 library. The example shows producing a map, geolocation of an array of points, and getting directions.

RowExpander

The RowExpander example is an override of the Ext JS 2.x Grid object, to have the RowExpander pull in additional information via an Ajax call, instead of data already resident on the client.

SimpleMath

The SimpleMath example was a quick little exercise to produce n number of simple math questions for print or as an online form. It allows one to set the range of numbers for the first and second argument of the equation, as well as the types of equations (addition, subtraction, etc) and the number of questions you want to generate. A user can either answer and check the questions, or print the questions. Just a quick knock out for my daughter, but it was a fun little exercise.