Home » Code examples, bugs/fixes and "how to's"Random bits and pieces I have found scattered across the inter-web

In the following documents I have provided source code and fixes for problems I have come across during my time breaking web pages. Included are some of the fixes for the strange problems you run into as a web developer.

Opencart - Open Source php shopping cart

By Justin, (3) Comments

Shopping carts pose an interesting challenge for web developers. Having worked on several e-commerce websites, they all seem to have one thing in common...

read more...

Microsoft Adcenter API

By Justin, (2) Comments

VB.NET program to fetch reports from the MSN Adcenter API.

read more...

Modx migration from apache to windows hosting

By Justin, (3) Comments

Moving a modx site from apache hosting to windows based hosting....why?

read more...

anthem ajax for asp.net, atlas spelt properly ;)

By Justin, (0) Comments

Like many other developers out there i've seen quite a few excellent Ajax enhanced sites, but never worked with it myself. I decided to do a bit of poking around for a few Ajax library's for dot net.

I first downloaded Atlas, but found it complicated in comparison to Anthem. Anthem comes bundles with c# asp.

read more...

php mail injection solution, php mail spam attack!

By Justin, (2) Comments

Every day I get mails into my inbox informing me a spammer has just attempted to hijack one of our website forms that uses the php mail function. This attack is well documented, and is known as an email injection attack.

read more...

Problems running asp.net 1.1 and 2.0 sites on iis 6.0

By Justin, (0) Comments

Now I would certainly not call myself an iis buff, as this would be a lie. I can however get by setting sites/ftp users up. I have even installed php and asp.net....

read more...