<?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; zoo</title>
	<atom:link href="http://www.thisrand.com/tag/zoo/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>Busy Busy</title>
		<link>http://www.thisrand.com/2008/04/busy-busy</link>
		<comments>http://www.thisrand.com/2008/04/busy-busy#comments</comments>
		<pubDate>Thu, 01 Jan 1970 01:33:28 +0000</pubDate>
		<dc:creator>jessica</dc:creator>
				<category><![CDATA[missy moo]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://220</guid>
		<description><![CDATA[We&#8217;ve been busy with lots of firsts lately. This weekend we managed to make it to the zoo. It was Illianna&#8217;s first time. I wasn&#8217;t sure she&#8217;d enjoy it just...]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been busy with lots of firsts lately.  This weekend we managed to make it to the <a target="_blank" href="http://www.fortworthzoo.com/" target="_blank">zoo</a>.  It was Illianna&#8217;s first time.  I wasn&#8217;t sure she&#8217;d enjoy it just yet, but she sure did.  There was a lion who was not in the best of moods and kept pacing back and forth and roaring.  She *loved* that.  Here&#8217;s this big intimidating lion giving it his all and she&#8217;s giggling at him.  It was so cute.  I now know a new noise to make to get her to giggle.</p>
<p>There was also this cool avery that had tons of birds flying around.  You could go in and feed them.  Ryan took Illianna in while I stayed with our stuff.  When the birds would get spooked they&#8217;d all fly from one end to the other and the wave of ooooh&#8217;s and ahhhh&#8217;s from all the kids watching was adorable.  Here&#8217;s a <a href="http://www.thisrand.com/wpg2?g2_itemId=2620">photo</a> of Illianna checking out the birds.</p>
<p>Today was our second week of swim class.  Illianna loves it.  With her love of bath time, I thought she&#8217;d enjoy swim class.  Illianna was chatting with another little girl, Sophie, during class.  They were cooing back and forth.  Sophie started splashing and giggling and then Illianna started kicking and giggling back.  I wish I had a video camera.  I did manage to get a <a href="http://www.thisrand.com/wpg2?g2_itemId=2624">pic</a> of us after class.</p>
<p>We ran to Target just a little while ago and she successfully <a target="_blank" href="http://www.thisrand.com/wpg2?g2_itemId=2628">sat</a> in the basket.  I don&#8217;t have a shopping cart cover just yet.  I actually went there to get <a href="http://www.target.com/Eddie-Bauer-Shopping-Cart-Cover/dp/B0010WGZYW/sr=1-1/qid=1207094361/ref=sr_1_1/602-1742923-6023049?ie=UTF8&amp;index=target&amp;rh=k%3Ashopping%20cart%20cover&amp;page=1" target="_blank">one</a>, but I&#8217;m not sure if it&#8217;s truely needed.  I understand it&#8217;s supposed to help keep germs at bay, but kid are going to get germs and get sick.  I don&#8217;t know if the hassle of having a cart cover is worth it.  I think it would be easier for me to carry wipes and just disinfect.</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%2F04%2Fbusy-busy&amp;title=Busy%20Busy" 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/2008/04/busy-busy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saturday Fun</title>
		<link>http://www.thisrand.com/2007/12/saturday-fun</link>
		<comments>http://www.thisrand.com/2007/12/saturday-fun#comments</comments>
		<pubDate>Thu, 01 Jan 1970 01:33:27 +0000</pubDate>
		<dc:creator>jessica</dc:creator>
				<category><![CDATA[missy moo]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[hats]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://199</guid>
		<description><![CDATA[We went to the Dallas World Aquarium on Saturday. Anyone who lives in the DFW area should go. This is one of our favorite spots. I&#8217;ve been telling my co-worker,...]]></description>
			<content:encoded><![CDATA[<p>We went to the <a target="_blank" href="http://www.dwazoo.com/default.html" target="_blank">Dallas World Aquarium</a> on Saturday.  Anyone who lives in the DFW area should go.  This is one of our favorite spots.  I&#8217;ve been telling my co-worker, <a target="_blank" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=98733711" target="_blank">Julissa</a>, to go there for ages and actually ran into her with her family.</p>
<p>Before getting on the road Illianna and I had some fun with <a href="http://www.thisrand.com/?page_id=223&amp;g2_itemId=2415">hats</a>.  My nana loves kids in hats and I tend to agree.</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%2F12%2Fsaturday-fun&amp;title=Saturday%20Fun" 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/2007/12/saturday-fun/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

