<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wedding Photographer Nottingham, Wedding Photography Nottingham, Nottingham Weddings, Weddings Nottingham &#187; Wedding Photography</title>
	<atom:link href="http://www.mhlphotography.co.uk/tag/wedding-photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mhlphotography.co.uk</link>
	<description>Wedding and Events Photography</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:25:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Amanda &amp; Will</title>
		<link>http://www.mhlphotography.co.uk/2011/07/amanda-will/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/amanda-will/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 15:36:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[secret garden]]></category>
		<category><![CDATA[wedding congratulations]]></category>
		<category><![CDATA[Wedding Photography]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1243</guid>
		<description><![CDATA[A wonderful sunny day for Amanda and Will we even stopped at the local park on the way to the reception for some of the photo&#8217;s! In the evening we had a studio set-up to get some studio photo&#8217;s of the wedding party and guests.]]></description>
			<content:encoded><![CDATA[<p>A wonderful sunny day for Amanda and Will we even stopped at the local park on the way to the reception for some of the photo&#8217;s!<br />
In the evening we had a studio set-up to get some studio photo&#8217;s of the wedding party and guests.<br />
<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/amanda-will/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helen &amp; Hubie</title>
		<link>http://www.mhlphotography.co.uk/2010/05/helen-hubie/</link>
		<comments>http://www.mhlphotography.co.uk/2010/05/helen-hubie/#comments</comments>
		<pubDate>Sun, 02 May 2010 16:07:01 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[Langar Hall]]></category>
		<category><![CDATA[Nottingham Wedding Photographers]]></category>
		<category><![CDATA[The Lord Nelson]]></category>
		<category><![CDATA[wedding congratulations]]></category>
		<category><![CDATA[Wedding Photography]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=626</guid>
		<description><![CDATA[Congratulations Helen and Hubie! A beautiful wedding at Burton Joyce Church, then off to Langar Hall and its fantastic gardens, then back to The Lord Nelson in Burton Joyce. &#160;]]></description>
			<content:encoded><![CDATA[<p>Congratulations Helen and Hubie! A beautiful wedding at Burton Joyce Church, then off to Langar Hall and its fantastic gardens, then back to The Lord Nelson in Burton Joyce.</p>
<div id="attachment_627" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0215.jpg"><img class="size-medium wp-image-627 " title="W37_0215" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0215-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_628" class="wp-caption alignleft" style="width: 130px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0276.jpg"><img class="size-medium wp-image-628 " title="W37_0276" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0276-200x300.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="120" height="180" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_629" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0551.jpg"><img class="size-medium wp-image-629 " title="W37_0551" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0551-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_630" class="wp-caption alignleft" style="width: 130px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0634.jpg"><img class="size-medium wp-image-630 " title="W37_0634" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0634-200x300.jpg" alt="Timothy Miles-Hayler Wedding Photogaphy" width="120" height="180" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<div id="attachment_631" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0926.jpg"><img class="size-medium wp-image-631 " title="W37_0926" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0926-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
<p>&nbsp;</p>
<div id="attachment_634" class="wp-caption alignleft" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0671.jpg"><img class="size-medium wp-image-634 " title="W37_0671" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/05/W37_0671-300x200.jpg" alt="Timothy Miles-Hayler Wedding Photography" width="180" height="120" /></a><p class="wp-caption-text">Helen &amp; Hubie</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/05/helen-hubie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Olivia and Greg &#8211;  Morston Hall, Norfolk</title>
		<link>http://www.mhlphotography.co.uk/2009/09/olivia-and-greg-morston-hall-norfolk/</link>
		<comments>http://www.mhlphotography.co.uk/2009/09/olivia-and-greg-morston-hall-norfolk/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:39:07 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[Holkam Hall]]></category>
		<category><![CDATA[Morston Hall]]></category>
		<category><![CDATA[Norfolk]]></category>
		<category><![CDATA[Norfolk Weddings]]></category>
		<category><![CDATA[Nottingham Wedding Photographers]]></category>
		<category><![CDATA[Wedding Photography]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/blog/?p=253</guid>
		<description><![CDATA[Norfolk was the setting for Olivia and Greg&#8217;s wedding.  The day began at Morston Hall, a beautiful Michelin Star Hotel and Restaurant. Followed by a quick stop at Holkham Hall for the view by the lake. The weather was superb and the bride and groom looked fantastic (as did the Bridesmaids!). The aim of the... <a href="http://www.mhlphotography.co.uk/2009/09/olivia-and-greg-morston-hall-norfolk/">Read More</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_347" class="wp-caption alignnone" style="width: 143px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W34_0394.jpg"><img class="size-medium wp-image-347" title="W34_0394" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W34_0394-199x300.jpg" alt="Olivia &amp; Greg" width="133" height="201" /></a><p class="wp-caption-text">Olivia &amp; Greg</p></div>
<p>Norfolk was the setting for Olivia and Greg&#8217;s wedding.  The day began at Morston Hall, a beautiful Michelin Star Hotel and Restaurant. Followed by a quick stop at Holkham Hall for the view by the lake. The weather was superb and the bride and groom looked fantastic (as did the Bridesmaids!). The aim of the day was for it to be as relaxed and informal as possible, which it definitely was! Olivia and Greg, thank you for letting us be part of your day.</p>
<div id="attachment_343" class="wp-caption alignright" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W34_0545.jpg"><img class="size-medium wp-image-343" title="W34_0545" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W34_0545-300x199.jpg" alt="Olivia &amp; Greg" width="200" height="131" /></a><p class="wp-caption-text">Olivia &amp; Greg</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2009/09/olivia-and-greg-morston-hall-norfolk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Naomi and Nick&#8217;s Wedding, St Paul&#8217;s Church Carlton, Goosedale Papplewick</title>
		<link>http://www.mhlphotography.co.uk/2008/08/naomi-and-nicks-wedding-st-pauls-church-carlton-goosedale-papplewick/</link>
		<comments>http://www.mhlphotography.co.uk/2008/08/naomi-and-nicks-wedding-st-pauls-church-carlton-goosedale-papplewick/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 20:56:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[beautiful church]]></category>
		<category><![CDATA[Holkam Hall]]></category>
		<category><![CDATA[naomi]]></category>
		<category><![CDATA[Norfolk]]></category>
		<category><![CDATA[Nottingham Wedding Photographers]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[Wedding Photography]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/blog/?p=61</guid>
		<description><![CDATA[We were lucky with the weather for Naomi and Nick&#8217;s wedding and got some beautiful shots with the sunset. The Goosedale was a lovely location, near Papplewick for the reception. To look at their website click on the following link:- http://www.goosedale.com]]></description>
			<content:encoded><![CDATA[<p>We were lucky with the weather for Naomi and Nick&#8217;s wedding and got some beautiful shots with the sunset. The Goosedale was a lovely location, near Papplewick for the reception. To look at their website click on the following link:-</p>
<p><a href="http://www.goosedale.com">http://www.goosedale.com<br />
</a></p>
<p><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2008/08/tmh_9034.jpg"><img title="Tim Miles-Hayler, Nottingham Wedding Photographer, Naomi and Nick, Goosedale, Papplewick" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2008/08/tmh_9034.thumbnail.jpg" alt="Tim Miles-Hayler, Nottingham Wedding Photographer, Naomi and Nick, Goosedale, Papplewick" /></a><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2008/08/tmh_9029.jpg"><img title="Tim Miles-Hayler, Nottingham Wedding Photographer, Naomi and Nick, Goosedale, Papplewick" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2008/08/tmh_9029.thumbnail.jpg" alt="Tim Miles-Hayler, Nottingham Wedding Photographer, Naomi and Nick, Goosedale, Papplewick" /></a><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2008/08/tmh_8840.jpg"><img src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2008/08/tmh_8840.thumbnail.jpg" alt="Tim Miles-Hayler, Nottingham Wedding Photographer, Naomi and Nick, Goosedale, Papplewick" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2008/08/naomi-and-nicks-wedding-st-pauls-church-carlton-goosedale-papplewick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

