Basic Screen Scraper
Script originally meant to be called via AJAX and passed a URL to scrape as a parameter. Grabbed all the H2 and P tags and returned them in excerpt format.
Source: scraper.php
Custom CMS Administration Page
The site was originally created to feature urban Beijing artists born in the 80s, and utilized a custom built Administration backend to manage artist profiles, upload sample art work, and manage a custom built bidding system.
This file handled the sample art work administration area.
Source: art.php
FlipIt Bookmarklet
Simple brookmarklet that loads up jQuery onto any page then horizontally flips everything on that page.
To see it in action, drag this link to your bookmarks toolbar: FlipIt
Source: flipit.js
Dynamic Pinterest Function
Code snippet to call to regenerate Pinterest share buttons. This allows dynamic setting of what image is being shared by Pinterest using traditional Javascript events. Useful for things like galleries where this function can be called using a gallery change callback to always share the currently featured image.
Source: dynamic-pinterest.js
AD Import Script
Utility script that ran on CRON to pull data from a AS400 database and generate an import file to synchronize data between the AS400 and Microsoft Active Directory.
Source: ad-import.php