Determine BlogEngine.NET comments that haven't been published

  • December 6, 2009
  • James Skemp
Unfortunately, BlogEngine.NET doesn't currently have a very good way to determine, at a glance, all of the comments that haven't been approved. While this will certainly be coming in a future release, or as an extension, I figured writing something simple to do this would be a good LINQ to XML test for me. You can download the built executable, or play with the code, which is included below. Download the executable (7-Zip format).

Read More

Did you know? Xbox Live auto-renewals

  • December 4, 2009
  • James Skemp
Did you know you have to go through 4 screens - 3 of which are adverts - to turn off Xbox Live auto-renewals? And it seems like there's only one click (or one purchase) to turn them back on.

Read More

Example batch file to dump Subversion repositories

  • November 19, 2009
  • James Skemp
I have a large collection of repositories, and until now ran a single batch file that had to be updated each time I created a new repository, to add the new directory. To combat that, I did some research and created a new batch file that does all the heavy lifting for me. To save others time, I present it below. SET timeVar=%date:~10,4%%date:~4,2%%date:~7,2% SET repoDumpDir=..\repos_dump FOR /D %%G IN (*) DO svnadmin dump %%G > %repoDumpDir%%%G%timeVar%.

Read More

Review: No Doors, No Windows

  • November 15, 2009
  • James Skemp
Edgeworks Abbey and E-Reads have recently (2009) begun reprinting Harlan Ellison's works (32 titles in total). No Doors, No Windows sounded like a good choice, from the few titles I was missing, so I picked up a copy. This collects 16 stories, and has the introduction from the original release. Most of these stories were new to me, but they're short (the book is just under 200 pages, with the intro) and for the most part just aren't as good as his other works.

Read More

iTunes Playlists to Xml - version 1.5.1 released

  • November 14, 2009
  • James Skemp
This application has since been updated. Read about the current version of iTunes Playlists to Xml. Version 1.5.2.1 is available for download, which fixes an issue with version 1.5.2. Thanks to Pierre for bringing this to my attention. Version 1.5.2 is available for download, which adds the -output argument. Version 1.5.1 of iTunes Playlists to Xml is now available for download. Download iTunes Playlists to Xml 1.5.1. 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.

Read More

iTunes Playlists to Xml - version 1.5 released

  • November 13, 2009
  • James Skemp
This application has since been updated. Read about the current version of iTunes Playlists to Xml. Version 1.5 of iTunes Playlists to Xml is now available for download. Download iTunes Playlists to Xml 1.5. 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.

Read More

BlogEngine.NET running on Cassini Personal Web Server

  • November 12, 2009
  • James Skemp
While Cassini is a built-in Web server part of Microsoft Visual Studio, it's also available as a stand-alone application, thanks to the work of Dmitry Robsman. The current version can be downloaded from this post regarding version 3.5.0.2 but requires that you first build the solution (the code is available under a MS-PL license). Cassini++ is also available from Codeplex, and has GUI improvements, among other changes (but is based on an older 3.

Read More

Log Parser Plus - version 0.3 released

  • November 7, 2009
  • James Skemp
Version 0.3.1 of Log Parser Plus now features a custom LocalTime variable for IISW3C queries, and outputs the final query (for copying). The scratch pad (the unlabeled text box) will no longer clear when a new query is performed. Currently under development, Log Parser Plus (not be confused with the Web site LogParserPlus.com) is a tool to (hopefully) help work with Microsoft Log Parser. Download Log Parser Plus 0.3 BETA.

Read More

Initial thoughts on Playstation 3 instant streaming

  • November 6, 2009
  • James Skemp
Today I received my instant streaming disc for the Playstation 3 from Netflix. Having now moved around and watched a video, here are my thoughts. Note that I've watched Netflix streaming videos on my PC as well as on my Xbox 360. Thoughts As noted, currently the streaming capabilities require a disc. While this could perhaps be a download (and will be in the future), I don't believe it's too terrible that it requires a disc.

Read More

Log Parser Plus - version 0.2.1 released

  • November 2, 2009
  • James Skemp
This is no longer the current version. View information about the current version of Log Parser Plus. Microsoft Log Parser is a command line-based utility useful to parse IIS logs and more. While a number of applications exist to help use Log Parser, as well as a number of sites containing Log Parser queries, I haven't been very happy with them. In an attempt to make it even easier to work with Log Parser, I present version 0.

Read More