My Goings-On: New Job, New Apt, Lots Of Changes

November 24th, 2009

I’ve been posting regularly about specific topics but haven’t done an overall update on what’s new with me so here goes.
I have just started a new position at my current employer. I have moved from Developer to Business Analyst which I hope will allow me to learn a whole new area of skills and business [...]

[Read More]

To My Friends Who Play Facebook Games

November 14th, 2009

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 behind-the-scenes [...]

[Read More]

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

November 9th, 2009

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]

Windsor’s Broken City Lab

November 4th, 2009

Windsorites might be interested in learning about a group I just came across called Broken City Lab (http://www.brokencitylab.org/). They are group of artists located here in Windsor who pursue social activism through art. From their website:
“Broken City Lab is an artist-led interdisciplinary creative research group that tactically disrupts and engages the city, its communities, and [...]

[Read More]

Browser Stats For Non-Technical Websites

October 2nd, 2009

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

September 29th, 2009

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

September 20th, 2009

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 later [...]

[Read More]

2009 Windsor Fringe Festival - Featuring: Jump! (Preview)

July 19th, 2009

Downtown Windsor is the place to be this weekend and next, with The Windsor Fringe Festival, Buskers Festival and Blues Fest all happening at the same time. For anyone who doesn’t know what the Fringe Fest is, it’s a fantastic event offering an assortment of theatre delights from dramatic plays, comedies, artistic shows and stand [...]

[Read More]

A Developer’s Web Browser Nightmare

July 16th, 2009

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!

June 23rd, 2009

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]