<?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>iWebUnlimited.com &#187; Post Publish</title>
	<atom:link href="http://iwebunlimited.com/tag/post-publish/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwebunlimited.com</link>
	<description>Pushing iWeb to No Limit!</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:36:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iWeb Tip #28 &#8211; Attention Bar in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/attention-bar-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/attention-bar-in-iweb/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 23:00:33 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Attention Bar]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=796</guid>
		<description><![CDATA[
After adding the attention bar on my site in July 2011 to show the article &#8220;iWeb and Beyond&#8221; I had a lot of people on the comments, forum, facebook, and Twitter requesting to post a tutorial on how to add an attention bar to their iWeb sites.  So this tutorial is on how to do [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><img class="alignleft size-full wp-image-797" title="28-attention_bar_in_iweb" src="http://iwebunlimited.com/wp-content/uploads/2011/08/28-attention_bar_in_iweb.png" alt="" width="150" height="150" />After adding the attention bar on my site in July 2011 to show the article &#8220;<a href="http://iwebunlimited.com/news/iweb-and-beyond/">iWeb and Beyond</a>&#8221; I had a lot of people on the comments, forum, facebook, and Twitter requesting to post a tutorial on how to add an attention bar to their iWeb sites.  So this tutorial is on how to do just that.  First off let&#8217;s explain what an attention bar could be used for.  Of course I used it to on my site to get peoples attention and make sure a certain article I wrote got read.  It&#8217;s pretty hard to miss.  You might also use it to let your viewers know that your site will be experiencing some matainance, or perhaps you have a big deal or sale on your site, or you could use it for advertising, or if you really just need to get your viewers attention.  So there are some ideas for how you could use this.  <span id="more-796"></span></p>
<p><a class="button" onclick="window.open('http://iwebunlimited.com/examples/attention_bar.html','Attention Bar in iWeb','resizable=yes,width=970,height=690,left='+(screen.availWidth/2-485)+',top='+(screen.availHeight/2-345)+'');return false;" href="http://iwebunlimited.com/examples/attention_bar.html">View Demo »</a></p>
<h2>How to add it to iWeb</h2>
<p>Now, let&#8217;s get to the fun part on how we actually implement this into iWeb.  It&#8217;s actually quite easy.  Here are the steps:</p>
<p><strong>Step 1) </strong>Create your page that you&#8217;d like this alert to be on in iWeb</p>
<p><strong>Step 2)</strong> Publish that page to a folder or your server.</p>
<p><strong>Step 3)</strong> Download this file that contains all the javascript and css script files that will power the attention bar.</p>
<p><a class="button" href="http://iwebunlimited.com/downloads/attention-bar.zip">Download attention-bar.zip File »</a></p>
<p><strong>Step 4)</strong> Unzip this folder (if you haven&#8217;t already) and you should have a folder simple called &#8220;attention-bar&#8221; with three folders inside it. Add this folder so it&#8217;s along side of your .html file that you published.</p>
<p><strong>Step 5) </strong>Open up your publish HTML page in an HTML Editor (Such as Coda, Espresso, or even Text Edit (if you are using textedit be sure to go into the preferences of textedit and check the box that says ignore rich text in html)) and add the code below right before the closing &lt;/head&gt; tag of your page.</p>
<p><script src="http://snipt.net/embed/0f00e05b0d232e9ab9c7d6be6ffb16fa" type="text/javascript"></script></p>
<p><strong>Step 6)</strong> Make changes to the code as necessary such as your message, your link, and other parameters that you may want to change (details on that below).</p>
<p><strong>Step 7)</strong> Save your file and your done.</p>
<p>That&#8217;s really all there is to it and you&#8217;ve got a great looking attention bar on your iWeb site.</p>
<h2>Questions</h2>
<p><strong>What about if I want this on every page of my site?</strong></p>
<p>You&#8217;ll have to add this code to all the pages that you want this to show up, so if you want it on all pages of your site you&#8217;ll need to open up each page individually and add this code to the head of each page.  If you have a lot of pages you might want to use one of those tools I&#8217;ve mention previously such as iTweak or Mass Replace it and it you could do a find &lt;/head&gt; and replace with the code, but just add the &lt;/head&gt; to the end of the code and tell it to mass replace it and it would do all your pages.</p>
<p><strong>Do I have to do this each time I publish my site?</strong></p>
<p>Yes, when you republish a page in iWeb your html files will get re-written, so you&#8217;ll have to go and add this code to the head of your site again.</p>
<h2>Customization:</h2>
<p>You can customize quite a bit of this tip.  You&#8217;ll see other parameters in the code the is customizable.</p>
<p>Here are the parameters and a little explanation of what they do:</p>
<ul>
<li><strong>&#8220;positioning&#8221; : &#8220;fixed&#8221;</strong> &#8211; Inline = scrolls with the page, Fixed = stays on top of the screen also when scrolling the page.</li>
<li><strong>&#8220;display&#8221; : &#8220;delayed&#8221; -</strong> This is how the attention bar is displayed upon first load. Options are: delayed, expanded, collapsed, on scroll. The options delayed &amp; on scroll, depend on the Display delay settings.</li>
<li><strong>&#8220;displayDelay&#8221; : 2000 &#8211; </strong>When the site is visited the bar is colapsed by default, it will be expanded after this delay (in milliseconds).</li>
<li><strong>&#8220;speed&#8221; : 500 -</strong> How fast it animates up and down.</li>
<li><strong>&#8220;height&#8221; : 30 &#8211; </strong>How tall in pixels do you want the attention bar.</li>
<li><strong>&#8220;collapsedButtonHeight&#8221; : 30 &#8211; </strong>The height of the show button when the attention bar is collapsed</li>
<li><strong>&#8220;messagesFadeDelay&#8221; : 1500 &#8211; </strong>The delay that the message fades in.</li>
<li><strong>&#8220;easing&#8221; : &#8220;swing&#8221; &#8211; </strong>The options are: swing or linear (swing looks better ;-).</li>
<li><strong>&#8220;fontSize&#8221; : &#8220;10pt&#8221; &#8211; </strong>Size of the font.</li>
<li><strong>&#8220;fontColor&#8221; : &#8220;black&#8221; -</strong> Color of the font (you can use hex color values too, such as #ffffff for white).</li>
<li><strong>&#8220;aFontColor&#8221; : &#8220;black&#8221; &#8211; </strong>The font color of the link.</li>
<li><strong>&#8220;aFontSize&#8221; : &#8220;10pt&#8221; -</strong> The font size of the link.</li>
<li><strong>&#8220;backgroundColor&#8221; : &#8220;lightyellow&#8221; -</strong> The background color of the attention bar. You can also use hex color here too.</li>
<li><strong>&#8220;positionClose&#8221; : &#8220;left&#8221; &#8211; </strong>Position of the arrow button when the attention bar is closed.  The options are: left or right only.</li>
<li><strong>&#8220;enableCookie&#8221; : true &#8211; </strong>With this option set to true the users browser will remember the preference of the attention bar.  That way if they close the bar, it won&#8217;t pop up on every page.  If you set this to false it will always show whatever settings you set here every time.</li>
<li><strong>&#8220;cookieHash&#8221; : &#8220;fc3e8788bb772c04d0807b3cc2590518&#8243; -</strong> Don&#8217;t bother changing this.</li>
<li>&#8220;<strong>cookieExpire&#8221; : 1 &#8211; </strong>Cookie expire time in days. If the cookie expires, the user saved states will be ignored (The Attention bar will be auto expanded then! this only applies if you have the enable cookie option set to true.)</li>
<li><strong>&#8220;messagesDelay&#8221; : 5000 &#8211; </strong>Display in milliseconds (for ex: 2000 = 2 seconds)</li>
<li><strong>&#8220;announcement&#8221; :</strong> Long line is the image that shows up on the attention bar.  By default it&#8217;s a bullhorn, and the image path is attention-bar/images/announcement.png, but it comes with two other options, just change the announcement.png to &#8220;important.png&#8221; for a explanation point, or change it to &#8220;tip.png&#8221; and get a light bulb.</li>
<li><strong>&#8220;announcementClass&#8221; :</strong> Of course this is where you actually put your message.  I have a default message in there right now, but you can change that as well as the link.</li>
</ul>
</div>
<p>That should just about do it.  Let me know if you have any questions by adding it to the comments below.</p>
<h2>Video Tutorial</h2>
<p>Here&#8217;s a video tutorial on this just in case your still not sure.</p>
<iframe src="http://blip.tv/play/hcYigs2DLwA.html" width="600" height="376" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hcYigs2DLwA" style="display:none"></embed>
<p>Thanks everyone and hope you had fun with this iWeb tip.</p>
<p>If you found this tutorial helpful, please consider donating as it takes a lot of time to put together these tips. Thanks much for visiting iWebUnlimited.com.</p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-
xclick&hosted_button_id=VFQT6VXBL3DFN"><img src="https://www.paypal.com/en_US/i/btn/x-
click-
but21.gif" alt="Make a Donation to iWebUnlimited.com" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/attention-bar-in-iweb/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #26 &#8211; Snow in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/snow-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/snow-in-iweb/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 21:23:45 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Post Publish]]></category>
		<category><![CDATA[Snow]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=751</guid>
		<description><![CDATA[After adding snow to my site here on iWebUnlimited.com back in December I got a lot of people on the forum, facebook, and twitter requesting to post a tutorial on how to add snow to their iWeb sites.  So I&#8217;ve found a really easy way to add this to your own site.  I&#8217;ve created two [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-752 alignleft" title="Snow in iWeb" src="http://iwebunlimited.com/wp-content/uploads/2011/02/26-snow_in_iweb.png" alt="Snow in iWeb" width="150" height="150" />After adding snow to my site here on iWebUnlimited.com back in December I got a lot of people on the forum, facebook, and twitter requesting to post a tutorial on how to add snow to their iWeb sites.  So I&#8217;ve found a really easy way to add this to your own site.  I&#8217;ve created two ways that you can do this.  You can either just add it into an HTML snippet and it will only snow in the snippet (which you can size to whatever size you want), or if you want it to snow everywhere (like I had on the site) you have to publish your site, then open your html page in an html editor and add just one line of code.  It&#8217;s super simple, so let me walk your through how to do it.<span id="more-751"></span></p>
<p>With both examples (post in HTML Snippet and in HTML Code after publishing) you have to download the snowstorm.js file below and place it somewhere on your server (whether it be mobileme or your server account with someone like GoDaddy, iPower, BlueHost, etc.).  So for both of these you can do so by clicking the download button below:</p>
<p><a class="button" href="http://iwebunlimited.com/downloads/snowstorm_files.zip">Download Snowstorm.js file »</a></p>
<h2>Snow on the entire site:</h2>
<p>This one is quite simple, but it does require you to add a single line of code to the html after you publish it, but here are the steps to accomplish it.</p>
<p>1) Download the snowstorm.js file above and put in on your server.  Whether that be on your mobileme server or your hosted server with GoDaddy, iPower, etc.  If you&#8217;re hosting with MobileMe then I&#8217;d recommend creating a folder called &#8220;snow&#8221; in this location iDisk/Web/Sites/snow (this is the folder you&#8217;ll create).  If you are hosting this on your own server like GoDaddy or something similar I&#8217;d make this folder on the root level of the server (by root level I mean to immediate one to the live files.  It&#8217;s sometime listed as public_html, sometime&#8217;s it just the first level that comes up, etc.).</p>
<p>2) Then drop the snowstorm.js file in that &#8220;snow&#8221; folder we created in step 1.  If your using MobileMe your link to this file will become http://web.username.com/snow/snowstorm.js (of course replace &#8220;username&#8221; with your own mobileme account name).    If your using your own host (like GoDaddy, iPower, etc) then your link then become http://yoursite.com/snow/snowstorm.js</p>
<p>3) Create your iWeb site, make it look nice ;-) and publish your site to a folder.</p>
<p>4) Open up the html page that you want the snow to appear on in an HTML editor.  (I recommend using Coda from Panic Software, but as I&#8217;ve mentioned before you can just use TextEdit if you&#8217;d like, but be sure before opening it in TextEdit that you go into the TextEdit prefs and check the check box in the Open and Save tab that says &#8220;Ignore Rich Text Commands in HTML files&#8221;.  Then you can open it in TextEdit.</p>
<p>5) Add this line of code right before the closing &lt;/head&gt; tag.</p>
<blockquote><p><em>&lt;script src=&#8221;<span style="color: #ff0000;">http://yoursite.com/snow/snowstorm.js</span>&#8220;&gt;&lt;/script&gt;</em></p></blockquote>
<p>Of course replace the URL to link to where you put the .js file on your server.</p>
<p>6) Save and test.  If you open your html file now in Safari (or any other browser) you will see that your site is now snowing. Yay!  Upload it to your server and let your viewers enjoy the lovely snow on your website.</p>
<p><a class="button" onclick="window.open('http://iwebunlimited.com/examples/snow/snow.html','Snow in iWeb','width=830,height=700,left='+(screen.availWidth/2-415)+'');return false;" href="http://iwebunlimited.com/examples/snow/snow.html">View Demo »</a></p>
<h2>Snow in HTML Snippet</h2>
<p>This use of the code makes it so you don&#8217;t have to go into the html after publishing the site and add any code, you just add this code to an html snippet, hit apply, and it will snow in the html snippet.  The nice thing is, is that you can size the snippet to be whatever size you want, so can it be handy if you  (for example) only want it to snow over the top of a photo or something similar.  But keep in mind that wherever you put the snippet any links or button that are under it will not be &#8220;clickable&#8221;.  So only put it over the top of items that you don&#8217;t really need to be &#8220;clickable&#8221; underneath the snow.  This method does not put snow across the entire page, only in the html snippet.  If you want it to snow across the entire page, then use the tutorial above.</p>
<p>So here&#8217;s how to get it in an HTML Snippet:</p>
<p>1) Download the snowstorm.js file above and put in on your server.  Whether that be on your mobileme server or your hosted server with GoDaddy, iPower, etc.  If you&#8217;re hosting with MobileMe then I&#8217;d recommend creating a folder called &#8220;snow&#8221; in this location iDisk/Web/Sites/snow (this is the folder you&#8217;ll create).  If you are hosting this on your own server like GoDaddy or something similar I&#8217;d make this folder on the root level of the server (by root level I mean to immediate one to the live files.  It&#8217;s sometime listed as public_html, sometime&#8217;s it just the first level that comes up, etc.).</p>
<p>2) Then drop the snowstorm.js file in that &#8220;snow&#8221; folder we created in step 1.  If your using MobileMe your link to this file will become http://web.username.com/snow/snowstorm.js (of course replace &#8220;username&#8221; with your own mobileme account name).    If your using your own host (like GoDaddy, iPower, etc) then your link then become http://yoursite.com/snow/snowstorm.js</p>
<p>3) Add this line of code inside of an HTML Snippet.</p>
<blockquote><p><em>&lt;script src=&#8221;<span style="color: #ff0000;">http://yoursite.com/snow/snowstorm.js</span>&#8220;&gt;&lt;/script&gt;</em></p></blockquote>
<p>Of course replace the URL to link to where you put the .js file on your server.</p>
<p>6) Click apply on the snippet and you&#8217;ll find that it will now be snowing in your html snippet.  Feel free to resize the snippet to whatever size you need and the script will automatically size the snow to your snippet. Yay!  publish your site and let your viewers enjoy the lovely snow on your website.</p>
<p><a class="button" onclick="window.open('http://iwebunlimited.com/examples/snow/snow_widget.html','Snow in iWeb in an HTML Snippet','width=730,height=700,left='+(screen.availWidth/2-365)+'');return false;" href="http://iwebunlimited.com/examples/snow/snow_widget.html">View HTML Snippet Demo »</a></p>
<h3>Notes:</h3>
<p>You&#8217;ll find in the .zip file you downloaded there was two .js files.  If you find that the original snowstorm.js file is loading slow on your site, then try using the snowstorm-min.js file instead.</p>
<h3>Customization:</h3>
<p>Once you have Snowstorm running in your page, you can customize its properties either by editing the snowstorm.js file directly, or assigning new values to the snowStorm object after snowstorm.js has loaded.</p>
<p><strong>For example:</strong></p>
<blockquote>
<pre><em>&lt;!-- required snowstorm JS, default behaviour --&gt;
&lt;script src="http://yoursite.com/snow/snowstorm.js"&gt;&lt;/script&gt;

