Is Your Hotmail Contact List Being Spammed By You?

In the last 2 months, at least 3 of my friends who have Hotmail email addresses have sent me spam. This spam looks like it’s coming from my friend, and is sent to one of my email addresses that I only give to friends and guard carefully. Needless to say I’m upset that my friends’ […]

Read More »

Precurio PHP Intranet Review

In searching for an Open Source PHP Intranet solution, I came across Precurio. It had the look and features I was searching for, so I decided to give it a spin. After evaluating Precurio for a whole afternoon, I’ve decided not to use it. It does not seem mature or stable enough to meet my […]

Read More »

To My Friends Who Play Facebook Games

I’m writing this blog post as a letter to many of my closest friends. These are some of the people who are most important to me. I hope they read it. Many of my friends play games on Facebook. Being a web developer, I took an early interest in these things and delved into the […]

Read More »

C#: Sorting A Hashtable By Values (not Keys)

Outputting a C# Hashtable in sorted order by the keys is easy enough. Copy the keys to an array, sort that array, then iterate through the sorted keys to output the Hashtable values. But what if you want the Hashtable sorted by value. For example if your hashtable has a username as the key and […]

Read More »

Browser Stats For Non-Technical Websites

As a web developer I rely on statistics to keep on top of which web browsers are most popular and should therefore receive the bulk of my focus and testing time. It’s just not feasible to develop a website for all possible browsers without an expensive outlay of effort and aggravation. Unfortunately many popular websites […]

Read More »

Dual Booting With Ubuntu

I went through the process of installing Ubuntu Linux last weekend and I want to write about my experience. This will not be a guide on how to do the installation, because you can follow the same excellent Ubuntu installation guide that I used. Instead I’m going to write about the experience from the perspective […]

Read More »

PHP Quick Temporary CRUD Admin

I recently came across SQL Buddy which is a very clean, simple web mysql database administration tool, similar but simpler than PHPMyAdmin. As soon as I saw it I knew exactly what I wanted to do with it. I create a lot of custom web applications and usually the front end comes first, and then […]

Read More »

A Developer’s Web Browser Nightmare

In the last few years, being a web developer has become a more difficult, tedious process. When the popularity of Mozilla’s Firefox browser drove Microsoft to finally release a successor to the antiquated and insecure Internet Explorer 6, it started off as a happy day for developers who were sick and tired of IE6’s oddities […]

Read More »

AV Book Library v 1.2 Released!

A new version of AV Book Library has been released! A basic, searchable web database of your personal book collection. Records the main details of a book, & whether you’ve read it and/or loaned it to someone. Uses Amazon(tm) to fetch and cache the cover images. Organized by category. V 1.2 Includes: Logo/banner links back […]

Read More »

GTD: Taskfreak and a new skin

In the interests of continuing with my new resolution to Get Things Done and combat my busyness problem, I have switched from using phpCollab to using TaskFreak!. It’s much simpler to use than phpCollab and a much lighter, smaller application. Meaning I’ll be more likely to use it. It also has a simpler interface and […]

Read More »