Archive for the 'Uncategorized' Category

18th Jul 2008

I love: Day ‘N’ Nite (Crookers Remix) by Kid Cudi

Just wait for that bad ass bassline!!!

Go to Beatsource.com Get These Tracks Add This Player

Posted in Music, Uncategorized | No Comments »

17th Jul 2008

I can twitter after all

I really liked the status feature on Facebook so I thought I’d take a look at Twitter. Now I was under the impression that I needed a fancy phone to use Twitter. This really annoyed me and made me wish even more that I could have an iPhone. Well I was wrong, I can send updates via SMS, So I’m going to start making updates and hopefully find other people to follow too. You can follow me at http://twitter.com/SamHennessy.

Posted in Uncategorized | No Comments »

13th Jul 2008

I love: Machines Don’t Care

Go to Beatport.com Get These Tracks Add This Player

This is one crazy set of collaboration’s including Mr I’m Hot Right Now “Fake Blood”. I’m really digging the sound of this album. P.S. Beatport is the company I work for.

Posted in Music, Uncategorized | No Comments »

26th Jun 2008

PHPUnit MySql 4 Support and iniSet

So I’ve been getting very heavily into QA here in my new job at Beatport. As a result I’ve been doing alot of work with PHPUnit and I came across two problems one same and one large. The first was that the very useful iniSet function that will let you change an PHP setting like error_reporting and then restore it for you after the test has run. The problem I has was it required the value to be a string, which while not a show stopper was a pain. So I was very excited in a very nerdy way when my suggestion was implemented in the code and made it into a release.

The next problem was a biggie as far as I can tell the DBUnit port into PHPUnit know as the Database extension doesn’t support MySql 4. I outlined the problem in a ticket and also posted a patch that will get everything working for MySql 4 and 5.

Mike Lively the creator and maintainer of the DBUnit port it yet to take any visible action as of yet. And as I used to work with Mike I may have to drop him a line to get his opinion.

I’d love to hear from anyone else who is also having this problem with MySql 4.

Posted in Uncategorized | No Comments »

25th Jun 2008

Is PHP a Framework?

I was reading a post by Akash Mehta, on the fact the he feels that PHP is a half framework in its self. I think that’s a really interesting idea and it makes a lot of sense to me. I’m still a big believe in using frameworks on top of PHP but only because I believe it lets you focus on the real work of creating application and not because they are better then rolling your own framework.

Posted in Uncategorized | No Comments »