<?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; secret garden</title>
	<atom:link href="http://www.mhlphotography.co.uk/tag/secret-garden/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>Ellie and Keith &#8211; All Hallows, Gedling</title>
		<link>http://www.mhlphotography.co.uk/2009/09/ellie-and-keith/</link>
		<comments>http://www.mhlphotography.co.uk/2009/09/ellie-and-keith/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:08:40 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[beautiful church]]></category>
		<category><![CDATA[hallows church]]></category>
		<category><![CDATA[nottingham]]></category>
		<category><![CDATA[rectory]]></category>
		<category><![CDATA[secret garden]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/blog/?p=340</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_437" class="wp-caption alignleft" style="width: 200px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W35_0060.jpg"><img class="size-medium wp-image-437" title="W35_0060" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W35_0060-300x199.jpg" alt=" " width="190" height="125" /></a><p class="wp-caption-text">Congratulations and thank you to Ellie and Keith, who were married at All Hallows Church, Gedling followed by a reception at Shaws in Nottingham. We were able to shoot in the beautiful Church and the rectory gardens which gave the wedding photos the feel of a secret garden! We would also like to mention the band who played a Shaws later in the evening, Mas y Mas who were amazing! Their web site is listed on our links page.Ellie &amp; Keith</p></div>
<div id="attachment_434" class="wp-caption alignright" style="width: 190px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W35_0249.jpg"><img class="size-medium wp-image-434" title="W35_0249" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W35_0249-300x199.jpg" alt="Ellie &amp; Keith" width="180" height="118" /></a><p class="wp-caption-text">Ellie &amp; Keith</p></div>
<div id="attachment_435" class="wp-caption alignright" style="width: 135px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W35_0716.jpg"><img class="size-medium wp-image-435" title="W35_0716" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2009/09/W35_0716-199x300.jpg" alt="Ellie &amp; Keith" width="125" height="188" /></a><p class="wp-caption-text">Ellie &amp; Keith</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2009/09/ellie-and-keith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

