Evan Byrne's Writings

URL Lengthener

Short URLs like the ones generated by URL shortening services like tinyurl.com drive me crazy! I can never see where I'm going. That's why I created this fancy-pantsy PHP class to decode all shortened URLs, no matter what URL shortening service created it.

Aug 15, 2009

2

Universally Accessible Data in PHP

Ever had a class with data in it and needed to be able to access that data from anywhere in your project? Should be simple enough to pull off, but anyone who has tried would quickly find that is not so. I offer a simple solution to storing universally accessible data for your application.

Jun 29, 2009

9

jQuery Timer Plugin

A modified version of my jQuery Delay Plugin, this plugin allows you to set timers that fire an event after a certain amount of time. The main difference between this and the jQuery Delay Plugin is this allows you to remove a timer once it has been set.

Jun 14, 2009

15

Super Gestures jQuery Plugin

The super gestures plugin records gestures made by the user's mouse. This is great for touch interface web applications and unlike other gesture recording scripts it actually works in all major browsers including IE6.

Jun 08, 2009

17

The New EvanBot Design

The new design comes with a whole set of exciting improvements and modifications just in time for the summer.

May 27, 2009

3

← Older   Newer →