Archive for the ‘Uncategorized’ Category

…or not

Wednesday, October 10th, 2007

Bloody hell, I knew this whole house hunting thing was getting far too easy

(more…)

Success

Friday, October 5th, 2007

Well this is it folks, we have an accepted offer, we have passed the first stage of buying our first flat.

(more…)

Travelling to new horizons

Tuesday, October 2nd, 2007

Well folks, quite a few new things to talk about lately. First of all, we’re going to be heading off to California for a quick trip at the end of the month and then, house hunting is starting to become rather interesting.

(more…)

New Sword

Friday, September 21st, 2007

On Saturday I got myself a new sword. I’d been looking for a decent looking weapon to use for sabre sparring (i.e. not the Hanwei Practical Sabre) for quite some time now, and so far had only been able to find nice but expensive antiques.

This time I got myself the following:

{mosimage}

(more…)

Solving IE file download issue

Tuesday, September 18th, 2007

Just a quick one. I’ve just been struggling with getting IE (both versions 6 and 7) to download a simple pdf. It was working fine in Opera and Firefox but IE would just block the download.

The issue was caused by php headers not being defined properly.

So remember that if you have your file type being defined as

header("Content-type: application/force-download");

it will not work in IE. Instead use the header

header("Content-type: application/octet-stream");

Hopefully this helps somebody.
(more…)

 
 
 
 

Page optimized by WP Minify WordPress Plugin