<?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"
	>

<channel>
	<title>Uncharted Design - Blog</title>
	<atom:link href="http://www.uncharteddesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uncharteddesign.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 17 Dec 2008 16:55:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Mootools smooth scrolling gallery</title>
		<link>http://www.uncharteddesign.com/blog/2008/08/mootools-smooth-scrolling-gallery/</link>
		<comments>http://www.uncharteddesign.com/blog/2008/08/mootools-smooth-scrolling-gallery/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 00:12:33 +0000</pubDate>
		<dc:creator>jordan</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.uncharteddesign.com/blog/?p=10</guid>
		<description><![CDATA[The gallery on our site is using a JavaScript/Css method that I think worth sharing.  You can use this on your site by just modifying the HTML and images.
 

Live Demo or download 
The end result came from combining two ideas, a smooth scrolling div and a script that injects the large container with information [...]]]></description>
			<content:encoded><![CDATA[<p>The gallery on our site is using a JavaScript/Css method that I think worth sharing.  You can use this on your site by just modifying the HTML and images.</p>
<p style="text-align: left;"> </p>
<p><img class="aligncenter" title="Gallery Screen Shot" src="http://www.uncharteddesign.com/tuts/GalleryDemo/ss.jpg" alt="Gallery Screen Shot" /><br />
<a href="http://www.uncharteddesign.com/tuts/GalleryDemo/UD_gallery.html" target="_blank">Live Demo</a> or <a href="http://www.uncharteddesign.com/tuts/GalleryDemo/GalleryDemo.zip" target="_blank">download </a><br />
The end result came from combining two ideas, a smooth scrolling div and a script that injects the large container with information from the thumbnail that you click.  The script I used for the basic gallery is &#8220;Javascript image gallery using mootools&#8221; by Devin R, available <a href="http://tutorialdog.com/javascript-image-gallery-using-mootools/" target="_blank">here</a></p>
<p> </p>
<p>The other part is the scrolling based on mouse movement. I modified a script from Antonio Lupetti, &#8220;Using CSS and Mootools to simulate Flash horizontal navigation effect,&#8221; the original is <a href="http://woork.blogspot.com/2008/03/using-css-and-mootools-to-simulate.html" target="_blank">here</a>.</p>
<p>The challenges here involved integrating the structures of HTML, CSS and JavaScript that the two methods used, and making the site accessible for users with no JavaScript and for those on cellphone browsers.  Tested working in FF 2/3, IE 6/7, BlackBerry Mobile, Opera Mini.</p>
<p>I&#8217;ve made a simple demo for you to take a <a title="See the demo" href="http://www.uncharteddesign.com/tuts/GalleryDemo/UD_gallery.html" target="_blank">look at</a> or <a title="Download the gallery demo" href="http://www.uncharteddesign.com/tuts/GalleryDemo/GalleryDemo.zip" target="_blank">download</a>.</p>
<p>Let me know if you have any questions and I&#8217;ll do my best to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uncharteddesign.com/blog/2008/08/mootools-smooth-scrolling-gallery/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
