I’ve been reading a whole lot of history books over the last while. Here’s a quick summary of some of the excellent reads, all of which I would recommend.
Sometimes it’s useful to record when an authorised user was last active in your web application – whether it’s something that you show on the front end to other users, or whether you want to have an admin feature to track possibly inactive users.
It’s been quite a long time since the last Phnom Penh photo walk (nearly 2 years!) and I’m delighted to report that there’s going to be another photo walk this Saturday.
The MailChimp API documentation lacks usage examples. Here’s a short example of how to update the email address of a list subscriber via the API.
PHP’s DateTime Class allows flexible manipulation of dates and times. Here’s how to add time to an object and compare it with another date/time.