</em><span><em>&lt;!-- now, we'll customize the snowStorm object --&gt;</em></span><em>
&lt;script&gt;
snowStorm.snowColor = '#99ccff'; </em><span><em>// blue-ish snow!?</em></span><em>
snowStorm.flakesMaxActive = 96;  </em><span><em>// show more snow on screen at once</em></span><em>
snowStorm.useTwinkleEffect = true; </em><span><em>// let the snow flicker in and out of view</em></span><em>
&lt;/script&gt;</em></pre>
</blockquote>
<p>Thanks everyone.  Hope you like this tip and have fun with it.</p>
<p>If you found this tutorial helpful, please consider donating as it takes a lot of time to put together these tips. Thanks much for visiting iWebUnlimited.com.</p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-
xclick&hosted_button_id=VFQT6VXBL3DFN"><img src="https://www.paypal.com/en_US/i/btn/x-
click-
but21.gif" alt="Make a Donation to iWebUnlimited.com" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/snow-in-iweb/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #22 &#8211; Google Search in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/google-search-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/google-search-in-iweb/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 08:34:22 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Non-Post Editing]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=594</guid>
		<description><![CDATA[Google Search in iWeb
It&#8217;s finally here!  An easy way to get Google search on your iWeb site! Woo hoo!
So there are a few ways to get a Google Search into your iWebsite, an easy &#8220;paste code into an html snippet&#8221; way and a &#8220;more complex but sweet integrated google results&#8221; way.  So let&#8217;s start with [...]]]></description>
			<content:encoded><![CDATA[<h3><img class="alignleft size-full wp-image-595" title="Google Search in iWeb" src="http://iwebunlimited.com/wp-content/uploads/2010/04/22-google_search.png" alt="" width="150" height="150" />Google Search in iWeb</h3>
<p>It&#8217;s finally here!  An easy way to get Google search on your iWeb site! Woo hoo!</p>
<p>So there are a few ways to get a Google Search into your iWebsite, an easy &#8220;paste code into an html snippet&#8221; way and a &#8220;more complex but sweet integrated google results&#8221; way.  So let&#8217;s start with the easy one first, then we&#8217;ll move to the more complex one.  Here we go!</p>
<p><span id="more-594"></span><a class="linkmoreinner" title="Google Search in iWeb" onclick="window.open('http://iwebunlimited.com/examples/googlesearch.html','Google Search in iWeb Example','scrollbars=yes,width=830,height=735,left='+(screen.availWidth/2-415)+'');return false;" href="http://iwebunlimited.com/examples/googlesearch.html">See Demo »</a></p>
<h3>Simple Google Search Code:</h3>
<h4>Google Search Box 1:</h4>
<p><a href="http://iwebunlimited.com/examples/googlesearch.html" target="_blank"><img class="size-full wp-image-596 alignleft" title="Google Search Box 1" src="http://iwebunlimited.com/wp-content/uploads/2010/04/searchbox1.png" alt="Google Search Box 1" width="472" height="64" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>This code will put a simple Google Search box on your site that gives visitors a choice to search your website or google.  When a visitor enters a search term the search will take them to a new page with search results.  To add this to your website simply paste this code in an HTML snippet:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;!-- iWebUnlimited Google SiteSearch --&gt;</p>
<p>&lt;font face="<span style="color: #ff0000;">Verdana</span>", font size=<span style="color: #ff0000;">2</span>, font color="<span style="color: #ff0000;">000000</span>"&gt;</p>
<p>&lt;FORM method=GET action="http://www.google.com/search"&gt;</p>
<p>&lt;input type=hidden name=ie value=UTF-8&gt;</p>
<p>&lt;input type=hidden name=oe value=UTF-8&gt;</p>
<p>&lt;TABLE bgcolor="#FFFFFF"&gt;&lt;tr&gt;&lt;td&gt;</p>
<p>&lt;A HREF="http://www.google.com/"&gt;</p>
<p>&lt;IMG SRC="http://www.google.com/logos/Logo_40wht.gif"</p>
<p>border="0" ALT="Google"&gt;&lt;/A&gt;</p>
<p>&lt;/td&gt;</p>
<p>&lt;td&gt;</p>
<p>&lt;INPUT TYPE=text name=q size=<span style="color: #ff0000;">31</span> maxlength=255 value=""&gt;</p>
<p>&lt;INPUT type=submit name=btnG VALUE="<span style="color: #ff0000;">Google Search</span>"&gt;</p>
<p>&lt;font size=-1&gt;</p>
<p>&lt;input type=hidden name=domains value="<span style="color: #ff0000;">iWebUnlimited.com</span>"&gt;&lt;br&gt;</p>
<p>&lt;input type=radio name=sitesearch value=""&gt; The Web &lt;input type=radio name=sitesearch value="http://<span style="color: #ff0000;">www.iwebunlimited.com</span>" checked&gt; <span style="color: #ff0000;">iWebUnlimited.com</span> &lt;br&gt;</p>
<p>&lt;/font&gt;</p>
<p>&lt;/td&gt;&lt;/tr&gt;&lt;/TABLE&gt;</p>
<p>&lt;/FORM&gt;</p>
<p>&lt;!-- SiteSearch Google --&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>Then simply change the code in red to modify to fit your site.  You can adjust the font, size, and color, then (most importantly) add your site&#8217;s name and URL.  Hit apply on your snippet, publish, and your set!</p>
<p><br class="spacer_" /></p>
<h4>Google Search Box 2:</h4>
<p><a href="http://iwebunlimited.com/examples/googlesearch.html" target="_blank"><img class="size-full wp-image-598 alignleft" title="Google Search Box 2" src="http://iwebunlimited.com/wp-content/uploads/2010/04/searchbox21.png" alt="Google Search Box 2" width="316" height="88" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>This box is the same as Google Search Box 1, but it only searches your site.  Simply paste this code in an HTML snippet:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;!-- iWebUnlimited Google Search --&gt;</p>
<p>&lt;form action="http://www.google.com/search" method="get"&gt;</p>
<p>&lt;A HREF="http://www.google.com/"&gt;</p>
<p>&lt;IMG SRC="http://www.google.com/logos/Logo_40wht.gif"</p>
<p>border="0" ALT="Google" align="absmiddle"&gt;&lt;/A&gt;&lt;br&gt;</p>
<p>&lt;input type="hidden" name="sitesearch" value="<span style="color: #ff0000;">http://www.iwebunlimited.com</span>" /&gt;</p>
<p>&lt;input type="text" name="q" size="<span style="color: #ff0000;">31</span>" maxlength="255" value="" /&gt;</p>
<p>&lt;input type="submit" value="<span style="color: #ff0000;">Search</span>" /&gt;</p>
<p>&lt;input type=hidden name=ie value=UTF-8&gt;</p>
<p>&lt;input type=hidden name=oe value=UTF-8&gt;</p>
<p>&lt;/FORM&gt;</p>
<p>&lt;!-- Search Google --&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>Then just replace the text in red with your site, hit apply, and your set.</p>
<p><br class="spacer_" /></p>
<h4>Google Search Box 3:</h4>
<p><a href="http://iwebunlimited.com/examples/googlesearch.html" target="_blank"><img class="size-full wp-image-599 alignleft" title="Google Search Box 3" src="http://iwebunlimited.com/wp-content/uploads/2010/04/searchbox3.png" alt="Google Search Box 3" width="309" height="47" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>This box is the same as #3, but it has no Google branding.  Just add this code:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;!-- iWebUnlimited Google Search --&gt;</p>
<p>&lt;form action="http://www.google.com/search" method="get"&gt;</p>
<p>&lt;input type="hidden" name="sitesearch" value="http://<span style="color: #ff0000;">www.iwebunlimited.com</span>" /&gt;</p>
<p>&lt;input type="text" name="q" size="<span style="color: #ff0000;">31</span>" maxlength="255" value="" /&gt;</p>
<p>&lt;input type="submit" value="<span style="color: #ff0000;">Search</span>" /&gt;</p>
<p>&lt;/form&gt;</p>
</blockquote>
<p><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">Again replace the code in red, hit apply, publish, and done!</span></p>
<p></code></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h4>Google Search Box 4:</h4>
<p><a href="http://iwebunlimited.com/examples/googlesearch.html" target="_blank"><img class="size-full wp-image-600 alignleft" title="Google Search Box 4" src="http://iwebunlimited.com/wp-content/uploads/2010/04/searchbox4.png" alt="Google Search Box 4" width="319" height="93" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>This one is just a simple &#8220;search the web&#8221; Google search.  For those that simple want the convenience of search the web through their own website.  Just paste this code below:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;!-- iWebUnlimited Google Search --&gt;</p>
<p>&lt;FORM method=GET action="http://www.google.com/search"&gt;</p>
<p>&lt;input type=hidden name=ie value=UTF-8&gt;</p>
<p>&lt;input type=hidden name=oe value=UTF-8&gt;</p>
<p>&lt;TABLE bgcolor="#FFFFFF"&gt;&lt;tr&gt;&lt;td&gt;</p>
<p>&lt;A HREF="http://www.google.com/"&gt;</p>
<p>&lt;IMG SRC="http://www.google.com/logos/Logo_40wht.gif"</p>
<p>border="0" ALT="Google" align="absmiddle"&gt;&lt;/A&gt;&lt;br&gt;</p>
<p>&lt;INPUT TYPE=text name=q size=25 maxlength=255 value=""&gt;</p>
<p>&lt;INPUT type=submit name=btnG VALUE="Google Search"&gt;</p>
<p>&lt;/td&gt;&lt;/tr&gt;&lt;/TABLE&gt;</p>
<p>&lt;/FORM&gt;</p>
<p>&lt;!-- Search Google --&gt;</p>
</blockquote>
<p></code></p>
<p>And that&#8217;s it, have fun!</p>
<p><br class="spacer_" /></p>
<h2>Advanced Google Search in iWeb:</h2>
<p><a href="http://iwebunlimited.com/examples/googlesearch.html" target="_blank"><img class="size-medium wp-image-601 alignleft" title="Search Results" src="http://iwebunlimited.com/wp-content/uploads/2010/04/searchresults-300x231.png" alt="Search Results" width="300" height="231" /></a></p>
<p>Alright, let&#8217;s now dig a bit deeper.  This tip here will give you a google search box that when a user searches, they remain on your site and your results will show up on your site as well. WooHoo!  It gives users a much better user experience.  So here we go:</p>
<p>1) The first thing you need to do is to log in or create a Google Adsense account.  Do so by going to <a title="Google Adsense" href="https://www.google.com/adsense/" target="_blank">https://www.google.com/adsense/</a></p>
<p>2) After your logged in go to the &#8220;Adsense Setup&#8221; tab and click the &#8220;Adsense for Search&#8221;</p>
<p>3) You&#8217;ll be guided through a series of questions to setup your search for your site of which are:</p>
<ul>
<li>Search Type: Choose &#8220;Only Sites I Select&#8221;</li>
<li>Selected Sites: Enter your website (the full site, http://yoursite.com, or http://web.me.com/mobilemeusername</li>
<li>Optional Keywords: Enter keywords that have to do with your site.  Here&#8217;s a <a href="https://www.google.com/adsense/support/bin/answer.py?answer=91654&amp;sourceid=aso&amp;subid=ww-ww-et-asui&amp;medium=link" target="_blank">link</a> with examples.</li>
<li>More Options: Site Language: Of course choose your language.</li>
<li>Your site encoding: I recommend leaving it at it&#8217;s default.</li>
<li>Country of Territory: Choose your country.</li>
<li>Custom Channel: If you&#8217;ve made previous ad channels you can set this up in relation to one of those, but if not no worries, just keep the checkbox that says &#8220;Automatically create new channel&#8221;</li>
<li>Safe Search: I recommend leaving it on.  Keeps inappropriate items out of your visitors search.</li>
</ul>
<p>Then hit continue.</p>
<p>4) You then can choose the style of the search box you wish to have on your site.  So just click the radio button that looks most like it would fit in with your site.  You can also choose how many characters you want your search box to be.  Feel free to modify to best fit your site.</p>
<p>Then hit continue.</p>
<p>5) The next page asks where the search results will be.  Choose the option that says &#8220;Open results within my own site&#8221;, then specify the URL that the results will be at (this will be a page that we will create later.  I suggest putting in http://yoursite.com/results.html or http://web.me.com/mobilemeusername/sitename/results.html, we can always change this later if you need to as well).  It also asks you to put in the size of the results in width.  The smallest it can be is 795, so we&#8217;ll have to be sure we&#8217;ll make room for this on our site later on.  I recommend just keeping it the default 800px wide.</p>
<p>You then will choose where you would like the ads placed (Don&#8217;t worry you&#8217;ll get cash for people clicking on the ads that are on your site).  I suggest choosing &#8220;right only&#8221;, unless you want to persuade people to click the ads, in that case choose &#8220;top and right&#8221;.</p>
<p>The last option on this page is the modification of the colors.  It&#8217;s a pretty neat feature here where you can change the colors of the search results so it will match your website.  So do that here.  They have some presets if you&#8217;d like to play with those, or you can just change the colors individually.</p>
<p>Then hit continue.</p>
<p>6) The next page simply has you name your new search engine we&#8217;ve just setup.  Give a name (doesn&#8217;t really matter what you name it) , read the additional terms (if you want), click the checkbox that you agree, and hit the &#8220;Submit and Get Code&#8221; Button.</p>
<p>7) Alright we have arrived! WooHoo! You now have two boxes with code.  Copy and paste those bits of code somewhere where you can access it.  I personally like to use Evernote (it&#8217;s free and syncs with everything), but you could save it in a document (pages, word, google docs, text edit), Apple Mail Notes, etc.  Doesn&#8217;t matter where you save it, just save it so you can access it later.</p>
<p>So the first box is the search box and second box is the results code.  So the first thing we are going to do is copy and paste the search box code into an HTML Snippet in iWeb.  This can be anywhere and on as many pages as we&#8217;d like.  If you want to have a search box on everypage, go for it.  Just get that search box on your iWebsite somewhere.</p>
<p>8) Alright now that we have a search box on our website, we now need to make the <strong>results page</strong>.  Sooooo, to do this we are going to create a new page on our site.  So go ahead and hit the &#8220;Add Page&#8221; button in iWeb in the bottom left or click file &gt; New Page, or you can duplicate an existing page by selecting it and pressing &#8220;command + d&#8221;.  Name this page &#8220;results&#8221; in the sidebar.  This will end up being the http://yoursite.com/results.html page the we specified back in step #5.  Now design the page how you would like it to look leaving the main content area empty using your imagination that our results will be in the middle.</p>
<p>9) Now that you&#8217;ve created and designed the page add a text box onto the page and type in the text box this &#8220;%%GOOGLE SEARCH RESULTS%%&#8221; (without the quotes).  Then stretch the text box to be the size that you would like your results to be.  It has to be at least 800px wide (remember when we specified that in step #5) and you&#8217;ll want to make it about 875 pixel&#8217;s in height too. So adjust your design layout accordingly to this textbox size.</p>
<p>10) OK now, publish your website, either to a folder, your server, or mobileme.</p>
<p>11) Now before this can work, we need to go in and replace that crazy text I had you enter %%GOOGLE SEARCH RESULTS%% with our code.  So to do that we need to open up that results.html page we created with an html editor.  Again I like to use Coda or Espresso, but you can use TextEdit (if you go into the prefs and turn on the &#8220;Ignore Rich Text Commands in HTML&#8221; check box).  Do a find and replace option by pressing &#8220;command + f&#8221; search for our crazy text &#8220;%%GOOGLE SEARCH RESULTS%% and replace it with our results code.</p>
<p>Then hit save and put your files live online to test.</p>
<p>12) TaDah! Your finished.  Go visit your site and test it out to make sure it is working properly.</p>
<h3>Troubleshooting:</h3>
<p>Your page has to be online for it to work (you can&#8217;t test it locally because when you type something in the search box the results will only show up at http://yoursite.com/results.html, if your search is not working for any reason it could be that your results.html file is not in the right spot.  Also if your site is brand new to the web it might take some time for your results to show up because google hasn&#8217;t cached your site yet.  You can try to speed up this caching process by submitting your site into Google by going to <a href="http://www.google.com/addurl/?continue=/addurl" target="_blank">http://www.google.com/addurl/?continue=/addurl</a></p>
<p>If you need to change where the results page is you change that URL in the google search box code.</p>
<p>I already know I&#8217;m going to get this question: Do I have to do this everytime I publish. The answer to that is yes and no.  Anything that we have to modify outside of iWeb (i.e. the results code), then yes we have to do each time.  So what I recommend for this tip is to have your results page in another site (file &gt; new site), get your code setup, and published, then the main site you can update all you want and it won&#8217;t effect the results code page cause you won&#8217;t be needing to really update that page…really ever.  So just get that page online, then you can put the search box on as many pages as you want.</p>
<p>Any other questions feel free to leave in the comments below.</p>
<p><br class="spacer_" /></p>
<p>I&#8217;ve had a lot of requests for this in the forum, so hopefully this takes care of all your iWeb site searching needs.  I&#8217;ll probably make a video tutorial on how to do this in the near future for those that want to do the advanced search tip, but are a little overwhelmed or stuck.  So stay tuned for that.</p>
<p>If this tip helped you, consider donating to the iWebUnlimited cause by clicking below;</p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-
xclick&hosted_button_id=VFQT6VXBL3DFN"><img src="https://www.paypal.com/en_US/i/btn/x-
click-
but21.gif" alt="Make a Donation to iWebUnlimited.com" /></a></p>
<p><img class="size-medium wp-image-612 alignleft" title="iJason" src="http://iwebunlimited.com/wp-content/uploads/2010/04/Jason-Trapped-in-Mac-transparent-300x193.png" alt="iJason" width="180" height="116" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>—iJason</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/google-search-in-iweb/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #19 &#8211; Shadowbox in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 07:47:55 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Image Pop Up]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Model Box]]></category>
		<category><![CDATA[Post Publish]]></category>
		<category><![CDATA[Shadowbox]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157</guid>
		<description><![CDATA[So I know that I have done 3 other tips similar to this one (Fancyzoom, Highslide, and Lytebox) and I thought I was done posting tips about the fanzy popup realm, but when I found this effect I just had to post it.  This in my opinion in the mother of all popup effects.  Why? [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/08/19-shadowbox_in_iweb.png"><img class="alignleft size-full wp-image-198" style="margin: 5px;" title="19-shadowbox_in_iweb" src="http://iwebunlimited.com/wp-content/uploads/2009/08/19-shadowbox_in_iweb.png" alt="Shadowbox in iWeb" width="150" height="150" /></a>So I know that I have done 3 other tips similar to this one (Fancyzoom, Highslide, and Lytebox) and I thought I was done posting tips about the fanzy popup realm, but when I found this effect I just had to post it.  This in my opinion in the mother of all popup effects.  Why? Because it supports so many formats natively to it.  You can do, of course image, but it can also do swf’s, html, flv’s, YouTube, mov (Quicktime), even wmv (windows media), and more.  It’s fantastic and works pretty much just like the other effects.  So if you have done my other fancy popup tutorials than you will kindof already understand how this one works.  But here goes the tutorial on how to do it.</p>
<p><span id="more-157"></span></p>
<blockquote><p><strong><a title="Shadowbox Download" onclick="window.open('http://www.iwebunlimited.com/examples/shadowbox_iweb_example.html','Shadowbox in iWeb Example','scrollbars=yes,width=810,height=740,left='+(screen.availWidth/2-405)+',top='+(screen.availHeight/2-370)+'');return false;" href="http://www.iwebunlimited.com/examples/shadowbox_iweb_example.html" target="_blank">View Demo of Shadowbox in iWeb »</a></strong></p>
</blockquote>
<p><strong>Step 1)</strong> Make a page in iWeb and add links to your media in one of the following ways:</p>
<ul>
<blockquote>
<li><strong>Images:</strong> Drop an image on your page and enable as a hyperlink from the hyperlink inspector and link to “a file” and choose the same image (preferably a higher res version of the photo, at least 800 x 600).</li>
<li><strong>SWF’s (Flash Files):</strong> Drop an image to represent the swf (could be an image, a shape, text, you could even launch your swf and do a screen capture (command + shift + 4) and drag over it to get an image to add in.)  Basically just get something that will be clickable that we can link to the swf.  After adding that image or whatever enable it as a hyperlink and link to the swf file itself.</li>
<li><strong>HTML:</strong> Simply enable as a hyperlink your image, shape, text to an external page.</li>
<li><strong>FLVs (Flash Video):</strong> Same as the swf, get/make a graphical representation of the video (an image, shape, or text) and enable it as a hyperlink and link to “A File” and choose the .flv file.</li>
<li><strong>QuickTime:</strong> Same as the FLV and SWF.  Get/make a graphical representation of the video (an image, shape, or text) and enable it as a hyperlink and link to “A File” and choose the .mov file.</li>
<li><strong>WMV (Windows Media Video):</strong> Same as the FLV,SWF, and MOV.  Get/make a graphical representation of the video (an image, shape, or text) and enable it as a hyperlink and link to “A File” and choose the .wmv file.</li>
<li><strong>YouTube:</strong> Get/make a graphical representation of the video (an image, shape, or text) and enable it as a hyperlink and link to an external page.  Copy the you tube URL from you tube and paste it in URL field in iWeb hyper link inspector.  Then here your going to do one more step.  You need to alter the URL just slightly.  Your YouTube video code will look like something like this: http://www.youtube.com/watch?v=qKiIm5EcQ7A you need to alter it so it looks like this: http://www.youtube.com/v/qKiIm5EcQ7A, basically you delete the “watch?”, put a slash after the v, and get rid of the “=” sign. If you don’t do this your YouTube video for this effect won’t work.  So this is an important step for you YouTube users.</li>
<li>This effect works with many other video services like <strong>Vimeo, Google Video, Yahoo Video, etc</strong>.  For those sites you don’t need to alter the code like the YouTube, simply make a graphical representation for them and link them to an external page with the URL of the video in it.</li>
</blockquote>
</ul>
<p><strong>Step 2)</strong> Publish your iWeb file to a folder, MobileMe, or FTP</p>
<p><strong>Step 3)</strong> Download the Shadowbox .zip file by clicking the download link at the top of this page or click <a title="Shadowbox in iWeb Download" href="http://www.iwebunlimited.com/downloads/shadowbox.zip">here »</a>.</p>
<p><strong>Step 4)</strong> Unzip the shadowbox.zip file (if your mac didn’t unzip it for you), and drop the folder called “shadowbox” into your site folder.  Not your page folder, your site folder.  You want the shadowbox folder to be right next to your html page.</p>
<p><strong>Step 5)</strong> Open your html page (the one with your hyperlinks of course) with an HTML editor.  I prefer to use Coda, but again you could use an array of other ones out there (Espresso, TextWrangler, Even TextEdit)(if you use text edit be sure to check the checkbox in the textedit prefs that says ignore rich text commands in html files).</p>
<p><strong>Step 6)</strong> Add this code before the &lt;/head&gt; tag of your HTML page:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;!-- Start of Shadowbox Code --&gt;</p>
<p>&lt;link rel="stylesheet" type="text/css" href="shadowbox/shadowbox.css"&gt;</p>
<p>&lt;script type="text/javascript" src="shadowbox/shadowbox.js"&gt;&lt;/script&gt;</p>
<p>&lt;script type="text/javascript"&gt;</p>
<p>Shadowbox.init({</p>
<p>players:    [<span style="color: #ff0000;">'img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'</span>]</p>
<p>});</p>
<p>&lt;/script&gt;</p>
<p>&lt;!-- End of Shadowbox Code --&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>OR you could also just do a find and replace by finding:</p>
<blockquote><p><code>&lt;/head&gt;</code></p>
</blockquote>
<p>and replace with</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;!-- Start of Shadowbox Code --&gt;</p>
<p>&lt;link rel="stylesheet" type="text/css" href="shadowbox/shadowbox.css"&gt;</p>
<p>&lt;script type="text/javascript" src="shadowbox/shadowbox.js"&gt;&lt;/script&gt;</p>
<p>&lt;script type="text/javascript"&gt;</p>
<p>Shadowbox.init({</p>
<p>players:    [<span style="color: #ff0000;">'img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'</span>]</p>
<p>});</p>
<p>&lt;/script&gt;</p>
<p>&lt;!-- End of Shadowbox Code --&gt;</p>
<p>&lt;/head&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>Where it says players, go ahead and delete any/all the players that you don’t need.  So for example if your not linking to an swf flash file, delete the ‘swf’, code.</p>
<p><strong>Step 7)</strong> Find your hyperlinks that we created in iWeb in the html code here and add a</p>
<blockquote><p><code>rel="shadowbox"</code></p>
</blockquote>
<p>to your <strong>image links</strong> so it looks like this</p>
<blockquote><p><code>&lt;a href="myimage.jpg" <span style="color: #ff0000;">rel="shadowbox"</span> title=“Whatup”&gt;My Image&lt;/a&gt;</code></p>
</blockquote>
<p>An easy way to find your links is to do a search for “title”, then you can spot the link code and put the rel=”shadowbox” right before the title tag.</p>
<p>For your <strong>video links</strong> you need to add a width and height dimension to it, so for all flv, swf, mov, wmv, html, and youtube like links you’ll need to add this code instead:</p>
<blockquote><p><code>rel="shadowbox;width=<span style="color: #ff0000;">640</span>;height=<span style="color: #ff0000;">480</span>"</code></p>
</blockquote>
<p>Just adjust the dimension to match your swf, webpage, or video. Here’s an example for a quicktime video.</p>
<blockquote><p><code>&lt;a href="mymovie.mov" <span style="color: #ff0000;">rel="shadowbox;width=480;height=640"</span> title=”My Movie”&gt;My Movie&lt;/a&gt;</code></p>
</blockquote>
<p>You can also <strong>group items</strong> to together in a slideshow like way by adding a grouping text to all the shadowbox code you add to the links.  Here’s what it would look like:</p>
<blockquote><p><code>rel="shadowbox[Group]"</code></p>
</blockquote>
<p>Just be sure to add that [Group] to all the links you want to be connected.  You can have 2 or more seperate groupings by just making a different text group like [Group2], and add it to the other ones you want to group.</p>
<p>For <strong>YouTube videos</strong> you have to use this code:</p>
<blockquote><p><code></code><code>rel="shadowbox;width=425;height=344;player=swf"</code></p>
</blockquote>
<p>Same princible goes with adjusting the width and height for your YouTube video.  So your YouTube link would look something like this:</p>
<blockquote><p><code></code><code>&lt;a href="http://www.youtube.com/v/qKiIm5EcQ7A" rel="shadowbox;width=425;height=344;player=swf" title="YouTube Video"&gt;&lt;img src="my_webpage_files/flash_in_iweb-youtube.jpg"</code></p>
</blockquote>
<p><strong>Step 8 )</strong> While your in adjusting your links adding rel=”shadowbox” code, you should probably <strong>change your “title”</strong> code to say something more relevant than just the path to your file.  So where you see the title=”<span style="color: #ff0000;">big_long_link_files/this_is_not_a_good_title.html</span>”, change it to say something else like title=”<span style="color: #ff0000;">Check out my cool photo</span>” or whatever.</p>
<p><strong>Step 9)</strong> Hit Save and your done! Yay!  Make sure all your files are online, test it out to make sure it’s working properly and your set.</p>
<p>There are many other options that you can add for advanced users that I won’t go into here, but you can check them out by going to <a title="http://www.shadowbox-js.com/options.html" href="http://www.shadowbox-js.com/options.html" target="_blank">http://www.shadowbox-js.com/options.html</a>.</p>
<p><strong>Note:</strong> Shadowbox can be used for free for non-commercial websites.  If you are going to use it for commerical purposes you must purchase a license.  You can do that by visiting their website at <a title="http://www.shadowbox-js.com" href="http://www.shadowbox-js.com/">www.shadowbox-js.com</a>.  Also included with the iWeb version of shadowbox that I have made is a JW FLV Player.  It also can be used for free for non-commercial websites.  If you use the JW FLV Player to play flv files for commercial purposes you must purchase a license.  You can do that by visiting <a title="https://www.longtailvideo.com/players/order2" href="https://www.longtailvideo.com/players/order2">https://www.longtailvideo.com/players/order2</a>.</p>
<p><strong>**Also note that this effect cannot be used with links using a shape or text box. Link only a true graphic (jpg, png, gif, etc) or link the text itself.</strong></p>
<p>I know it can get a bit complex getting into the code, especially if you’ve never really dealt with html code much before.  But just take it slow and go step by step and you’ll get it.  If you mess up, just go back to iWeb and republish and you can start over.   I think this is the best of the popup effects cause it deals with all media formats so easily.  So I hope you enjoyed the tip and if you feel like this helped you in some way consider donating to the iWeb cause.  The more donations I get the more time I’ll put into making more tips like this.</p>
<p>Thanks for visiting iWebUnlimited.com</p>
<p>—iJason</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/feed/</wfw:commentRss>
		<slash:comments>116</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #16 &#8211; Navigation Menus in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-16-navigation-menus-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-16-navigation-menus-in-iweb/#comments</comments>
		<pubDate>Tue, 19 May 2009 23:23:58 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Drop Down Menus]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=149</guid>
		<description><![CDATA[This iWeb tip is all about navigation menus in iWeb.  I’ve had many request to get into menus.  Simple navigation is pretty simple in iWeb and you can make the navigation pretty customized.  Drop down menus get a little more complicated in iWeb, however it is possible.  This tutorial will show you how, so here [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/05/navigation_in_iweb.jpg"><img class="alignleft size-full wp-image-316" style="margin-left: 5px; margin-right: 5px;" title="navigation_in_iweb" src="http://iwebunlimited.com/wp-content/uploads/2009/05/navigation_in_iweb.jpg" alt="Navigation Menus in iWeb" width="214" height="158" /></a>This iWeb tip is all about navigation menus in iWeb.  I’ve had many request to get into menus.  Simple navigation is pretty simple in iWeb and you can make the navigation pretty customized.  Drop down menus get a little more complicated in iWeb, however it is possible.  This tutorial will show you how, so here we go.  Let’s start simple and go more and more complex.</p>
<p><span id="more-149"></span></p>
<blockquote>
<h3><strong><a onclick="window.open('http://www.iwebunlimited.com/examples/navigation/navigation.html','Navigation Menus in iWeb Example (Drop Downs)','scrollbars=yes,width=810,height=740,left='+(screen.availWidth/2-405)+',top='+(screen.availHeight/2-370)+'');return false;" href="http://www.iwebunlimited.com/examples/navigation/navigation.html" target="_blank">View Demo »</a></strong></h3>
</blockquote>
<h2><span style="font-weight: normal;">The built in iWeb Navigation:</span></h2>
<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/05/iweb_navi.jpg"><img class="alignleft size-full wp-image-317" title="iweb_navi" src="http://iwebunlimited.com/wp-content/uploads/2009/05/iweb_navi.jpg" alt="" width="471" height="27" /></a></p>
<p>First as you probably have noticed iWeb gives you a navigation menu at the top of the page automatically and with each added page it adds a new text button at the top that is the same name as whatever you named your page in the sidebar.  It’s pretty convenient sure, but lacks any constumization at all to out site.  So if you want to keep it simple than just keep the built in navigation</p>
<h2><span style="font-weight: normal;">Your own Text Navigation:</span></h2>
<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/05/inspector.png"><img class="alignright size-full wp-image-318" title="inspector" src="http://iwebunlimited.com/wp-content/uploads/2009/05/inspector.png" alt="" width="184" height="199" /></a>If you want to have a similar look as the built in navigation, but want to customize it.  The first thing to do is to go into the page inspector &gt; Page Tab, and uncheck “Display navigation menu”.  That will take the auto-navigation off.  But now you have no links or ways to get to the other pages of your site.  So what you do is, simply make a text box type the name of your pages as you want them to appear, style it (i.e. fonts, sizes, etc, but don’t worry about color yet), then go to the hyperlink inspector and highlight the text word button one at a time and enable them as a hyperlink going to your pages.  Then go into the Hyperlink Inspector &gt; Format tab to style the colors of the “Normal” state, the “Rollover” state, “Visited” state, and “disabled” state.  Then your done.  Copy and paste the text box onto all the other pages now and you have yourself a cutom text navigation.</p>
<p><strong>note</strong>: I recommend creating all of your pages first, then make your Text Navigation so that you can link them to the pages and proceed to copy them to the other pages as well.  Also remember that any font that is not websafe could cause problems.  So if you font is a special font you can guarantee that the font will show up by making it an image.  To do that go to the Graphic Inspector and give the text box a shadow then bring the shadow opacity down to 5%.  You won’t be able to see the shadow, but now your text will be turned into an image.</p>
<h2><span style="font-weight: normal;">Graphic Menu:</span></h2>
<p>Another great way to stylize your navigation is to use graphics in iWeb.  You can use the shapes to create some pretty good looking menus.  Here’s an example simply using two rounded cornered square shapes and a text box.</p>
<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/05/graphic_menu.png"><img class="size-full wp-image-319 alignnone" style="margin-top: 5px; margin-bottom: 5px;" title="graphic_menu" src="http://iwebunlimited.com/wp-content/uploads/2009/05/graphic_menu.png" alt="" width="458" height="43" /></a></p>
<p>Here’s my quick workflow for this menu: 1) Create shape 2) Size shape according to site size desires 3) Add gradient color with darker on bottom and lighter on top 4) Add 2pt white stroke 5) add shadow 6) Duplicate shape (Option + Drag shape, now you have to of the same shape) 7) On 2nd shape, remove shadow and stroke, and change top gradient color to white with 26% opacity and bottom gradient color to white with 11% opacity. 8 ) size the 2nd shape so it’s half the size height-wize as the 1st shape.  (this effect gives you the shine look) 9) Add stylized text box over the top of shapes.</p>
<h2><span style="font-weight: normal;">Photoshopped Rollover Menu:</span></h2>
<p>If you really want to spice up the graphic menu and own photoshop, then here’s a cool way to do it.  Take the same graphic menu that we created earlier and copy and paste it into photoshop. To do that you hightlight the 1st shape and press command + c to copy, then jump over to photoshop and press command + n or File&gt;New and photoshop will see that you have something copied to the clipboard and will default to that size.  But you need to change the color mode from “Greyscale” to “RGB Color”.  Then press comman + V in photoshop or press Edit&gt;paste and your shape you made in iWeb will be in photoshop.  You’ll need to add a shadow to your shape here (if wanted/needed) cause the shadows don’t copy over.  You can then copy and paste your highlight shape (the 2nd shape) in there too.  You can even copy and paste the text box if you want also, but you can just as well type the text in photoshop too.  Once it looks pretty good in photoshop, hold your mouse down on the crop tool until you see the slice tool.  Use that to draw boxes over the different buttons of your menu.  For example our graphic menu above has 5 buttons on it, so you would draw 5 squares with the slice tool.  Then choose file &gt; save for web &amp; devices, and be sure that it says to save as a PNG 24, choose your location to save and file name (I recommend naming them “up”) and hit save.  You will then see the result is a folder called images with your 5 sliced boxes as individual graphics.  These are your “Up” graphics.  Meaning this is what the buttons look like when they are just sitting there…when their up.  Then you go back in and find the main shape layer and use some photoshop trickery to change the color slightly.  You could change the hue so it’s a different color, the brightness, etc.  Whatever you do, we just want something that looks different.  So that when they rollover they see something change.  It could even be the text.  Once you have that looking different, choose file&gt;save for web and devices again, save as PNG 24, choose save location (should be the same place as before), name (I recommend “over”), and hit save.  You will then have another images folder with your “over” images.  These are the images that will swap out when the user rolls their mouse button over the graphic.  We now need to put these graphics on our server (meaning MobileMe iDisk or your own server from say <a href="http://www.ragesw.com/webhosting.php">RAGE iWeb Web Hosting</a>). At this point go to my rollover tip and follow those instruction on how to get the rollover effect now that you have the graphics, and the result is something like this:</p>
<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/05/photoshop_navi.png"><img class="alignnone size-full wp-image-320" title="photoshop_navi" src="http://iwebunlimited.com/wp-content/uploads/2009/05/photoshop_navi.png" alt="" width="597" height="60" /></a></p>
<p>You can see the working version in the <a title="Navigation Example" href="http://www.iwebunlimited.com/examples/navigation/navigation.html" target="_blank">demo</a>.  If you&#8217;d like <a title="Download Photoshop Btns" href="http://www.iwebunlimited.com/downloads/navigation/photoshop_btns.zip">here</a> is the photoshop file you can download to get you started.</p>
<h2><span style="font-weight: normal;">Drop Down Menus in iWeb:</span></h2>
<p>This is a big one.  I’ve had a lot of request for this.  The problem with drop down menus is that they get a bit complicated.  I wish they were as easy as a simple html snippet to paste in, but it’s not.  So I’ve tried to make this as simple as possible.  To do this you must understand (and I’ll try to explain this the best I can) that the first and foremost problem with putting dropdown menus into an html snippet is that drop down menus require a lot of room to drop down over the top of your content and every object in iWeb (shapes, text boxes, snippets, etc) is layered, meaning one is above another.  So what happens is that the html snippet needs to always be on the top layer above all your text boxes and shapes, etc, but if you have any links under your snippet they will not be clickable because you snippet needs to be as big as your longest and widest drop down link and everything else on your page will be underneath it, again making any links under the snippet unable to be clicked.  So I’m going to show you first how to get around this with out using html snippets where we modify the code after publish to get the desired effect.  Then I’ll show you how to do this using HTML Snippets (as long as you understand that everthing under your snippet will not be clickable ;-).</p>
<p><strong>1) Drop Down Menu without HTML Snippet:</strong></p>
<p>First simply make your links from a text box.  Similar to our text navigation above.  Then simply publish your iWeb page.  Find your publish html page and open it with an HTML editor (coda, espresso, textedit, etc) and add the below code right before the &lt;/head&gt; tag:</p>
<p><script src='http://pastie.org/945782.js'></script></p>
<p>You then change the code to customize it to your site and style.  The items your going to want to change are the items outlined in the comment code.  You&#8217;ll see to change font size, color, and most importantly your links which are outlined by &#8220;Menu1&#8243; and &#8220;Menu2&#8243;</p>
<p>Then you find in the code the text that you linked and add the line of code in blue, making sure the code looks like this:</p>
<blockquote><p><code></code><code>&lt;a href="My_Page_in_iWeb.html" <span style="color: #000080;">onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()" </span>title="My_Page_in_iWeb.html"&gt;The Linked text that people see&lt;/a&gt;</code></p>
</blockquote>
<p>You’ll notice that in the head tag code there is text called menu1 and the link code that matches also has a menu1 in it.  That how you put them together, and you can add as many sublinks as you’d like in the head code where the menu1 is.  Just copy the line and keep adding another menu1[3], etc etc.  That is only for one button.  If you have more buttons that need it, just copy the whole menu1 part in the head code, paste it below the 1st menu1 part and change it to menu2, then in your links do the same and change it to say menu2 and so on (Hopefully that makes sense).  Once your done, just save it and your in business.  Be sure to test it out, once it is working successfully put online and your set.  I’ll have a video tutorial on this as well as I tend to do with the more complicated tutorials.</p>
<p><strong>2) Drop Down Menu Using IzzyMenu:</strong></p>
<p>Another way to create drop downs is to go to IzzyMenu.com.  It’s totally free (just dodge the ads), then you can build a drop down menu in a nice little drop down menu creator, then they let you download your complete menu.  Once downloaded you’ll see some ads on it, you can get rid of these by opening up the IzzyMenu.html in an editor and delete this last line of code:</p>
<blockquote><p><code>&lt;div style="clear:both; text-align:center; padding:10px;"&gt;&lt;a href="http://www.templateo.com"&gt;&lt;img style="border:1px solid black;margin-bottom:5px;" src="templateo600x100.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.izzywebsite.com/go?izzymenudownload"&gt;&lt;img src="download.jpg" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;</code></p>
</blockquote>
<p>You can also delete the ad images usually called “download.jpg” and “templateo600&#215;100.jpg”.  Alright, we’re almost ready.  You need to do one more thing to make it work properly in iWeb.  Because it’s going to be in an HTML Snippet we can’t have the links be “_self” links, we need them to be “_parent” or “_top”, so we need to go through our links in the IzzyMenu.html and make sure all the links open with the “_parent” code. So add this code <span style="color: #000080;">target=&#8221;_parent&#8221;</span> after each link so it looks like this:</p>
<p><code></code></p>
<p><code></code></p>
<blockquote><p>&lt;li <span style="color: #ff0000;">class=&#8221;item_active</span>&#8220;&gt;&lt;a href=&#8221;http://www.iwebunlimited.com&#8221; target=&#8221;<span style="color: #000080;">_parent</span>&#8220;onMouseover=&#8221;cssdropdown.dropit(this,event,&#8217;dropmenu_101&#8242;)&#8221;&gt;&lt;span&gt;iWeb Tips&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&#8221;http://www.iwebunlimited.com/videotutorials/videotutorials.html&#8221; target=&#8221;_parent&#8221;&gt;&lt;span&gt;Video Tutorials&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;http://www.iwebunlimited.com/links.html&#8221; target=&#8221;<span style="color: #000080;">_parent</span>&#8220;onMouseover=&#8221;cssdropdown.dropit(this,event,&#8217;dropmenu_104&#8242;)&#8221;&gt;&lt;span&gt;Links&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;http://www.iwebunlimited.com/qanda/qanda.html&#8221; target=&#8221;<span style="color: #000080;">_parent</span>&#8220;&gt;&lt;span&gt;QandA&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;http://www.iwebunlimited.com/html_snippets.html &#8221;target=&#8221;<span style="color: #000080;">_parent</span>&#8220;&gt;&lt;span&gt;HTML Snippets&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</p>
</blockquote>
<p>Now that your links are working, you might notice the code in red.  That is what button you would like to have active on the page.  So if you wanted, you could make a duplicate of this menu for each button on your menu and just move the red code around to go on the page you want active.  If you don’t want it, just delte the code.</p>
<p>And boom we are done.  Post the Izzy Menu including all the folders that came with it on your server, perhaps in a folder called “izzymenu” and test it out by going to your url. i.e. http://www.mysite.com/izzymenu/IzzyMenu.html or http://web.me.com/myusername/izzymenu/IzzyMenu.html (mobileme users put the izzymenu folder in the idisk&gt;Web&gt;Sites&gt;here).  Once you see your menu is working, we use the iFrame code to get it into iWeb.  Yay! We’re set.  Again remember that because it’s in a snippet any links under the drop down won’t be clickable.</p>
<p><strong>3) Other Drop Down Menu’s to iFrame in:</strong></p>
<ul>
<li>You can get similar drop down menu effects like the IzzyMenu at some of these links</li>
<li><a title="http://www.cssplay.co.uk/menus/pro_horizontal.html" href="http://www.cssplay.co.uk/menus/pro_horizontal.html" target="_blank">http://www.cssplay.co.uk/menus/pro_horizontal.html</a> (Free)</li>
<li><a title="http://www.lwis.net/free-css-drop-down-menu/" href="http://www.lwis.net/free-css-drop-down-menu/" target="_blank">http://www.lwis.net/free-css-drop-down-menu/</a> (Free)</li>
<li><a title="http://greengeckodesign.com/projects/menumatic.aspx" href="http://greengeckodesign.com/projects/menumatic.aspx" target="_blank">http://greengeckodesign.com/projects/menumatic.aspx</a> (Free)</li>
<li><a title="http://www.opencube.com/index.asp" href="http://www.opencube.com/index.asp" target="_blank">http://www.opencube.com/index.asp</a> (Not Free)</li>
</ul>
<blockquote><p><a title="CSS Play Download" href="http://www.iwebunlimited.com/downloads/navigation/css_play.zip">CSS Play Download »</a></p>
</blockquote>
<blockquote><p><a title="Free CSS Download" href="http://www.iwebunlimited.com/downloads/navigation/free-css-drop-down-menu_v1.0.1.zip">Free CSS Download »</a></p>
</blockquote>
<blockquote><p><a title="Menu Matic download" href="http://www.iwebunlimited.com/downloads/navigation/menumatic.zip">Menu Matic Download »</a></p>
</blockquote>
<h2><span style="font-weight: normal;">Flash Menus:</span></h2>
<p>Flash navigation can sometimes add a neat look and feel to your site and over 90% of all computers have flash installed on their machines.  But as we most know, that the iPhone does not have flash, as well as many other mobile devices.  So that’s why if you go this route you add some text links at the bottom of the page.  That way people can still navigate if they don’t have flash.</p>
<p>Simply go to FlashComponents.net and browse through their emence library of flash menus and purchase it, modify it (usually using the xml code), post it, and iFrame it in.  Don’t forget to make sure your links are _parent or _top.</p>
<p><br class="spacer_" /></p>
<p>Hope this helps you get some great navigation menus in iWeb.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-16-navigation-menus-in-iweb/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #15 &#8211; Lytebox in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-15-lytebox-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-15-lytebox-in-iweb/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:59:32 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Image Pop Up]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[Lytebox]]></category>
		<category><![CDATA[Model Box]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=145</guid>
		<description><![CDATA[So I know I’ve been on this kick of the little pop-up effect in iWeb and the FancyZoom and Highslide effects I thought we’re enough, but then I came across this effect here and found it to be pretty easy to implement (easier than Highslide), I thought I’d post this one as well.  So here [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/04/lytebox_in_iweb.jpg"><img class="alignleft size-full wp-image-326" title="lytebox_in_iweb" src="http://iwebunlimited.com/wp-content/uploads/2009/04/lytebox_in_iweb.jpg" alt="Lytebox in iWeb" width="217" height="158" /></a>So I know I’ve been on this kick of the little pop-up effect in iWeb and the FancyZoom and Highslide effects I thought we’re enough, but then I came across this effect here and found it to be pretty easy to implement (easier than Highslide), I thought I’d post this one as well.  So here we go:</p>
<p><span id="more-145"></span></p>
<blockquote><p><strong><a title="Lytebox in iWeb" onclick="window.open('http://www.iwebunlimited.com/examples/lyteboxexample/lytebox.html','Lytebox in iWeb (Lightbox)','width=810,height=740,left='+(screen.availWidth/2-405)+',top='+(screen.availHeight/2-370)+'');return false;" href="http://www.iwebunlimited.com/examples/lyteboxexample/lytebox.html" target="_blank">View Demo »</a></strong></p>
</blockquote>
<p>Step 1) Download Lytebox by clicking <a title="Lytebox (lightbox) for iWeb" href="http://www.iwebunlimited.com/downloads/lytebox.zip">here »</a></p>
<p>Step 2) Add images to your iWeb page and make them a hyperlink (as a file) to itself (the same image).</p>
<p>Step 3) Publish your iWebsite to a folder, iDisk, or server.</p>
<p>Step 4) Add the “lytebox” folder you downloaded in step one to the site folder (not the page folder)</p>
<p>Step 5) Open html page (the one with the images linked to itself we did in step 2) in an HTML editor.  I like to use Coda (by Panic Software), but you could use TextEdit (if you check on ignore rich text commands in HTML files checkbox in the preferences of TextEdit), or Espresso, TextWrangler, etc, etc, there are a bunch.  Just something that you can edit HTML in.</p>
<p>Step 6) Right above the &lt;/head&gt; tag in the HTML, paste these lines of code.</p>
<blockquote><p><code>&lt;script type="text/javascript" language="javascript" src="lytebox/lytebox.js"&gt;&lt;/script&gt;<br />
 &lt;link rel="stylesheet" href="lytebox/lytebox.css" type="text/css" media="screen" /&gt;</code></p>
