What a wretched, steaming pile of poo this movie was. Two thumbs all the way down. The wacky, over-the-top stupidity of the script turned what should have been a fun night at the movies into a constant groan fest as things went from bad to worse to crap. I’d been warned off the film by friends with good taste in movies, but we were heading down to the in-law’s anyway…. And while we’d been warned off we’d heard from others that the movie wasn’t too bad. Unfortunately it was worse than I’d been expecting and I knew within the first 15 minutes or so that I was going to hate the film. Near the beginning of the film, Indy & a friend are captured by the bad guys and taken to a government facility out in a desert. The bad guys do some weak exposition and we’re taken inside a warehouse. If you hadn’t realized they were at Area 51 yet, the filmmakers decided to pound the point home with a 80lb sledge by painting 51 in 2 story tall numbers on the inside of the warehouse doors.  *sigh*

And things just went downhill from there.  True there were moments in the film which were enjoyable, but they were the exceptions not the rule.  I highly recommend staying away from this wretched, steaming pile of poo.

A recent visitor to the CB pointed out a problem on some of my older entries.  It’s something I was expecting to have to fix but got sidetracked and never got around to.  Basically with the upgrade to WordPress 2.5.x, there are a couple of new settings in the wp_config.php file which have WordPress to use UTF-8 character encoding to better handle non-English langauges/characters.  However as older versions of WordPress automatically converted standard quotes/astrophes to their fancy/curly versions and those fancy versions are dependent upon which character encoding scheme they are written in.  Since I wasn’t sure how many entries I had that are affected by this and I wanted to leave the UTF-8 encoding enabled; I ran this SQL query to fix at least some of the problems: UPDATE wp_posts SET post_content = REPLACE(post_content,''','\'') WHERE post_content LIKE '%'%';

There are probably other characters I need to fix yet, so if you happen to see something like hieroglyphics on this site or other gibberish, let me know what entries you found it on so I can fix them.  And my thanks to Lynsey for prompting me to fix these entries.