Baylor Rae'

$ cat "baylor rae's thoughts" > index.php

Category Archives: Snippets

Benchmarking PHP Script Speeds

January 9, 2012 | Baylor Rae' No Comments

I recently learned about jsperf.com and I've really enjoyed looking at the speed results of different pieces of code. However, I couldn't find any sites that did the same for PHP and I've really wanted to test different ideas that … Continue reading

PHP PubSub

December 21, 2011 | Baylor Rae' No Comments

A little over a year ago I read a post on Nettuts+ regarding PubSub with jQuery. The idea is you create (or subscribe to) a collection of functions that are called when you publish an event in your application. It … Continue reading