<?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>this.rand() &#187; art</title>
	<atom:link href="http://www.thisrand.com/tag/art/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thisrand.com</link>
	<description>the life of Ryan Meinzer and Jessica Meinzer</description>
	<lastBuildDate>Mon, 19 Sep 2011 01:41:44 +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>HTML Validation is (still) pointless!</title>
		<link>http://www.thisrand.com/2010/11/html-validation-is-still-pointless</link>
		<comments>http://www.thisrand.com/2010/11/html-validation-is-still-pointless#comments</comments>
		<pubDate>Tue, 23 Nov 2010 20:43:03 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=542</guid>
		<description><![CDATA[Ok, so we all know that we should write &#8220;valid&#8221;* HTML, and yet, less than 5% of websites validate for one reason or another.  Now this statistic can be a...]]></description>
			<content:encoded><![CDATA[<p>Ok, so we all know that we <em>should</em> write &#8220;valid&#8221;* <a target="_blank" class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a>, and yet, <a target="_blank" href="http://www.netmag.co.uk/zine/latest-issue/issue-183" target="_blank">less than 5% of websites validate</a> for one reason or another.  Now this statistic can be a bit misleading as a comment from a user that didn&#8217;t use valid markup could invalidate the <a target="_blank" class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a>, so granted, there is some play with the stats (per the usual), but let&#8217;s again assume that number is close.</p>
<p>Why?  Why do we not write perfect HTML?  Surely with the free <a target="_blank" href="http://validator.w3.org/" target="_blank">validator</a> on the authority&#8217;s website there is no excuse to write code that wont validate against the standard.</p>
<p>The answer there is simple, <strong>if and when </strong>all the major browsers (<a target="_blank" class="zem_slink" title="Mozilla Firefox" rel="geolocation" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h">Firefox</a>, <a target="_blank" class="zem_slink" title="Safari (web browser)" rel="homepage" href="http://www.apple.com/safari/">Safari</a>, IE, <a target="_blank" class="zem_slink" title="Opera Software" rel="homepage" href="http://www.opera.com">Opera</a>, Chrome) all render a page according to the standard, then I will finally start caring about the validation of my websites.  Until then, I will continue to write code that works across the board, and just not care if it is &#8220;valid&#8221;.</p>
<p>To be real though, most of the browsers work pretty well, however the <a target="_blank" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">800lb gorilla</a> in the room, IE, does not.  <a target="_blank" class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> continually changes the standards by which they will render a page, like promising <a target="_blank" href="http://blogs.msdn.com/ie/archive/2006/08/22/712830.aspx" target="_blank">CSS 2 support in IE7</a> then bailing on that promise 6 months before release.  And let us not forget the horribly pathetic Javascript <a target="_blank" class="zem_slink" title="Layout engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Layout_engine">rendering engine</a>, <a target="_blank" class="zem_slink" title="JScript" rel="homepage" href="http://msdn.microsoft.com/en-us/library/hbxc2t98%28VS.85%29.aspx">JScript</a>, that the rest of us just ignore because it can&#8217;t be trusted to behave reliably.</p>
<p>So, like even on this website, we find ourselves writing &#8220;valid&#8221; code, and at the same time having to redefine valid to mean &#8220;Code that works in all the browsers&#8221;, not &#8220;Code that the W3C says is valid even though it looks like crap in IE6&#8243;.  Just to maintain a semblance of order and sanity, we use the handy IE CSS hacks where IE on <a target="_blank" class="zem_slink" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Windows</a> will actually arbitrarly execute code depending on the version of the IE browser being used.  Does that sound like an admission of guilt on the part of MS to anyone else?  OK Bill, repeat after me, &#8220;I know my browser sucks, so, instead of fixing it which would severely hamper my marketing and legal budgets, I will just allow hacks in order to ensure you nerdy web guys can still make pretty pages&#8221;.  There, was that so hard!?</p>
<p>So, someone feel free to run the validate against any of my websites.  Don&#8217;t bother sending me the results because I don&#8217;t care.  The sites work, the code looks good, documented, and is maintainable, so, what exactly was the complaint?</p>
<h5>*valid code is extremely subjective, but let&#8217;s assume here I mean W3C &#8220;valid&#8221; code.</h5>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://blogs.msdn.com/ie/archive/2009/02/19/the-css-corner-using-filters-in-ie8.aspx">The CSS Corner: Using Filters In IE8</a> (blogs.msdn.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.inquisitr.com/17897/mozilla-should-be-thanking-microsoft-for-bundling-ie-not-kissing-eus-butt/">Mozilla should be thanking Microsoft for bundling IE not kissing EU&#8217;s butt</a> (inquisitr.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/09/01/16/browser-wars-deemed-hot-again_1.html&amp;a=2664880&amp;rid=688f04e7-7910-4d78-8153-78194999c6b9&amp;e=62bf56fb0808fa686789d7d6995fdf45">Browser wars deemed hot again</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.ghacks.net/2009/02/23/how-to-zoom-in-firefox/">How To Zoom In Firefox</a> (ghacks.net)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/09/01/23/Microsoft_to_deliver_first_IE8_release_candidate_Monday_1.html&amp;a=2800890&amp;rid=688f04e7-7910-4d78-8153-78194999c6b9&amp;e=32f3ce5da320127c5a388473cabdd420">Microsoft to deliver first IE8 release candidate Monday</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/08/12/19/Google_issues_first_postbeta_Chrome_update_1.html&amp;a=2330376&amp;rid=688f04e7-7910-4d78-8153-78194999c6b9&amp;e=0d13e5560c2070cb64992b4e6fce5c55">Google issues first post-beta Chrome update</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://thenextweb.com/2009/01/27/eu-force-microsoft-include-firefox-future-versions-windows/">The EU Could Force Microsoft to Include Firefox in Future of Versions of Windows</a> (thenextweb.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/688f04e7-7910-4d78-8153-78194999c6b9/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=688f04e7-7910-4d78-8153-78194999c6b9" alt="Reblog this post [with Zemanta]" /></a></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F11%2Fhtml-validation-is-still-pointless&amp;title=HTML%20Validation%20is%20%28still%29%20pointless%21" id="wpa2a_2"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/11/html-validation-is-still-pointless/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Freelancer.com ?  Really?</title>
		<link>http://www.thisrand.com/2010/10/freelancer-com-morons</link>
		<comments>http://www.thisrand.com/2010/10/freelancer-com-morons#comments</comments>
		<pubDate>Tue, 26 Oct 2010 17:44:04 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[thoughts]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=1003</guid>
		<description><![CDATA[I have been wandering around some of the freelancer websites looking for some programming/project management gigs to keep me busy, and I ran across this one on Freelancer.com:]]></description>
			<content:encoded><![CDATA[<p>I have been wandering around some of the freelancer websites looking for some programming/project management gigs to keep me busy, and I ran across <a target="_blank" href="http://www.freelancer.com/projects/PHP-Website-Design/Adult-quot-Babe-the-Day.html" target="_blank">this one</a> on <a target="_blank" href="http://www.freelancer.com" target="_blank">Freelancer.com</a>:</p>
<p>&#8220;Want to make a website which features a different picture of a babe everyday.</p>
<p>Successful candidate:</p>
<ul>
<li>Must create and design the website</li>
<li>Logo creation</li>
<li>Provide 3000 original large, high quality photos with my watermarked logo</li>
<li>These photos must be legal</li>
<li>All <a target="_blank" class="zem_slink" title="Copyright" rel="wikipedia" href="http://en.wikipedia.org/wiki/Copyright">copyright</a> will belong to me</li>
<li>Photos must automatically change as of 12:00 PM MST</li>
<li>Must  be able to and will be responsible for setting up the website with  advertising program to ensure money is made from visitors&#8221;</li>
</ul>
<p>The poster gave a max budget of $250&#8230;.</p>
<h2><strong>Really!!!???</strong></h2>
<p>Let me make sure I understand&#8230;You want me to develop the software to power the site (admittedly very simple), design the <a target="_blank" class="zem_slink" title="Look and feel" rel="wikipedia" href="http://en.wikipedia.org/wiki/Look_and_feel">look and feel</a> of the site, create a logo, and come up with 3000 original photos of &#8220;babes&#8221; and then sign it all over to you, all for $250?  Then you want me to market it and advertise it?  What the heck do I need you for?  Let&#8217;s face it, you cant get 3000 images, even non-original ones for that price, but I have no idea what the photo shoots required would cost&#8230;maybe $25000?  For that many images there are going to be a lot of different girls, doing a lot of different things, in a lot of different places.  $25000 may be extremely cheap I don&#8217;t know.</p>
<p>I do know the person that posted this is delusional.  He/She wants to pay a paltry sum for someone to do ALL the work.  Usually clients have ideas, content, and know how to market their own stuff, but not in this case.  Maybe this person works in politics and thinks this is how the real work actually operates.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.rateitall.com/i-18709-freelancecom.aspx">5 reviews of Freelance.com</a> (rateitall.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://ask.metafilter.com/158833/Writing-nooblet-questions">Writing nooblet questions</a> (ask.metafilter.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.physorg.com/news192870853.html">Freelance site using software to recruit and pay workers</a> (physorg.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=1924244c-2ecd-4580-b2f5-40e52713c77b" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/10/freelancer-com-morons/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why Drupal Views make so little sense</title>
		<link>http://www.thisrand.com/2010/10/why-drupal-views-make-so-little-sense</link>
		<comments>http://www.thisrand.com/2010/10/why-drupal-views-make-so-little-sense#comments</comments>
		<pubDate>Thu, 14 Oct 2010 19:10:15 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=661</guid>
		<description><![CDATA[I recently had a very short contract gig working for a company that creates websites using Drupal.  While that doesn't sound very interesting or even hard, to make it more so of both, these guys used Views for every]]></description>
			<content:encoded><![CDATA[<p>I recently had a very short contract gig working for a company that creates websites using <a target="_blank" class="zem_slink" title="Drupal" rel="homepage" href="http://drupal.org">Drupal</a>.  While that doesn&#8217;t sound very interesting or even hard, to make it more so of both, these guys used Views for every</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 212px;">
<dt class="wp-caption-dt"><a target="_blank" href="http://commons.wikipedia.org/wiki/Image:Druplicon.vector.svg"><img title="Drupal" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Druplicon.vector.svg/202px-Druplicon.vector.svg.png" alt="Drupal" width="202" height="231" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a target="_blank" href="http://commons.wikipedia.org/wiki/Image:Druplicon.vector.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>thing.  Which I just don&#8217;t get.</p>
<p>If you are a programming, why would you use views?  It is adding a layer of abstraction between the logic and database in an interpreted language with a framework that is already bloated beyond all recognition.  I know when I write plugins for <a target="_blank" class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a>, I want the plugin to be quick, precise, and add the least amount of overhead possible.  Views just seem to be a way to do all the opposites of those, just for the hell of it.</p>
<p>If you are not very technically inclined, I understand.  Using views is a lot like using <a target="_blank" class="zem_slink" title="Microsoft Access" rel="homepage" href="http://office.microsoft.com/access">MS Access</a>.  You can create fairly complex queries yourself, without having to get someone that actually understands it involved.  And that is the trade off.  You can do it yourself, and eat the extra overhead, or pay/hire/bribe/cajole someone else into doing it for you, specialized, and thus, in theory at least, more efficiently.</p>
<p>These folks claimed to be programmers though, so I just don&#8217;t get it.  Why are you depending on someone else&#8217;s plugin, that extends functionality that is inefficient and clumsy, can&#8217;t do everything, and still requires custom code to be written or even more plugins to be added.  Where exactly does that circular line stop?</p>
<p>The Drupal &#8220;framework&#8221; and I use that term loosely since it is really a CMS that can just be extended, has enough problems and bloat in it, why exactly are views worth adding more?  Again, assuming you know SQL and PHP on even a basic level.</p>
<p>It just doesnt make any sense.  Query writers and views are one thing if you are working directly with the database, (e.g. <a target="_blank" class="zem_slink" title="PhpMyAdmin" rel="homepage" href="http://www.phpmyadmin.net">phpMyAdmin</a> or <a target="_blank" class="zem_slink" title="TOAD (software)" rel="homepage" href="http://www.quest.com/toad">TOAD</a>), but adding it as a layer to a &#8220;custom&#8221; application that you will be supporting when you claim to be capable of actual programming!!??  Please explain that one to me.</p>
<p>To be fair, I dont use Drupal much, I like WP much better.  The OO approach is much more appealing than the very <a target="_blank" class="zem_slink" title="Perl" rel="homepage" href="http://www.perl.org/">Perl</a>-esque (read: old) way of doing things Drupal does with its modules. But I still don&#8217;t get what the big deal is about Views.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://wpthoughts.com/2009/01/before-customizing-wordpress/">Before You Customize Any Part of Your WordPress</a> (wpthoughts.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://ostatic.com/blog/choosing-an-open-source-cms-planning-playing-and-page-views">Choosing an Open Source CMS &#8212; Planning, Playing, and Page Views</a> (ostatic.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.trellon.com/content/blog/7-suggestions-for-new-drupal-users-in-higher-education">7 Suggestions for New Drupal Users in Higher Education</a> (trellon.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=45e2e995-6a2f-4a87-9395-4acbe9e81256" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/10/why-drupal-views-make-so-little-sense/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>For the Love of God, Optimize those Images!</title>
		<link>http://www.thisrand.com/2010/10/for-the-love-of-god-optimize-those-images</link>
		<comments>http://www.thisrand.com/2010/10/for-the-love-of-god-optimize-those-images#comments</comments>
		<pubDate>Thu, 07 Oct 2010 16:29:46 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=582</guid>
		<description><![CDATA[Time for another lesson in web design: Image Optimization!  Yes, as we all know it is really pretty to have a huge header on your website.  Hey, look at this...]]></description>
			<content:encoded><![CDATA[<p>Time for another lesson in <a target="_blank" class="zem_slink" title="Web design" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_design">web design</a>: Image Optimization!  Yes, as we all know it is really pretty to have a huge <a target="_blank" class="zem_slink" title="Header (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Header_%28computing%29">header</a> on your <a target="_blank" class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a>.  Hey, look at this website, I have large images on my front page.  But, you don&#8217;t have to make that experience painful for your users, especially those on *gasp* <a target="_blank" class="zem_slink" title="Dial-up internet access" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dial-up_internet_access">dial-up</a>!</p>
<p>The solution is simple: optimize your images.  I use <a target="_blank" href="http://www.adobe.com/products/fireworks/" target="_blank">Fireworks</a>, but <a target="_blank" href="http://www.adobe.com/products/photoshop/photoshop/" target="_blank">Photoshop</a> has it built in these days as well.  It is basically a way of taking the image you want to use, and removes unwanted data, making the image size smaller, and hence, faster to load.  <a target="_blank" class="zem_slink" title="World Wide Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/World_Wide_Web">The web</a> is a horrible medium for images, the 72dpi resolution of most monitors is just not that great.  But, it is all we have right now, and that is probably a good thing since anything more and the image just gets bigger and bigger.</p>
<p>By optimizing, your look stays intact, and everyone can enjoy it faster.  And it is cheaper on your wallet since it requires less <a target="_blank" class="zem_slink" title="Bandwidth (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Bandwidth_%28computing%29">bandwidth</a> and less <a target="_blank" class="zem_slink" title="Central processing unit" rel="wikipedia" href="http://en.wikipedia.org/wiki/Central_processing_unit">CPU</a> to serve a smaller file.  Speaking of cheap, for those of you that do not have the <a target="_blank" class="zem_slink" title="Adobe" rel="wikipedia" href="http://en.wikipedia.org/wiki/Adobe">Adobe</a> suite, there is a pretty spiffy free online optimizer <a target="_blank" href="http://tools.dynamicdrive.com/imageoptimizer/" target="_blank">here</a>.  Enjoy, and for the love of all things holy, optimize!</p>
<p>If you want to read more on the topic: <a target="_blank" href="http://www.yourhtmlsource.com/optimisation/imageoptimisation.html" target="_blank">HTMLSource</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://blogs.adobe.com/jnack/2009/02/gridmaker_panel.html">GridMaker panel released for Photoshop CS4</a> (blogs.adobe.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://chris.pirillo.com/2008/12/05/how-to-make-money-with-web-design/">How to Make Money With Web Design</a> (chris.pirillo.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.noupe.com/best-of/2008-most-popular-design-posts-tutorials-and-resources.html">2008 Most Popular Design posts, Tutorials and Resources</a> (noupe.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.code4dotnet.com/?p=1994">Photoshop.com: Store &amp; Share Your Pics Online</a> (code4dotnet.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://blogs.adobe.com/sarthaksinghal/2008/12/adobe_launches_community_help_1.html">Get to know the all new Adobe CS4 Help</a> (blogs.adobe.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://blogs.adobe.com/jnack/2009/02/julieanne_blogs.html">Julieanne blogs, right inside Photoshop</a> (blogs.adobe.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.masternewmedia.org/free-picture-editing-software-best-downloadable-image-editors-mini-guide/">Free Picture Editing Software: Best Downloadable Image Editors &#8211; Mini-Guide</a> (masternewmedia.org)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.noupe.com/photoshop/60-most-wanted-photoshop-tutorials-brushes-psds-and-resources.html">60 Most Wanted Photoshop Tutorials, Brushes, .PSDs and Resources</a> (noupe.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=2036d642-2b4d-438a-a0c4-bd3d42cefa6f" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F10%2Ffor-the-love-of-god-optimize-those-images&amp;title=For%20the%20Love%20of%20God%2C%20Optimize%20those%20Images%21" id="wpa2a_4"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/10/for-the-love-of-god-optimize-those-images/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Programming Standards are NOT pointless</title>
		<link>http://www.thisrand.com/2010/09/programming-standards-are-not-pointless</link>
		<comments>http://www.thisrand.com/2010/09/programming-standards-are-not-pointless#comments</comments>
		<pubDate>Sun, 19 Sep 2010 22:27:49 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=558</guid>
		<description><![CDATA[It seems some people took my other article a bit too seriously.  While I was very serious and feel strongly about my convictions when it comes to HTML &#8220;validation&#8221;, the...]]></description>
			<content:encoded><![CDATA[<p>It seems some people took my <a target="_blank" href="http://www.thisrand.com/2008/12/html-validation-is-still-pointless">other article</a> a bit too seriously.  While I was very serious and feel strongly about my convictions when it comes to <a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a> &#8220;validation&#8221;, the same cannot be said of <a target="_blank" class="zem_slink" title="Computer programming" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_programming">programming</a> standards.</p>
<p>For those of you that have never programming professionally, this stuff may be very new to you.  However, trust me, it is extremely important.  Programming standards are not stupid, are not corners to be cut, and must be strict, otherwise they ARE pointless.</p>
<p>There are standards when it comes to documenting your code, and I wont get into them.  But if you are interested there are programs out there which more or less set the standard if you want to use them.  <a target="_blank" href="http://java.sun.com/j2se/javadoc/" target="_blank">JavaDoc</a>, <a target="_blank" href="http://www.phpdoc.org" target="_blank">PHPDoc</a>, and for those <a target="_blank" href="http://ndoc.sourceforge.net/" target="_blank">MS folks</a>&#8230;.. .  Go check out their websites for good advice on how to format your comments in your code.</p>
<p>Now, for actually coding, I have my own set of standards, developed over the years, to make the code both readable, but also hopefully logical.  Most people I run into think my code is pretty readable, some languages more than others.  Let&#8217;s face it, <a target="_blank" class="zem_slink" title="Perl" rel="homepage" href="http://www.perl.org/">Perl</a> code will never, ever, be as readable or &#8220;pretty&#8221; as <a target="_blank" class="zem_slink" title="Python (programming language)" rel="homepage" href="http://www.python.org/">Python</a>.  It just isn&#8217;t going to happen.  Sorry you old <a target="_blank" class="zem_slink" title="Unix" rel="wikipedia" href="http://en.wikipedia.org/wiki/Unix">UNIX</a> guys, but <a target="_blank" href="http://blog.dedrop.org/2008/07/perl-handy-but-ugly.html" target="_blank">Perl just isn&#8217;t very pretty</a>.  The <a target="_blank" class="zem_slink" title="Oo (digraph)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Oo_%28digraph%29">OO</a> languages are much easier on the eyes.</p>
<p>So, other than for documentation reasons, <a target="_blank" class="zem_slink" title="Readability" rel="wikipedia" href="http://en.wikipedia.org/wiki/Readability">readability</a> (which leads to maintainability), are there actually other reasons to program to a standard?  Only if you want to use your code in some sort of portfolio.  But those first two reasons are EXTREMELY important.  Everyone out there that has programmed professionally will know exactly what I mean.</p>
<p>Tabs or spaces?  Braces at the end of a line or on their own line?  Spaces between concatenation or operators?  Double quotes or single quotes?  Print to buffer or hold in variables?  Globals or object variables?  Arguments or variables?</p>
<p>There are a ton of questions, and I cant answer them all.  But think about why you do something, and if you cant come up with a good reason, probably time to stop doing it.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.codinghorror.com/blog/archives/001218.html">The Sad Tragedy of Micro-Optimization Theater</a> (codinghorror.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://api-madness.com/post/printf-22-printf-documentation/">PRINTF #22 Printf Documentation</a> (api-madness.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://agentultra.com/?p=178">My Road to Lisp</a> (agentultra.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://ejohn.org/blog/javascript-language-abstractions/">JavaScript Language Abstractions</a> (ejohn.org)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://punetech.com/why-you-need-to-learn-ruby-and-rails/">Why you need to learn Ruby and Rails</a> (punetech.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=c6f98bbb-e7e2-4366-ba0b-23528a2ca759" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F09%2Fprogramming-standards-are-not-pointless&amp;title=Programming%20Standards%20are%20NOT%20pointless" id="wpa2a_6"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/09/programming-standards-are-not-pointless/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Camping</title>
		<link>http://www.thisrand.com/2009/02/camping</link>
		<comments>http://www.thisrand.com/2009/02/camping#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:27:29 +0000</pubDate>
		<dc:creator>jessica</dc:creator>
				<category><![CDATA[travel]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[hiking]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[mess pot]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=652</guid>
		<description><![CDATA[We went on a getaway earlier this week.  It can be exhausting waiting for the phone to ring or an email to come in about a job opportunity.  It&#8217;s important...]]></description>
			<content:encoded><![CDATA[<p>We went on a getaway earlier this week.  It can be exhausting waiting for the phone to ring or an email to come in about a job opportunity.  It&#8217;s important to keep your spirits up, so we&#8217;ve been trying to frequent parks and take in as much fresh air as we can.  That&#8217;s a difficult thing to do living in the city, so we decided to go camping.</p>
<p>We were headed up to OK, but found out there was a burn ban, and what&#8217;s the fun in camping without a fire?  We ended up at <a target="_blank" href="http://www.tpwd.state.tx.us/spdest/findadest/parks/martin_creek/" target="_blank">Martin Creek State Park</a>, in one of their little cabins.  We like to do tent camping, but Illianna is still a little too young.  Illianna loved running around the cabin and exploring the woods.  She was collecting things and giggling at every corner.  I&#8217;ve never seen her so filthy, and let me say she is a regular mess pot, but this took the cake.  I turned a blind eye to the dirt until she grabbed some cereal which had obviously fallen in the dirt/ash and came up to me with dirty hands and a black mouth trying to spit it out.  Poor little thing.  She&#8217;s so well trained to pick her food up and eat it after it&#8217;s fallen on the floor.</p>
<p>It was nice to see trees older than a couple of years, and we almost had the park to ourselves, but there was a huge power plant humming in the distance and a stupid train announcing its presence every hour or so.  We were able to see some wildlife, roast marshmellows, hike around, and see a few more stars than we can see from our backyard, but we won&#8217;t be returning to that park.  We managed to take a pretty decent <a href="http://www.thisrand.com/v/travel/Camping/camping.jpg.html" target="_blank">photo</a> of ourselves.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2009%2F02%2Fcamping&amp;title=Camping" id="wpa2a_8"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2009/02/camping/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>wine cellar</title>
		<link>http://www.thisrand.com/winecellar</link>
		<comments>http://www.thisrand.com/winecellar#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:17:20 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/winecellar</guid>
		<description><![CDATA[Size #(Pnd) Vintage,&#160;Wine,&#160;Locale Drinking Window(s):Start, End, Source Community Score 750ml 1 2001 Acacia Pinot Noir Carneros (USA, California, Napa Valley, Carneros)&#160; 2004-2009 87.6 (34 notes) 750ml 1 2000 Albeisa Barbaresco...]]></description>
			<content:encoded><![CDATA[<div id="wine-cellar"><table><tr><th></th><th><a  target='_new' href='http://www.cellartracker.com/list.asp?O=SortSize DESC&iUserOverride=7784&Page=0'title='Bottle Size'>Size</a>
</th><th><a  target='_new' href='http://www.cellartracker.com/list.asp?O=Pending%2BQuantity DESC&iUserOverride=7784&Page=0'title='Quantity in stock (plus quantity pending delivery)'>#(Pnd)</a>
</th><th><a  target='_new' href='http://www.cellartracker.com/list.asp?O=Vintage&iUserOverride=7784&Page=0'>Vintage</a>,&nbsp;<a  target='_new' href='http://www.cellartracker.com/list.asp?O=SortWine&iUserOverride=7784&Page=0'>Wine</a>,&nbsp;<a  target='_new' href='http://www.cellartracker.com/list.asp?O=Locale&iUserOverride=7784&Page=0'>Locale</a>
</th><th>Drinking Window(s):<br><a  target='_new' href='http://www.cellartracker.com/list.asp?O=BeginConsume&iUserOverride=7784&Page=0'>Start</a>, <a  target='_new' href='http://www.cellartracker.com/list.asp?O=EndConsume&iUserOverride=7784&Page=0'>End</a>, <a  target='_new' href='http://www.cellartracker.com/list.asp?O=WindowSource&iUserOverride=7784&Page=0'>Source</a>
</th><th><a  target='_new' href='http://www.cellartracker.com/list.asp?O=CScoreSort DESC&iUserOverride=7784&Page=0'title='Community average score'>Community Score</a>
</th></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=7418'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=7418'>2001 Acacia Pinot Noir Carneros</a></b> <nobr><br><i>(USA, California, Napa Valley, Carneros)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=7418'><img border=0 title='Click to view 3 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2009</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=7418' title='34 community notes'>87.6 (34 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=240626'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=240626'>2000 Albeisa Barbaresco Vigneti in Rabaja</a></b> <nobr><br><i>(Italy, Piedmont, Langhe, Barbaresco)</i></td>
</td><td>2008-2014</td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=40508'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=40508'>2001 Antinori Tignanello Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=40508'><img border=0 title='Click to view 35 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2017</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=40508' title='143 community notes'>91.6 (143 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=8052'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=8052'>2000 Antinori Tignanello Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=8052'><img border=0 title='Click to view 35 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2014</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=8052' title='75 community notes'>90.5 (75 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=96168'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=96168'>1999 Antinori Tignanello Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=96168'><img border=0 title='Click to view 35 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2013</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=96168' title='84 community notes'>91.0 (84 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=314'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=314'>1998 Antinori Tignanello Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=314'><img border=0 title='Click to view 35 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2015</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=314' title='57 community notes'>89.5 (57 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=43031'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=43031'>2001 Arcadian Pinot Noir Garys' Vineyard</a></b> <nobr><br><i>(USA, California, Central Coast, Santa Lucia Highlands)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=43031'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2013</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=43031' title='85 community notes'>91.6 (85 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=9762'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=9762'>1999 Arcadian Pinot Noir Pisoni Vineyard</a></b> <nobr><br><i>(USA, California, Central Coast, Santa Lucia Highlands)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=9762'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2010</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=9762' title='12 community notes'>89.6 (12 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=104458'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=104458'>2000 Barone Ricasoli Chianti Classico Riserva Castello di Brolio</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti Classico)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=104458'><img border=0 title='Click to view 9 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2012</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=104458' title='42 community notes'>89.7 (42 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=206599'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=206599'>1999 Barone Ricasoli Chianti Classico Riserva Castello di Brolio</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti Classico)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=206599'><img border=0 title='Click to view 9 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2010</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=206599' title='45 community notes'>89.7 (45 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=110154'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>3</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=110154'>1997 Barone Ricasoli Chianti Classico Riserva Castello di Brolio</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti Classico)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=110154'><img border=0 title='Click to view 9 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2002-2009</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=110154' title='45 community notes'>89.1 (45 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=107825'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=107825'>2001 Enzo Boglietti Barolo Case Nere</a></b> <nobr><br><i>(Italy, Piedmont, Langhe, Barolo)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=107825'><img border=0 title='Click to view 4 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2009-2017</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=107825' title='4 community notes'>91.3 (4 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=133253'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=133253'>2003 Borgo Pretale Chianti Classico</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti Classico)</i></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=164692'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>2</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=164692'>2000 Cabreo Il Borgo Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=164692'><img border=0 title='Click to view 7 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2008-2012</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=164692' title='22 community notes'>89.4 (22 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=22965'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=22965'>1998 Campogiovanni (San Felice) Brunello di Montalcino</a></b> <nobr><br><i>(Italy, Tuscany, Montalcino, Brunello di Montalcino)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=22965'><img border=0 title='Click to view 6 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2013</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=22965' title='6 community notes'>92.8 (6 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=83380'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=83380'>1997 Campogiovanni (San Felice) Brunello di Montalcino Riserva Vigna del Quercione</a></b> <nobr><br><i>(Italy, Tuscany, Montalcino, Brunello di Montalcino)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=83380'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2014</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=83380' title='5 community notes'>90.8 (5 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=171922'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=171922'>2002 Catacula Lake Winery Zinfandel Cheyanna</a></b> <nobr><br><i>(USA, California, Napa Valley, Chiles Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=171922'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>by 2009</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=171922' title='1 community note'>89 (1 note)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=130943'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=130943'>1997 Consilience Syrah</a></b> <nobr><br><i>(USA, California, Central Coast, Santa Barbara County)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=130943'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=125802'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=125802'>2000 Croze Cabernet Sauvignon</a></b> <nobr><br><i>(USA, California, Napa Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=125802'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2015</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=125802' title='1 community note'>91 (1 note)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=186957'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=186957'>2004 Di Lenardo Pinot Grigio dal Vigneto Vigne Dai Vieris Venezia Giulia IGT</a></b> <nobr><br><i>(Italy, Friuli-Venezia Giulia, Venezia Giulia IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=186957'><img border=0 title='Click to view 3 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=13703'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=13703'>2000 Fattoria di F&egrave;lsina Berardenga Fontalloro</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=13703'><img border=0 title='Click to view 10 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2014</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=13703' title='58 community notes'>89.4 (58 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=75164'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=75164'>2002 Franciscan Oakville Estate Magnificat</a></b> <nobr><br><i>(USA, California, Napa Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=75164'><img border=0 title='Click to view 14 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2011</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=75164' title='72 community notes'>88.7 (72 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=26435'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=26435'>2001 Franciscan Oakville Estate Magnificat</a></b> <nobr><br><i>(USA, California, Napa Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=26435'><img border=0 title='Click to view 14 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2011</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=26435' title='60 community notes'>90.2 (60 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=68160'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=68160'>2000 Marchesi de' Frescobaldi Chianti R&ugrave;fina Nipozzano Riserva</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti R&ugrave;fina)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=68160'><img border=0 title='Click to view 14 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2010</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=68160' title='10 community notes'>88 (10 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=243092'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>3</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=243092'>2004 Marchesi de' Frescobaldi R&egrave;mole Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=243092'><img border=0 title='Click to view 4 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2007</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=243092' title='12 community notes'>88.3 (12 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=53839'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=53839'>2001 Castello di Gabbiano Chianti Classico Riserva</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti Classico)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=53839'><img border=0 title='Click to view 5 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2015</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=53839' title='2 community notes'>89.5 (2 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=161417'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=161417'>N.V. Graham Beck</a></b> <nobr><br><i>(South Africa, Western Cape)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=161417'><img border=0 title='Click to view 3 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2009</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=161417' title='8 community notes'>88.5 (8 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=206435'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=206435'>2003 Green Island Pinot Noir Nord Vineyard</a></b> <nobr><br><i>(USA, California, Napa Valley)</i></td>
</td><td></td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=206435' title='1 community note'>88 (1 note)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=111583'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=111583'>2002 Heron Pinot Noir Vin de Pays d'Oc</a></b> <nobr><br><i>(France, Languedoc Roussillon, Vin de Pays d'Oc)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=111583'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td></td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=111583' title='2 community notes'>81 (2 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=7911'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>2</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=7911'>1997 Il Poggione (Propriet&aacute; Franceschi) Brunello di Montalcino</a></b> <nobr><br><i>(Italy, Tuscany, Montalcino, Brunello di Montalcino)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=7911'><img border=0 title='Click to view 15 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2003-2010</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=7911' title='38 community notes'>90.4 (38 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=32229'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=32229'>2003 Louis Jadot Beaujolais-Villages</a></b> <nobr><br><i>(France, Burgundy, Beaujolais, Beaujolais-Villages)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=32229'><img border=0 title='Click to view 8 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2007</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=32229' title='14 community notes'>83 (14 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=240622'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/rose.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=240622'>2004 Kluge Estate Cabernet Franc Albemarle</a></b> <nobr><br><i>(USA, Virginia, Central Region, Albemarle County)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=240622'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=44120'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=44120'>2003 Mart&iacute;n C&oacute;dax Albari&ntilde;o R&iacute;as Baixas</a></b> <nobr><br><i>(Spain, Galicia, R&iacute;as Baixas)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=44120'><img border=0 title='Click to view 13 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2005</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=44120' title='8 community notes'>87 (8 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=116050'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>2</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=116050'>2004 Robert Mondavi Winery Pinot Noir Private Selection</a></b> <nobr><br><i>(USA, California, Central Coast)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=116050'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2006</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=116050' title='13 community notes'>81.5 (13 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=97702'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=97702'>2001 Bodegas Montecillo Rioja Crianza</a></b> <nobr><br><i>(Spain, La Rioja, Rioja)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=97702'><img border=0 title='Click to view 10 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2008-2011</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=97702' title='40 community notes'>85.2 (40 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=207633'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=207633'>2005 Moselland Pinot Noir Avantgarde</a></b> <nobr><br><i>(Germany, Mosel Saar Ruwer)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=207633'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td></td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=207633' title='1 community note'>NR (1 note)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=207635'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=207635'>2004 Moselland Riesling Avantgarde</a></b> <nobr><br><i>(Germany, Mosel Saar Ruwer)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=207635'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2010-2012</td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=6487'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=6487'>2000 Tenuta di Nozzole Chianti Classico Riserva</a></b> <nobr><br><i>(Italy, Tuscany, Chianti, Chianti Classico)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=6487'><img border=0 title='Click to view 1 label image' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2011</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=6487' title='8 community notes'>85 (8 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=130311'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=130311'>2002 Opus One</a></b> <nobr><br><i>(USA, California, Napa Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=130311'><img border=0 title='Click to view 29 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2016</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=130311' title='72 community notes'>92.7 (72 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=32342'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/dessert_white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=32342'>2002 Pillitteri Estates Winery Riesling Icewine Estate</a></b> <nobr><br><i>(Canada, Ontario)</i></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=110820'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=110820'>2003 Rodney Strong Pinot Noir Estate Vineyards</a></b> <nobr><br><i>(USA, California, Sonoma County, Russian River Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=110820'><img border=0 title='Click to view 11 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2008</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=110820' title='4 community notes'>89 (4 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=41241'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=41241'>2001 Tenuta San Guido Guidalberto Toscana IGT</a></b> <nobr><br><i>(Italy, Tuscany, Toscana IGT)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=41241'><img border=0 title='Click to view 10 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2012</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=41241' title='10 community notes'>90.6 (10 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=164397'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=164397'>2004 Santa Margherita Pinot Grigio Valdadige</a></b> <nobr><br><i>(Italy, Trentino-Alto Adige, Trentino, Valdadige)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=164397'><img border=0 title='Click to view 8 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2004-2006</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=164397' title='20 community notes'>84.2 (20 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=157748'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=157748'>1995 Sausal Winery Cabernet Sauvignon</a></b> <nobr><br><i>(USA, California, Sonoma County, Alexander Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=157748'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td></td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=157748' title='1 community note'>91 (1 note)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=80832'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>2</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=80832'>2002 Schwarze Katz Riesling</a></b> <nobr><br><i>(Germany, Mosel Saar Ruwer)</i></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=356497'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=356497'>2003 Domaine Serene Pinot Noir Evenstad Reserve</a></b> <nobr><br><i>(USA, Oregon, Willamette Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=356497'><img border=0 title='Click to view 10 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2006-2012</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=356497' title='96 community notes'>90.8 (96 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=103159'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=103159'>N.V. Sharpe Hill Vineyard Ballet of Angels</a></b> <nobr><br><i>(USA, Connecticut)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=103159'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2008-2007</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=103159' title='16 community notes'>85.4 (16 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=130728'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=130728'>2003 Stag's Leap Wine Cellars Cabernet Sauvignon Artemis</a></b> <nobr><br><i>(USA, California, Napa Valley)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=130728'><img border=0 title='Click to view 14 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2007-2013</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=130728' title='66 community notes'>87.6 (66 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=46643'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/red.gif'></td>
</td><td>750ml</td>
</td><td>2</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=46643'>1997 Valdicava Brunello di Montalcino Riserva Madonna del Piano</a></b> <nobr><br><i>(Italy, Tuscany, Montalcino, Brunello di Montalcino)</i>&nbsp;<a target='_uplabel' onclick="window.open('','_uplabel','width=400,height=225,scrollbars=0,resizable=1');" href='http://www.cellartracker.com/lbl_disp.asp?iWine=46643'><img border=0 title='Click to view 2 label images' src='http://www.cellartracker.com/images/camera.gif'></a></td>
</td><td>2005-2017</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/list.asp?table=Notes&iUserOverride=0&iWine=46643' title='28 community notes'>93.5 (28 notes)</a></td>
</tr>

</td></tr><tr><td><a border=0  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=218782'><img border='0' align='absmiddle' src='http://www.cellartracker.com/images/white.gif'></td>
</td><td>750ml</td>
</td><td>1</td>
</td><td><a  target='_new' href='http://www.cellartracker.com/wine.asp?iWine=218782'>2004 Wise</a></b> <nobr><br><i>(Australia, Western Australia, South West Australia, Pemberton)</i></td>
</td><td></td>
</td><td></td>
</tr>

</td></tr><tr><td colspan="6">TOTAL COLLECTION: 59 bottles </td></tr></table></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2Fwinecellar&amp;title=wine%20cellar" id="wpa2a_10"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/winecellar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kids in Hats</title>
		<link>http://www.thisrand.com/2008/06/kids-in-hats</link>
		<comments>http://www.thisrand.com/2008/06/kids-in-hats#comments</comments>
		<pubDate>Mon, 30 Jun 2008 12:46:40 +0000</pubDate>
		<dc:creator>jessica</dc:creator>
				<category><![CDATA[missy moo]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[hats]]></category>
		<category><![CDATA[love]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=234</guid>
		<description><![CDATA[I love kids in hats. From day one I&#8217;ve had Illianna in a hat. Unfortunately she&#8217;s figured out how to take her hat off, and thinks it&#8217;s a trick. Now...]]></description>
			<content:encoded><![CDATA[<p>I love kids in hats.  From day one I&#8217;ve had Illianna in a hat. Unfortunately she&#8217;s figured out how to take her hat off, and thinks it&#8217;s a trick.  Now I&#8217;m having to wear hats as well because if she sees me in a hat then she&#8217;ll leave hers on.</p>
<p>Yesterday it wasn&#8217;t too hot, there was a slight breeze, and a few clouds remained in the sky from a storm that passed through the night before, so we decided to go on a walk.  I got us all loaded up, which was a feat of it&#8217;s own because once the dogs see their <a target="_blank" href="http://studsandspikes.com/buy/index.php" target="_blank">collars</a> come out they start going crazy, and we were just about to head off, when Missy Moo looked up at me with an <a target="_blank" href="http://www.sta.to/images/dr-evil-linux.jpg" target="_blank">evil</a> smirk and pulled her hat right off.  I only have one hat, which after recently falling into the pool I found out was made of paper (I didn&#8217;t know you could make a *<a target="_blank" href="http://www.herzogbr.net/fun/hat.htm" target="_blank">real</a>* hat from paper.), so I was in a bit of a predicament.  Fortunately I saw one of Ryan&#8217;s baseball caps in the entry.  It did the trick, and she kept her hat on most of the walk.  Of course she wanted to try on Dada&#8217;s hat at well.</p>
<p><a href="http://www.thisrand.com/wpg2?g2_itemId=3348"><img title="IMG_1854" src="http://www.thisrand.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3348&amp;g2_GALLERYSID=49fa8e2c73e9297beff491022828c6ad" alt="IMG_1854" width="584" height="437" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2008%2F06%2Fkids-in-hats&amp;title=Kids%20in%20Hats" id="wpa2a_12"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2008/06/kids-in-hats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comic Book Convention</title>
		<link>http://www.thisrand.com/2007/11/comic-book-convention</link>
		<comments>http://www.thisrand.com/2007/11/comic-book-convention#comments</comments>
		<pubDate>Thu, 01 Jan 1970 01:33:27 +0000</pubDate>
		<dc:creator>jessica</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[comics]]></category>

		<guid isPermaLink="false">http://193</guid>
		<description><![CDATA[A few weekends ago Ryan suggested we attended our first &#8216;but not last&#8217; comic book convention. He&#8217;d heard on the radio that Wizard World was going to be in town...]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">
<p class="MsoNormal">A few weekends ago Ryan suggested we attended our first &#8216;but not last&#8217; comic book convention.<span> </span>He&#8217;d heard on the radio that <a target="_blank" href="http://www.wizarduniverse.com/" target="_blank">Wizard World</a> was going to be in town and found out <a target="_blank" href="http://topcow.com/cover" target="_blank">Top Cow</a> was going to be in attendance.<span> </span>Our $20.00 admission bought us 3-4 hours of fun and we could have stayed longer if Illianna wasn&#8217;t getting fussy.</p>
<p class="MsoNormal">There were so many cool vendors, the people watching was great &#8216;yes there were people in tights and capes&#8217;, and I had flashbacks to my teen years.<span> </span>Ryan and I both were on the look for old friends, but never came across any.<span> </span><span> </span>It was great to see how the typical social misfit was totally in their element at the convention.<span> </span>I think everyone has a place in this world and figuring out where that is is a continuous process.</p>
<p class="MsoNormal">We found lots of goodies.<span> </span><a target="_blank" href="http://www.pawstar.com/index.php" target="_blank">Pawstar</a> was one of the first.<span> </span>They have all sorts of cool things, but what really caught my attention was the cute bear hats.<span> </span>I recently had one of my coworkers pick me up the original Japanese version from <a target="_blank" href="http://www.mikihouse.co.jp/jp/shop/" target="_blank">Miki House</a> when he was back in Tokyo for a visit.<span> </span>&#8216;I&#8217;ve got the shopping site bookmarked at work because it took me hours of randomly clicking around seeing as how I don&#8217;t read or speak Japanese- so good luck.&#8217;<span> </span>Pawstar is much more reasonably priced and available in the US.  Ryan was excited to come across <a target="_blank" href="http://uberclok.com/" target="_blank">Uberclok</a>.<span> </span>&#8216;I think he goes to their website regularly and drools.&#8217;<span> </span>We&#8217;ve got a pile of anime we need to watch and now we&#8217;re adding another <a target="_blank" href="http://www.razorsharpmovie.com/" target="_blank">movie</a> to it.<span> </span></p>
<p class="MsoNormal">The biggest find was some artwork by <a target="_blank" href="http://www.dirkstrangely.com/" target="_blank">Dirk Strangely</a>.</p>
<p class="MsoNormal"><a href="http://www.thisrand.com/wpg2?g2_itemId=3312"><img title="11963677891--strangely" src="http://www.thisrand.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3312&amp;g2_GALLERYSID=e992b814086b2b9076260c422119aade" alt="11963677891--strangely" /></a></p>
<p class="MsoNormal">
<p class="MsoNormal">His name seemed very familiar to me and I thought I might have seen something of his at <a target="_blank" href="http://www.hottopic.com/hottopic/index.jsp" target="_blank">Hot Topic</a>, but it was determined I&#8217;ve come across him from my shopping on <a target="_blank" href="http://www.ebay.com/" target="_blank">ebay</a>.<span> </span>He has a unique blend of dark and light.<span> </span>It reminds me of <a target="_blank" href="http://www.sonypictures.com/homevideo/mirrormask/" target="_blank">Mirror Mask</a>.</p>
<p class="MsoNormal">All and all we had a great time being nerds and I can&#8217;t wait until next time.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2007%2F11%2Fcomic-book-convention&amp;title=Comic%20Book%20Convention" id="wpa2a_14"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2007/11/comic-book-convention/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

