<?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>rizzio.net &#187; Tech</title>
	<atom:link href="http://rizzio.net/home/archives/tag/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://rizzio.net/home</link>
	<description>The online portfolio and ramblings of the one Dave Rizzio.</description>
	<lastBuildDate>Fri, 23 Mar 2012 13:22:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Responsive/Adaptive Web Design</title>
		<link>http://rizzio.net/home/archives/responsive-adaptive-web-design/</link>
		<comments>http://rizzio.net/home/archives/responsive-adaptive-web-design/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 19:29:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[Adaptive Web Design]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Responsive Web Design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=1144</guid>
		<description><![CDATA[I've been excited by the possibilities I've been seeing with "Responsive Web Design" (or some folks refer to it as "Adaptive Web Design") for well over a year now, and figured I'd post a little something about it.]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t posted anything to my blog in way too long of a time, but all I can say is, being a new Poppa can be all consuming. There&#8217;s good and bad to that&#8230; but mostly good as far as I can see. :-) Anyway, I&#8217;ve been excited by the possibilities I&#8217;ve been seeing with &#8220;Responsive Web Design&#8221; for well over a year now, and figured I&#8217;d post a little something about it.</p>
<h4>The Basics</h4>
<p>Previously, if clients were concerned about how their site was viewed on mobile devices, firms would build separate device-specific sites for the more popular devices for their users. Typically the iPhone, for the clients that could worry about and pay for the extra design and development.</p>
<p>So, &#8220;Responsive Web Design&#8221; is basically creating CSS for your HTML pages that listens to what sort of environment the end-user is using to view the page, and serves up typography, graphics and layout that is best for that environment. What do I mean by &#8220;environment&#8221;? Well, it&#8217;s the difference between viewing a site on your maximized 1600&#215;1200 desktop browser, 1024&#215;768 laptop, or maybe viewing the site from your iPhone oriented vertically. Those are some very different environments, and can be treated differently to make for a better viewing experience for your end user in any of those viewing environments.</p>
<p><img src="http://rizzio.net/home/wp-content/uploads/environments.jpg" alt="Three different sizes (or environments) for viewing the same web page." title="Same page - 3 Different environments" width="600" height="750" class="size-full wp-image-840" /></p>
<p>The first article I took notice of for this technique was, of course, from the folks at A List Apart:<br />
<a href="http://www.alistapart.com/articles/responsive-web-design/" title="alistapart.com/articles/responsive-web-design" target="_blank">alistapart.com/articles/responsive-web-design</a><br />
(Specifically, this article was written by <a href="http://ethanmarcotte.com/" title="ethanmarcotte.com" target="_blank">Ethan Marcotte</a> from the famous web blog <a href="http://unstoppablerobotninja.com" title="unstoppablerobotninja.com" target="_blank">unstoppablerobotninja.com</a>)</p>
<p>And he even created an example website that had pretty good cross-browser adaptability even for May of 2010. It can be viewed here:<br />
<a href="http://www.alistapart.com/d/responsive-web-design/ex/ex-site-flexible.html" title="alistapart.com/d/responsive-web-design/ex/ex-site-flexible.html" target="_blank">alistapart.com/d/responsive-web-design/ex/ex-site-flexible.html</a><br />
(If you are on a non-mobile device, try resizing the browser, and watch the page completely respond to your changing environment. If you are on a mobile device, you can rotate the orientation of the device to see 2 potentially different layouts.)</p>
<p>If you&#8217;ve ever been tasked to make a beautiful and usable website for a client, and then asked as an after-thought to make an iPhone version of the site, this new methodology can be amazingly exciting.</p>
<h4>My Experiment</h4>
<p>Just as an experiment, to try and play with this a bit, I made a page using my usual technique of cobbling together other people&#8217;s online tutorials and examples and then bashing it into something close to what I want it to look like. I need to read up more about <a href="http://unstoppablerobotninja.com/entry/fluid-images/" title="unstoppablerobotninja.com/entry/fluid-images/" target="_blank">Fluid Images</a> but here is what I have so far:<br />
<a href="http://rizzio.net/home/wp-content/uploads/experiments/responsive/index.html" title="rizzio.net/home/wp-content/uploads/experiments/responsive/index.html" target="_blank">rizzio.net/home/wp-content/uploads/experiments/responsive/index.html</a></p>
<h4>Some Light Reading</h4>
<p>If this is as exciting to you as it is to me, here are some additional links to get more details:</p>
<p><strong>The Basic Concept</strong><br />
<a href="http://webdesignerwall.com/tutorials/responsive-design-in-3-steps" title="webdesignerwall.com/tutorials/responsive-design-in-3-steps" target="_blank">webdesignerwall.com/tutorials/responsive-design-in-3-steps</a></p>
<p><strong>Lots more details and examples</strong><br />
<a href="http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-75660" title="coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-75660" target="_blank">coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-75660</a></p>
<p><strong>A great grouping of additional articles that would prove quite helpful</strong><br />
<a href="http://www.catswhocode.com/blog/awesome-tutorials-to-master-responsive-web-design" title="catswhocode.com/blog/awesome-tutorials-to-master-responsive-web-design" target="_blank">catswhocode.com/blog/awesome-tutorials-to-master-responsive-web-design</a></p>
<p><strong>What about applying this to Email Newsletters?</strong><br />
<a href="http://www.campaignmonitor.com/blog/post/3163/optimizing-your-emails-for-mobile-devices-with-media/" title="campaignmonitor.com/blog/post/3163/optimizing-your-emails-for-mobile-devices-with-media/" target="_blank">http://www.campaignmonitor.com/blog/post/3163/optimizing-your-emails-for-mobile-devices-with-media/</a><br />
(Not sure about the cross-browser/email-browser support of @media queries, but this is potentially a powerful application of Responsive Web Design)</p>
<p>Enjoy!<br />
Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/responsive-adaptive-web-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Night Kitchen Website Re-Skin</title>
		<link>http://rizzio.net/home/archives/night-kitchen-website-re-skin/</link>
		<comments>http://rizzio.net/home/archives/night-kitchen-website-re-skin/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:21:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=990</guid>
		<description><![CDATA[A quick, low-workload "re-skin" of the Night Kitchen website to bring a new, cleaner look to a website that hadn't changed visually in at least 3 years.]]></description>
			<content:encoded><![CDATA[<p><span class="starter">Summary:</span> What’s that old expression? “The cobbler&#8217;s children have no shoes.” The Night Kitchen website had been neglected for more than a few years, and needed a refreshing. There were extremely tight restrictions on time and technology used, so this was definitely a “re-skinning” and not a full redesign.</p>
<p>We wanted a new look for the Night Kitchen website that would encourage visitors to explore our stories, interactive projects and designs in depth. Our redesigned portfolio promotes a selection of recent projects which highlight NK’s engaging approach to interactive storytelling, which aims to provide transformative and meaningful experiences that connect with audiences.</p>
<p><span class="starter">Tech:</span> Illustrator, Photoshop, Flash, Actionscript, HTML, CSS<br />
<span class="starter">Role:</span> Lead Designer / Lead Flash Designer<br />
<span class="starter">Link:</span> <a href="http://www.whatscookin.com/" target="_blank">www.whatscookin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/night-kitchen-website-re-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SFMOMA Country Dog Gentlemen ~ Mobile Website Conversion</title>
		<link>http://rizzio.net/home/archives/sfmoma-cdg-mobile-website/</link>
		<comments>http://rizzio.net/home/archives/sfmoma-cdg-mobile-website/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:21:03 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[MultiMedia]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[eLearning]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[teachers]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=1093</guid>
		<description><![CDATA[Adapting the existing SFMOMA Country Dog Gentlemen animations into an HTML5 experience, so visitors with mobile devices that do not support Flash can still partake in the enhanced rich-media experience.]]></description>
			<content:encoded><![CDATA[<p><span class="starter">Summary:</span> In 2009, with some of the 20th century’s greatest artists as inspiration, Night Kitchen Interactive created an engaging kiosk installation and website, bringing to life the works of Piet Mondrian, Jackson Pollock, Frida Kahlo and others.  Roy De Forest’s colorful work acted as an aesthetic springboard, paving the way for vivid, lively animations. Each animated story reflects an individual artist’s unique approach, creating different extraordinary worlds to be explored.  Performance artist Sebastienne Mundheim collaborated with Night Kitchen to craft the voices of two colorful canine characters from Roy De Forest’s work. With the dogs as guides, modeling behaviors of inquiry, this journey through modern masterpieces is reflective, whimsical, and insightful.  </p>
<p>These stories and activities excite and inform young museum visitors, inspiring them to contribute their own creative responses to the museum’s website.   Targeting children aged 6-10, a rare audience for modern art, this interactive experience engages younger museum visitors and their families with playful narratives and interactive activities. Each reinforces key learning points associated with an individual work and encourages visitors to share their own creative responses in a visitor-contributed gallery on SFMOMA’s website.</p>
<p>In 2011, SFMOMA was interested in adapting the existing Country Dog Gentlemen animations into an HTML5 experience, so visitors with mobile devices that do not support Flash can still partake in the enhanced rich-media experience. We implemented the main menu utilizing “<a href="http://www.alistapart.com/articles/responsive-web-design/" title="www.alistapart.com/articles/responsive-web-design" target="_blank">responsive web design</a>”  techniques promoted by many of today’s most advanced HTML5 and CSS gurus. We used @media CSS queries in combination with Max and Min device-widths to create a single menu page (and CSS) with break-points that serve up different layouts and different graphics depending on the size and <strong><em>orientation</em></strong> of your device! It was really fun and exciting to be part of bringing this new technique to life while working to improve the museum and online experience for SFMOMA’s younger audiences.</p>
<p><span class="starter">Tech:</span> Illustrator, Photoshop<br />
<span class="starter">Role:</span> Lead Designer / Technical Advisor<br />
<span class="starter">Link:</span> <a href="http://www.whatscookin.com/" target="_blank">In-Progress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/sfmoma-cdg-mobile-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AnyPlace Platform Website</title>
		<link>http://rizzio.net/home/archives/anyplace-platform-website/</link>
		<comments>http://rizzio.net/home/archives/anyplace-platform-website/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:20:39 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=1026</guid>
		<description><![CDATA[Creation of subtlety branded <em>Any</em>Place skin to go over top of the community-oriented PhilaPlace place-based platform.]]></description>
			<content:encoded><![CDATA[<p><span class="starter">Summary:</span> The <em>Any</em>Place platform provides a flexible, affordable way for historical and cultural institutions to share place-based interpretive projects online. Place is an important touchstone for memory, history, and culture. By exploring the memories and records of place, we educate the public and promote and protect significant spaces, sites, and stories that hold meaning.</p>
<p>Adapted from the codebase originally developed for PhilaPlace (<a href="http://www.philaplace.org/" title="www.philaplace.org" target="_blank">www.philaplace.org</a>), the <em>Any</em>Place platform allows organizations to establish their own interpretive website, using their own brand and visual aesthetic, and engaging visitors in exploration of their places, topics, curation, and media.</p>
<p>Each organization’s instance of <em>Any</em>Place would provide its visitors with a rich online tool for browsing place-based stories, images and videos on a map, by topic, or as collections. Visitors could alter content geographically and thematically, take virtual tours, save favorite places, print Google directions and submit their own stories and media for consideration.</p>
<p>The design challenge was to create an aesthetic that had enough of a “brand” to promote as a branded product, but not so much that potential clients felt that they would not be able to break-out of the <em>Any</em>Place look. The result is an exercise in subtlety and minimalism.</p>
<p><span class="starter">Tech:</span> Illustrator, Photoshop, HTML, CSS<br />
<span class="starter">Role:</span> Lead Designer<br />
<span class="starter">Link:</span> <a href="http://anyplace.whatscookin.com/" title="anyplace.whatscookin.com" target="_blank">anyplace.whatscookin.com</a>  /  <a href="http://demo.anyplace.whatscookin.com" title="demo.anyplace.whatscookin.com" target="_blank">demo.anyplace.whatscookin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/anyplace-platform-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minnesota Historical Society ~ 3D Fort Snelling Website</title>
		<link>http://rizzio.net/home/archives/minnesota-historical-society/</link>
		<comments>http://rizzio.net/home/archives/minnesota-historical-society/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:19:53 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=1043</guid>
		<description><![CDATA[Building an interactive content-rich, collections-based website, and identifying innovative ways to engage visitors of all ages in Fort Snelling’s rich history. ]]></description>
			<content:encoded><![CDATA[<p><span class="starter">Summary:</span> The Minnesota Historical Society (MHS) needed to develop a robust online presence for its 3D Fort Snelling Project to provide an innovative way to showcase digital history by integrating three distinct, but interrelated components: historically accurate virtual 3D models, a collections database, and a data visualization tool. With that goal in mind, Night Kitchen teamed up with key stakeholders from MHS and the Virginia Institute for Advanced Technology in the Humanities (IATH) in a collaborative process to establish a Technical and Creative Project Plan that would be used to guide the design and development of the website. </p>
<p>It’s an exciting project to bring to the world, the on-site living history program of Fort Snelling, by building an interactive content-rich, collections-based website, and identifying innovative ways to engage visitors of all ages in Fort Snelling’s rich history. My main contribution to the Project Plan was through the creation of high-fidelity wireframes for client approval and UX by-in and with the creation of the preliminary visual creative treatments.</p>
<p><span class="starter">Tech:</span> Illustrator, Photoshop<br />
<span class="starter">Role:</span> Lead Designer / Preliminary UX Designer<br />
<span class="starter">Link:</span> In-Progress</p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/minnesota-historical-society/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My very first SlideShare presentation!</title>
		<link>http://rizzio.net/home/archives/slideshare/</link>
		<comments>http://rizzio.net/home/archives/slideshare/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 01:41:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[eLearning]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=938</guid>
		<description><![CDATA[Looky here! My first ever SlideShare.net presentation! It's a little ditty I created to help of traditional media folks transition over to the brave new world of online banner ads and all the specs they have to understand and bring into their Work Orders.]]></description>
			<content:encoded><![CDATA[<p>Looky here! My first ever SlideShare.net presentation! It&#8217;s a little ditty I created to help our traditional media buying folks transition over to the brave new world of online banner ads and all the specs they have to understand and bring into their Work Orders. It&#8217;s pretty basic, and it assumes I&#8217;ll be talking through some of the details, but it&#8217;s hopefully still somewhat informative&#8230; and maybe a little entertaining.</p>
<div style="width:590px" id="__ss_4403111"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/daverizzio/an-intro-to-online-media-file-types" title="An Intro to Online Media File Types">An Intro to Online Media File Types</a></strong><object id="__sse4403111" width="590" height="480"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=an-intro-online-media-100603135834-phpapp02&#038;rel=0&#038;stripped_title=an-intro-to-online-media-file-types" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4403111" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=an-intro-online-media-100603135834-phpapp02&#038;rel=0&#038;stripped_title=an-intro-to-online-media-file-types" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="590" height="480"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/daverizzio">presentations</a> from <a href="http://www.slideshare.net/daverizzio">Dave Rizzio</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/slideshare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saint Clare&#8217;s &#8211; Site Redesign</title>
		<link>http://rizzio.net/home/archives/saint-clares/</link>
		<comments>http://rizzio.net/home/archives/saint-clares/#comments</comments>
		<pubDate>Sat, 29 May 2010 19:03:26 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=864</guid>
		<description><![CDATA[Create a full website redesign to build off of the Saint Clare Health System's rebranding and refocusing.]]></description>
			<content:encoded><![CDATA[<p><span class="starter">Summary:</span> Create a full website redesign to build off of the Saint Clare Health System&#8217;s rebranding and refocusing. A new brand was developed, built around a sky blue color scheme and the phrase &#8220;Turning Promise into Practice&#8221;. The website relied heavily on that sky blue aesthetic, and brought in a triadic color scheme for emphasis elements. The new design had to be clear, professional and a lot more usable than their previous design, and reinforce the new focus of turning promise into practice for their patients.</p>
<p><span class="starter">Tech:</span> Photoshop, Illustrator, Flash, Actionscript<br />
<span class="starter">Role:</span> Lead Designer / Flash Designer<br />
<span class="starter">Link:</span> <a href="http://www.SaintClares.org/" target="_blank">www.SaintClares.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/saint-clares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of &#8220;Print&#8221;?</title>
		<link>http://rizzio.net/home/archives/future-of-print/</link>
		<comments>http://rizzio.net/home/archives/future-of-print/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:33:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=755</guid>
		<description><![CDATA[Wow. Talk about deep content. This little visualization of what Sports Illustrated could turn into on is completely "Game ON!" (sorry, had to do it) This is exactly the type of thing that has so many people excited about the prospect of some sort of Apple "Tablet".]]></description>
			<content:encoded><![CDATA[<p>Wow. Talk about deep content. This little visualization of what Sports Illustrated could turn into on is completely &#8220;Game ON!&#8221; (sorry, had to do it) This is exactly the type of thing that has so many people excited about the prospect of some sort of Apple &#8220;Tablet&#8221;. Really nice work <em>Time, Inc.</em> and <a href="http://www.thewonderfactory.com/" target="_blank"><em>WonderFactory</em></a>!</p>
<p class="video"><object width="597" height="361"><param name="movie" value="http://www.youtube-nocookie.com/v/ntyXvLnxyXk?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/ntyXvLnxyXk?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="597" height="361"></embed></object></p>
<p>But I tell you this&#8230; to create a magazine like this would be no small endeavor. To have content that runs this deep would require a whole lot of people working real hard, probably around the clock. But imagine if Wired magazine were like this? Or how about US News and World Report? Or maybe online news magazines? Like the Huffington Post?</p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/future-of-print/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave</title>
		<link>http://rizzio.net/home/archives/google-wave/</link>
		<comments>http://rizzio.net/home/archives/google-wave/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:32:04 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=638</guid>
		<description><![CDATA[Can't speak for it's actual usefulness, as I don't have an invite yet... but from the videos I've seen, it looks like it could be a really amazing new communication shift. Almost like going from paper letters to email... but I'll hold off judgement until I actually get to try it out.  :-)]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t speak for it&#8217;s actual usefulness, as I don&#8217;t have an invite yet&#8230; but from the videos I&#8217;ve seen (good overview video below) it looks like it could be a really amazing new communications shift. Almost like going from paper letters to email&#8230; but I&#8217;ll hold off judgement until I actually get to try it out.  :-)</p>
<p class="video">
<object width="599" height="355"><param name="movie" value="http://www.youtube-nocookie.com/v/rDu2A3WzQpo&#038;hl=en&#038;fs=1&#038;rel=0&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/rDu2A3WzQpo&#038;hl=en&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="599" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total Surface Area Required to Fuel the World (until 2030)</title>
		<link>http://rizzio.net/home/archives/surface-area-to-fuel-the-world/</link>
		<comments>http://rizzio.net/home/archives/surface-area-to-fuel-the-world/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 21:08:30 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[solar power]]></category>

		<guid isPermaLink="false">http://rizzio.net/home/?p=584</guid>
		<description><![CDATA[According to the US Department of Energy, the world consumption of energy in all of its forms (barrels of petroleum, cubic meters of natural gas, watts of hydro power, etc.) is projected to reach 678 quadrillion Btu by 2030 – a 44% increase over 2008 levels. That's a lot of energy. Saw this really interesting article that tries to project the total surface area required to fuel that 2030 world with ONLY SOLAR PANELS!]]></description>
			<content:encoded><![CDATA[<p>According to the US Department of Energy (<a href="http://www.eia.doe.gov/oiaf/ieo/world.html" target="_blank">Energy Information Administration</a>), the world consumption of energy in all of its forms (barrels of petroleum, cubic meters of natural gas, watts of hydro power, etc.) is projected to reach 678 quadrillion Btu by 2030 – a 44% increase over 2008 levels. That&#8217;s a lot of energy. Saw <a href="http://www.landartgenerator.org/blagi/archives/127" target="_blank"><strong>this really interesting article</strong></a> that tries to project the total surface area required to fuel that 2030 world with ONLY SOLAR PANELS!</p>
<p>Below is a surprisingly sparse diagram. It&#8217;s kind of amazing to me how small the little squares are! Makes me think solar panel production companies would be a good thing to invest in! <a href="http://solar.calfinder.com/blog/solar-information/the-top-global-solar-manufacturers-and-how-the-us-compares/" target="_blank">Germany, Japan</a> and <a href="http://www.nytimes.com/2009/08/25/business/energy-environment/25solar.html" target="_blank">China</a> seem to be in a really good place to reap the rewards of forward thinking&#8230; and dare I say it&#8230; socialistic government subsidies and legislation? Maybe a little socialism sprinkled on top isn&#8217;t the end of the world?&#8230; maybe it&#8217;s even the beginning of brave new world? Oh I&#8217;m sorry, government help in an industry is the <em>wrong way to go</em>&#8230; you might as well hand the country over to the <strong>pinko commies</strong>! Oh wait, what would you call the help we&#8217;ve been giving the corn / high-fructose / ethanol industries for the last 30 years?  How about the auto industry? Savings and Loans? How about the financing industry in the last 2-3 years? Oh yeah, and what about that pesky military industrial complex our tax dollars have been funding? &#8230;so confused&#8230;ARGGG&#8230;don&#8217;t know who to hate&#8230;RRRARR&#8230;tree huggers&#8230;socialists&#8230;bankers&#8230;farmers&#8230; FOX News can you help me find a target for my rage?<br />
<a href="http://www.landartgenerator.org/blagi/archives/127" target="_blank"><img src="http://rizzio.net/home/wp-content/uploads/AreaRequired1000-600x451.jpg" alt="Area Required to Power the World by Solar ONLY" title="Area Required to Power the World by Solar ONLY" width="600" height="451" class="size-large wp-image-585" /></a></p>
<p>And things don&#8217;t look quite as easy for wind turbines:<br />
<a href="http://www.landartgenerator.org/blagi/archives/127" target="_blank"><img src="http://rizzio.net/home/wp-content/uploads/AreaRequiredWindOnly-600x451.jpg" alt="Area Required to Power the World with Wind Only" title="Area Required to Power the World with Wind Only" width="600" height="451" class="size-large wp-image-589" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rizzio.net/home/archives/surface-area-to-fuel-the-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

