Support Legal Downloads!

Category Archives: software

Asp echo()

This could be seen as a slightly lazy piece of classic asp code but it works for me. Php coders should understand this one. sub echo(input) response.write(replace(input,”‘”,”"”")) end sub The single quote is now essentially being used an escape character similar to php echo which saves having to do double quotes when using response.write to output [...]

Also posted in asp, webdev | 2 Comments

Tortoise SVN Extension for Dreamweaver

I use this loads but can never seem to find it on the internet. It allows you to commit and update direct from the Dreamweaver context menu. The old URL it was hosted at (nearlygeek.com) is no more. You do need to have Tortoise SVN installed and it only seems to work with Windows. Enjoy [...]

Posted in software | Tagged , , | 7 Comments

OSX Terminal / Command Colouring

Essential tip for OSX users. Not just pretty on the eyes but bloody useful. Just add the following lines to ~/.bash_profile export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad http://www.mactips.org/archives/2005/08/02/color-your-os-x-command-prompt/

Posted in software | Tagged , | Leave a comment

Chrome First Impressions

A few us have been using Chrome here in the office today a and first impressions are generally good. I’m not going to run down the whole feature list, only what was obvious to me right away. Pages render at lightening speed, it feels faster than FireFox. Element inspector – a firebug style debug tool built [...]

Posted in software | Tagged , , | 3 Comments

Google Chrome Imminent

Following on from yesturdays web comic teaser the world is eagerly awaiting the full release of Google’s (Open Source) Chrome browser, which according to the Google Blog should be at some point today. There are already some screenshots floating around the web and I’m as interested hell to get my hands on it. From a web developers [...]

Posted in software | Tagged , | 1 Comment

Evernote review now on Mobile Industry Review

My first iPhone application review is now online. Check it out here.

Also posted in iPhone, Mobile | Leave a comment