Curry Gateway launched

I've recently launched Curry Gateway, a directory of curry houses in the British Isles which, like Pub Gateway, focuses on precise geodata and eschews intrusive advertising. Most of the curry…

Pub Gateway launched

Last week I launched Pub Gateway, a directory of pubs in the British Isles which focuses on precise geographical data and no intrusive advertising. It's written entirely in PHP with…

Hello World

It's customary to begin programming with an example which prints 'Hello World', so I thought I'd do the same with this blog: <?php echo 'Hello World'; ?>