From the category archives:

Downloads

WordPress

HiFi is a head injection and foot injection plugin (or head include, foot include, head insert, foot insert, what ever you want to call it). It basically allows you to inject <script>, <style>, <meta> and any other code you want into the head and foot areas of your posts and pages. The code injected is [...]

{ 0 comments }

jQuery Scrollable Table Plugin

Thumbnail image for 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.

1 comment Read the full article →

US Cities and State SQL Dump

Thumbnail image for 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!

4 comments Read the full article →

jQuery Image Preload Plugin

I needed a jQuery img preload plugin in order to detect when an image had actually loaded. The scenario basically went as follows:
I had several images and content layered on top of one another and I needed to have them all visible. The problem I ran into was that as the browser loaded the images, [...]

13 comments Read the full article →

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 [...]

51 comments Read the full article →