</blockquote>
<p>Step 7) Then find where your image links are and add a rel=&#8221;lytebox&#8221; in between the link and the tittle tag. For example, here is what your looking for in the HTML:</p>
<blockquote><p><code>&lt;a href="<span style="color: #ff0000;"><span style="color: #000000;">mypage_files/my_image.jp</span><span style="color: #000000;">g</span></span>"  title="<span style="color: #000000;">Image Description</span>"&gt;</code></p>
</blockquote>
<p>Put the rel=”lytebox” inbetween the image link and the title tag so it looks like this:</p>
<blockquote><p><code>&lt;a href="images/image-1.jpg" <span style="color: #ff0000;">rel="lytebox"</span> title="Image Description"&gt;</code></p>
</blockquote>
<p>Step 8 ) Save and that’s it your done.  You’ll have a cool image popup effect, similar to highslide or fancyzoom, but slightly different.</p>
<h2>Options: (If you dare :-))</h2>
<p><strong>Grouped Images:</strong></p>
<p>If you want to have the images scroll through with a cool next and previous button to the lytebox, then instead of adding rel=”lytebox” in between the image link and title tag, add rel=&#8221;lytebox[group1]&#8220;to each image link and there will be a neat navigation to cycle through the images.  Here’s an example of what the code would look like:</p>
<p>&lt;a href=&#8221;images/image-1.jpg&#8221; rel=&#8221;lytebox[group1]&#8220; title=&#8221;Image Description&#8221;&gt;</p>
<p>You could have multiple sets on one page too if you change the group1 to something like group2 for all the ones you want in a seperate group and so forth.  Click the example button above for reference.</p>
<p>Keep in mind that the images will scroll through in the order they were dropped onto the page (not necessarily the order top to bottom that you have them in on the page.  So be sure to add images to the page in the order you want them to show up in the lytebox effect.</p>
<p><strong>Lytebox Slideshow:</strong></p>
<p>You can also have a little slideshow effect in the lytebox popup by using <span style="color: #ff0000;">rel=&#8221;lyteshow[group1]&#8220;</span> instead of the rel=”lytebox” (single images) or rel=”lytebox[group1]” (multiple images).  So your link code would look like this:</p>
<p><code>&lt;a href="images/image-1.jpg" <span style="color: #ff0000;">rel="lyteshow[group1]"</span> title="Image Description"&gt;</code></p>
<p><strong>iFrame Content in Lytebox:</strong></p>
<p>If instead you want a webpage in the lytebox effect instead of an image, then simply add a link to an external page (it could be one of your own pages).  Find the code in the html where your link is and add rel=&#8221;lyteframe&#8221; instead of the others above.</p>
<p>Note: When using this effect it only works with highlighted text links (not textbox links) and image links.  It does not work very well with iWeb shapes for links.  For those, use the Highslide effect.</p>
<p>When applying the Lytebox effect it will take a default width and height of 400px and scrolling is set to auto.  If you want to control how big the frame is for your iFrame then add this code in your title tag</p>
<blockquote><p><code>rev="width: 400px; height: 300px; scrolling: no;"</code></p>
</blockquote>
<p>Replace the items in the brighter red to the size you want and your set.  Here is an example of the full link code as an example:</p>
<blockquote><p><code>&lt;a href="http://www.google.com" <span style="color: #ff0000;">rel="lyteframe"</span> title="Search Google" rev="width: 400px; height: 300px; scrolling: no;"&gt;Google Search&lt;/a&gt;</code></p>
</blockquote>
<p>You could even group pages together like we did with the images above by using this “rel” tag instead: rel=&#8221;lyteframe[group1]</p>
<p>Another note on doing this if your using iFrames on your iWebpage: If you plan to use Lytebox in an iFrame environment, then you need to include lytebox.css in the parent document, while including lytebox.js in the iFrame document.  They are both found in the lytebox folder.</p>
<p><strong>Browser Compatability:</strong></p>
<p>This effect was built with browser compatability in mind, so it’s safe to say it works on most all browsers.  The following browsers have been tested with this script:</p>
<p>IE 5.01 SP2 &#8211; The fade effect does not work, but the background is darkened (completely).</p>
<p>IE 5.5 SP2 &#8211; No known issues.</p>
<p>IE 7.0 &#8211; No known issues.</p>
<p>Opera 9.23 &#8211; No known issues.</p>
<p>Firefox 1.5+ &#8211; No known issues, of course.</p>
<p>Safari 2.0+ &#8211; No known issues, of course.</p>
<p><strong>End Notes:</strong></p>
<p>Well that’s it folks.  Hopefully it’s not to crazy for you.  Like I’ve said in other posts.  I usually don’t like having to get into the HTML code after publish if possible, but sometimes to get a cool effect you just gotta.  So don’t work yourself up to much if you don’t get it the first time.  A simple republish in iWeb will let you start over and try again (though I recommend publishing from the File menu with the publish entire site option to get a clean full publish).</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-15-lytebox-in-iweb/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #14 &#8211; Highslide JS in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-14-highslide-js-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-14-highslide-js-in-iweb/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 22:29:34 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Highslide JS]]></category>
		<category><![CDATA[Image Pop Up]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Model Box]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=141</guid>
		<description><![CDATA[Here it is, finally a fancy zoom that will allow us to get not only images, but flash, video, and other html content.  So first let me answer the question, what is Highslide JS?  Highslide JS is a great way to get that ever so popular image zoom effect just like the fancy zoom post [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iwebunlimited.com/wp-content/uploads/2009/04/highslide.jpg"><img class="alignleft size-full wp-image-329" title="highslide" src="http://iwebunlimited.com/wp-content/uploads/2009/04/highslide.jpg" alt="Highslide in iWeb" width="237" height="181" /></a><a name="top"></a>Here it is, finally a fancy zoom that will allow us to get not only images, but flash, video, and other html content.  So first let me answer the question, what is Highslide JS?  Highslide JS is a great way to get that ever so popular image zoom effect just like the fancy zoom post I did in the past.  The difference is, is that this one will give you the ability to zoom more than just images.  Though FancyZoom is a bit more light weight, there are some great advantages to Highslide.  This tutorial you will need the use of an HTML editor like Coda, Espresso, Dreamweaver, even TextEdit.  Just as long as you have some way to edit the html after iWeb publishes.  I try to do as many tutorials trying not to get into post published html, but sometimes you just gotta do it to get the desired effect.  So here is an easiest way I’ve found to get it into iWeb.</p>
<p><span id="more-141"></span></p>
<blockquote><p><strong><a onclick="window.open('http://www.iwebunlimited.com/examples/highslideexample/example/highslide.html','Highslide in iWeb','width=810,height=740,left='+(screen.availWidth/2-405)+',top='+(screen.availHeight/2-370)+'');return false;" href="http://www.iwebunlimited.com/examples/highslideexample/example/highslide.html" target="_blank">View Demo »</a></strong></p>
</blockquote>
<p><a href="#highslide_images">Highslide with Images</a> |   <a href="#highslide_flash">Highslide with Flash Files</a> |   <a href="#highslide_iframes">Highslide with iFrames</a></p>
<p>To get started I will separate the tip into Images, Flash, and iFrames (which would include any other html page (websites, videos, youtube, etc)).  Here we go:</p>
<h2><a name="highslide_images"></a>Highslide with Images:</h2>
<p><strong>Step 1)</strong> Add an any image(s) or graphic(s) to your page in iWeb.</p>
<p><strong>Step 2)</strong> Open up the inspector and make it a hyperlink in the hyperlink inspector.  Choose to Link To: “A File” and choose the same image (so it basically it is linked to its self).</p>
<p><strong>Step 3)</strong> Publish site to Folder, Server, or MobileMe iDisk &#8211; Whatever your method is.</p>
<p><strong>Step 4)</strong> <a title="Highslide in iWeb" href="http://www.iwebunlimited.com/downloads/highslide_iweb.zip">Download files</a>. I’ve made a special iWeb version of Highslide to simplify things.</p>
<p><strong>Step 5)</strong> Unzip the downloaded file called “highslide_iweb.zip” and you will see a folder simply called “highslide”.  <a href="http://iwebunlimited.com/wp-content/uploads/2009/04/published_site.jpg"><img class="alignright size-full wp-image-330" title="published_site" src="http://iwebunlimited.com/wp-content/uploads/2009/04/published_site.jpg" alt="" width="190" height="42" /></a>Drop that folder into your published site folder (not your webpage folder).  When publishing iWeb makes a index.html file and your site folder (named whatever you named it in iWeb), this is the folder you want to drop this highslide folder into.)</p>
<p><strong>Step 6)</strong> Open your favorite HTML Editor (Coda, Espresso, TextEdit) and you are going to find and replace the code below:</p>
<p>Find:</p>
<blockquote><p><code>&lt;/head&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;script type="text/javascript" src="highslide/highslide-full.js"&gt;&lt;/script&gt;</p>
<p>&lt;link rel="stylesheet" type="text/css" href="highslide/highslide.css" /&gt;</p>
<p>&lt;script type="text/javascript"&gt;</p>
<p>hs.outlineType = 'rounded-white';</p>
<p>hs.wrapperClassName = 'draggable-header no-footer';</p>
<p>hs.align = 'center';</p>
<p>hs.transitions = ['expand', 'crossfade'];</p>
<p>hs.dimmingOpacity = 0.75;</p>
<p>hs.graphicsDir = 'highslide/graphics/';</p>
<p>&lt;/script&gt;&lt;/head&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p><strong>Step 7)</strong> Now we’re going to find and replace one more item:</p>
<p>Find:</p>
<blockquote><p><code>title="pagename_files/imagename_1.jpg"&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<blockquote><p><code>title="Click to Enlarge" onclick="return hs.expand(this)"&gt;</code></p>
</blockquote>
<p>When it says “pagename” that means whatever the title of your webpage you are doing this one in the sidebar of iWeb and imagename is the name of the photo you put on the page.  If your not sure what these names are, you can go back into iWeb and take a peek.  Here’s where you will look.</p>
<p><a href="http://iwebunlimited.com/wp-content/uploads/2010/01/myimage.jpg"><img class="size-full wp-image-142 alignleft" title="My Site" src="http://iwebunlimited.com/wp-content/uploads/2010/01/myimage.jpg" alt="" width="185" height="169" /></a><a href="http://iwebunlimited.com/wp-content/uploads/2010/01/image_name.jpg"><img class="size-full wp-image-143 alignnone" title="File Info" src="http://iwebunlimited.com/wp-content/uploads/2010/01/image_name.jpg" alt="" width="178" height="172" /></a></p>
<p>So for example if I was wanting this effect on my page called “iweb09” in my sidebar and my image was named “myimage.jpg”, then my replace code would be:</p>
<blockquote><p><code>title=”<span style="color: #ff0000;">iweb09_files</span>/<span style="color: #ff0000;">myimage</span>_1.jpg”&gt;</code></p>
</blockquote>
<p><strong>Important Note:</strong> If you are linking to a shape made in iWeb take off the “&gt;” tag at the end of the search and replace. If you are linking an image to text get rid of the “_1” at the end of the find code.</p>
<p>Basically your are replacing the “title=&#8230;” tag of your items.  So if your having a tough time finding the right items to replace just do a search for “title” and copy that whole line “title=”mypage_files/myimage_1.jpg”&gt;” and paste it to replace with the other code.</p>
<p><strong>Step 8 )</strong> Save your modified html file online and your good.</p>
<h2><a name="highslide_flash"></a>Highslide with Flash Files:</h2>
<p>I’m going to go through the flash one a bit faster assuming you’ve gone through the image one already. So I’m just going to give you the quick steps:</p>
<ol>
<li>Make flash file (Adobe Flash, Keynote, Bannersnack, etc) be ready to link to it on your hard drive.</li>
<li>Make or get an image or button to represent that file (this will be your button.  It could be anything really, text, shape, image, etc) and put it on your iWeb page.</li>
<li>Link image/button to .swf file from the hyperlink inspector as a “A File”</li>
<li>Publish site</li>
<li>Add “highslide” folder to published site folder</li>
<li>Open your html page with HTML editor and find and replace the following code:</li>
</ol>
<p>Find:</p>
<blockquote><p><code>&lt;/head&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;script type="text/javascript" src="highslide/highslide-full.js"&gt;&lt;/script&gt;</p>
<p>&lt;script type="text/javascript" src="highslide/swfobject.js"&gt;&lt;/script&gt;</p>
<p>&lt;link rel="stylesheet" type="text/css" href="highslide/highslide.css" /&gt;</p>
<p>&lt;script type="text/javascript"&gt;</p>
<p>hs.outlineType = 'rounded-white';</p>
<p>hs.wrapperClassName = 'draggable-header no-footer';</p>
<p>hs.preserveContent = false;</p>
<p>hs.align = 'center';</p>
<p>hs.transitions = ['expand', 'crossfade'];</p>
<p>hs.dimmingOpacity = 0.75;</p>
<p>hs.graphicsDir = 'highslide/graphics/';</p>
<p>&lt;/script&gt;&lt;/head&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>7) Now find and replace these:</p>
<p>Find:</p>
<blockquote><p><code>title="<span style="color: #ff0000;">pagename_files</span>/<span style="color: #ff0000;">flashfile.swf</span>"&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<blockquote><p><code>title="Click to See Flash" onclick="return hs.htmlExpand(this, { objectType: 'swf', width:300, objectWidth: 300, objectHeight: 250, maincontentText: 'You need to upgrade your Flash player'  } )"&gt;</code></p>
</blockquote>
<p>8 ) Replace the items in red with your page name, flash file name, file width (twice), and height.<br />
 9) Save your page make sure it’s online and your set.  It looks pretty cool.</p>
