WordPress Peekaboo Plugin
This plugin allows you to show and hide specific portions of content within a post or page. Visitors can then use custom show/hide links to show or hide the portions you’ve defined. The plugin enables a few WordPress shortcodes: [peekaboo]
, [peekaboo_link]
and [peekaboo_content]
.
WordPress Downloader
The script’s main purpose is to provide an easier way to put WordPress on your server (it doesn’t configure WordPress for you). It does do a few things: it will automatically download the latest WordPress release (Zip file), then it will extract the Zip file contents (keeping the wordpress
folder if wanted) and then it cleans up, removing the Zip file and itself.
WordPress HiFi Plugin — Head and Foot Injection
HiFi is a head insert and foot insert plugin. It allows you to include script, style, meta and any other code you want into your posts and pages. The inserted code is page-specific, this means that only the pages you want will be affected.
jQuery Scrollable Table Plugin
This jQuery plugin converts a properly formatted table, having thead and tbody elements (tfoot optional), into a scrollable table. Scrollable tables are most useful when having to display lots of tubular data in a fixed space.
US Cities and State SQL Dump
Full SQL dump of cities and states data. There are three tables in all: states, cities, and cities_extended. All packaged in a nice (less then 1MB) ZIP file for your convenience!
jQuery Image Preload Plugin
I needed a jQuery image preload plugin in order to detect when an image had actually loaded, so I built one!
Saving Form Data to Google Spreadsheets Using PHP and the Google Docs API
The general idea is to read a Google Spreadsheet through PHP and save user submitted form data via the Google Documents List Data API. By doing this, you can quickly view all the submissions at a glance and you are also able to export CSV files of the data. Using Google Docs gives you and your clients a quick and easy interface to interact with form data.