iTunes Playlists to Xml - version 0.3b released

  • February 27, 2009
  • James Skemp
This application has since been updated. Read about the current version of iTunes Playlists to Xml. Having just released version 0.2b of iTunes Playlists to Xml, I've done some updates, bringing it up to version 0.3b. This release fixes all of the known issues, from version 0.2b. There are no known issues with version 0.3b. Download iTunes Playlists to Xml - version 0.3b. iTunes Playlists to Xml requires .NET Framework 2.

Read More

New BlogEngine.NET Theme: 20081126

  • November 27, 2008
  • James Skemp
I've been working on a new theme for the site, since around 7 this evening ... and it's finally rolled out. This is along the lines of what I was thinking a couple weeks ago, but I actually grabbed some ideas from Microsoft's recent KB changes. This is the first theme I've created that used the widget functionality, and I can honestly say I'm still not that impressed with it. I still have to add some styles for coding that I add in, once I find a good sample (did I really just use blockquote?

Read More

.NET DataSet dump (C#)

  • October 18, 2008
  • James Skemp
One thing that I really like about ColdFusion is the powerful cfdump. Use the cfdump tag to get the elements, variables, and values of most kinds of ColdFusion objects. Useful for debugging. You can display the contents of simple and complex variables, objects, components, user-defined functions, and other elements.  Of all the tags in ColdFusion, cfoutput is probably the only tag that I use more. Unfortunately, most other languages, JavaScript and .

Read More

Brief Notes on Essential C# 3.0: For .NET Framework 3.5 (2nd Edition)

  • August 16, 2008
  • James Skemp
I'll be updating this as I read, but the date/time of the post will remain the same. This will by no means make up for a reading of the book - Essential C# 3.0: For .NET Framework 3.5 (2nd Edition). (Link to my review will be posted once I finish the book.) I work primarily on the Web, so that will be my main focus from reading this book. Some chapters may not be present here, depending upon what I think is note-worthy at the time.

Read More

Review: Professional ASP.NET 3.5 In C# and VB

  • July 11, 2008
  • James Skemp
The following is a book review of Professional ASP.NET 3.5 In C# and VB, written by Bill Evjen, Scott Hanselman, and Devin Rader. Having read Imar Spaanjaar's Beginning ASP.NET 3.5 In C# and VB (review), I was expecting a number of good things from this book. Imar's book is really great in that he shows you how to build a Web application with ASP.NET 3.5. However, with Professional ASP.NET 3.5 In C# and VB, you instead get 1500+ page reference book.

Read More

Wrox feedback - July 11 2008

  • July 11, 2008
  • James Skemp
I never heard from them on my last batch of feedback for the Professional version, and they still aren't posted, but Imar confirmed the one errata I pointed out on his book. Additional errata for Professional ASP.NET 3.5 In C# and VB: Page 579, last sentence: Welcome.html should be Welcome.htm Page 581, first paragraph: Welcome.html should be Welcome.htm (x2) and Start.html should be Start.htm Page 628: Figure 13-1 is the incorrect image.

Read More

How to change your default language in Visual Studio 2008 (the right way)

  • July 2, 2008
  • James Skemp
There's a number of resources online on how to change the default language in Visual Studio. However, none of them are correct. They all state that you should reset your settings to default and then re-setup your settings. Huh? Instead, if you modify the CurrentSettings.vssettings file, you can keep all your other settings, without the pain of having to re-import everything else. First, find your settings file, which appears to default to the My Documents\Visual Studio x\Settings\ directory.

Read More

Wrox feedback - June 29 2008

  • June 29, 2008
  • James Skemp
Read my review of Beginning ASP.NET 3.5: In C# and VB. Some errata for 978-0-470-18757-9, Professional ASP.NET 3.5 In C# and VB: pg 247, second to last sentence on the page: <h3> should be <h1>. pg 253: Figure 5-13 is incorrect. pg 487: Figure 9-12 is incorrect. pg 527, second to last sentence on the page: Listing 10-13 contains no highlighted text. I was expecting more errata to be listed.

Read More

Review: Beginning ASP.NET 3.5 In C# and VB

  • June 8, 2008
  • James Skemp
The following book review is for Imar Spaanjaars' Beginning ASP.NET 3.5 In C# and VB. Update July 11 2008: Review of Professional ASP.NET 3.5 In C# and VB. Update March 28 2010: Review of Beginning ASP.NET 4 in C# and VB.  I've picked up copies of Beginning ASP.NET 2.0; Build Your Own ASP.NET 2.0 Web Site Using C# & VB; Beginning ASP.NET 2.0 E-Commerce in C# 2005 From Novice to Professional; and Microsoft ASP.

Read More

Review: Microsoft ASP.NET 3.5 Step by Step

  • June 8, 2008
  • James Skemp
The following book review is for George Shepherd's Microsoft ASP.NET 3.5 Step by Step. Based upon the title, 'Step by Step,' you might think that Shepherd's book will actually cover ASP.NET 3.5 in detail, piece by piece. While it's true that he does this, he does it to very little detail. He also makes numerous assumptions throughout the text, which may have you scratching your head more than you usually would, picking up a new language.

Read More