Other Services
Portfolio
Categories
Archives
Category Archives: Code
Downloading files in Internet Explorer over SSL
There’s a known problem with Internet Explorer when it tries to download files on a secure site (i.e. one with a https prefix). For some reason, IE tries to save the file as an attachment, instead of displaying it in … Continue reading
Posted in Code
Comments Off
Correct headers for file downloads
Most of the time on websites you will simply link directly to a file if you want to allow visitors to download it. However, there are two occasions when you might want to link to a script which outputs the … Continue reading
Posted in Code
Comments Off
PHP Akismet library
I’ve recently released a PHP library for Akismet, the comment spam detection service. There’s already a plugin available for WordPress, but the integration is so tight that you can’t easily use it in other PHP projects, and the existing library … Continue reading
Posted in Code
Comments Off