Archive for February, 2010

Quick trip to Kandy and back

It has been a long time since I got into the mode of traveling a bit far for the sake of looking around. I made sure I took my camera with me. I’m not really into photography, but my point-and-shoot camera does capture the moments I would like to share with others. It was just [...]

General

Protect your website against SQL injection

SQL injection is one of the deadliest techniques attackers use to exploit the weakness in your database code of your website. Regardless of the technology/scripting language you must make sure your code is 100% perfect against SQL injection.
Here I will use PHP and MySQL examples for its wide usage and also I’m much more comfortable [...]

MySQL, PHP, Technology, Wordpress

Looking for a Nissan March K11?

I have been using a Nissan March K11 for little over a year now. It has been serving me quite well and its in very good condition at the moment. I always preferred a hatchback as it is very convenient when it comes to driving around in traffic and specially parking around Colombo. Due to [...]

Cars

PHPMailer for the rescue

When we start building a dynamic website or a Web Application using PHP, sending out Emails to the users is always on top of the To-Dos list. In most cases it will require sending the email in a specific template to maintain the branding of the website/application. In this situation the developer has to send [...]

PHP, Technology, Web