Author Archives: Jesse
OptusScrape – A PHP Class to scrape your optusNet usage data
I spent the day today writing up a php class that would give me an XML page of my optusnet usage. Previously you could hook into two pages they had running to get a text version of your usage details … Continue reading
Facebook Badges
<script src=”http://badge.facebook.com/badge/541375514.1051.1339555837.js”></script><noscript><a href=”http://www.facebook.com/people/Jesse-Collis/541375514″>Jesse Collis’s Facebook Profile</a></noscript>
Apple Releases Security Update 2008-007 and Breaks my Apache
As soon as I installed the Apple Security Update 2008-007 this afternoon, restarted and re-opened firefox to all my previous tabs I knew something was up when my localhost suddenly wasn’t responding. According to Apple, this fix updates to a … Continue reading
Late Static Binding with PHP 5.3
With the Alpha3 Release of PHP 5.3 out and about it’s looking like the much anticipated late static binding functionality is starting to solidify. Once I finally got PHP 5.3 running (see my previous post) I worked through creating an … Continue reading
Installing PHP 5.3 on Mac OS X Leopard
After many frustrating hours and three separate attempts I am finally running PHP 5.3.0alpha3 on my MacBook Pro using the default Leopard Apache installation (the one you can turn on/off with web sharing). This post is as much a summary … Continue reading