
<?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>Rborn web development -  news blog &#187; mooZoom</title>
	<atom:link href="http://www.rborn.info/blog/category/moozoom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rborn.info/blog</link>
	<description>News about our projects, products and ideas</description>
	<lastBuildDate>Mon, 17 Oct 2011 18:26:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>mooZoom: a mootools class for zooming images</title>
		<link>http://www.rborn.info/blog/moozoom-launch/</link>
		<comments>http://www.rborn.info/blog/moozoom-launch/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 23:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mooZoom]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[unobtrusive]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://www.rborn.info/blog/?p=8</guid>
		<description><![CDATA[mooZoom is a mootools class that allows you to zoom an image in page without breaking the layout. Using only the mouse, the scroll wheel will zoom-in / zoom-out in the point you desire to see. When zoomed in, the image can be dragged to see hidden parts of it. The script is unobtrusive and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.rborn.info/blog/wp-content/uploads/2008/07/moozoom_logo.png" alt="moozoom" /><br />
mooZoom is a mootools class that allows you to zoom an image in page without breaking the layout.</p>
<p>Using only the mouse, the scroll wheel will zoom-in / zoom-out in the point you desire to see.<br />
When zoomed in, the image can be dragged to see hidden parts of it.</p>
<p>The script is unobtrusive and requires only to set the attribute <code>class="moozoom"</code>.<br />
Anyway, this will not prevent you to add your own classes to the image, so <code>class="moozoom my_class"</code> will still work.</p>
<p>To use the class, you have to add mootools framework to your page ( version 1.11 or version 1.2.4 ) and moozoom.js, both available for <a href="http://www.rborn.info/blog/moozoom/" title="moozoom download">download</a>.</p>
<p><strong>Demo:</strong></p>
<p><a href="http://www.rborn.info/blog/moozoom/" title="moozoom demo page" target="_blank">Demo page is here </a></p>
<p><strong>Usage:</strong><br />
in your header zone add</p>
<p><code><br />
&lt;script type="text/javascript" src="js_folder_path/moozoom.js"&gt;&lt;/script&gt;</code></p>
<p>assuming that you already have the mootools library loaded, add <code>class="moozoom"</code> to the image  you want to be zoomable</p>
<p><code>&lt;img src="flower.jpg" class="moozoom" /&gt;</code></p>
<p>and you are done.</p>
<p><strong>We tested the class in the next browsers:</strong></p>
<ul>
<li>IE6 &#8211; for IE6 you should add the next code in the header zone of your page in order to remove the image toolbar, and avoid some ugly flickering that this will provoke on zooming:<br />
<code>&lt;meta http-equiv="imagetoolbar" content="no"&gt;</code></li>
<li>IE7</li>
<li>IE8</li>
<li>Opera 9.50, Opera 10.10</li>
<li>Safari 3.0.3, Safari 4</li>
<li>Firefox 2.0.0.14, Firefox 3.6</li>
<li>Camino 1.6.1, Camino 2</li>
</ul>
<p><strong>To do:</strong></p>
<p><del datetime="2010-04-05T21:13:14+00:00">We will try as soon as possible to make the class available for mootools v1.2, then add some enhancements to it.</del><br />
Update: We did the class for mootools v1.2 so please go to the product&#8217;s <a href="http://www.rborn.info/blog/moozoom/">page</a> and download it.</p>
<p><strong>Bugs: </strong></p>
<p>Feel free to report bugs when  you encounter them, posting as comments here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rborn.info/blog/moozoom-launch/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

