<rss version="2.0">
  	<channel>
  		<title>Nate True's Weblog</title>
  		<link>http://cre.ations.net/$base_path</link>
  		<description>
      Thoughts and musings from Nate True, casual inventor.";
  		</description>
  		<language>en-us</language>
  		<lastBuildDate>Sat, 20 Mar 2010 16:23:34 -0500</lastBuildDate>
  		<pubDate>Sat, 20 Mar 2010 16:23:34 -0500</pubDate>
  		<generator>custom</generator>
  		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
  		<item>
  			<title><![CDATA[The DHTML thumbnail zooming script: How it works]]></title>
  			<content type='text/html' mode='escaped' xml:lang='en-US'><![CDATA[
<a style='float:right; margin-left: 10px;' href='http://cre.ations.net/blog/post/the-dhtml-thumbnail-zooming-script'><img src='http://cre.ations.net:999/image/160/917.jpg' /></a>I've gotten more than a few responses to the cre.ations.net photo zooming feature.  I really like how trivial it is to click on a photo to see the larger version without having to navigate between pages at all (this is also why no creation on here is paginated).  Many have asked how it works, and here is your answer!<br /><br />From a high-level perspective, here's how it goes down:<br /><li class='richli'>The user clicks on an image.</li><br /><li class='richli'>A script function is run which hides the original image and replaces it with an absolutely positioned image.  This allows the image to 'leave' the normal document flow.</li><br /><li class='richli'>A timer function moves the image stepwise to its final location, in the center of the document as it is currently scrolled.</li><br /><li class='richli'>Focus is transferred to a link hidden off of the top-left corner of the document.  This link will de-zoom the photo when it loses focus.</li><br /><li class='richli'>The user...<p><a href='http://cre.ations.net/blog/post/the-dhtml-thumbnail-zooming-script'>Read the rest of this post</a></p>
  			]]></content>
  			<description><![CDATA[
  			 <a style='float:right; margin-left: 10px;' href='http://cre.ations.net/blog/post/the-dhtml-thumbnail-zooming-script'><img src='http://cre.ations.net:999/image/160/917.jpg' /></a>I've gotten more than a few responses to the cre.ations.net photo zooming feature.  I really like how trivial it is to click on a photo to see the larger version without having to navigate between pages at all (this is also why no creation on here is paginated).  Many have asked how it works, and here is your answer!<br /><br />From a high-level perspective, here's how it goes down:<br /><li class='richli'>The user clicks on an image.</li><br /><li class='richli'>A script function is run which hides the original image and replaces it with an absolutely positioned image.  This allows the image to 'leave' the normal document flow.</li><br /><li class='richli'>A timer function moves the image stepwise to its final location, in the center of the document as it is currently scrolled.</li><br /><li class='richli'>Focus is transferred to a link hidden off of the top-left corner of the document.  This link will de-zoom the photo when it loses focus.</li><br /><li class='richli'>The user...<p><a href='http://cre.ations.net/blog/post/the-dhtml-thumbnail-zooming-script'>Read the rest of this post</a></p>
  			]]></description>
  			<link>http://cre.ations.net/blog/post/the-dhtml-thumbnail-zooming-script</link>
  			<guid>http://cre.ations.net/blog/post/the-dhtml-thumbnail-zooming-script</guid>
  			<tags>image, zoom, script, javascript, dhtml, thumbnail</tags>
  			<category></category>
  			<pubDate>Fri, 09 Mar 2007 09:08:29 -0600</pubDate>
  		</item>	</channel>
    </rss>