<h2><a name="highslide_iframes"></a>Highslide with iFrames:</h2>
<p>Again I’m going to go through this one fast assuming you’ve gone through the image one already. So I’m just going to give you the quick steps:</p>
<ol>
<li>Create or Find your webpage that you’ll be iFraming in the highslide zoomer and put it online.</li>
<li>Make or create an image or button or text that will pull up this iFrame when user clicks on it and make it a hyperlink in the inspector to “An External Page” and type in the full address of the page (example http:www.iwebunlimited.com/iwebtips/iwebtips.html)</li>
<li>Publish site</li>
<li>Drop “highslide” folder (downloaded from above) in published site folder</li>
<li>Open html file with html editor and find and replace the following code:</li>
</ol>
<p>Find:</p>
<blockquote><p><code>&lt;/head&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;script type="text/javascript" src="highslide/highslide-full.js"&gt;&lt;/script&gt;</p>
<p>&lt;link rel="stylesheet" type="text/css" href="highslide/highslide.css" /&gt;</p>
<p>&lt;script type="text/javascript"&gt;</p>
<p>hs.graphicsDir = 'highslide/graphics/';</p>
<p>hs.outlineType = 'rounded-white';</p>
<p>hs.wrapperClassName = 'draggable-header no-footer';</p>
<p>hs.useBox = false;</p>
<p>hs.width = 600;</p>
<p>hs.height = 450;</p>
<p>hs.align = 'center';</p>
<p>hs.transitions = ['expand', 'crossfade'];</p>
<p>hs.dimmingOpacity = 0.75;</p>
<p>&lt;/script&gt;&lt;/head&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>6) Then find the following code and replace it:</p>
<p>Find:</p>
<blockquote><p><code>title="<span style="color: #ff0000;">http://www.yourlinkyouadded.com</span>"&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<blockquote><p><code>title="Click to Enlarge" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )"&gt;</code></p>
</blockquote>
<p>7) Replace what’s in red with the size your want the highslide to be and the page you linked to. Save online and your set.</p>
<p><strong>Note:</strong> If you have a page that has all of these items <strong>images, flash, and iFrames</strong>.  Use this code to replace in the &lt;head&gt; tags as the first thing you replace</p>
<p>Find:</p>
<blockquote><p><code>&lt;/head&gt;</code></p>
</blockquote>
<p>Replace with:</p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code> </code></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote><p>&lt;script type="text/javascript" src="highslide/highslide-full.js"&gt;&lt;/script&gt;</p>
<p>&lt;script type="text/javascript" src="highslide/swfobject.js"&gt;&lt;/script&gt;</p>
<p>&lt;link rel="stylesheet" type="text/css" href="highslide/highslide.css" /&gt;</p>
<p>&lt;script type="text/javascript"&gt;</p>
<p>hs.outlineType = 'rounded-white';</p>
<p>hs.wrapperClassName = 'draggable-header no-footer';</p>
<p>hs.preserveContent = false;</p>
<p>hs.align = 'center';</p>
<p>hs.transitions = ['expand', 'crossfade'];</p>
<p>hs.dimmingOpacity = 0.75;</p>
<p>hs.useBox = false;</p>
<p>hs.width = 600;</p>
<p>hs.height = 450;</p>
<p>hs.graphicsDir = 'highslide/graphics/';</p>
<p>&lt;/script&gt;&lt;/head&gt;</p>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p>Then replace the second one’s with the ones above in their sections with their links.</p>
<p>It makes for a pretty neat effect.  Hope you find it helpful and if your not very comfortable using external editors, just take it slow, be very careful of your code and if you mess up, no big deal, just republish from iWeb and it’ll be brand new again to try again.</p>
<p><a href="#top">Back to Top</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-14-highslide-js-in-iweb/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #10 &#8211; Favicons with iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-10-favicons-with-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-10-favicons-with-iweb/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:27:38 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Favicons]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=119</guid>
		<description><![CDATA[
Edit: There is now a much easier way to add a favicon to an iWeb website. This is done using iWeb SEO Tool. Watch the video tutorial to learn how.
Original Article: How to get favicons in iWeb.  First off, lets answer the question, ‘What is a favicon?  A favicon (short for favorites icon), also known as [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_120" class="wp-caption alignleft" style="width: 248px"><a href="http://wp.me/pKE8E-1V"><img class="size-full wp-image-120  " title="Favicons in iWeb" src="http://iwebunlimited.com/wp-content/uploads/2010/01/droppedimage_1.jpg" alt="Favicons in iWeb" width="238" height="102" /></a><p class="wp-caption-text">Favicons in iWeb</p></div>
<p><br class="spacer_" /></p>
<p>Edit: There is now a much easier way to <a href="http://www.ragesw.com/blog/2011/08/23/iweb-seo-tool-2-0-released/">add a favicon to an iWeb website</a>. This is done using iWeb SEO Tool. Watch the video tutorial to learn how.</p>
<p>Original Article: How to get favicons in iWeb.  First off, lets answer the question, ‘What is a favicon?  A favicon (short for favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon. It is an icon associated with a particular website or webpage. A web designer can create such an icon and install it into a website (or webpage) by several means, and most graphical web browsers will then make use of it. Browsers that provide favicon support typically display a page&#8217;s favicon in the browser&#8217;s URL bar and next to the page&#8217;s name in a list of bookmarks. Browsers that support a tabbed document interface typically show a page&#8217;s favicon next to the page&#8217;s title.</p>
<p><span id="more-119"></span></p>
<p>For example when you visit Apple.com this is what you see for the favicon.</p>
<div><a href="http://iwebunlimited.com/wp-content/uploads/2008/11/apple_favicon.jpg"><img class="size-full wp-image-368 alignnone" title="apple_favicon" src="http://iwebunlimited.com/wp-content/uploads/2008/11/apple_favicon.jpg" alt="" width="252" height="44" /></a></div>
<p>notice the Apple logo in the URL bar.  Wouldn’t you like to have a custom one of those on your website?  Well here is how.</p>
<h2>If using MobileMe to host your site:</h2>
<p>First off, favicons are usually as simple as dropping a file on the server and that’s it.  But mobileme is a bit different and makes it a bit harder, but it can be done.  If your hosting on mobileme I would probably recommend that you just forget about having a favicon, cause everytime you make an update to your site you’ll have to go through all these steps again, and you’ll tire of it.  But if your determined to get a favicon on your mobileme site.  Then here is how.</p>
<p><strong>Step 1) Create Graphic<br />
<span style="font-weight: normal;">Create a graphic that is 32 x 32 that you want to be your favicon.  You could use Photoshop, Pixelmator, or even design a small something in iWeb and take a screenshot of it by pressing “command + shift + 4” and then drag the crosshairs over your graphic making it 32 x 32, then modify and enhance using Preview.  How ever you decide to make your favicon just make it a graphic that is 32 x 32 and looking the way you want.</span></strong></p>
<p><strong>Step 2) Save file as .jpeg<br />
<span style="font-weight: normal;">Save it as a .jpeg file (If you used the screenshot method then open it in preview and save as a .jpeg).  Name your file “favicon.jpg”</span></strong></p>
<p><strong>Step 3) Change Extension to .ico<br />
<span style="font-weight: normal;">Now, select your favicon.jpg file and simply change the extension to .ico by selecting the file and pressing return on your keyboard and change the .jpg to .ico.  You will then get a warning dialog that says this</span></strong></p>
<p><a href="http://iwebunlimited.com/wp-content/uploads/2008/11/change_jpg.png"><img class="alignnone size-full wp-image-369" title="change_jpg" src="http://iwebunlimited.com/wp-content/uploads/2008/11/change_jpg.png" alt="" width="524" height="238" /></a></p>
<p>Choose “Use .ico” and your favicon is ready.</p>
<p><strong>Step 4) Add favicon to server<br />
<span style="font-weight: normal;">Put new favicon.ico file on your iDisk in the site you want the favicon to be.</span></strong></p>
<div><a href="http://iwebunlimited.com/wp-content/uploads/2008/11/add_to_server.png"><img class="alignnone size-full wp-image-370" title="add_to_server" src="http://iwebunlimited.com/wp-content/uploads/2008/11/add_to_server.png" alt="Add Favicon to server" width="579" height="315" /></a></div>
<p>Such as iDisk/Web/Sites/yoursitefolder/put favicon.ico file here.</p>
<p><strong>Step 5) Find and Open HTML files</strong><br />
I wish that were it, But we have to add a bit of code on each page that you want the favicon to show up on.  So go to your iDisk/Web/Sites/and choose the site folder and find the .html page you want the favicon to show up on.  You now going to open that .html file in something that you can see the html with.  Power users may use something like Coda or Dreamweaver, if you don’t have those apps, it’s OK you can just use TextEdit that comes on every Mac.  But before you go opening the HTML file with TextEdit be sure you fix one thing in the TextEdit preferences under the Open and Save tab, check on “Ignore rich text commands in HTML files” checkbox.  Looks like this:</p>
<div><a href="http://iwebunlimited.com/wp-content/uploads/2008/11/ignore_rich_text.jpg"><img class="alignnone size-full wp-image-371" title="ignore_rich_text" src="http://iwebunlimited.com/wp-content/uploads/2008/11/ignore_rich_text.jpg" alt="" width="451" height="140" /></a></div>
<p>So now that you’ve done that choose your .html file on the iDisk and right-click or control click and choose “Edit With” and choose your html editor Coda, Dreamweaver, or TextEdit (there are many others too).</p>
<p><strong>Step 6) Add Code<br />
<span style="font-weight: normal;">You will now see a bunch of HTML code your going to put the code below inbetween your &lt;head&gt; tags</span></strong></p>
<blockquote><p><code>&lt;link rel="shortcut icon" href="<span style="color: #ff0000;">http://web.me.com/username/sitefolder/favicon.ico</span>" /&gt;</code></p></blockquote>
<p>A good spot to paste this code might be right after your &lt;title&gt; tage of your site.  Just be sure to adjust the text in red to your own info.</p>
<p><strong>Step 7) Add to other pages<br />
<span style="font-weight: normal;">Then go through and add that same code to each page you’d like to have the favicon appear.  Vist your site and you’ll see a new fancy custom favicon on your mobileme site.</span></strong></p>
<p><strong><span style="font-weight: normal;"><br />
</span></strong></p>
<h3><strong>Notes:</strong></h3>
<p><strong> </strong><strong>Favicons don’t work with masked domain sites<br />
<span style="font-weight: normal;">Favicons with MobileMe don’t work if your site is uses a masked domain.  Many people purchase a domain from say GoDaddy then foreward the domain to their mobileme site (which works great).  Many also decide to mask the domain so when forewarded it doesn’t show the web.me.com/username/site etc. it only shows the domain name.  But just know that if you do that your favicon will not show up.  So if you really want the favicon with your mobileme site you can’t mask it with a forwarded domain.</span></strong></p>
<p><strong>3rd Party Software<br />
<span style="font-weight: normal;">Another Option to get a favicon without doing this manually by the above steps is to use some 3rd party software.  A few are iTweak, iWebExpander, iWeb Valet and they save you a bit of time to add a favicon.  You still have to do it each time your update/re-publish your site, but it could be helpful.  Check out my <a title="../../../../links.html" href="http://www.iwebunlimited.com/links.html">Links</a> page to check’em out.</span></strong></p>
<h2>If using your own server (i.e. RAGE iWeb Webhosting, GoDaddy hosting, iPower, etc):<br />
<span style="font-weight: normal; font-size: 13px;">If your using another server other than mobileme it’s much easier and it’s a one time shot and your done.  It’s great.  Just follow all the above steps 1,2, and 3 above, then put the favicon.ico file on the root level of your server.  That’s it!  No code to add to the html or anything.  Most browsers will see the favicon.ico file on the root level of the server and it will load it in.  To get the file to the server I would recommend using Transmit which is a good FTP client that helps you get your favicon and iweb html files onto your server.   If you want to make sure all browsers are compatible with it you could add the same code that we did for the MobileMe setting:</span></h2>
<blockquote><p><code>&lt;link rel="shortcut icon" href="<span style="color: #ff0000;">http://www.mysite.com/favicon.ico</span>" /&gt;</code></p></blockquote>
<p>Put that code in the &lt;head&gt; section of your document and it’ll guarentee the favicon look, but again most modern browsers will recognize the favicon if you just put it on the root level of the server</p>
<p>Good luck with the favicons hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-10-favicons-with-iweb/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>iWeb Tip #8 &#8211; FancyZoom in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-8-fancyzoom-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-8-fancyzoom-in-iweb/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 23:00:35 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[FancyZoom]]></category>
		<category><![CDATA[Image Pop Up]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Model Box]]></category>
		<category><![CDATA[Post Publish]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=99</guid>
		<description><![CDATA[FancyZoom in iWeb, huh? What’s that.  Well there are a many websites these days that have that popular image zoom effect so that when you click on the image it animates the photo larger.  Well many have asked, how can I do that with iWeb?  Well here it is, this is the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_100" class="wp-caption alignleft" style="width: 241px"></p>
<div><a style="text-decoration: none;" href="http://wp.me/pKE8E-1B"><span style="color: #000000;"><a style="text-decoration: none;" href="http://wp.me/pKE8E-1B"><img class="size-full wp-image-100  " style="text-decoration: underline;" title="fancyzoom" src="http://iwebunlimited.com/wp-content/uploads/2009/12/fancyzoom.jpg" alt="" width="231" height="171" /></a></span></a></div>
<p><p class="wp-caption-text">FancyZoom in iWeb</p></div>
<p>FancyZoom in iWeb, huh? What’s that.  Well there are a many websites these days that have that popular image zoom effect so that when you click on the image it animates the photo larger.  Well many have asked, how can I do that with iWeb?  Well here it is, this is the tutorial to show you just how to do that.  Keep in mind this one is a bit more complex, but it can be done without getting your hands to dirty in code.</p>
<p><span id="more-99"></span><strong><a href="http://www.iwebunlimited.com/examples/fancyzoom/fancyzoom.html" target="_blank">VIEW DEMO »</a></strong></p>
<p><strong>Step 1:<br />
 <span style="font-weight: normal;">Drag a photo onto your iWeb page that you would like the photo fancy zoom to be on.</span></strong></p>
<p><strong>Step 2:<br />
 <span style="font-weight: normal;">Click on your photo, and head to the hyperlink inspector and make the image a hyperlink.  Where it says “Link To:” choose “A File” and find your same photo that you dragged onto the iWeb page.</span></strong></p>
<p><strong>Step 3:<br />
 <span style="font-weight: normal;">Now your done with the iWeb part.  Now publish, either to a folder or to MobileMe.</span></strong></p>
<p><strong>Step 4:<br />
 <span style="font-weight: normal;">We now need to do just 2 more things.  First download this .zip file. </span></strong></p>
<blockquote><p><a title="Download Fancyzoom for iWeb" href="http://www.iwebunlimited.com/downloads/fancy-zoom.zip">DOWNLOAD FANZYZOOM .ZIP FILE</a></p>
</blockquote>
<p><strong><span style="font-weight: normal;">Once downloaded, open the zip so you have your folder titled “fancy-zoom”.  You will see a bunch of files inside of that folder.  You’ll need to drag this folder into your site folder.   To move to site folder see options below:</span></strong></p>
<p><strong>If you published to a folder:<br />
 <span style="font-weight: normal;">Find the web export folder that you published to and you will see inside a index.html file and a folder which is the name you gave your site.  Drag the “fancy-zoom” folder into that site folder.</span></strong></p>
<p><strong>If you published to MobileMe:<br />
 <span style="font-weight: normal;">Open up a finder window and go to the iDisk.  You are then going to search for the “Web” folder, then go into the “Sites” folder, and in there you should see a folder named the name that you titled you site in iWeb.  Drag and drop this fancy-zoom folder into that folder (it may take a while depending on your internet connection).</span></strong></p>
<p><strong>Step 5:<br />
 <span style="font-weight: normal;">Almost done.  We now just have to alter some code.  Now don’t get scared quite yet, it’s not to bad. In that same folder that we dropped the fancy-zoom folder you will find a bunch of other files including that page that you want to have your fancy zoom on.  Find that html page that you added the photos to and we need to open it up with something that allows you to edit html code.  I personally use “Coda” by Panic Software, they even have some trial version so you can try it out or just use it till you get your fancy zoom going.  Anyway, you can also simply use TextEdit on your Mac.  So here’s what you going to do.  Find that .html file, right click, choose “open with” and choose your html editor, it will say TextEdit or Coda or whatever you choose.  You will then see all the great code that iWeb users typically try to stay away from, but we just need to alter 2 lines of code.  Both Coda and Text Edit have a Find and Replace feature.  So press command + F on your keyboard and you’ll get the find and replace window.  Simply find and replace these two things:</span></strong></p>
<p>1) Find:</p>
<blockquote><p><code>&lt;/head&gt;</code></p>
</blockquote>
<p>Replace:</p>
<blockquote><p><code>&lt;script src="fancy-zoom/FancyZoom.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script src="fancy-zoom/FancyZoomHTML.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/head&gt;</code></p>
</blockquote>
<p>2) Find:</p>
<blockquote><p><code>onload="onPageLoad();"</code></p>
</blockquote>
<p>Replace:</p>
<blockquote><p><code>onload="onPageLoad(); setupZoom();"</code></p>
</blockquote>
<p>Then just save (command + s, or File &gt; Save).</p>
<p>Done!</p>
<p>Now that wasn’t so bad eh?</p>
<p>From there you should have a fancy, shmancy zoom that will look great and it will also work on the iPhone.  Pretty cool, eh.</p>
<p>Note: You can only use FancyZoom on none commercial websites, if you would like to use FancyZoom on a commercial site you must purchase a license for $39 on <a href="http://www.cabel.name/2008/02/fancyzoom-10.html" target="_blank">Cabel’s Blog</a> (the creator of FancyZoom)</p>
<p><strong>More Notes:</strong></p>
<p>If you are looking to do other things with FancyZoom here are some tips:</p>
<p>• If you want to replace the Title below the photo then, do a search for href and find the title it’s using and change to what you want. Example title=”Add Your Title Here”</p>
<p>• If you want to get rid of the title entirely just Edit the FancyZoom.js file and on line 431, change the “visible” value to “invisible”</p>
<p>• If you want to add a border on the popup just add something like a 10px border on the image by adding the following at line after 63 in FancyZoomHTML.js: inImage1.style.border = &#8216;10px solid white&#8217;;</p>
<p>• FancyZoom will attach itself to any jpg, gif, png, bmp, or tiff link in your page.</p>
<p>• There is not a way to put anything else but photos into the fancy zoom, so no videos, flash, etc.  But I’m working on another tutorial to use another method so you can get video and flash in them, check back.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-8-fancyzoom-in-iweb/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
	</channel>
</rss>

