Author: Mark

http://www.youtube.com/watch?v=b64_16K2e08 http://www.youtube.com/watch?v=KvBRWTumoZI [vimeo]http://vimeo.com/3350596[/vimeo] http://www.youtube.com/watch?v=BpWM0FNPZSs [vimeo]http://vimeo.com/5192300[/vimeo]...

http://www.youtube.com/watch?v=zg9ooaozu-8 Terminator Salvation - We really enjoyed this. While most of the reviews have been poor i still like it. The film is heavily flawed. The concept is flawed greatly anyway with regards the whole thing of John Connor sending back his own Father to save...

Well I’m in the airport waiting for my flight so i thought I’d kill the time by writing about Qatar IT WAS STUPIDLY HOT - Got to 54 degreec C today. Doha is an interesting place. Culturally it is very very VERY different. Did i say...

This is the bit i'm srtuggling with: [code] <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><a href="<?php the_permalink() ?>" rel="bookmark"> <?php if( get_post_meta($post->ID, "hpbottom", true) ): ?> <img style="float:left;margin:0px 10px 0px 0px;width:50px; height:50px;" src="<?php echo get_post_meta($post->ID, "hpbottom", true); ?>" width="150" height="150"  alt="<?php the_title(); ?>" /> <?php include(TEMPLATEPATH."/Cat_Thumb_Assign.php");?> <?php endif; ?> <?php...

I've just changed the permalink structure of the site so I apologise to anyone who has linked to my site and the links break. Unless you linked to summat and didn't tell me - the  toy deserve to DIIIIEEEEE...

Sunday: I went for my first ride on Sarah since before I got married. It was sheer bliss but shocking aso how out of practice i am. I cold'nt get any good lines. I was stiff over the roots and rocks, I was exhasted and...

It's coming back tpogether now bu  i still need to figure out how to implement the catagory template code. The thumbnail code works great but the tweets need to be condensed hence th catagory template need: <?php $post = $wp_query- >post; if ( in_category('3') ) { include(TEMPLATEPATH . '/cat3.php’); }...