<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Ryan Smith's Photo Blog</title>
	
	<link>http://myrtlebeachphotography.org/blog</link>
	<description>Pictures and thoughts about my Myrtle Beach wedding and family photography</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RyanSmithPhotographyBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ryansmithphotographyblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>33.729439</geo:lat><geo:long>-78.978241</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><image><link>http://www.myrtlebeachphotography.org</link><url>http://www.myrtlebeachphotography.org/website_images/logo.png</url><title>Ryan Smith Photography</title></image><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">RyanSmithPhotographyBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Creating Apple.com style HTML5 box gradients</title>
		<link>http://myrtlebeachphotography.org/blog/2012/01/24/creating-apple-com-style-html5-box-gradients/</link>
		<comments>http://myrtlebeachphotography.org/blog/2012/01/24/creating-apple-com-style-html5-box-gradients/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:15:14 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Exclude from Home Page]]></category>
		<category><![CDATA[Photography tips and website]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[box-shadow]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[linear-gradient]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/?p=1672</guid>
		<description><![CDATA[The title of this post probably just turned off most readers, but if you make your own website you should read on.  Anyone who has followed me for long knows I&#8217;m into website design, not the out of date Flash &#8230; <a href="http://myrtlebeachphotography.org/blog/2012/01/24/creating-apple-com-style-html5-box-gradients/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The title of this post probably just turned off most readers, but if you make your own website you should read on.  Anyone who has followed me for long knows I&#8217;m into website design, not the out of date Flash sites, but using modern techniques like HTML5 and CSS3.  You will miss a lot of subtle effects on my website if you are not using a modern browser, of course everything will still work.</p>
<p>I figured if there is a company that knows subtle style it would be Apple, of course after their leather bound iPad calendar app this could be argued.  Their website uses very little color, just some very slight shades of grey, except for their products that really pop off the page.  You might notice my website tries to do the exact same thing with my photography.</p>
<p><img class=" wp-image-1675 alignleft" title="Sample picture from Apple Store" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/Official-Apple-Store-Buy-iPad-iPhone-Mac-Computers-and-Notebooks-iPod-and-More-Apple-Store-U.S.1.png" alt="" width="389" height="387" /></p>
<p>I was studying Apple&#8217;s website, and like the way boxes that contain information look, for example on their <a href="http://store.apple.com/us">store page</a>.</p>
<p>It might be hard to see in this picture. But the box has a very slight gradient that gets much stronger near the bottom of the box.  There is also a very slight drop shadow on the bottom that makes the box looked slightly raised off the page.  I don&#8217;t know how Apple does it, but I thought I could do this with CSS3.  This means the effect can be done without using any images or gradients made in Photoshop.</p>
<p>While you could try to figure out the code for this manually.  The gradient generator from Colorzilla.com <a href="http://www.colorzilla.com/gradient-editor/">http://www.colorzilla.com/gradient-editor/</a> is fantastic.  It can create gradients similar to Photoshop that have color stops that work in most web browsers, even older IE versions. What the color stop lets you do, is instead of having a gradient that changes shade evenly from top to bottom, you can do, like Apple does, and have it change very little until the bottom portion of the box where it increases.  Here is the exact code I use to get a very similar gradient as well as drop shadow on my boxes like on the Apple Store website, even a slight roundness to the corners. To put a box like this anywhere on your page just use something like . . .
<pre class="brush: xml; title: ; notranslate">&lt;div class=&quot;myBoxes&quot;&gt;Whatever I want inside&lt;/div&gt;</pre>
<p>Then in your css file . . .</p>
<pre class="brush: css; title: ; notranslate">
.myBoxes {
padding: 10px;
background: rgb(255,255,255);
/* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 75%, rgba(247,247,247,1) 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(253,253,253,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* IE10+ */;
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */;
	-webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
border: 1px #CDCDCD solid;
border-radius: 5px;
}
</pre>
<p>This may look complicated, but play around with the gradient generator and you can make your own easily.  Or if you want to try my code, just paste this into your CSS for any &lt;div&gt;. There is a small hack you have to do to get it working properly in IE9, but it explains how to do it on Colorzilla&#8217;s site.  I hope any web developers find this helpful, if you do or if you need more explanation let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2012/01/24/creating-apple-com-style-html5-box-gradients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Engagement portraits at Magnolia Plantation in Charleston, SC</title>
		<link>http://myrtlebeachphotography.org/blog/2012/01/17/engagement-portraits-at-magnolia-plantation-in-charleston-sc/</link>
		<comments>http://myrtlebeachphotography.org/blog/2012/01/17/engagement-portraits-at-magnolia-plantation-in-charleston-sc/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 03:44:05 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Engagement]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[bokeh]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[Charleston]]></category>
		<category><![CDATA[couple]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[horses]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[magnolia plantation]]></category>
		<category><![CDATA[romantic]]></category>
		<category><![CDATA[sunlight]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/?p=1664</guid>
		<description><![CDATA[This is my first time visiting the Magnolia Plantation.  It&#8217;s a very nice area, it reminds me a lot of Brookgreen Gardens.  Unlike Brookgreen though we were allowed to go wherever we wanted to do the pictures and spend as &#8230; <a href="http://myrtlebeachphotography.org/blog/2012/01/17/engagement-portraits-at-magnolia-plantation-in-charleston-sc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is my first time visiting the Magnolia Plantation.  It&#8217;s a very nice area, it reminds me a lot of Brookgreen Gardens.  Unlike Brookgreen though we were allowed to go wherever we wanted to do the pictures and spend as much time as well.  I had a lot of fun walking around for an hour or so with the couple and finding places to do shots.  The first time to an area takes a bit of experimenting and exploring around.</p>
<p>We had some pretty strong early afternoon sunlight which can be difficult at the beach or in an open area, but being in a nice area with plenty of trees and shade it&#8217;s not really a problem.  In fact the strong sun gives some nice <a href="http://en.wikipedia.org/wiki/Bokeh">Bokeh</a> from the pinpoints of light reflecting off the trees, you can see this especially on the first image.  You can tell if someone has a really good lens not by looking at what is in focus, but by looking at the quality of the out of focus areas.</p>
<p>I really liked the old fence where the horses were as well, you can see a number of shots from that spot below.  The bamboo was really cool as well, but what I really wanted was evening sun showing through the Bamboo, and I couldn&#8217;t really get that, I&#8217;ll try again at this couple&#8217;s wedding in December. It should be very nice and will be later in the day so things should go even better.  Let me know in the comments if you like the pictures.</p>
<div class="wp-caption alignnone" style="width: 655px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Kiss on a bridge, shot with 70-200 f2.8 - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1649-Kiss-on-a-bridge-shot-with-70-200-f2.8-Magnolia-Plantation-Charleston-1201091.jpg" alt="Kiss on a bridge, shot with 70-200 f2.8 - Magnolia Plantation Charleston " width="645" height="954" border="0" /><p class="wp-caption-text">Kiss on a bridge, shot with 70-200 f2.8 - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 676px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Kiss in front of a lake, push process black and white  - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1626-Kiss-in-front-of-a-lake-push-process-black-and-white-Magnolia-Plantation-Charleston-1201091.jpg" alt="Kiss in front of a lake, push process black and white  - Magnolia Plantation Charleston " width="666" height="954" border="0" /><p class="wp-caption-text">Kiss in front of a lake, push process black and white - Magnolia Plantation Charleston</p></div>
<p><span id="more-1664"></span></p>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Kiss on an old oak tree overlooking the lake - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1628-Kiss-on-an-old-oak-tree-overlooking-the-lake-Magnolia-Plantation-Charleston-1201091.jpg" alt="Kiss on an old oak tree overlooking the lake - Magnolia Plantation Charleston " width="954" height="696" border="0" /><p class="wp-caption-text">Kiss on an old oak tree overlooking the lake - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 761px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Under the gazebo backlit by sunlight - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1630-Under-the-gazebo-backlit-by-sunlight-Magnolia-Plantation-Charleston-1201091.jpg" alt="Under the gazebo backlit by sunlight - Magnolia Plantation Charleston " width="751" height="954" border="0" /><p class="wp-caption-text">Under the gazebo backlit by sunlight - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple sitting in the bamboo, you can see where people carve their names. - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1632-Couple-sitting-in-the-bamboo-you-can-see-where-people-carve-their-names.-Magnolia-Plantation-Charleston-1201091.jpg" alt="Couple sitting in the bamboo, you can see where people carve their names. - Magnolia Plantation Charleston " width="954" height="635" border="0" /><p class="wp-caption-text">Couple sitting in the bamboo, you can see where people carve their names. - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple kissing in front of the horses  - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1636-Couple-kissing-in-front-of-the-horses-Magnolia-Plantation-Charleston-1201091.jpg" alt="Couple kissing in front of the horses  - Magnolia Plantation Charleston " width="954" height="652" border="0" /><p class="wp-caption-text">Couple kissing in front of the horses - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Another shot by the horses - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1638-Another-shot-by-the-horses-Magnolia-Plantation-Charleston-1201091.jpg" alt="Another shot by the horses - Magnolia Plantation Charleston " width="954" height="673" border="0" /><p class="wp-caption-text">Another shot by the horses - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Getting a piggy back ride - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1640-Getting-a-piggy-back-ride-Magnolia-Plantation-Charleston-1201091.jpg" alt="Getting a piggy back ride - Magnolia Plantation Charleston " width="954" height="592" border="0" /><p class="wp-caption-text">Getting a piggy back ride - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Looks like they are having fun - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1642-Looks-like-they-are-having-fun-Magnolia-Plantation-Charleston-1201091.jpg" alt="Looks like they are having fun - Magnolia Plantation Charleston " width="954" height="635" border="0" /><p class="wp-caption-text">Looks like they are having fun - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="The sign says that horses may bite - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1644-The-sign-says-that-horses-may-bite-Magnolia-Plantation-Charleston-1201091.jpg" alt="The sign says that horses may bite - Magnolia Plantation Charleston " width="954" height="635" border="0" /><p class="wp-caption-text">The sign says that horses may bite - Magnolia Plantation Charleston</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple laying together on the gravel walkway - Magnolia Plantation Charleston " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2012/01/wpid1646-Couple-laying-together-on-the-gravel-walkway-Magnolia-Plantation-Charleston-1201091.jpg" alt="Couple laying together on the gravel walkway - Magnolia Plantation Charleston " width="954" height="635" border="0" /><p class="wp-caption-text">Couple laying together on the gravel walkway - Magnolia Plantation Charleston</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2012/01/17/engagement-portraits-at-magnolia-plantation-in-charleston-sc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>After wedding pictures at the Myrtle Beach State Park</title>
		<link>http://myrtlebeachphotography.org/blog/2011/12/22/after-wedding-pictures-at-the-myrtle-beach-state-park/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/12/22/after-wedding-pictures-at-the-myrtle-beach-state-park/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 19:13:03 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[bride]]></category>
		<category><![CDATA[couple]]></category>
		<category><![CDATA[groom]]></category>
		<category><![CDATA[myrtle beach]]></category>
		<category><![CDATA[oak trees]]></category>
		<category><![CDATA[pier]]></category>
		<category><![CDATA[state park]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/?p=1573</guid>
		<description><![CDATA[Now that things have slowed down some I’m going to try and go back and blog about some of my previous weddings and events.  This couple was married the day before, and just wanted to do some portraits of the &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/12/22/after-wedding-pictures-at-the-myrtle-beach-state-park/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now that things have slowed down some I’m going to try and go back and blog about some of my previous weddings and events.  This couple was married the day before, and just wanted to do some portraits of the two of them.  The Myrtle Beach State Park is really a great place for pictures because of the options like the oak trees, the pier and the really nice dunes, all in the same location.  Also, it’s out of the Myrtle Beach city limits, so you don’t get in trouble for doing picture there.  The only thing is, you have to be really careful about getting on the dunes.  I still see other photographers getting in trouble with the park rangers sometimes.  I saw this one photographer recently not only up on top of the dunes and getting talked to by a park ranger, but also waist deep in the swash trying to photograph a model, which is highly contaminated with bacteria.</p>
<p>Back to this couple, the evening turned out to be great with some really nice colors in the sky.  I was even able to catch some of the seagulls flying by in a few shots, which is really cool of you happen to get it.  This is a good example of how you can get some really nice pictures no matter how big your wedding is, I just did this like I would do any set of family or engagement pictures and got a lot of nice shots.  I hope you enjoy some of them below.</p>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple sitting on oak tree root" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-1111201.jpg" alt="Couple sitting on oak tree root" width="954" height="636" border="0" /><p class="wp-caption-text">Couple sitting on oak tree root</p></div>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride leaning against oak tree - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-24.jpg" alt="Bride leaning against oak tree - Myrtle Beach State Park" width="603" height="904" border="0" /><p class="wp-caption-text">Bride leaning against oak tree - Myrtle Beach State Park</p></div>
<p><span id="more-1573"></span></p>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride and groom leaning on oak tree - MB State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-31.jpg" alt="Bride and groom leaning on oak tree - MB State Park" width="603" height="904" border="0" /><p class="wp-caption-text">Bride and groom leaning on oak tree - MB State Park</p></div>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride and groom leaning on oak tree - MB State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-41.jpg" alt="Bride and groom leaning on oak tree - MB State Park" width="603" height="904" border="0" /><p class="wp-caption-text">Bride and groom leaning on oak tree - MB State Park</p></div>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Kissing through the oak tree - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-51.jpg" alt="Kissing through the oak tree - Myrtle Beach State Park" width="603" height="904" border="0" /><p class="wp-caption-text">Kissing through the oak tree - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple laying in front of the dunes" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-61.jpg" alt="Couple laying in front of the dunes" width="954" height="640" border="0" /><p class="wp-caption-text">Couple laying in front of the dunes</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride leaning over behind groom in front of the sand dunes" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-71.jpg" alt="Bride leaning over behind groom in front of the sand dunes" width="954" height="636" border="0" /><p class="wp-caption-text">Bride leaning over behind groom in front of the sand dunes</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Kiss in front of the Myrtle Beach State Park pier" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-81.jpg" alt="Kiss in front of the Myrtle Beach State Park pier" width="954" height="655" border="0" /><p class="wp-caption-text">Kiss in front of the Myrtle Beach State Park pier</p></div>
<div id="attachment_1580" class="wp-caption alignnone" style="width: 960px"><a href="http://www.myrtlebeachphotography.org/blog/2011/12/22/after-wedding-pictures-at-the-myrtle-beach-state-park/bride-standing-in-front-of-the-pier-3/" rel="attachment wp-att-1580"><img class="size-full wp-image-1580" title="Bride standing in front of the pier" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Bride-standing-in-front-of-the-pier-Myrtle-Beach-State-Park-11112021.jpg" alt="Bride standing in front of the pier" width="950" height="632" /></a><p class="wp-caption-text">Bride standing in front of the pier</p></div>
<div class="wp-caption alignnone" style="width: 628px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Black and white portrait of bride and groom in front of Myrtle Beach State Park pier" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-91.jpg" alt="Black and white portrait of bride and groom in front of Myrtle Beach State Park pier" width="618" height="904" border="0" /><p class="wp-caption-text">Black and white portrait of bride and groom in front of Myrtle Beach State Park pier</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Groom giving bride a flower" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-101.jpg" alt="Groom giving bride a flower" width="954" height="636" border="0" /><p class="wp-caption-text">Groom giving bride a flower</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Smiling in front of the pier" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-111.jpg" alt="Smiling in front of the pier" width="954" height="636" border="0" /><p class="wp-caption-text">Smiling in front of the pier</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple walking into the sunset - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-121.jpg" alt="Couple walking into the sunset - Myrtle Beach State Park" width="954" height="636" border="0" /><p class="wp-caption-text">Couple walking into the sunset - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride with pier going out of focus in the distance" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-131.jpg" alt="Bride with pier going out of focus in the distance" width="603" height="904" border="0" /><p class="wp-caption-text">Bride with pier going out of focus in the distance</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple under the pier - Myrtle Beach State Park " src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-141.jpg" alt="Couple under the pier - Myrtle Beach State Park " width="954" height="673" border="0" /><p class="wp-caption-text">Couple under the pier - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 643px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple leaning foreheads together in front of the sunset" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-151.jpg" alt="Couple leaning foreheads together in front of the sunset" width="633" height="904" border="0" /><p class="wp-caption-text">Couple leaning foreheads together in front of the sunset</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple sitting in front of the sunset - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-161.jpg" alt="Couple sitting in front of the sunset - Myrtle Beach State Park" width="954" height="636" border="0" /><p class="wp-caption-text">Couple sitting in front of the sunset - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Couple sitting in front of the sunset - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-171.jpg" alt="Couple sitting in front of the sunset - Myrtle Beach State Park" width="954" height="636" border="0" /><p class="wp-caption-text">Couple sitting in front of the sunset - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride sitting in front of sand dune backlit by sunset" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-181.jpg" alt="Bride sitting in front of sand dune backlit by sunset" width="954" height="678" border="0" /><p class="wp-caption-text">Bride sitting in front of sand dune backlit by sunset</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Groom lifting up bride for a kiss" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-191.jpg" alt="Groom lifting up bride for a kiss" width="954" height="636" border="0" /><p class="wp-caption-text">Groom lifting up bride for a kiss</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride getting a piggy back ride" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-201.jpg" alt="Bride getting a piggy back ride" width="954" height="636" border="0" /><p class="wp-caption-text">Bride getting a piggy back ride</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bride and groom jumping in front of the ocean" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-211.jpg" alt="Bride and groom jumping in front of the ocean" width="954" height="636" border="0" /><p class="wp-caption-text">Bride and groom jumping in front of the ocean</p></div>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Kiss on the pier" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-221.jpg" alt="Kiss on the pier" width="603" height="904" border="0" /><p class="wp-caption-text">Kiss on the pier</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Walking hand in hand on Myrtle Beach State Park pier" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/12/Myrtle-Beach-State-Park-111120-231.jpg" alt="Walking hand in hand on Myrtle Beach State Park pier" width="954" height="636" border="0" /><p class="wp-caption-text">Walking hand in hand on Myrtle Beach State Park pier</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/12/22/after-wedding-pictures-at-the-myrtle-beach-state-park/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beautiful wedding at Litchfield Plantation with a horse drawn carriage</title>
		<link>http://myrtlebeachphotography.org/blog/2011/11/23/bride-arriving-on-horse-drawn-carriage-at-litchfield-plantation/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/11/23/bride-arriving-on-horse-drawn-carriage-at-litchfield-plantation/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 23:46:37 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[bride]]></category>
		<category><![CDATA[carriage]]></category>
		<category><![CDATA[emotional]]></category>
		<category><![CDATA[horse]]></category>
		<category><![CDATA[litchfield]]></category>
		<category><![CDATA[litchfield plantation]]></category>
		<category><![CDATA[oak trees]]></category>
		<category><![CDATA[pawleys island]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/11/23/bride-arriving-on-horse-drawn-carriage-at-litchfield-plantation/</guid>
		<description><![CDATA[This is the first wedding I’ve done at Litchfield Plantation.  It’s a very beautiful area, I always like the Litchfield / Pawleys Island area with all the moss covered Oak trees.  It’s so pretty if you can get the light &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/11/23/bride-arriving-on-horse-drawn-carriage-at-litchfield-plantation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the first wedding I’ve done at Litchfield Plantation.  It’s a very beautiful area, I always like the Litchfield / Pawleys Island area with all the moss covered Oak trees.  It’s so pretty if you can get the light coming through the trees just right in the evening.  One of my <a href="http://www.myrtlebeachphotography.org/blog/2011/05/13/bridal-portraits-in-litchfield-sc/">favorite bridal portraits</a> ever was down in this area.  Just in case you are not familiar, Litchfield is about 20 minutes south of Myrtle Beach down business 17.  A lot of the best spots, with the beautiful trees, are away from the beach near the intracoastal waterway.  I’m going to post some extra pictures below of the carriage ride and some shots of the location that you won’t see in my galleries or on Facebook.  I hope you enjoy them.</p>
<p>Update:<br />
It sounds like this will be my first and last wedding at this location.  I had a client telling me they are turning this into a housing development or something and no longer booking events.  I guess they had financial problems.  Oh well, it was a pretty spot.</p>
<p>&nbsp;</p>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Oak trees at entrance to Litchfield Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-1111111.jpg" alt="Oak trees at entrance to Litchfield Plantation" width="954" height="636" border="0" /><p class="wp-caption-text">Oak trees at entrance to Litchfield Plantation</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="House at Litchfield Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-21.jpg" alt="House at Litchfield Plantation" width="954" height="636" border="0" /><p class="wp-caption-text">House at Litchfield Plantation</p></div>
<p><span id="more-1535"></span></p>
<div class="wp-caption alignnone" style="width: 598px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride standing in front of the oak trees backlit by the sun" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Bride-standing-in-front-of-the-oak-trees-backlit-by-the-sun-Litchfield-Plantation-1111111.jpg" alt="Bride standing in front of the oak trees backlit by the sun" width="588" height="904" border="0" /><p class="wp-caption-text">Bride standing in front of the oak trees backlit by the sun</p></div>
<div class="wp-caption alignnone" style="width: 627px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride meeting her carriage horse" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Bride-meeting-her-carriage-horse-Litchfield-Plantation-1111111.jpg" alt="Bride meeting her carriage horse" width="617" height="904" border="0" /><p class="wp-caption-text">Bride meeting her carriage horse</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride arriving on carriage" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Bride-arriving-on-carriage-A-quick-shot-from-todays-wedding.-Litchfield-Plantation-1111111.jpg" alt="Bride arriving on carriage" width="954" height="636" border="0" /><p class="wp-caption-text">Bride arriving on carriage</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride arriving on Carriage -Litchfield Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-31.jpg" alt="Bride arriving on Carriage -Litchfield Plantation" width="954" height="624" border="0" /><p class="wp-caption-text">Bride arriving on Carriage -Litchfield Plantation</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride arriving on Carriage -Litchfield Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-41.jpg" alt="Bride arriving on Carriage -Litchfield Plantation" width="954" height="635" border="0" /><p class="wp-caption-text">Bride arriving on Carriage -Litchfield Plantation</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride arriving on Carriage -Litchfield Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-51.jpg" alt="Bride arriving on Carriage -Litchfield Plantation" width="954" height="635" border="0" /><p class="wp-caption-text">Bride arriving on Carriage -Litchfield Plantation</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride arriving on Carriage -Litchfield Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-61.jpg" alt="Bride arriving on Carriage -Litchfield Plantation" width="954" height="636" border="0" /><p class="wp-caption-text">Bride arriving on Carriage -Litchfield Plantation</p></div>
<div class="wp-caption alignnone" style="width: 613px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride and groom in the sunset" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Bride-and-groom-in-the-sunset-Litchfield-Plantation-1111111.jpg" alt="Bride and groom in the sunset" width="603" height="904" border="0" /><p class="wp-caption-text">Bride and groom in the sunset</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="It looks like they are in love" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-71.jpg" alt="It looks like they are in love" width="954" height="636" border="0" /><p class="wp-caption-text">It looks like they are in love</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride and groom laying the grass" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-2-21.jpg" alt="Bride and groom laying the grass" width="954" height="644" border="0" /><p class="wp-caption-text">Bride and groom laying the grass</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Emotions during dancing" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-81.jpg" alt="Emotions during dancing" width="954" height="636" border="0" /><p class="wp-caption-text">Emotions during dancing</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Toast to bride and groom" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Litchfield-Plantation-111111-91.jpg" alt="Toast to bride and groom" width="954" height="636" border="0" /><p class="wp-caption-text">Toast to bride and groom</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="This is quite a best man speech" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/The-is-quite-a-best-man-speech-Litchfield-Plantation-1111111.jpg" alt="This is quite a best man speech" width="954" height="680" border="0" /><p class="wp-caption-text">This is quite a best man speech</p></div>
<div class="wp-caption alignnone" style="width: 757px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride dancing with father" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/11/Bride-dancing-with-father-Litchfield-Plantation-1111111.jpg" alt="Bride dancing with father" width="747" height="904" border="0" /><p class="wp-caption-text">Bride dancing with father</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/11/23/bride-arriving-on-horse-drawn-carriage-at-litchfield-plantation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fun wedding at Kingston Plantation in North Myrtle Beach</title>
		<link>http://myrtlebeachphotography.org/blog/2011/10/24/wedding-at-kingston-plantation-north-myrtle-beach/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/10/24/wedding-at-kingston-plantation-north-myrtle-beach/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 19:26:45 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[beach]]></category>
		<category><![CDATA[black and white]]></category>
		<category><![CDATA[bride]]></category>
		<category><![CDATA[first look]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[groom]]></category>
		<category><![CDATA[kingston plantation]]></category>
		<category><![CDATA[myrtle beach]]></category>
		<category><![CDATA[romantic]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/10/24/wedding-at-kingston-plantation-north-myrtle-beach/</guid>
		<description><![CDATA[Kingston Plantation seems to be one of my usual spots, like the Grand Dunes, that I end up going to frequently.  It’s nice when I get to work at the same location multiple times, I can really get to know &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/10/24/wedding-at-kingston-plantation-north-myrtle-beach/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Kingston Plantation seems to be one of my usual spots, like the Grand Dunes, that I end up going to frequently.  It’s nice when I get to work at the same location multiple times, I can really get to know all the good photo spots after a while.   It’s also nice because it’s out of the Myrtle Beach city limits so you don’t have to worry about getting fined by trying to take pictures on the beach.  This couple was a lot of fun, I got a lot of just casual, fun shots of them as well as really nice posed shots as well.  I know it’s hard to relax at a wedding, but if you can and just try to act silly and not worry about things too much it makes for a lot better photos.  I tried to pick out some shots to highlight that were more unique to this wedding.  We did a lot of normal poses of course that turned out great, but I tried to highlight some that were more candid or a bit different.  I hope you like them.</p>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="First look at the bride - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Watching-the-bride-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="First look at the bride - Kingston Plantation - North Myrtle Beach" width="950" height="682" border="0" /><p class="wp-caption-text">First look at the bride - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Passing the rings among the family during the ceremony  - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Passing-the-rings-among-the-family-during-the-ceremony-Kingston-Plantation-North-Myrtle-Beach-1.jpg" alt="Passing the rings among the family during the ceremony  - Kingston Plantation - North Myrtle Beach" width="950" height="633" border="0" /><p class="wp-caption-text">Passing the rings among the family during the ceremony - Kingston Plantation - North Myrtle Beach</p></div>
<p><span id="more-1513"></span></p>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Minister giving ring to groom - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Minister-giving-ring-to-groom-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="Minister giving ring to groom - Kingston Plantation - North Myrtle Beach" width="950" height="687" border="0" /><p class="wp-caption-text">Minister giving ring to groom - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride putting ring on groom - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Bride-putting-ring-on-groom-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="Bride putting ring on groom - Kingston Plantation - North Myrtle Beach" width="950" height="686" border="0" /><p class="wp-caption-text">Bride putting ring on groom - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 730px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="First Kiss - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/First-Kiss-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="First kiss - Kingston Plantation - North Myrtle Beach" width="720" height="900" border="0" /><p class="wp-caption-text">First kiss - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Kiss in front of the bridal party - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Kiss-in-front-of-the-bridal-party-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="Kiss in front of the bridal party - Kingston Plantation - North Myrtle Beach" width="950" height="653" border="0" /><p class="wp-caption-text">Kiss in front of the bridal party - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Nice shot of the groomsmen - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Nice-shot-of-the-groomsmen-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="Nice shot of the groomsmen - Kingston Plantation - North Myrtle Beach" width="950" height="632" border="0" /><p class="wp-caption-text">Nice shot of the groomsmen - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="This group was causing me problems  - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/This-group-was-causing-me-problems.-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="This group was causing me problems  - Kingston Plantation - North Myrtle Beach" width="950" height="608" border="0" /><p class="wp-caption-text">This group was causing me problems - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Groom picking up bride for a kiss - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Groom-picking-up-bride-for-a-kiss-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="Groom picking up bride for a kiss - Kingston Plantation - North Myrtle Beach" width="950" height="696" border="0" /><p class="wp-caption-text">Groom picking up bride for a kiss - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 609px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Hug during first dance - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/Hug-during-first-dance-Kingston-Plantation-North-Myrtle-Beach-1109181.jpg" alt="Hug during first dance - Kingston Plantation - North Myrtle Beach" width="599" height="900" border="0" /><p class="wp-caption-text">Hug during first dance - Kingston Plantation - North Myrtle Beach</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/10/24/wedding-at-kingston-plantation-north-myrtle-beach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup strategies for a professional photographer ver. 2</title>
		<link>http://myrtlebeachphotography.org/blog/2011/10/09/backup-strategies-for-a-professional-photographer-ver-2/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/10/09/backup-strategies-for-a-professional-photographer-ver-2/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 01:38:36 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Cameras and Gear]]></category>
		<category><![CDATA[Exclude from Home Page]]></category>
		<category><![CDATA[Photography tips and website]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[carbonite]]></category>
		<category><![CDATA[photo backup]]></category>
		<category><![CDATA[photographer backup strategy]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/10/09/backup-strategies-for-a-professional-photographer-ver-2/</guid>
		<description><![CDATA[A while back a wrote a post about my backup strategy, but I’ve changed my workflow significantly since then so I thought I needed to make an updated post.  This should be helpful to anyone trying to figure out how &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/10/09/backup-strategies-for-a-professional-photographer-ver-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while back a wrote a post about my backup strategy, but I’ve changed my workflow significantly since then so I thought I needed to make an updated post.  This should be helpful to anyone trying to figure out how to keep the precious images, we as professional photographers take, safe from accidental loss or deletion.  Backup is one of the most important things a photographer needs to do.</p>
<p>First of all, I forget who said it, but if you don’t have a digital image in at least 3 places you don’t really have it.  You should have 3 copies of any picture you take, you also should have an offsite copy just incase your home or office is broken into or fire or something else destroys your hard drives.  This might seem like overkill, but trust me, things happen.  I once had to get some data from what I call my last resort offsite backup because of a stupid mistake on my computer.  It’s scary, I’m really glad I was making good backups.</p>
<h4>My Workflow:</h4>
<p>First of all, as soon as I get home from a shoot, I begin importing images into my Lightroom catalog and to the folder it creates on my hard drive.  I don’t have time in this post to go into my Lightroom workflow, but the images get placed into an organized by date folder on my drive.  Then I put the CF memory card to the side and I don’t delete it until all my backups have been made, typically by the next morning.</p>
<h4>First Backup:</h4>
<p><img style="display: inline; float: right;" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/10/31SvlppljFL._SL500_AA300_.jpg" alt="Data Robotics Drobo 4-Bay USB 2.0/FireWire 800 SATA Storage Array DR04DD10" align="right" />The important key to backing up is that it has to be automatic.  You will forget if you have to do it manually.  I use software called <a href="http://www.microsoft.com/download/en/details.aspx?id=15155" target="_blank">Sync Toy</a> on my PC.   You can see how to automate the <a href="http://www.techtraction.com/2008/06/18/how-to-schedule-microsoft-synctoy-to-automatically-sync/" target="_blank">software here</a>.  Automatically each night, Sync Toy copies any new or changed images from my working hard drives inside my PC over to my <a href="http://drobo.com/" target="_blank">Drobo</a>.  This way I have my original working copy on my fast internal <a href="http://en.wikipedia.org/wiki/Standard_RAID_levels" target="_blank">raid 0 array</a>, plus an extra copy on my Drobo.  The Drobo is much slower but provides the additional protection that a drive can fail and be replaced without any loss of data.  I can’t go into what a Drobo is here, but you can check out their <a href="http://drobo.com/" target="_blank">website</a>.</p>
<h4>Offsite Backup:</h4>
<p>So now we have 2, and essentially 3 copies of the pictures because the Drobo provides protection from a hard drive failure itself.  What about the offsite backup? In the past I would just occasionally put a copy of all my images on an external hard drive and store it somewhere offsite, but this is a pain and it doesn’t get updated frequently enough.</p>
<h4>Why Carbonite doesn’t work:</h4>
<p>I’ve tried various services like Carbonite that promise unlimited offsite backup.  <strong>This doesn’t work for a pro photographer!</strong>  Here is why.  I have a new Docsis 3.0 internet connection with 5mbps up, so technically I have plenty of bandwidth to upload as many files as I need quickly.  The problem is, at first Carbonite works very fast.  However, after around 50gb of storage, they start to slow down your uploads so much that it becomes very difficult to keep up with incoming images even if backing up constantly day and night.  After 200gb they slow you down to 100kbps, so you are pretty much done at that point.  So even though they claim unlimited backup, they slow you down so much that it’s not practical.  I always wondered how they got unlimited storage for $60 a year, now I know.</p>
<h4>Amazon S3 to the rescue:</h4>
<p>I signed up for the Amazon S3 service.  This gives you storage space on Amazon’s servers that you can use as much and as fast as you want, they just charge you per GB of storage.  If you use their reduced redundancy storage option, which is still 99.9% reliable, plenty for a 3rd offsite backup, it cost about $10 per 100GB per month.  This might seem like something very complicated, but if you get software called <a href="http://www.cloudberrylab.com/amazon-s3-microsoft-azure-google-storage-online-backup.aspx" target="_blank">Cloudberry Backup</a> for about $30 it steps you through the process and automates the backups.  With the Cloudberry software, every night any new pictures I’ve imported, are automatically uploaded and backed up to the Amazon S3 service.  S3 is so fast that I can backup a whole wedding’s worth of raw images overnight.  What I’m going to do so the cost doesn’t get too high, I’m still going to keep my offsite physical hard drive backup and update it every few months.  My latest 500GB or so of pictures I’ll keep backed up on Amazon S3 which will cost around $50 per month.</p>
<p>Now if you really want to get fanatical, like I am, you can also get a fireproof safe and keep a 4th backup copy in there as well.  Hard drives are so cheap now it doesn’t hurt.  So to sum it up, Microsoft Sync Toy automatically copies any new pictures to my Drobo.  The Cloudberry Backup automatically uploads all new images to Amazon S3 overnight.  You would really have to try hard to find a way to lose images using this system.  I hope this helps!   Let me know if it does or if you have any suggestions below.</p>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/10/09/backup-strategies-for-a-professional-photographer-ver-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wedding and sunset pictures at Ocean Isle Beach, NC</title>
		<link>http://myrtlebeachphotography.org/blog/2011/09/21/wedding-and-sunset-pictures-at-ocean-isle-beach-nc/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/09/21/wedding-and-sunset-pictures-at-ocean-isle-beach-nc/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:11:04 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[beach]]></category>
		<category><![CDATA[ceremony]]></category>
		<category><![CDATA[inlet]]></category>
		<category><![CDATA[marsh]]></category>
		<category><![CDATA[ocean isle]]></category>
		<category><![CDATA[romantic]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/09/21/wedding-and-sunset-pictures-at-ocean-isle-beach-nc/</guid>
		<description><![CDATA[Sorry I haven&#8217;t posted to the blog in over a month.  The idea was I wanted to put up a blog post after weddings to show pictures from different location and events.  What I realized is in the summer I &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/09/21/wedding-and-sunset-pictures-at-ocean-isle-beach-nc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sorry I haven&#8217;t posted to the blog in over a month.  The idea was I wanted to put up a blog post after weddings to show pictures from different location and events.  What I realized is in the summer I just don&#8217;t have time.  What I&#8217;m thinking I will do is during my slower months, I&#8217;m going to go back through all my spring and summer weddings, and put up some post about them.  So it should get more regular soon.  Also, sorry about the delays in getting proofs up and orders done, I&#8217;ll be getting caught up here in the next few weeks.</p>
<p>I always like doing weddings up at Ocean Isle, it&#8217;s such a pretty location.  It&#8217;s a lot like the Garden City area where you have the ocean on one side and the marsh area on the other.  The sun was still pretty bright and harsh during the wedding itself, but it turned out fine.  Later I was able to get some pictures of the couple a little while before sunset that I just loved.  I actually tried to get them to go out right when the sun was actually setting, but they were too tired by that point to do it.  I ran out and took just a sunset picture without them because it was so pretty.  I&#8217;ll post a few of the pictures below, actually there are lots of pictures from this wedding I loved in addition to these few, but I just don&#8217;t have time to post them. Remember you can always see a lot more if you stop by my home office to talk about a wedding.</p>
<div class="wp-caption alignnone" style="width: 633px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Almost ready for the ceremony" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Almost-ready-for-the-ceremony-Ocean-Isle-Beach-NC-1108181.jpg" alt="Almost ready for the ceremony" width="623" height="900" border="0" /><p class="wp-caption-text">Almost ready for the ceremony - Ocean Isle Beach, NC</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Dad saying goodbye" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Dad-saying-goodbye-Ocean-Isle-Beach-NC-1108181.jpg" alt="Dad saying goodbye" width="950" height="629" border="0" /><p class="wp-caption-text">Dad saying goodbye - Ocean Isle Beach, NC</p></div>
<p><span id="more-1495"></span></p>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Something funny" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Something-funny-Ocean-Isle-Beach-NC-1108181.jpg" alt="Something funny" width="950" height="684" border="0" /><p class="wp-caption-text">Something funny - Ocean Isle Beach, NC</p></div>
<div class="wp-caption alignnone" style="width: 606px"><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Pretty spot for a bride" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Pretty-spot-for-a-bride-Ocean-Isle-Beach-NC-1108181.jpg" alt="Pretty spot for a bride" width="596" height="900" border="0" /><p class="wp-caption-text">Pretty spot for a bride - Ocean Isle Beach, NC</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Groom leaning bride back for a kiss" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Groom-leaning-bride-back-for-a-kiss-Ocean-Isle-Beach-NC-1108181.jpg" alt="Groom leaning bride back for a kiss" width="950" height="629" border="0" /><p class="wp-caption-text">Groom leaning bride back for a kiss - Ocean Isle Beach, NC</p></div>
<div class="wp-caption alignnone" style="width: 608px"><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Kiss behind the grass" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Kiss-behind-the-grass-Ocean-Isle-Beach-NC-1108181.jpg" alt="Kiss behind the grass" width="598" height="900" border="0" /><p class="wp-caption-text">Kiss behind the grass - Ocean Isle Beach, NC</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0pt none;" title="Sunset at Ocean Isle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/09/Sunset-at-Ocean-Isle-Beach-Ocean-Isle-Beach-NC-1108181.jpg" alt="Sunset at Ocean Isle Beach" width="950" height="629" border="0" /><p class="wp-caption-text">Sunset at Ocean Isle Beach</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/09/21/wedding-and-sunset-pictures-at-ocean-isle-beach-nc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Really cool black and white images</title>
		<link>http://myrtlebeachphotography.org/blog/2011/08/20/really-cool-black-and-white-images/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/08/20/really-cool-black-and-white-images/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 05:12:54 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Photography tips and website]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[black and white]]></category>
		<category><![CDATA[myrtle beach]]></category>
		<category><![CDATA[nik's silver efex]]></category>
		<category><![CDATA[silver efex pro 2]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/08/20/really-cool-black-and-white-images/</guid>
		<description><![CDATA[A lot of people don’t have a clear understanding of how black and white images are done with modern digital cameras.  It’s not like with film where you choose to use either b&#38;w or color film.  Even if your digital &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/08/20/really-cool-black-and-white-images/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of people don’t have a clear understanding of how black and white images are done with modern digital cameras.  It’s not like with film where you choose to use either b&amp;w or color film.  Even if your digital camera has a black and white setting, all it’s doing is taking a color picture inside the camera and then converting it to black and white.  With the nicer cameras you take your pictures in a raw color format and then adjust and do what you want with an image later on in software.  There is really no such thing as taking a black and white image anymore, so any picture you see that I have in black and white, there is always a color original to choose from.</p>
<p>Now if you just let the camera do the black and white conversion, or if you just use basic software that removes the color, you can end up with a pretty flat and boring image.  Doing a good black and white is a lot more than just removing the color.  I think a big difference between a good and bad photographer is the investment you make in really good equipment and software.</p>
<p>I’ve always used actions in Photoshop that would allow for soft and glowing, sharp and high contrast, and other types of b&amp;w image conversions.  Recently I just starting using new software called Nik’s  Silver Efex Pro 2.  This really takes the black and white conversions to a whole new level. I’m just getting started using this software, but I’m already getting results I love.   As I work with it I’m sure I will get better, keep an eye out here and on my Facebook page for more variety in black and white styles.  I will post a few of these black and white images below, I hope you enjoy them.</p>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Groomsmen in black and white - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Groomsmen-in-black-and-white-Kingston-Plantation-North-Myrtle-Beach-1107231.jpg" alt="Groomsmen in black and white - Kingston Plantation - North Myrtle Beach" width="950" height="648" border="0" /><p class="wp-caption-text">Groomsmen in black and white - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Entering the reception - Grande Dunes - Ocean Club" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Grande-Dunes-Ocean-Club-1107101.jpg" alt="Entering the reception - Grande Dunes - Ocean Club" width="950" height="632" border="0" /><p class="wp-caption-text">Entering the reception - Grande Dunes - Ocean Club</p></div>
<p><span id="more-1483"></span></p>
<div class="wp-caption alignnone" style="width: 631px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Bride dancing with father" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Bride-dancing-with-father-Grande-Dunes-Ocean-Club-1107101.jpg" alt="Bride dancing with father" width="621" height="900" border="0" /><p class="wp-caption-text">Bride dancing with father</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Fun shot lifting fiance down off the tree branch" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Fun-shot-lifting-fiance-down-off-the-tree-branch-Myrtle-Beach-State-Park-1107111.jpg" alt="Fun shot lifting fiance down off the tree branch" width="950" height="609" border="0" /><p class="wp-caption-text">Fun shot lifting fiance down off the tree branch</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Groomsmen putting on their ties - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Groomsmen-putting-on-their-ties-Kingston-Plantation-North-Myrtle-Beach-1107231.jpg" alt="Groomsmen putting on their ties - Kingston Plantation - North Myrtle Beach" width="950" height="662" border="0" /><p class="wp-caption-text">Groomsmen putting on their ties - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 678px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="About to have a first kiss - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/About-to-have-a-first-kiss-Kingston-Plantation-North-Myrtle-Beach-1107231.jpg" alt="About to have a first kiss - Kingston Plantation - North Myrtle Beach" width="668" height="900" border="0" /><p class="wp-caption-text">About to have a first kiss - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Just married - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Just-married-Kingston-Plantation-North-Myrtle-Beach-1107231.jpg" alt="Just married - Kingston Plantation - North Myrtle Beach" width="950" height="665" border="0" /><p class="wp-caption-text">Just married - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px; margin: 0px;" title="Grandad taking a break from the pictures" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Grandad-taking-a-break-from-the-pictures-1107251.jpg" alt="Grandad taking a break from the pictures" width="950" height="632" border="0" /><p class="wp-caption-text">Grandad taking a break from the pictures</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Lacing up the dress in black and white" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/08/Lacing-up-the-dress-in-black-and-white-Kingston-Plantation-North-Myrtle-Beach-1107281.jpg" alt="Lacing up the dress in black and white" width="950" height="632" border="0" /><p class="wp-caption-text">Lacing up the dress in black and white</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/08/20/really-cool-black-and-white-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really cute family and senior pictures at the Myrtle Beach State Park</title>
		<link>http://myrtlebeachphotography.org/blog/2011/07/25/really-cute-family-and-senior-pictures-at-the-myrtle-beach-state-park/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/07/25/really-cute-family-and-senior-pictures-at-the-myrtle-beach-state-park/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 21:42:41 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[adult family]]></category>
		<category><![CDATA[climbing trees]]></category>
		<category><![CDATA[family pictures]]></category>
		<category><![CDATA[myrtle beach]]></category>
		<category><![CDATA[oak trees]]></category>
		<category><![CDATA[ocean]]></category>
		<category><![CDATA[posing in tree]]></category>
		<category><![CDATA[senior portraits]]></category>
		<category><![CDATA[state park]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/07/25/really-cute-family-and-senior-pictures-at-the-myrtle-beach-state-park/</guid>
		<description><![CDATA[I just wanted to put up a quick post.  I’ve been loving some of my family pictures recently. Sometimes I will get a really big family with a lot of grumpy two year olds, you know how that can be &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/07/25/really-cute-family-and-senior-pictures-at-the-myrtle-beach-state-park/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just wanted to put up a quick post.  I’ve been loving some of my family pictures recently. Sometimes I will get a really big family with a lot of grumpy two year olds, you know how that can be at times.  But lately I’ve had some of my favorite family pictures in a long time.  I also want to apologize for the delay in getting some family proofs ready for viewing, I’m really going to be working on getting them all up this next week.</p>
<p>This month has just been really busy, I’m actually making a decision to cut back some to make sure I can keep up with the clients I already have, if you do write me and I’m booked I can give you some good suggestions of photographers in the area to try.   On a week I have weddings I’m keeping it down to about 3 or 4 family sessions during the week.  I’m not going to become a business where I send out photographers to do the work for me, keeping things small seems to be working well for me.  I hope you enjoy some of the pictures, if you do please comment below.</p>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Senior portrait with the sunset reflecting on the water - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Senior-portrait-with-the-sunset-reflecting-on-the-water-Myrtle-Beach-State-Park-1107041.jpg" alt="Senior portrait with the sunset reflecting on the water - Myrtle Beach State Park" width="950" height="719" border="0" /><p class="wp-caption-text">Senior portrait with the sunset reflecting on the water - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Fun adult family pictures in an old tree - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Fun-adult-family-pictures-in-an-old-tree-Myrtle-Beach-State-Park-1107051.jpg" alt="Fun adult family pictures in an old tree - Myrtle Beach State Park" width="950" height="683" border="0" /><p class="wp-caption-text">Fun adult family pictures in an old tree - Myrtle Beach State Park</p></div>
<p><span id="more-1464"></span></p>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Cute picture of a couple taken during family pictures - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Cute-picture-of-a-couple-taken-during-family-pictures-Myrtle-Beach-State-Park-1107051.jpg" alt="Cute picture of a couple taken during family pictures - Myrtle Beach State Park" width="950" height="621" border="0" /><p class="wp-caption-text">Cute picture of a couple taken during family pictures - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Adult brothers giving sisters a piggy back ride - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Adult-brothers-giving-sisters-a-piggy-back-ride-Myrtle-Beach-State-Park-1107051.jpg" alt="Adult brothers giving sisters a piggy back ride - Myrtle Beach State Park" width="950" height="725" border="0" /><p class="wp-caption-text">Adult brothers giving sisters a piggy back ride - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Mom with smiling baby - Springmaid Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Mom-with-smiling-baby-Springmaid-Beach-1107051.jpg" alt="Mom with smiling baby - Springmaid Beach" width="950" height="679" border="0" /><p class="wp-caption-text">Mom with smiling baby - Springmaid Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Dad holding baby in the air - Springmaid Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Dad-holding-baby-in-the-air-Springmaid-Beach-1107051.jpg" alt="Dad holding baby in the air -Springmaid Beach" width="950" height="670" border="0" /><p class="wp-caption-text">Dad holding baby in the air -Springmaid Beach</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Cute family sitting on old root - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Cute-family-sitting-on-old-root-Myrtle-Beach-State-Park-1106261.jpg" alt="Cute family sitting on old root - Myrtle Beach State Park" width="950" height="628" border="0" /><p class="wp-caption-text">Cute family sitting on old root - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 605px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Kids climbing on the old tree - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Kids-climbing-on-the-old-tree-Myrtle-Beach-State-Park-1106261.jpg" alt="Kids climbing on the old tree - Myrtle Beach State Park" width="595" height="900" border="0" /><p class="wp-caption-text">Kids climbing on the old tree - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Cute kids looking at seashells - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Cute-kids-looking-at-seashells-Myrtle-Beach-State-Park-1106261.jpg" alt="Cute kids looking at seashells - Myrtle Beach State Park" width="950" height="628" border="0" /><p class="wp-caption-text">Cute kids looking at seashells - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Family looking at sea shells together - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Family-looking-at-sea-shells-together-Myrtle-Beach-State-Park-1106261.jpg" alt="Family looking at sea shells together - Myrtle Beach State Park" width="950" height="648" border="0" /><p class="wp-caption-text">Family looking at sea shells together - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Senior portrait with glamor glow effect - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Senior-portrait-with-glamor-glow-effect-Myrtle-Beach-State-Park-1107041.jpg" alt="Senior portrait with glamor glow effect - Myrtle Beach State Park" width="950" height="632" border="0" /><p class="wp-caption-text">Senior portrait with glamor glow effect - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 960px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-width: 0px;" title="Cute brother and sister sitting on a oak tree - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Cute-brother-and-sister-sitting-on-a-oak-tree-1106211.jpg" alt="Cute brother and sister sitting on a oak tree - Myrtle Beach State Park" width="950" height="682" border="0" /><p class="wp-caption-text">Cute brother and sister sitting on a oak tree - Myrtle Beach State Park</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/07/25/really-cute-family-and-senior-pictures-at-the-myrtle-beach-state-park/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Random things during the busy summer and the wedding documentary gallery</title>
		<link>http://myrtlebeachphotography.org/blog/2011/07/08/random-things-during-the-busy-summer-and-wedding-documentary-gallery/</link>
		<comments>http://myrtlebeachphotography.org/blog/2011/07/08/random-things-during-the-busy-summer-and-wedding-documentary-gallery/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 15:23:17 +0000</pubDate>
		<dc:creator>Ryan Smith</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[grande dunes]]></category>
		<category><![CDATA[kingston plantation]]></category>
		<category><![CDATA[myrtle beach]]></category>
		<category><![CDATA[ocean club]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photojournalism]]></category>
		<category><![CDATA[wedding]]></category>
		<category><![CDATA[wedding documentary]]></category>

		<guid isPermaLink="false">http://www.myrtlebeachphotography.org/blog/2011/07/08/random-things-during-the-busy-summer-and-wedding-documentary-gallery/</guid>
		<description><![CDATA[I&#8217;ve been meaning to put up a new blog post for a while.  Myrtle Beach is just in it’s busiest time right now, and I’m always backed up with work, which is a good thing but it makes it hard to &#8230; <a href="http://myrtlebeachphotography.org/blog/2011/07/08/random-things-during-the-busy-summer-and-wedding-documentary-gallery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to put up a new blog post for a while.  Myrtle Beach is just in it’s busiest time right now, and I’m always backed up with work, which is a good thing but it makes it hard to do extra things like posting to the blog.  It also doesn&#8217;t help I got strep throat and now that I&#8217;m off my antibiotic it seems to be coming back, and I almost never get sick. So instead of trying to concentrate on one subject I decided to just put up a few random pictures I’ve really liked over the past month.</p>
<p>One new thing you will notice on the website, I’ve put up a new gallery called wedding documentary.  The idea for this is to put up more candid pictures that I might not put in a gallery otherwise.  I always have lots of pictures I really like, but I just don’t think they are suitable to put in as my main examples of my work.  The idea for this gallery is a place for these more raw, less perfect and touched up images.  I’m going to try to stick to pictures that are truly candid and unexpected, or sometimes perhaps a really silly picture even if the client knows I’m taking it that wouldn’t make it into the gallery otherwise.</p>
<p>I’ve also been experimenting with the new Nik Software Color Efex Pro 3 software.  I used the bleach bypass filter for the first image below, it’s a cool effect.  I’ve just got to get used to working this software into some images in my workflow and figuring out what I like.  Below I’m going to put some examples that are in the new wedding documentary gallery, as well as just a few other random shots I liked.  As always if you enjoy some of these pictures please click the like button below.</p>
<div class="wp-caption alignnone" style="width: 696px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Groomsmen waiting on the second floor - Ocean Club - Grande Dunes" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Groomsmen-waiting-on-the-second-floor-Grande-Dunes-Ocean-Club-1106121.jpg" alt="Groomsmen waiting on the second floor - Ocean Club - Grande Dunes" width="686" height="904" border="0" /><p class="wp-caption-text">Groomsmen waiting on the second floor - Ocean Club - Grande Dunes</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Bridal party in the sunset - Ocean Club - Grande Dunes" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Bridal-party-in-the-sunset-Grande-Dunes-Ocean-Club-1106121.jpg" alt="Bridal party in the sunset - Ocean Club - Grande Dunes" width="954" height="651" border="0" /><p class="wp-caption-text">Bridal party in the sunset - Ocean Club - Grande Dunes</p></div>
<p><span id="more-1395"></span></p>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Holding the bride in the air - Ocean Club - Grande Dunes" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Holding-the-bride-in-the-air-Grande-Dunes-Ocean-Club-1106121.jpg" alt="Holding the bride in the air - Ocean Club - Grande Dunes" width="954" height="657" border="0" /><p class="wp-caption-text">Holding the bride in the air - Ocean Club - Grande Dunes</p></div>
<div class="wp-caption alignnone" style="width: 711px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Flowers in focus - Ocean Club - Grande Dunes" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Flowers-in-focus-Grande-Dunes-Ocean-Club-1106121.jpg" alt="Flowers in focus - Ocean Club - Grande Dunes" width="701" height="904" border="0" /><p class="wp-caption-text">Flowers in focus - Ocean Club - Grande Dun</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Happy family by the dunes - Myrtle Beach State Park" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Happy-family-by-the-dunes-State-Park-1106161.jpg" alt="Happy family by the dunes - Myrtle Beach State Park" width="954" height="714" border="0" /><p class="wp-caption-text">Happy family by the dunes - Myrtle Beach State Park</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Hairspray - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Hairspray-Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="Hairspray - Kingston Plantation - North Myrtle Beach" width="954" height="605" border="0" /><p class="wp-caption-text">Hairspray - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Groom practicing his guitar - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Groom-practicing-his-guitar-Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="Groom practicing his guitar - Kingston Plantation - North Myrtle Beach" width="954" height="636" border="0" /><p class="wp-caption-text">Groom practicing his guitar - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Bridesmaid helping bride with necklace - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Bridesmaid-helping-bride-with-necklace-Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="Bridesmaid helping bride with necklace - Kingston Plantation - North Myrtle Beach" width="954" height="614" border="0" /><p class="wp-caption-text">Bridesmaid helping bride with necklace - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Bridesmaids holding up groom - Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Bridesmaids-holding-up-groom-Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="Bridesmaids holding up groom - Kingston Plantation - North Myrtle Beach" width="954" height="635" border="0" /><p class="wp-caption-text">Bridesmaids holding up groom - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Having fun with the first dance -Kingston Plantation - North Myrtle Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="Having fun with the first dance -Kingston Plantation - North Myrtle Beach" width="954" height="636" border="0" /><p class="wp-caption-text">Having fun with the first dance -Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Working with the new Color Efex Pro 3 -Kingston Plantation - North Myrtle Beach-110618-2" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Kingston-Plantation-North-Myrtle-Beach-110618-21.jpg" alt="Working with the new Color Efex Pro 3 - Kingston Plantation - North Myrtle Beach-110618-2" width="954" height="654" border="0" /><p class="wp-caption-text">Working with the new Color Efex Pro 3 - Kingston Plantation - North Myrtle Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Groom playing guitar for reception - Kingston Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Groom-playing-guitar-for-reception-Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="Groom playing guitar for reception - Kingston Plantation" width="954" height="724" border="0" /><p class="wp-caption-text">Groom playing guitar for reception - Kingston Plantation</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="A little too much to drink - Kingston Plantation" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/A-little-too-much-to-drink-Kingston-Plantation-North-Myrtle-Beach-1106181.jpg" alt="A little too much to drink - Kingston Plantation" width="954" height="641" border="0" /><p class="wp-caption-text">A little too much to drink - Kingston Plantation</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Groom dancing with mother - Revolutions Club - Broadway at the Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Groom-dancing-with-mother-Revolutions-Club-Broadway-at-the-Beach-1106191.jpg" alt="Groom dancing with mother - Revolutions Club - Broadway at the Beach" width="954" height="636" border="0" /><p class="wp-caption-text">Groom dancing with mother - Revolutions Club - Broadway at the Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Stealing a kiss - Revolutions Club - Broadway at the Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Stealing-a-kiss-Revolutions-Club-Broadway-at-the-Beach-1106191.jpg" alt="Stealing a kiss - Revolutions Club - Broadway at the Beach" width="954" height="636" border="0" /><p class="wp-caption-text">Stealing a kiss - Revolutions Club - Broadway at the Beach</p></div>
<div class="wp-caption alignnone" style="width: 964px"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px initial initial;" title="Brothers - Revolutions Club - Broadway at the Beach" src="http://storage.myrtlebeachphotography.org/blog/wp-content/uploads/2011/07/Brothers-Revolutions-Club-Broadway-at-the-Beach-1106191.jpg" alt="Brothers - Revolutions Club - Broadway at the Beach" width="954" height="758" border="0" /><p class="wp-caption-text">Brothers - Revolutions Club - Broadway at the Beach</p></div>
]]></content:encoded>
			<wfw:commentRss>http://myrtlebeachphotography.org/blog/2011/07/08/random-things-during-the-busy-summer-and-wedding-documentary-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Database Caching using xcache
Object Caching 968/1128 objects using xcache
Content Delivery Network via Amazon Web Services: CloudFront: storage.myrtlebeachphotography.org

Served from: myrtlebeachphotography.org @ 2012-02-07 01:25:11 -->

