Portfolio
I keep getting asked for a portfolio. I’ve worked on a lot of sites and most of them have disappeared from the face of the internet so it’s really hard to point at any one thing on any given site and say. Hey I did this. Therefore, I have decided to write some code and place it here for people to look at.
Simple Content Filter
Simple filter is a jQuery plugin that is an easy way to filter content that is already displayed on the screen without reloading the page. It is done by manipulating objects based on what classes they posses. I was inspired to created thsi from functionality that was in another website. I thought I could do it better, and IMO I did.
Dynamicly Built Form from XML
Recently I was asked by a recruiter to take a test. This test came in the form of building an form on a page using Javascript. It needed to be dynamically built with the information about the form coming from an XML document. Since I spent 6 hours writing it, I figured it was worth showing off. It uses many aspects of jQuery plugin.
Dynamical Quote Calculator
Back in December of 2008 I spent a month at Blue Cross Blue Shield building this insurance calculator. It uses prototype.js and scriptaculious.js to facilitate the building of the dynamic form elements. While the calculator code is mine. The HTML for the page is not, this was a pre-existing page.
Full Circle – Wordpress Plugin
This is my personal open source project. I created it back in March of 09 when Facebook changed it’s format to have Status update streams. None of the plugins at the time had the proper functionality. I read up on the Facebook API, and decided to add Twitter at the same time. Since then I have rewritten it to be a bit cleaner, and smarter. You can download the new version to take a look.