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

<channel>
	<title>MyLocalWineStore&#187; Wine Web Design</title>
	<atom:link href="http://www.mylocalwinestore.com/category/wine-web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylocalwinestore.com</link>
	<description>Helping small wine retailers sell wine online</description>
	<lastBuildDate>Tue, 06 Dec 2011 19:53:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How your Wine eCommerce website works Made Simple</title>
		<link>http://www.mylocalwinestore.com/wine-web-design/how-your-wine-ecommerce-website-works-made-simple/</link>
		<comments>http://www.mylocalwinestore.com/wine-web-design/how-your-wine-ecommerce-website-works-made-simple/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:45:25 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Wine Web Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Wine eCommerce]]></category>
		<category><![CDATA[Wine Retailers]]></category>

		<guid isPermaLink="false">http://www.mylocalwinestore.com/blog/?p=473</guid>
		<description><![CDATA[Wine eCommerce websites have three elements: 1. the content e.g. a tasting note or a photo; 2. the presentation e.g. colours, fonts, and columns; 3. the code (or logic) e.g. software that says take this tasting note, use this font and send it to the internet browser (explorer or firefox etc)
Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-ecommerce/wine-ecommerce-website-custom-build-or-off-the-shelf/' rel='bookmark' title='Wine eCommerce website: Custom Built or Off-the-Shelf?'>Wine eCommerce website: Custom Built or Off-the-Shelf?</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-ecommerce/two-very-different-wine-retailer-ecommerce-websites/' rel='bookmark' title='Two Very Different Wine Retailer eCommerce Websites'>Two Very Different Wine Retailer eCommerce Websites</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><div class='dd-twitter-ajax-load dd-twitter-473'></div><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.mylocalwinestore.com/category/wine-web-design/feed/" data-count="vertical" data-text="Wine Web Design" data-via="BruceMcGechan" ></a></div><div style='clear:left'></div><div class='dd_button_v'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.mylocalwinestore.com%2Fcategory%2Fwine-web-design%2Ffeed%2F" send="true" show_faces="false"  layout="box_count" width="50"  ></fb:like></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-google1-ajax-load dd-google1-473'></div><g:plusone size='tall' href='http://www.mylocalwinestore.com/category/wine-web-design/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-linkedin-ajax-load dd-linkedin-473'></div><script type='in/share' data-url='http://www.mylocalwinestore.com/category/wine-web-design/feed/' data-counter='top'></script></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.mylocalwinestore.com%2Fcategory%2Fwine-web-design%2Ffeed%2F'></script></div><div style='clear:left'></div><div class='dd_button_extra_v'><script type="text/javascript">stLight.options({publisher:'f23c9714-8a9d-4cbc-839e-dc68cb5b32fe'});</script><div class="st_email_custom"><span id='dd_email_text'>email</span></div></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p><strong>Wine eCommerce websites have three elements:</strong></p>
<ol>
<li>the <strong>content</strong> e.g. a tasting note or a photo</li>
<li>the <strong>presentation</strong> e.g. colors, fonts, and columns</li>
<li>the <strong>code</strong> (or logic) e.g. software that says take this tasting note, use this font and send it to the internet browser (explorer or firefox etc)</li>
</ol>
<p>Back in the nineties things were simple. You just had one page with simple code called html that did all three things.</p>
<p>So I would write &lt;p&gt;Hello&lt;/p&gt; and this would create a paragraph with <em>Hello</em> in it. At the top of the page, invisible to the reader, would be code that said any text that was between &lt;p&gt; and &lt;/p&gt; should use, say, verdana font / 10 size.</p>
<p>In other words <strong>the content and the how the content should look would be on the same page</strong>.</p>
<p>Things then got a little more tricky and you could say look in this special file (called a cascading style sheet or css file) and<strong> that file will tell you how to present the data</strong>.</p>
<h3>Don&#8217;t worry I&#8217;m not going to get more technical than that!</h3>
<p>In the late nineties I remember I walked into the web development agency and the technical guy was, well, frankly over excited. He explained to me a concept called database driven websites.</p>
<p>So whereas before you had the presentation file split out from the web page, now you had the content split out. This time it was put into a database.</p>
<h3>The web page would now say</h3>
<ul>
<li>get me this content from the database</li>
<li>get me how it should look from the presentation css file</li>
<li>put it together and send it to the browser.</li>
</ul>
<p>This last part is the code. (And it actually resides on the server but not the browser).</p>
<h3>So that&#8217;s a real short overview of web technology.</h3>
<p>That&#8217;s why you can change the look and feel so easily.</p>
<p>Its why you can have millions of pieces of data and only a few web pages. Because all that&#8217;s happening is the website (actually the web server) is pulling together the three sources into one page, and sending (or serving) it to your browser.</p>
<p>Nowadays you allow third party applications or apps to interact with your website. So you connect your website to PayPal, Fedex, Google Analytics etc. It&#8217;s called an API.</p>
<p>But that can be another post.</p>
<p>What do you want to know most about the technical side of your wine eCommerce website?</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #f7f7f7;
	border:1px solid #E6E6E6;
	float:left;
	margin-left:-85px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadTwitter_473()',1000);window.setTimeout('loadGoogle1_473()',1000);window.setTimeout('loadLinkedin_473()',1000); }); </script><script type="text/javascript"> function loadTwitter_473(){ jQuery(document).ready(function($) { $('.dd-twitter-473').remove();$.getScript('http://platform.twitter.com/widgets.js'); }); } function loadGoogle1_473(){ jQuery(document).ready(function($) { $('.dd-google1-473').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); } function loadLinkedin_473(){ jQuery(document).ready(function($) { $('.dd-linkedin-473').remove();$.getScript('http://platform.linkedin.com/in.js'); }); }</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script><p>Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-ecommerce/wine-ecommerce-website-custom-build-or-off-the-shelf/' rel='bookmark' title='Wine eCommerce website: Custom Built or Off-the-Shelf?'>Wine eCommerce website: Custom Built or Off-the-Shelf?</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-ecommerce/two-very-different-wine-retailer-ecommerce-websites/' rel='bookmark' title='Two Very Different Wine Retailer eCommerce Websites'>Two Very Different Wine Retailer eCommerce Websites</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylocalwinestore.com/wine-web-design/how-your-wine-ecommerce-website-works-made-simple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mywinesdirect website design</title>
		<link>http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/</link>
		<comments>http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 02:10:17 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Wine Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Wine Retailers]]></category>

		<guid isPermaLink="false">http://www.mylocalwinestore.com/blog/?p=416</guid>
		<description><![CDATA[Right then left column design structure. Super interesting navigation and search system, its by wine style rather than region and varietal. The website is deceptively simple, I wonder whether they have done extensive A/B tests of their webpages to see which design converts the best. Respect. I'd love to see their playbook.
Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/kl-wines-website-design/' rel='bookmark' title='K&amp;L Wines website design'>K&#038;L Wines website design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-website-design-basics/' rel='bookmark' title='Wine Web Design Basics'>Wine Web Design Basics</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/snooth-wine-website-design/' rel='bookmark' title='snooth wine web design'>snooth wine web design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>“Fine Wine at Great Prices. Expertly screened by a panel. Free shipping. Discount wine and Wine Sales.”</p>
<p>Savvy operators. Along with wine.com I’d rate these guys at the top of the industry Search Engine Marketing (SEM) game.</p>
<p>Note: the blue-grey black bordered boxes are my overlay of the website design structure, almost always Header, Body Column(s), then Footer.</p>
<h3>Their home page has a right column structure</h3>
<p><br class="spacer_" /></p>
<div id="attachment_1165" class="wp-caption alignnone" style="width: 239px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/mywinesdirect-home-e1265843545793.png"><img class="size-medium wp-image-1165" title="mywinesdirect-home" src="http://www.mylocalwinestore.com/wp-content/uploads/mywinesdirect-home-e1265843545793-229x300.png" alt="mywinesdirect Home Page Design" width="229" height="300" /></a><p class="wp-caption-text">mywinesdirect Home Page Design</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Then they use a left column structure for the product pages</h3>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_1166" class="wp-caption alignnone" style="width: 300px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/mywinesdirect-prodpg-e1265843497207.png"><img class="size-medium wp-image-1166" title="mywinesdirect-prodpg" src="http://www.mylocalwinestore.com/wp-content/uploads/mywinesdirect-prodpg-e1265843497207-290x300.png" alt="mywinesdirect Product Page Design" width="290" height="300" /></a><p class="wp-caption-text">mywinesdirect Product Page Design</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Other notable features</h3>
<ul>
<li>super interesting navigation and search system, its by wine style rather than region and varietal (maybe because they offer lots of private label brands?)</li>
<li>the website is deceptively simple, I wonder whether they have done extensive A/B tests of their webpages to see which design converts the best.</li>
</ul>
<p>Respect. I&#8217;d love to see their playbook.</p>
<p>Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/kl-wines-website-design/' rel='bookmark' title='K&amp;L Wines website design'>K&#038;L Wines website design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-website-design-basics/' rel='bookmark' title='Wine Web Design Basics'>Wine Web Design Basics</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/snooth-wine-website-design/' rel='bookmark' title='snooth wine web design'>snooth wine web design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>snooth wine web design</title>
		<link>http://www.mylocalwinestore.com/wine-web-design/snooth-wine-website-design/</link>
		<comments>http://www.mylocalwinestore.com/wine-web-design/snooth-wine-website-design/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:02:51 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Wine Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Wine Retailers]]></category>

		<guid isPermaLink="false">http://www.mylocalwinestore.com/blog/?p=414</guid>
		<description><![CDATA[Essentially a 3 column design website. Easy search, rating and recommendation. They focused on doing these things really well. Also have excellent SEO, often appear at the top of the organic listings. I do think there is too much going on with the wine consumer pulled in too many ways with ads and boxes, if they've having trouble converting sales they should look at the amount of distracting noise on the site.
Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-website-design-basics/' rel='bookmark' title='Wine Web Design Basics'>Wine Web Design Basics</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-com-website-design/' rel='bookmark' title='Wine.com web design'>Wine.com web design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>More of a portal or mall for wine stores and wineries than a direct competitor.</p>
<p>They charge the wine store 10% of any sale to be a featured wine store (an “affiliate” model) and offer advertising. They would be the classic “coopetition” you compete and co0perate with them.</p>
<h3>Their home page is a 3 column design</h3>
<p><br class="spacer_" /></p>
<div id="attachment_1167" class="wp-caption alignnone" style="width: 349px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/snooth-home-e1265843406980.png"><img class="size-full wp-image-1167" title="snooth-home" src="http://www.mylocalwinestore.com/wp-content/uploads/snooth-home-e1265843406980.png" alt="snooth Home Page Design" width="339" height="719" /></a><p class="wp-caption-text">Snooth wine website home page</p></div>
<p><br class="spacer_" /></p>
<h3>The product page is essentially 3 column with a big box on top of the left two columns</h3>
<p><br class="spacer_" /></p>
<div id="attachment_1168" class="wp-caption alignnone" style="width: 558px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/snooth-prodpg-e1265843370375.png"><img class="size-full wp-image-1168" title="snooth-prodpg" src="http://www.mylocalwinestore.com/wp-content/uploads/snooth-prodpg-e1265843370375.png" alt="Snooth wine website home page" width="548" height="813" /></a><p class="wp-caption-text">snooth Product Page Design</p></div>
<p><br class="spacer_" /></p>
<h3>Other notable features</h3>
<ul>
<li>Easy search, rating and recommendation. They focused on doing these things really well.</li>
<li>Also have excellent SEO, often appear at the top of the organic listings</li>
<li>Offers the wine drinker the ability to get ratings and reviews from stores and drinkers all round the world.</li>
<li>You can compare prices and get recommendations.</li>
<li>I do think there is too much going on with the wine consumer pulled in too many ways with ads and boxes, if they&#8217;ve having trouble converting sales they should look at the amount of distracting noise on the site.</li>
</ul>
<p>One of my favs.</p>
<p>Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-website-design-basics/' rel='bookmark' title='Wine Web Design Basics'>Wine Web Design Basics</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-com-website-design/' rel='bookmark' title='Wine.com web design'>Wine.com web design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylocalwinestore.com/wine-web-design/snooth-wine-website-design/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>BevMo wine web design</title>
		<link>http://www.mylocalwinestore.com/wine-web-design/bevmo-wine-website-design/</link>
		<comments>http://www.mylocalwinestore.com/wine-web-design/bevmo-wine-website-design/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 18:25:31 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Wine Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Selling Wine Online]]></category>
		<category><![CDATA[Wine Retailers]]></category>

		<guid isPermaLink="false">http://www.mylocalwinestore.com/blog/?p=420</guid>
		<description><![CDATA[A design with a left column home page and a 3 column products page structure. Simple and easy. This could be a top website if they just updated the look and feel a little. Nice work, simplicity rules.
Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-website-design-basics/' rel='bookmark' title='Wine Web Design Basics'>Wine Web Design Basics</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-com-website-design/' rel='bookmark' title='Wine.com web design'>Wine.com web design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Arguably the largest in the market because of its offline chain of stores in western US.</p>
<p>It boasts a <em>huge selection of wines at cheap prices</em> that can be picked up at the local BevMo. Also note the <em>pick up your order in 1 hour</em>, something in that for local wine retailers for sure.</p>
<p>Note: the blue-grey black bordered boxes are my overlay of the website design structure, almost always Header, Body Column(s), then Footer.</p>
<h3>Their home page design is a left column structure</h3>
<p><br class="spacer_" /></p>
<div id="attachment_1161" class="wp-caption alignnone" style="width: 294px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/bevmo-home-e1265843792450.png"><img class="size-medium wp-image-1161" title="bevmo-home" src="http://www.mylocalwinestore.com/wp-content/uploads/bevmo-home-e1265843792450-284x300.png" alt="Bevmo Home Page Design" width="284" height="300" /></a><p class="wp-caption-text">Bevmo Home Page Design</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Their product page is a 3 column structure</h3>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_1162" class="wp-caption alignnone" style="width: 310px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/bevmo-prodpg-e1265843749209.png"><img class="size-medium wp-image-1162" title="bevmo-prodpg" src="http://www.mylocalwinestore.com/wp-content/uploads/bevmo-prodpg-e1265843749209-300x269.png" alt="Bevmo Product Page Design" width="300" height="269" /></a><p class="wp-caption-text">Bevmo Product Page Design</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Other notable design features</h3>
<ul>
<li>very simple but not busy and draws you to the few deals they&#8217;re offering</li>
<li>navigation is easy, obvious and &#8216;filterable&#8217;</li>
<li>I&#8217;m not sure if they need that third column in the product pages</li>
<li>the product detail page is very simple with some ratings</li>
<li>I guess you see the reviews if you&#8217;re part of ClubBev? If so then goes against social media principles.</li>
<li>this could be a top website if they just updated the look and feel a little</li>
</ul>
<p>Nice work, simplicity rules.</p>
<p>How would you rate this website?</p>
<p>Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-website-design-basics/' rel='bookmark' title='Wine Web Design Basics'>Wine Web Design Basics</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-com-website-design/' rel='bookmark' title='Wine.com web design'>Wine.com web design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylocalwinestore.com/wine-web-design/bevmo-wine-website-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>K&amp;L Wines website design</title>
		<link>http://www.mylocalwinestore.com/wine-web-design/kl-wines-website-design/</link>
		<comments>http://www.mylocalwinestore.com/wine-web-design/kl-wines-website-design/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:20:45 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Wine Web Design]]></category>
		<category><![CDATA[Adwords]]></category>
		<category><![CDATA[Selling Wine Online]]></category>
		<category><![CDATA[Wine Retailers]]></category>

		<guid isPermaLink="false">http://www.mylocalwinestore.com/blog/?p=418</guid>
		<description><![CDATA[Left column design, clean, with an easy filterable navigation. Real time inventory is a biggie, a lot of hard work has gone into this one.
Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-com-website-design/' rel='bookmark' title='Wine.com web design'>Wine.com web design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/bevmo-wine-website-design/' rel='bookmark' title='BevMo wine web design'>BevMo wine web design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>“1000s of Rare and Collectable <em>Wines from around the globe</em>…”<br />
Californian, 3 large stores, switched on state player, almost a chain wine store operator.</p>
<p>Note: the blue-grey, black-bordered boxes are my overlay of the website design structure, almost always Header, Body Column(s), then Footer.</p>
<h3>Their home page is a left column design</h3>
<p>[I've deleted the picture. The problem is I can't show the footer in a screen shot without the website looking strange, and I don't want to unintentionally insult these guys so perhaps check it out yourself.]</p>
<h3>Likewise their products pages</h3>
<p><br class="spacer_" /></p>
<div id="attachment_1164" class="wp-caption alignnone" style="width: 285px"><a href="http://www.mylocalwinestore.com/wp-content/uploads/kandlwines-prodpg-e1265843594666.png"><img class="size-medium wp-image-1164" title="kandlwines-prodpg" src="http://www.mylocalwinestore.com/wp-content/uploads/kandlwines-prodpg-e1265843594666-275x300.png" alt="K and L Wines Product Page Design" width="275" height="300" /></a><p class="wp-caption-text">K&amp;L Wines Product Page Design</p></div>
<p><br class="spacer_" /></p>
<h3>Other notable design features</h3>
<ul>
<li>Nice clean design with an easy filterable navigation.</li>
<li>Looks they&#8217;ve got good solid marketing skills with various web features clearly shown and not too much promotion going on</li>
<li>The real time inventory is a big financial investment &#8211; these guys are serious players</li>
<li>Some really good reviews</li>
<li>Sharp website, at first I thought it was magento based but looking at the code it seems unlikely</li>
</ul>
<p>Some great hard work gone in by the people behind this, showing that its often 99% perspiration and 1% inspiration to get these websites done well.</p>
<p>Have a thirst quenching sauvignon blanc on me, you deserve it.</p>
<p>Related posts:<ol>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/mywinesdirect-website-design/' rel='bookmark' title='mywinesdirect website design'>mywinesdirect website design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/wine-com-website-design/' rel='bookmark' title='Wine.com web design'>Wine.com web design</a></li>
<li><a href='http://www.mylocalwinestore.com/wine-web-design/bevmo-wine-website-design/' rel='bookmark' title='BevMo wine web design'>BevMo wine web design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylocalwinestore.com/wine-web-design/kl-wines-website-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

