Tools »

[30 Nov 2008 | 1 Comments]

Do you have problems remembering your passwords? I change mine bi weekly and use the below tool to remember the passwords and generate them too. If you need a tool to manage your passwords I can recommend this one a hundred times over: http://www.anypassword.com/

Code »

[30 Nov 2008 | 0 Comments]

If you’ve forgotten your password but you’ve asked your browser to store it for you, you can recover the password by going to the page where the password is saved and entering the JavaScript below into the URL bar and pressing enter. The password should appear to you in an alert. This ... [More]

Code »

[24 Nov 2008 | 1 Comments]

    Yikes!… Alistair Campbell has just announced VAT has been reduced from 17.5% to 15% in the UK. In SQL it’s often the case that values like VAT are often hard coded. To help you reduce the time it takes to search your database I wrote the SQL code below which should help you find... [More]