Evan Byrne At Your Service
I design and build classy and innovative websites that pretty much anyone can enjoy.
I design and build classy and innovative websites that pretty much anyone can enjoy.
Posted January 1, 2010 as PHP
This is another experiment with globally accessible data in PHP. This time I use a class with get/set methods for a slightly cleaner solution.
Posted December 21, 2009 as PHP
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.
Posted August 15, 2009 as PHP
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.
Posted June 29, 2009 as 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.
Posted April 9, 2009 as PHP
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.