Author Archive for Dilantha

My Wombat Photo Makes It On Schmaps

Wombat published

Here is the link on Schmaps for Australia - Parks & Gardens

Here is the original pic.

Australia Zoo

Technorati Tags:

Fixing PHP Redirect On Nokia N80 Web Browser

I had a problem on a PHP page that was supposed to redirect to another page after some process was done. This is the code I used.


header("Location: http://example.com");

This kept giving me a


Web: no gateway reply

So after looking at the PHP manual for the header function and HTTP status codes I managed to get it working with this redirect.


header("Location: http://example.com", 307);

Technorati Tags: , ,

Ubuntu 8.04 LTS (Hardy Heron)

Get it while its hot. Its so hot I can hardly load the page. This is what torrents were made for.

http://releases.ubuntu.com/releases/8.04/

Digg - Ubuntu Hardy Heron Released!

Technorati Tags:

Side Projects and Collaboration

I've been getting some requests for small PHP projects. At the moment I'm not taking on any projects. If you still think I should have a look email me a specification or the requirement and I will try to give some feedback or recommend another person who might be willing to take it on.

Freelance developers! Please contact me with a brief of your skills so I can contact you when I get requests like this.

Technorati Tags: , ,

Browser Buttons

Did some browser button organizing, thought I'd share.

Browser Buttons

Share your browser button bar, lets see if there are anymore important buttons to add.

Technorati Tags: , ,