James Skemp's BlogEngine.NET themes

  • August 31, 2008
  • James Skemp
The following is a list of links to posts regarding themes I have worked on for BlogEngine.NET, and that are available for use. (Themes I've worked on for others are not included here.) Listed alphabetically. MWRT-002 Download for BE.NET 1.4.5.0. Swan Dive Download for BE.NET 1.4.5.0. As I'm not a designer, I typically use open source designs, such as those from Open Source Web Design, Open Design Community, Open Web Design (please post a link if you know of more).

Read More

Installing Subversion binaries for Apache 2.2.x

  • August 19, 2008
  • James Skemp
Recently I went ahead and installed Apache 2.2.9 to my Windows Vista Ultimate machine. The purpose of doing that was to move towards a Subversion install running on Apache. In this article, I'll be covering that installation. Getting Subversion Obviously, the first thing to do is to get Subversion. We're looking for the Windows Apache 2.2.x binaries, in particular. At the time of this writing, that's svn-win32-1.5.1.zip. In a previous guide, which you may have followed, I installed the Windows installer with the basic win32 binaries.

Read More

Upgrading to BlogEngine.NET 1.4.5

  • August 16, 2008
  • James Skemp
With the release of BlogEngine.NET 1.4.5 a bit ago ... it was time to give it another go upgrading. Quick notes on my experience: Downloaded and FTP'd the zip. Remoted into my VPS.  Extracted the contents of the zip to another folder. Unchecked read-only on the extracted contents. Backed up my complete BlogEngine directory. I had issues with roles.xml not being accessible. For some reason I had to set the owner again .

Read More

Install Apache 2.2.9 to Windows Vista (Ultimate)

  • August 15, 2008
  • James Skemp
In this article I'll be covering an installation of Apache 2.2.9 to Windows Vista Ultimate. I'll be installing Apache so that you can run IIS as well (hence, Apache will be on a different port). You may want to do this if you want to run Subversion on Apache (as I do). Installing Apache 2.2 Currently the Apache HTTP Server has both a 2.0 and 2.2 version. For new development, the 2.

Read More

Microsoft purchased Caligari and released trueSpace7.6 for free?!?

  • July 27, 2008
  • James Skemp
I was big into 3d rendering in college, since I had a good deal of free time, and I wanted to do something productive. Anyways, trueSpace, a fairly big name in 3D, is now available for free, thanks to Microsoft. It sounds like this was for Virtual Earth in particular, but Channel 9 (which is where I heard this release notice from) points out, correctly, that it's also very valuable for games (in particular, for Microsoft's XBox and game generation tools).

Read More

Review: Apache JMeter

  • July 24, 2008
  • James Skemp
The following is a book review of Apache JMeter, written by Emily H. Halili. First off, my experience with automated software/application testing is extremely limited. For the most part any testing I've done has been manual testing. Recently, however, I was introduced to, and began using, Microsoft's Web Application Stress Tool. Because of this level of experience, Emily Halili's Apache JMeter was the perfect book for me, as it contains an analysis of automated testing (including when best to do it, versus manual testing), in addition to the introduction to Apache JMeter.

Read More

Playing around with Subversion with a test repository

  • July 12, 2008
  • James Skemp
I've flirted with source/version/revision control since September 2006 (with Subversion), but have never really dug in to actually do anthing with it. But now, that changes. The following guide was created using Subversion 1.4.6 and TortoiseSVN 1.4.8. However, this should still be applicable. Also, because of the number and size of the images, I've limited the images shown directly in the guide. All links to these images should open in a new window.

Read More

Playstation 3 Firmware 2.41 and running fine

  • July 10, 2008
  • James Skemp
While not yet announced on the official blog, Firmware 2.41 is out this morning for the Playstation 3. No word yet on what happened with 2.40, but, that's to be expected I suppose (and unfortunately). (I didn't get 2.40 when it was out - they seem to release these in the morning, and most days I'm at work in the morning.) Now if only you got something that really mattered when you got a trophy/achievement/what-have-you .

Read More

BlogEngine.NET 1.4 - Memory usage spike?

  • July 6, 2008
  • James Skemp
Update, July 9, 2008: This update is a little late, but ... Mads was able to determine what the issue was and has provided a fix. I'll be trying another update this week. I recently upgraded to BlogEngine.NET 1.4, from 1.3. While it was, overall, a smooth enough process, while trying to dig into the large memory usage spike, I ran into a number of issues. I've written about BlogEngine.NET in the past, and overall I've been very happy with it.

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