Projects

NorthwestLink.com Master Plan

Developed a dynamic document suggesting future plans of development for the Northwest Link website to support the company's marketing agenda and guide project priorities.

JavaScript GUI Library (Accretive Technologies Group)

Object oriented programming library for rendering a number of customized graphical user interface objects. Buttons, drop downs, control bars, sliders, counters,and display units were rendered using DHTML, javascript writes, and event handling. Developed for use in a customized implementation of Internet Explorer.

A typical call looks something like this:

mybutton = new roundButton( 24, 24, 36, 216, "roundbut" );
mybutton.setAction( "launchApp" ); 
mybutton.draw();

Where the numbers specify the height, width, and (x,y) position, while "roundbut" suggests the root name of an image set.

PHP Templating, Prototyping and DB Libraries (Accretive Technologies Group)

Object oriented PHP libraries to standardize core functionalities on enterprise level web sites.

USNW Express Shipment Tracking

Searchable logistics tracking utility for customers to track container shipments handled by USNW and their partners. Included XML output and customizable search formatting. Ran on a MySQL database with a PHP and Javascript front end.