EvanBot Robot

Latest Articles

From time to time I write articles related to my field of work. The articles are usually geared towards other website developers.

Universally Accessible Data in PHP 7

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.

jQuery Timer Plugin 0

Posted June 14, 2009 as JavaScript

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.

More