Video review: PSP Super Travel Case With Pockets

  • January 23, 2011
  • James Skemp
The following is a review of the PSP Super Travel Case With Pockects, produced by CTA. When I was looking at purchasing my Sony PSP (3000), I knew I had to get some kind of case to keep it safe. After looking around, I decided upon this travel case, released by CTA. I've create a video review of the product, which I'll let handle the specifics. Overall, 5 stars.

Read More

Review: Parasite Eve

  • January 16, 2011
  • James Skemp
The following is a review of Parasite Eve, for the Sony PlayStation (1). Almost six years ago, back in 2005, I found and picked up a copy of Parasite Eve. I don't recall the exact circumstances on why I picked it up, but I'm willing to bet that seeing 'Squaresoft' on the jewel case had more than a little to do with it. With The 3rd Birthday's U.S. launch fast approaching, I put the first Parasite Eve back on my list, having not played it since a short time after I bought it, and even then not having finished the game.

Read More

Review: Kingdom Hearts: Birth by Sleep

  • January 11, 2011
  • James Skemp
The following is a review of Kingdom Hearts: Birth by Sleep, for the Sony PlayStation Portable. Having played Kingdom Hearts 1 and 2 years ago, I skipped most of the other iterations of the Kingdom Hearts series either because I didn't have the console (DS) or because the games just didn't seem to have the same appeal (Chain of Memories). Shortly before picking up my PSP I heard a lot of really great things about this game, with most reviews saying it had a good story, graphics, and an improved combat system, but a quirky camera.

Read More

Favorite new (to me) music of 2010

  • January 1, 2011
  • James Skemp
Continuing with the tradition started last year, I present my favorite albums purchased in 2010. To be on this list I must have purchased the album in 2010. This also doesn't include all albums I purchased. Easy winners What Is Free To a Good Home? and Knives Don't Have Your Back - Emily Haines & The Soft Skeleton : Emily Haines was on my 'too hard to tell' list last year, and this year I ended up picking up her four CD digital collection on iTunes.

Read More

Raw: Using OpenSSL to create a certificate authority and update IIS 7.5

  • December 29, 2010
  • James Skemp
A raw dump of information on how to create a certificate authority and etcetera. Step 1: Basic folder and file structure creation Directories: certs, keys, requests Files: database.txt (empty), serial.txt (01, then new line), openssl.cnf (based on OpenSSL file) Step 2: Create key "c:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\openssl.exe" genrsa -des3 -out keys/_ca.key 2048 Step 3: Create certificate authority certificate "c:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\openssl.exe" req -config openssl.cnf -new -x509 -days 365 -key keys/_ca.

Read More

The problem with installing SQL Server Express via the Microsoft Web Platform Installer

  • December 26, 2010
  • James Skemp
In the past I've talked up Microsoft's Web Platform Installer. With this tool installed you can easily get an IIS server correctly setup. However, as I work my way through Pete Brown's Silverlight 4 in Action I found myself needing to install AdventureWorks (something I had looked into in the past as well). Unfortunately, Web Platform Installer installs one of the 'lower' versions of SQL Server Express, without the advanced services, which is required for AdventureWorks.

Read More

iPad, iPhone, and iPod Touch - digital-only distribution devices that work

  • December 13, 2010
  • James Skemp
Former colleague Rob Lumley posted an article a few months ago about Netflix instant viewing. While responding to another comment I had an epiphany. The PSPgo was Sony's attempt to go all digital for game distribution. And it wasn't much of a success, especially since not all games are available (even recent titles, like the 'new' Kingdom Hearts). However, the iPhone, iPod Touch, and now iPad use completely digital distribution for their games, and they're doing absolutely wonderful.

Read More

Convert online image to base64 with C#

  • December 12, 2010
  • James Skemp
The following code will convert an online image to a base64 string. The code was specifically written for use in LINQPad, hence the use of Dump(). String url = "http://ecx.images-amazon.com/images/I/51MVXV3QQ6L._SL500_SS150_.jpg"; Uri uri = new Uri(url); WebClient client = new WebClient(); byte[] imageBytes = client.DownloadData(uri); string base64String = Convert.ToBase64String(imageBytes); base64String.Dump(); base64String.Length.Dump(); ("<img src=‘data:image/jpg;base64," + “’ />”).Length.Dump(); client.Dispose(); The length dumps are given to get an idea of what size would be added to a file if added inline.

Read More

The Kinect is selling really well; but is that good for gamers?

  • November 29, 2010
  • James Skemp
Techmeme had a couple of interesting titles this evening. "Kinect is Selling 2X as Fast as the iPad" and "Microsoft: Over 2.5M Kinect Sold." Even if I thought I had the space for it (I'd have to move furniture every time I wanted to play it in my current apartment) I still wouldn't pick up the Kinect. Why? First there's the price. At $150 you might as well buy a PSP (which I did) or a Nintendo DSi.

Read More

Review: Crisis Core: Final Fantasy VII

  • November 28, 2010
  • James Skemp
This is a review of the Sony PlayStation Portable game Crisis Core: Final Fantasy VII. Final Fantasy VII was the game that made me want a PlayStation 1. I played Final Fantasy VII briefly after it was initially released at a friend's house, then my own copies later in college on both the PC and PlayStation 1. So when I ordered a PlayStation Portable (PSP) recently it seemed like a no-brainer to pick up a copy of Crisis Core: Final Fantasy VII as one of my first games.

Read More