Web Development 20 Oct 2008 C# Priority Queue Implementation for Silverlight While writing some code for Silverlight, I realized that Silverlight does not include a PriorityQueue implementation in their libraries. I searc… Read More
Web Development 18 Oct 2008 Very nice and flexible file upload control with progress I needed a pretty quick way of displaying file upload progress in a ASP.NET project. In the past while working for a different employer, I've wri… Read More
Web Development 28 Aug 2008 Server Side Includes (SSI) adding a blank/empty line to HTML page While creating a page that used server side includes, I ran into some very strange behavior. Right before each SSI, a blank line would appear on… Read More
Web Development 14 Aug 2008 Using LoadVars sendAndLoad instead of WebService when calling web services with Flash ActionScript I've ran into issues using the WebService object in Flash. The thing is incredibly buggy. In certain cases, it works just fine, but in oth… Read More
Uncategorized 22 Jul 2008 Can electronic drums be classified as drums? We had a rather silly argument at work today. A co-worker claimed that electronic drums are not drums, but something entirely different. Now… Read More
Personal 15 Jul 2008 nJoy Electronic Cigarette Review (Part 2) It has been 6 days since my nJoy Electronic Cigarette Review (Part 1). My biggest complaint in that review was the price of the refill cartiges.&… Read More
Personal 9 Jul 2008 nJoy Electronic Cigarette Review (Part 1) A week or so ago I ordered the nJoy electronic cigarette. I've tried to quit smoking before, and although I had no problems stopping (apart from… Read More
Web Development 18 Jun 2008 IE8 and AjaxControlToolkit – Visibility bug Well, I finally downloaded IE8 to see how some of the sites I've worked on behave. Most things work just fine, however, I did find a pretty sign… Read More
Web Development 4 Jun 2008 Using JavaScript methods in C# I ran into a weird problem today. I needed to escape a string in c# in such a way as to be able to unescape() it later with JavaScript into the … Read More
Web Development 28 May 2008 Microsoft JScript runtime error: ‘null’ is null or not an object Programming JavaScript can be fun, but sometimes when I get errors like this it can get a little frustrating... It happened on the following line, whe… Read More