Archive for the ‘Website Update’ Category

Blog has been upgraded to WordPress v2.6!

Tuesday, July 15th, 2008

Yep.. that time again to upgrade my blog to the latest version, WordPress v2.6. Once again, I had to edit the /wp-includes/vars.php to force $is_apache to true because the server software reports back as WebServerX. Following is the server detection part of the script:

// Server detection
 
/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */
//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;
$is_apache = true;
 
/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */
$is_IIS = (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false) ? true : false;

Other than that, the upgrade went smooth! :)

Four more movies added to DVD collection.

Friday, July 11th, 2008

The movies I had lent to my parents have been returned so I can now add them to my DVD/Home Theater page. They are:

In addition to the front DVD cover, I have also included a trailer.  I will admit that some of the trailers with these last eight additions are not as good as some of the previous ones; however, the process took much less time and effort as I just downloaded existing flash trailers I found on the IMDb site versus making my own from better quality source material. I might see if I can find a better source to use as these seem to be 25fps and if memory serves the Pathfinder one has an audio problem in the middle of it. Anyway, while I was at it, I also updated some of the content on my DVD/Home Theater page.

Four movies added to DVD collection.

Monday, June 23rd, 2008

As I had mentioned previously, I’ve purchased some new DVDs and here’s four of them that I’ve added to my DVD/Home Theater page:

I have some additional movies left that I need to add; however, those are currently being borrowed by my folks; thus, I don’t have the DVD covers I can scan in at the moment.  All of these movies have a trailer available for viewing as well. Cloverfield and National Treasure I bought new. Delta Farce and Flags of Our Fathers I bought as part of a 4 for $20 deal of previously viewed movies at Block Buster.

Photo Gallery has been upgraded to Gallery2, version 2.2.5

Saturday, June 14th, 2008

My photo gallery has been upgraded to Gallery2, version 2.2.5 which includes a number of security patches and fixes. The upgrade went smooth and without a hitch! :mrgreen:

In the Name of the King: A Dungeon Siege Tale added to DVD movie collection

Thursday, May 8th, 2008

After a few days of not being able to rent it, I decided on an impulse to buy In the Name of the King: A Dungeon Siege Tale to add to my DVD collection. There are a number of corny moments and some weak acting in the movie by some, but, still, wasn’t too bad. I also made flash video trailer that you can view on the page. I actually created the page on the 2nd but I’ve been at my folks since then so haven’t been in a position to write this blurb on my blog about it. :)