Evan Byrne's Writings

Keep Your Copyright Up to Date

This is a short older article from a previous version of my blog, but the lesson it teaches is still relevant so I'm reposting it.

Dec 21, 2009

0

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

Browser Detection With PHP Browscap

Browser detection these days is a mess! With over 100,000 known browser userAgents we need an easier way of getting info about the user's browser without checking all of the known userAgents manually. That's where browscap.ini and PHP come into play.

Apr 09, 2009

16

← Older