Archive for the ‘Movie’ Category

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.

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. :)

Beowulf: The Director’s Cut added to DVD Movie Collection!

Wednesday, March 26th, 2008

I actually bought Beowulf: The Director’s Cut back on March 6th or so but just now getting around to adding it to my website here. I had not seen it in the theater and actually did not realize it was completely done in CGI with actor driver motion capture performances. They did a really good job. If you haven’t seen it, I did put a flash video trailer on the page.

Site performing normal again and some website updates.

Monday, August 20th, 2007

Well, the server seems to be behaving ok again. Haven’t seen the symptom again for two days now. Watch it happen again as soon as I post this, or tomorrow. LOL. Anyway, to make my main page more efficient, I am going to keep just including a static text file that contains my blog entries. I’ll only update that file when I actually update my blog.. like right after I make this post. My gallery image is still using the PHP Curl method. I also used to have separate log and counter scripts. I have combined both operations into the counter script in a more efficient way. I realized a better method of getting the actual referer (where a visitor to my webpage came from) which allowed me to get rid of the log script which was being called via an IMG tag. It’s a little tricky when using a framed website because the referer of the “main” page is always the “index” page that sets up all the frames and loads the menu, midi, and main frames. I am also now able to log the search bots as they visit my site. Normally, the search bots would not request my log script that was in an IMG tag. I also now save the count into a session variable so that it only counts a visitor once in a session.

In addition to all that, I have been playing around with Apache’s mod_rewrite and changed how my midi and some other items are handled so that now a normal looking link like http://www.markheadrick.com/midi/d/BeenThnk.mid is redirected to my midi database script for processing and the browser is none the wiser. Works better with search engines as well. Here’s what it looks like:

<ifmodule mod_rewrite.c>
RewriteEngine On
# BEGIN Midi
RewriteRule ^midi/d/([A-Za-z_0-9\)\(\-]*)\.mid$ php/mididb.php?action=download&id=$1.mid [L]
RewriteRule ^midi/d/([A-Za-z_0-9\)\(\-]*)\.kar$ php/mididb.php?action=download&id=$1.kar [L]
# END Midi
</ifmodule>

Well, I guess that’s about it as far as website updates go. :mrgreen:

Oh yeah, if you haven’t seen it, go see Bourne Ultimatum! That movie rocks!!!