iTunes Playlists to Xml: Parsing categories with LINQ

  • October 20, 2010
  • James Skemp
I recently had the need to determine what types of music I had within my collection of music. Since I created iTunes Playlists to Xml so that I could export out my library on my iPod, it was easy enough to run that and then open LINQPad to run the following query. Obviously, you must export the Genre field in order for the following query to work. // Location to the XML from iTunes Playlists to XML String playlistXml = @"

Read More

Netflix shipping, for Madison WI - Year 5 (Part 1)

  • September 28, 2010
  • James Skemp
Amazingly, although only in how fast time has gone by, my fifth year of Netflix has begun. This covers shipping with Netflix from September 26 2010 to approximately March 25 2011. See also the second half of year 4. MRNOS = Movie received and next one shipped The times 09/27/2010 (M) - MRNOS. 09/28/2010 (T) - Received and watched Iron Man 2 (2010), which I actually really liked, and am surprised I received so soon after release.

Read More

Amazon delivery schedules to Madison WI

  • September 8, 2010
  • James Skemp
I've been keeping track of this for a while locally, but since I have a hard time remembering where the file is, as well as to update it every time ... here's the delivery schedule I've experienced with Amazon.com, for the free shipping option (unless otherwise noted). Most recent at the top, and does not include all deliveries. USPS December 6, 2010 03:51:00 PM Madison WI US Delivered December 6, 2010 09:27:00 AM Madison WI US Out for delivery

Read More

Personal NetBeans IDE 6.9.1 setting tweaks

  • August 29, 2010
  • James Skemp
For my own personal reference, I've made the following tweaks to the default install of NetBeans IDE 6.9.1. Tools Options Editor Formatting Language: All Languages / Category: Tabs and Indents Expand Tabs to Spaces: unchecked (from checked) Number of Spaces per Indent: 4 (default) Tab Size: 4 (from 8)

Read More

My first Silverlight Web application

  • July 19, 2010
  • James Skemp
The more I do with Microsoft technologies the hard it becomes for me to want to move outside of them. With the .NET Framework and Visual Studio 2010, which is the best development tool I think I've ever used, it's easy to get sucked in. Since I've wanted to experiment with it for a while, and since I needed to do some kind of development after slacking off this weekend, I looked into creating a simple Silverlight application that would use the same Web service I created late last month.

Read More

Music Recommendations Please! version 0.5 beta

  • May 28, 2010
  • James Skemp
While not necessarily a step forward from version 0.4.5 of Music Recommendations Please!, version 0.5 is nonetheless a positive step. Consider this an idea-based release. As such, this application is in no way final (but might be more complete after this long weekend). Download Music Recommendations Please! version 0.5, beta. You can see a general idea of where I'd like to end up by reading my music application idea. .NET Framework 4 is required for this application.

Read More

Music application idea

  • May 25, 2010
  • James Skemp
Surprisingly, it was way back in September of last year that I realized Music Recommendations Please!, which I hoped would help me discover new music (and perhaps help others as well). Since then I haven't used it as much as I would have hoped, but that's mostly because I'm not happy with how easy it is to get more than one artist in at a time, and generate helpful 'reports' from data returned for multiple artists.

Read More

Second Web site ported over to ASP.NET MVC 2

  • May 23, 2010
  • James Skemp
After converting one Web site over to ASP.NET MVC 2 yesterday, I ported my second one today. The first Web site was originally just a bunch of static HTML pages, so it was fairly easy to move over. This one, LogParserPlus.com, gets all of its data from a collection of XML files. Using LINQ to XML the files are read and parsed out to the page, using a Repeater control.

Read More

First Web site ported over to ASP.NET MVC 2

  • May 23, 2010
  • James Skemp
On Saturday (when I'm actually writing this, but I can't have 3 posts on one day, after my posting history the last handful of months) I finally ported a Web site over to ASP.NET MVC. The existing Web site was for a client who just needs a simple, static, Web site, with a half dozen areas for content. However, if they were given the ability to directly post content to the site - news, specials, etcetera - I believe they might.

Read More

iTunes Playlists to Xml - version 1.6 released

  • May 8, 2010
  • James Skemp
Version 1.6 of iTunes Playlists to Xml is now available for download. Download iTunes Playlists to Xml 1.6. Installing and more information If you're new to iTunes Playlists to Xml, I've created a 'product page' for iTunes Playlists to Xml with all the information needed to get started. Upgrading To upgrade from any version of 1.4 or 1.5 you need to replace the following files with those in the above archive:

Read More