Skillett.com

Useful PHP mktimes

Creating – yesterday, tomorrow, last month etc. in PHP time can be a little time consuming – here are some quick cut and pastes! < ? $yesterday = mktime(0,0,0,date("m"),date("d")-1,date("Y")); $today = mktime(0,0,0,date("m"),date("d"),date("Y")); $tomorrow...

Brain Training!

When I first read about Brain Training on the BBC website… I thought they were off their head… Computer games have long been derided by critics as mindless, brain-rotting fun. But a new wave of games is turning the cliché on its head. Nintendo has sold...

Google and YouTube – Heaven for corporate lawyers?!?

Google have announced they’re buying YouTube for $1.65 bn (That’s £883m to you and I!). Although the companies will operate seperately I can see this being a nightmare (or heaven depending on how you look at it!) for the corporate lawyers who will...

Amazon Web Services Blog

I’ve added this to the links section, if you’re thinking about using AWS this is probably worth a read – I need to upgrade my AWS3 code to ECS4 at some point – the only problem at the moment being that I don’t have time or inclination 😉...