<?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>Guimkie &#187; FancyZoom</title>
	<atom:link href="http://guimkie.com/tag/fancyzoom/feed/" rel="self" type="application/rss+xml" />
	<link>http://guimkie.com</link>
	<description>Tutorials and great Mac software!</description>
	<lastBuildDate>Wed, 31 Mar 2010 13:59:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://guimkie.com</link>
  <url>http://guimkie.com/favicon.ico</url>
  <title>Guimkie</title>
</image>
		<item>
		<title>Tutorial: Image Zoom in iWeb</title>
		<link>http://guimkie.com/iweb/tutorial-image-zoom-in-iweb/</link>
		<comments>http://guimkie.com/iweb/tutorial-image-zoom-in-iweb/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 21:15:42 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[FancyZoom]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[iTweak]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=170</guid>
		<description><![CDATA[Did you ever want this cool image-zoom effect? You click on an image and the image enlarges itself right in the window? No reloading and it all looks sexy? Well this tutorial will show you a perfect and easy way to add an effect that will enlarge your images right in your iWeb-made site.
Image Zooms [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever want this cool image-zoom effect? You click on an image and the image enlarges itself right in the window? No reloading and it all looks sexy? Well this tutorial will show you a perfect and easy way to add an effect that will enlarge your images right in your iWeb-made site.</p>
<p>Image Zooms &#8230; what? Not sure what I am talking about? Take a look at the <a href="http://guimkie.com/iwebdemos/imagezoom/">demo</a>.</p>
<p>The internet has quite a variety of scripts that allow you to create these zooms. Here are just a few:</p>
<ul>
<li><a href="http://fancy.klade.lv/">FancyBox</a></li>
<li><a href="http://www.lokeshdhakar.com/projects/lightbox//">LightBox</a></li>
<li><a href="http://www.cabel.name/2008/02/fancyzoom-10.html">FancyZoom</a></li>
</ul>
<p>All of them are very easy to integrate, but Cabel Sassers FancyZoom is the simplest. That&#8217;s why we will be using his.</p>
<p>Now let&#8217;s get started.</p>
<p><span id="more-170"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7241091367075931";
//Guimkie Header for Bubbled Theme
google_ad_slot = "4991557821";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<ol>
<li>For this tutorial you will be needing four things:
<p>» <a href="http://itweak.guimkie.com">iTweak</a>. It&#8217;s free.<br />
» <a href="http://guimkie.com/downloads/load.php?id=34">This</a> search and replace database file for iTweak.<br />
» The actual <a href="http://www.cabel.name/2008/02/fancyzoom-10.html">FancyZoom</a>. Download it from the blog post.<br />
» An iWeb-site with an image. That image needs to be enabled as a hyperlink. That hyperlink needs to go to an image file (the image that should later enlarge). The file type should be <code>.jpeg</code> or <code>.png</code>. For more details, see the <a href="http://www.cabel.name/2008/02/fancyzoom-10.html">FancyZoom</a> post by Cabel.</p>
<p style="text-align: center;"><img src="http://guimkie.com/files/images/imgz1.png" class="GUIMKIE-image-list" /></p>
</li>
<li>Now publish your iWeb site to your default location.</li>
<li>Now go ahead and take a look at the downloaded FancyZoom folder. Inside there you should find two further folders. One is named <code>images-zoom</code> and the other <code>js-global</code>. Open up the <code>images-zoom</code> folder. Inside that folder you will find another folder. Open that one up as well. In there you will find a collection of images. Move all of the images into the folder <code>js-global</code> two directories higher. You can now trash the <code>images-zoom folder</code>.
<p style="text-align: center;"><img src="http://guimkie.com/files/images/imgz2.png" class="GUIMKIE-image-list" /></p>
<li>Rename the folder <code>js-global</code> to <code>fancy-zoom</code>.</li>
</li>
<li>Now we have to do some nasty little code editing. What you have to do is open up the file <code>FancyZoom.js</code> and edit line 44 from this:
<p><code>var zoomImagesURI   = '/images-global/zoom/'; // Location of the zoom and shadow images</code></p>
<p>to this:</p>
<p><code>var zoomImagesURI   = 'fancy-zoom/'; // Location of the zoom and shadow images</code></p>
<p>Alternatively you can just <a href="http://guimkie.com/downloads/load.php?id=35">download</a> the edited file and replace it with the original one.
</li>
<li>Open up iTweak and navigate to the Search &#038; Replace tab. There you will find a button labeled &#8220;Open Table.&#8221; Click on it and now choose the file downloaded previously. The file is named <code>FancyZoom.itwksr</code>. Once you&#8217;ve opened it up, you should see something like this:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/imgz3.png" class="GUIMKIE-image-list" /></p>
<p>Make sure you tick the option to &#8220;Search &#038; Replace Code.&#8221;</p>
</li>
<li>Now navigate to the &#8220;File Copy&#8221; tab in iTweak. Tick the option to &#8220;Copy Files.&#8221; Then click the &#8220;+&#8221; button and for your source folder select the renamed folder <code>fancy-zoom</code> (step 4). For your destination folder select your published iWeb site.
<p style="text-align: center;"><img src="http://guimkie.com/files/images/imgz4.png" class="GUIMKIE-image-list" /></p>
<p>Optionally you can save the &#8220;File Copy&#8221; table using the &#8220;Save Table&#8221; button. That will allow you to reopen the table the next time you launch iTweak without having to manually reselect your folders.</p>
</li>
<li>Now click the button in the bottom-left labeled &#8220;Choose Published Site.&#8221; Navigate to your published site and hit &#8220;Choose.&#8221; Then hit the &#8220;Create&#8221; button and iTweak should do it&#8217;s job.</li>
<li>Now you&#8217;re done! Visit your site and enjoy the zoom you&#8217;ve got.<br />Please do note that when you publish again &#8230; you&#8217;ll have to start all over with this tutorial as iWeb overwrites the published files each time you publish.</li>
</ul>
</ol>
<p>Looking for iWeb Templates? Check out my huge collection right <a href="http://iweb.guimkie.com">here</a>.</p>
<p>If you have enjoyed this article and you wish to make a small donation, then feel free to do so by clicking <a href="http://guimkie.com/about/">here</a>.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7241091367075931";
//Guimkie Header for Bubbled Theme
google_ad_slot = "4991557821";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/tutorial-image-zoom-in-iweb/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>
