Technical Articles

In-depth guides, insights, and best practices for modern software engineering

What is xmlrpc.php?

It is a script which allows clients to make procedural calls over the net.
As it says in the name, the encoding is XML and because it is used on …

Read Article →

Captcha Fail!

Hey, thought I’d just post this one incase anybody else sees it and thinks it’s funny.

This is not really a very helpful post like most …

Read Article →

When to use SSL?

There has always been quite a lot of heated discussion around the question of when to use SSL and when to avoid it while building websites.

I have …

Read Article →

MSSQL Select Not Null

I mainly use MySQL these days, so get screwed over for a few minutes when I have to do something in MSSQL that is slightly different when it comes to …

Read Article →