<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guimkie &#187; iWeb</title>
	<atom:link href="http://guimkie.com/category/iweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://guimkie.com</link>
	<description>Tutorials and great Mac software!</description>
	<lastBuildDate>Wed, 31 Mar 2010 13:59:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://guimkie.com</link>
  <url>http://guimkie.com/favicon.ico</url>
  <title>Guimkie</title>
</image>
		<item>
		<title>How to detect an iPhone visitor</title>
		<link>http://guimkie.com/iweb/detecting-iphone-visitors/</link>
		<comments>http://guimkie.com/iweb/detecting-iphone-visitors/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:32:59 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iWeb]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=306</guid>
		<description><![CDATA[AllAboutiWeb not only has an article on how to make your iWeb site look good on an iPhone or iPod Touch, it has recently published a tutorial that allows you to detect if you have a visitor from one of Apple&#8217;s mobile devices.
It is quite useful to detect visitors from a mobile device because that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://allaboutiweb.com">AllAboutiWeb</a> not only has an article on how to make your iWeb site look good on an iPhone or iPod Touch, it has recently published a tutorial that allows you to detect if you have a visitor from one of Apple&#8217;s mobile devices.</p>
<p>It is quite useful to detect visitors from a mobile device because that allows you to redirect them to a modified website suited for smaller screens. </p>
<p>It actually isn&#8217;t very hard &#8211; here&#8217;s how:</p>
<p><span id="more-306"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7241091367075931";
//Guimkie Header for Bubbled Theme
google_ad_slot = "4991557821";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>All you have to do is add a small snippet of code to all of your pages. Done! You can add this piece of HTML code manually (as the <a href="http://allaboutiweb.com/index.php/2010/02/how-to-detect-an-iphone-visitor-to-your-iweb-site/">AllAboutiWeb tutorial</a> does it) or using a tool like <a href="http://itweak.guimkie.com">iTweak</a>.</p>
<p>We will show you how to add this code using iTweak. If you wish to add it manually, we suggest following the excellent tutorial by AllAboutiWeb.</p>
<ol>
<li>Start by downloading <a href="http://itweak.guimkie.com">iTweak</a>.</li>
<li>The following script handles everything from detecting your visitors and redirecting them to your modified website. There is only one piece in the puzzle that you have to change. The script needs to know, to where it should redirect visitors from mobile devices.<br />
So in the script below, replace the <code>sampleaddress.com/MobileSite</code> with the address you want your mobile visitors to be directed to.</p>
<p><code>&lt;script type="text/javascript"&gt;<br />
if((navigator.userAgent.match(/iPhone/i)) ||(navigator.userAgent.match(/iPod/i))) {<br />
  if (document.cookie.indexOf("iphone_redirect=false") == -1)<br />
window.location = http://sampleaddress.com/MobileSite;}<br />
}<br />
&lt;/script&gt;&lt;/head&gt;</code></li>
<li>Now open up iTweak and navigate to the <i>Search &#038; Replace</i> tab. Select the checkmark. Then choose your published site. If you publish to MobileMe or .Mac you will find your site on the iDisk (located at <i>iDisk/Web/Sites/</i>)<br />
If you publish to a folder, you will hopefully know where your site is.<br />
If you publish to your FTP server directly from iWeb, you will have to download your site from the server first. iTweak can only edit your site if they are on your hard-drive or on the iDisk.</li>
<li>Once your site is chosen, click the <i>+</i> button and paste the following code into the search box:
<p><code>&lt;/head&gt;</code><br />
<br />
In the replace box, you paste the edited code from step two. Do make sure you paste all of the code into the box.</p>
<p>In the end it should look similar to this:</p>
<p><img src="http://guimkie.com/files/images/div.png" class="GUIMKIE-image-list">
</li>
<li>You can now optionally <i>Save</i> the <i>Search &#038; Replace table</i> so that you don&#8217;t have to re-edit and type the code you want to run iWeb.</li>
<li>Now click the <i>Process Site</i> button and let iTweak add the code to your site. If you now view you site from an iPhone or iPod touch, you should automatically be redirected to your mobile site.</li>
</ol>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7241091367075931";
//Guimkie Header for Bubbled Theme
google_ad_slot = "4991557821";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Do you want to create sitemaps for your iWeb site? Add some Meta-Tags? Check out <a href="http://imap.guimkie.com">iMap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/detecting-iphone-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding JS-Kit Comments to iWeb</title>
		<link>http://guimkie.com/iweb/adding-js-kit-comments-to-iweb/</link>
		<comments>http://guimkie.com/iweb/adding-js-kit-comments-to-iweb/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 09:07:23 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iTweak]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[JS-Kit]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=223</guid>
		<description><![CDATA[Are you one of those users who would wish to have comments integrated right into your site but you are publishing to a folder and so you can&#8217;t do that? Or you want to have comments not just on your blog posts? You want to let people comment on your latest photo album? With this [...]]]></description>
			<content:encoded><![CDATA[<p>Are you one of those users who would wish to have comments integrated right into your site but you are publishing to a folder and so you can&#8217;t do that? Or you want to have comments not just on your blog posts? You want to let people comment on your latest photo album? With this tutorial, you will be able to do this.</p>
<p>With the help of <a href="http://js-kit.com" target="_blank">JS-Kit</a> and <a href="http://itweak.guimkie.com" target="_blank">iTweak</a> this is all possible.</p>
<p>If you want to see how the outcome looks, then head over to the <a href="http://guimkie.com/iwebdemos/jskitcomments">demo</a>.</p>
<p><span id="more-223"></span></p>
<p style="text-align: center;"><!--adsense--></p>
<ol>
<li>Download <a href="http://itweak.guimkie.com" target="_blank">iTweak</a>. Make sure you are running the latest version of iTweak. You can check for the latest version of iTweak by clicking the &#8220;iTweak&#8221; menu item in iTweak and then selecting &#8220;Check for Updates.&#8221;</li>
<li>Now open iWeb and create a text-box at the position where you would like the comments and the entry-fields to appear. Choose an appropriate width and height.</li>
<li>In the text-box, type the following keyword (do not copy-and-paste it from here):
<p><code>%%JSKIT_COMMENTS%%</code></p>
<p>See this screenshot:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/jkc.png" class="GUIMKIE-image-list" /></p>
</li>
<li>Now publish your site either to MobileMe or to a folder. Once completed, open iTweak and navigate to the &#8220;Search &#038; Replace&#8221; tab on the very right.</li>
<li>Tick the checkmark-option to &#8220;Search &#038; Replace.&#8221; In the table, click the &#8220;+&#8221; button and so add a new row. In the left column, enter the following:
<p><code>%%JSKIT_COMMENTS%%</code></p>
<p>In the right column copy and paste this:</p>
<p><code>&lt;div class="js-kit-comments" permalink=""&gt;&lt;/div&gt;&lt;script src="http://js-kit.com/comments.js"&gt;&lt;/script&gt;</code></p>
<p>See this screenshot:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/jkc1.png" class="GUIMKIE-image-list" /></p>
<p>You can use the saving mechanism to save the contents of the search and replace table. In that way you do not have to re-enter this code each time you open iTweak. You can then just open the previously saved table.</li>
<li>Choose your published site by hitting the &#8220;Choose published Site.&#8221; If you publish your site to a folder, you should know where you can find it. If you publish to MobileMe, you find your site on the iDisk.<br />MobileMe iWeb &#8216;08 users use this path:
<p><code>iDisk/Web/Sites/SITENAME</code></p>
<p>iWeb &#8216;06 users follow this path:</p>
<p><code>iDisk/Web/Sites/iWeb/SITENAME</code></p>
<p>Replace the keyword &#8220;SITENAME&#8221; with your actual sitename.</li>
<li>Now just hit the &#8220;Process Site&#8221; button. If you publish to a folder, you must now upload the site to your server so that the comments appear. If you view at them on your Mac, the comments will not be visible.
<p>Everyone: Keep in mind that the next time you publish from iWeb, iWeb will overwrite these changes. Hence, you will have to run iTweak each time you publish from iWeb to ensure that the comments will show up.</li>
</ol>
<p>Looking for iWeb Templates? Check out my huge collection right <a href="http://iweb.guimkie.com">here</a>.</p>
<p>If you have enjoyed this article and you wish to make a small donation, then feel free to do so by clicking <a href="http://guimkie.com/about/">here</a>.</p>
<p style="text-align: center;"><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/adding-js-kit-comments-to-iweb/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>iMap, iTweak and iWeb &#8216;09</title>
		<link>http://guimkie.com/iweb/imap-itweak-iweb-09/</link>
		<comments>http://guimkie.com/iweb/imap-itweak-iweb-09/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:24:00 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[iWeb]]></category>
		<category><![CDATA[iLife 09]]></category>
		<category><![CDATA[iWeb 09]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=220</guid>
		<description><![CDATA[Apple recently introduced a brand-new version of it&#8217;s iLife. Incidentally, the new iLife does include a new version of iWeb (who would have thought that?). Although there are only a few minor updates, some of the new features change things in relation to iMap and iTweak.
Until now, iWeb had two publishing options: MobileMe or a [...]]]></description>
			<content:encoded><![CDATA[<p>Apple recently introduced a brand-new version of it&#8217;s <a href="http://apple.com/ilife">iLife</a>. Incidentally, the new iLife does include a new version of iWeb (who would have thought that?). Although there are only a few minor updates, some of the new features change things in relation to <a href="http://imap.guimkie.com">iMap</a> and <a href="http://itweak.guimkie.com">iTweak</a>.</p>
<p>Until now, iWeb had two publishing options: MobileMe or a folder. These two options remain. Apple however added a third option: publishing via FTP to your server. Houston we have a problem! All those who used to just publish to a folder and then upload to a server, will now upload directly using FTP. That is good for the iWeb-user, bad for iTweak/iMap user.</p>
<p>When the files go directly to the FTP server, without being published to a folder, iTweak/iMap can not edit the files and so fail to be functional. Neither iMap nor iTweak support the editing of files via FTP. Therefore, if you wish to use iMap/iTweak, then you must publish to a folder and continue to upload via an external client.</p>
<p>Of course, it does quite suck if you have to still publish to a folder even though iWeb now supports direct &#8220;FTPing.&#8221; We are already working on a way for iMap and iTweak to edit the files via FTP. We however have no plan when the updates for this will arrive. Stay put; <a href="http://guimkie.com/feed/">subscribe</a> to the blog for updates.</p>
<p>If you have been using MobileMe all along, you shouldn&#8217;t be running into any problems at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/imap-itweak-iweb-09/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Tutorial: Image Zoom in iWeb</title>
		<link>http://guimkie.com/iweb/tutorial-image-zoom-in-iweb/</link>
		<comments>http://guimkie.com/iweb/tutorial-image-zoom-in-iweb/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 21:15:42 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[FancyZoom]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[iTweak]]></category>

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

		<guid isPermaLink="false">http://guimkie.com/?p=123</guid>
		<description><![CDATA[The ability to password-protect iWeb-Sites is only available to those that publish to .Mac. Even though iWeb does not offer this ability to those who publish to a folder, it does not mean that it is not possible. This tutorial will show you how to easily protect your site with a password and an username.
For [...]]]></description>
			<content:encoded><![CDATA[<p>The ability to password-protect iWeb-Sites is only available to those that publish to .Mac. Even though iWeb does not offer this ability to those who publish to a folder, it does not mean that it is not possible. This tutorial will show you how to easily protect your site with a password and an username.</p>
<p>For this tutorial, we will be using a free application called <a href="http://itweak.guimkie.com" target="_blank">iTweak</a>. It has been made to simplify such additions to the iWeb application and so it is just perfect to use.</p>
<p>Please note that this tutorial is only available to those who publish to a folder and upload to a server that is capable of running .htaccess files. Please ask your hosting service first before you start this tutorial.</p>
<p>View a the final result (a demo) <a href="http://guimkie.com/iwebdemos/passwordprotectiwebsite/">here</a> or get right started.</p>
<p><span id="more-123"></span></p>
<p style="text-align: center;"><!--adsense--></p>
<ol>
<li>As stated earlier, you will have to have downloaded the latest version of <a href="http://itweak.guimkie.com" target="_blank">iTweak</a> (this tutorial requires at least version 1.4.7). Publish your site from iWeb as well.<br />To protect your site, you need to have a password, a username and the absolute path to another file (more on that later).</li>
<li>We will start off with the login data.<br />htAccess, the method for the password protection, requires the login data to be encrypted. .<br />To encrypt your login data, visit <a target="_blank" href="http://www.kxs.net/support/htaccess_pw.html">this</a> site. Enter your username and your preferred password into the two provided textfields. For this tutorial I will be using &#8220;Hello&#8221; as my username and &#8220;World&#8221; as my password. See this example:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/pps1.png" class="GUIMKIE-image-list" /></p>
<p>Click &#8220;Create Password&#8221; and continue to the next step.
</li>
<li>Now you will get a page with your username and you password jammed between two dark blue bars. It should say your username and then a combination of weird letters and symbols separated from the username through a colon.
<p style="text-align: center;"><img src="http://guimkie.com/files/images/pps1.1.png" class="GUIMKIE-image-list" /></p>
<p>Copy this whole encryption and get ready to paste it into iTweak (Shortcut: Apple + C).</li>
<li>Open up iTweak and navigate to the &#8220;Security&#8221; tab. Tick the option to password-protect your site and in the text-field labeled &#8220;Login Data&#8221; paste in the encrypted data from the previous step. Make sure you copy/type this password 100% correctly!!!<br />You can now type in your username in iTweak as well. Your window should now look something like this:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/pps2.png" class="GUIMKIE-image-list" /></p>
</li>
<li>Now we have to deal with filling the last text-field; the absolute path to the .htpasswd file. There are two options to solve this. Either you can use a file I made to easily get the absolute path (requires a PHP-capable server) or you have to contact your hosting service and ask them about the absolute path.
<p>» Option A: Go ahead and download <a target="_blank" href="http://guimkie.com/downloads/load.php?id=32">this</a> file. Place the file named &#8220;info.php&#8221; inside the published folder from iWeb. Upload the whole folder (or just the contents, depending on how you like it) to your server. Now visit the file in your browser by typing a URL similar to this:</p>
<p><code>http://domain.com/Sitename/info.php</code></p>
<p>or if you only upload folder contents then type something similar to this:</p>
<p><code>http://domain.com/info.php</code></p>
<p>When you view the file you should find a huge blue table outlining all sorts of geeky stuff. Search for &#8220;SCRIPT_FILENAME&#8221; and to the right of that you will see the absolute path to the &#8220;info.php&#8221; file.<br />
Now copy the whole path except for the first slash and the &#8220;/info.php&#8221; extension:</p>
<p style="text-align: center;"><img src="http://guimkie.com/files/images/pps3.png" class="GUIMKIE-image-list" /></p>
<p>» Option B: If you server does not support PHP, then simply contact your hosting provider and ask them for the absolute path to be used inside your .htaccess file. They will know what your talking about.</p>
<p>In both cases, please note that the path varies from each person! There is no scheme or pattern that you can follow.
 </li>
<li>Having acquired the absolute path in the previous step, copy and paste it into the provided text-field in iTweak. See this image:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/pps4.png" class="GUIMKIE-image-list" /></p>
</li>
<li>Now choose your published site by hitting the &#8220;Choose Published Site&#8221; button and then hit &#8220;Process Site.&#8221; iTweak will now protect your site with the 100% secure .htaccess method. It will create two invisible files that you won&#8217;t see in the Finder. If you upload your site to your server by simply grabbing the whole published folder, then thats fine and the protection will work fine. On the other hand, if you just upload the contents of a published folder, then you have to use something like <a target="_blank" href="http://panic.com/coda/">Coda</a> to view invisible files in your Mac and make sure they get uploaded as well!</li>
<li>Done! The next time you publish, simply reuse iTweak to add the protection and your ready to go.<br />If you run into any problems, please contact me via email and do NOT use the comments form below.</li>
</ol>
<p>Looking for iWeb Templates? Check out my huge collection right <a href="http://iweb.guimkie.com">here</a>.</p>
<p>If you have enjoyed this article and you wish to make a small donation, then feel free to do so by clicking <a href="http://guimkie.com/about/">here</a>.</p>
<p style="text-align: center;"><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/password-protect-iweb-sites/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Adding Haloscan Comments to iWeb</title>
		<link>http://guimkie.com/iweb/adding-haloscan-comments-to-iweb/</link>
		<comments>http://guimkie.com/iweb/adding-haloscan-comments-to-iweb/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 09:19:31 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iTweak]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Haloscan]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=116</guid>
		<description><![CDATA[UPDATE: Haloscan has been purchased by JS-Kit. Hence, Haloscan is out of service and you can only use JS-Kit to add comments to iWeb. There is a new tutorial that will show you how to do this.

Are you one of those users who would wish to have comments integrated right into your site but you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong>: Haloscan has been purchased by JS-Kit. Hence, Haloscan is out of service and you can only use JS-Kit to add comments to iWeb. There is a <strong><a href="http://guimkie.com/iweb/adding-js-kit-comments-to-iweb/">new tutorial</a> that will show you how to do this</strong>.</p>
<div style="text-decoration: line-through;">
Are you one of those users who would wish to have comments integrated right into your site but you are publishing to a folder and so you can&#8217;t do that? Or you just want to use the awesome technology of Halscan to power your comments? This tutorial will show you in an extremely easy way how to do this!</p>
<p>For this tutorial, we will be using a free application called <a href="http://itweak.guimkie.com" target="_blank">iTweak</a>. It has been made to simplify such additions to the iWeb application and so it is just perfect to use.</p>
<p>So let&#8217;s get right started!</p>
<p><span id="more-116"></span></p>
<p style="text-align: center;"><!--adsense--></p>
<ol>
<li>First step is easy! Download <a href="http://itweak.guimkie.com" target="_blank">iTweak</a> and sign up for a <a target="_blank" href="http://haloscan.com/">Haloscan</a> account.<br />Use the account to modify the styling of your comments stuff and make it appeal to you.</li>
<li>Now, choose any existing pages and add a text-box to it which will later hold a link to allow visitors to add comments or trackbacks. Make sure you leave the text-box with it&#8217;s default style (ie.: do not change any fonts, colors, fills or whatever with the text-box).</li>
<li>In the text-box write the following keyword. It will later be replaced with the actual comments link:
<p><code>%%HALOSCAN_COMMENTS%%</code></p>
<p>See this image:
<p style="text-align: center;"><img src="http://guimkie.com/files/images/hc1.png" class="GUIMKIE-image-list" /></p>
</li>
<li>Now publish your site and once it has finished, open iTweak and navigate to the &#8220;Discussion&#8221; tab. Right at the top you have the ability to type in your Haloscan username. Type it in and choose if you only wish to have comments, trackbacks or both.</li>
<li>Choose your published site by hitting the &#8220;Choose published Site.&#8221; If you publish your site to a folder, you should know where you can find it. If you publish to .Mac, you find your site at the following path. iWeb &#8216;08 users use this path:
<p><code>iDisk/Web/Sites/SITENAME</code></p>
<p>On the other hand, iWeb &#8216;06 users follow this path:</p>
<p><code>iDisk/Web/Sites/iWeb/SITENAME</code></p>
<p>Don&#8217;t forget to tick the check-mark for adding the Haloscan comments! If not ticked, it won&#8217;t do it.</li>
<li>Lastly, you can hit the &#8220;Process&#8221; button and then your done! Make sure you are connected to the internet for the comments to show up.</li>
</ol>
</div>
<p>Looking for iWeb Templates? Check out my huge collection right <a href="http://iweb.guimkie.com">here</a>.</p>
<p>If you have enjoyed this article and you wish to make a small donation, then feel free to do so by clicking <a href="http://guimkie.com/about/">here</a>.</p>
<p style="text-align: center;"><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/adding-haloscan-comments-to-iweb/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Developing iWebShowCase</title>
		<link>http://guimkie.com/iweb/developing-iwebshowcase/</link>
		<comments>http://guimkie.com/iweb/developing-iwebshowcase/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 16:37:30 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=114</guid>
		<description><![CDATA[I know, I know, I know! Instead of fixing up the existing sites, I am creating one new one after the other one.
My new site that will be coming up is a Showcase site for sites created in iWeb. It will allow anyone to submit their site and if it is visually interesting, I will [...]]]></description>
			<content:encoded><![CDATA[<p>I know, I know, I know! Instead of <a href="http://guimkie.com/news/thinking-of-a-redesign/">fixing up</a> the existing sites, I am creating one new one after the other one.</p>
<p>My new site that will be coming up is a Showcase site for sites created in iWeb. It will allow anyone to submit their site and if it is visually interesting, I will add it up to the gallery.</p>
<p>Let me know what you think about this by chatting about it in the comments section. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/developing-iwebshowcase/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iWeb Contact Form Sample</title>
		<link>http://guimkie.com/iweb/iweb-contact-form-sample/</link>
		<comments>http://guimkie.com/iweb/iweb-contact-form-sample/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 12:34:01 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[iTweak]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Contact Form]]></category>

		<guid isPermaLink="false">http://guimkie.com/iweb/iweb-contact-form-sample/</guid>
		<description><![CDATA[
As I am still working on iTweak, I have finally reached the very end of releasing it. There are only two more bugs and features to complete and then this app will go out in the world.
One of the great new features of iTweak is the ability to create a PHP contact form for your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://guimkie.com/iweb/iweb-contact-form-sample/"><img src="http://guimkie.com/files/images/contactformteaser.png" class="GUIMKIE-image"/></a></p>
<p>As I am still working on iTweak, I have finally reached the very end of releasing it. There are only two more bugs and features to complete and then this app will go out in the world.<br />
One of the great new features of iTweak is the ability to create a PHP contact form for your iWeb site. I have been creating a very good one and I am close to actually using that one.</p>
<p>Take a look at the demo <a href="http://guimkie.com/iwebdemos/contactform/">here</a>.</p>
<p>Any recommendations and ideas are gladly heard! This would be the basic outcome of the form if you use iTweak. You can use the comments below to tell me how you like/dislike it.</p>
<p>Thanks and happy easter!</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/iweb-contact-form-sample/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FancyBox &#8211; A Good Mixture&#8230;</title>
		<link>http://guimkie.com/iweb/fancybox-a-good-mixture/</link>
		<comments>http://guimkie.com/iweb/fancybox-a-good-mixture/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:37:38 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[FancyBox]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://guimkie.com/iweb/fancybox-a-good-mixture/</guid>
		<description><![CDATA[While I was working with a friend on the old-school iWeb application, he asked me for a good effect to enlarge images. Making images open in a new window really sucks. So, what you do is you look into the jQuery library for a script that would provide what you want. Didn&#8217;t take long and [...]]]></description>
			<content:encoded><![CDATA[<p>While I was working with a friend on the old-school iWeb application, he asked me for a good effect to enlarge images. Making images open in a new window really sucks. So, what you do is you look into the jQuery library for a script that would provide what you want. Didn&#8217;t take long and the outcome was FancyBox. FancyBox, by me, is made up of three things. jQuery, Lightbox and FancyZoom. Since it is a mixture of all of them, I called it FancyBox.</p>
<p>Now what is FancyBox? It is a jQuery based script that will make thumbnailed images zoom up and enlarge. Best way to understand what I am talking about is to look at the demo.</p>
<p>You can take a look at this awesome thing in a demo page I made in iWeb:</p>
<p><a target="_blank" href="http://guimkie.com/fancybox-beta/">http://guimkie.com/fancybox-beta/</a></p>
<p>Please only view this in FireFox and Safari on a Mac. These are the only things with which I have tested it. Camino fails completely. <img src='http://guimkie.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>I&#8217;ll open up the scripts as soon as I get it to work properly. That means I will have a pack for those who enjoy coding themselves and then I will have it integrated right into the next major update on iTweak! Yep &#8211; the next major update for iTweak, not the 1.2 version. You&#8217;ll see this stuff coming soon.</p>
<p>The more you nag me, the higher the chance I get this stuff done. I am kind of a person who always shifts things to the last minute, so tell me to be faster. <img src='http://guimkie.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/fancybox-a-good-mixture/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Uploading Your iWeb Site To Your Server</title>
		<link>http://guimkie.com/iweb/uploading-your-iweb-site-to-your-server/</link>
		<comments>http://guimkie.com/iweb/uploading-your-iweb-site-to-your-server/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:02:09 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Publish]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Uploading]]></category>

		<guid isPermaLink="false">http://guimkie.com/iweb/uploading-your-iweb-site-to-your-server/</guid>
		<description><![CDATA[This video tutorial will show you how you can upload your site in iWeb &#8211; which you have published to a folder &#8211; to your own server. This tutorial is easy as a pie and you should have published your site in a matter of seconds to your very own server. Yay!
Let&#8217;s give this tutorial [...]]]></description>
			<content:encoded><![CDATA[<p>This video tutorial will show you how you can upload your site in iWeb &#8211; which you have published to a folder &#8211; to your own server. This tutorial is easy as a pie and you should have published your site in a matter of seconds to your very own server. Yay!</p>
<p>Let&#8217;s give this tutorial an example. You publish your site in iWeb and your unsure how to get it up to GoDaddy, 1and1 or many of the other hosting providers. Well, after following this tutorial you will be an expert at uploading your site from the published folder up to your server.</p>
<p>If you&#8217;re ready to do the tutorial, then click the read on link and enjoy a high-quality video tutorial.</p>
<p><span id="more-92"></span></p>
<p style="text-align: center;"><!--adsense--></p>
<p>Do you want new iWeb Templates? <a href="http://iweb.guimkie.com">Go here</a>.</p>
<p>So let&#8217;s get started with the Tutorial:</p>
<ol>
<li>You ain&#8217;t needing any starting material for this tutorial &#8211; so skip this step. Haha!</li>
<li><a href="#" onclick="javascript:window.open('http://guimkie.com/files/videos/upload-own-server.mov','_blank','width=850,height=550,toolbar=0,menubar=0,resizable=0,location=0,status=0,scrollbars=0,directories=0'); return false;" title="Launch Video Tutorial">Launch Video Tutorial</a><br />I mentioned links? Yes I did, get Cyberduck <a target="_blank" href="http://cyberduch.ch">here</a> and Transmit <a target="_blank" href="http://panic.com/transmit">here</a>. To see a list of FTP clients for the Mac, check <a target="_blank" href="http://www.pure-mac.com/ftp.html">this</a> page.</li>
<li>Boom baby that was it! Don&#8217;t forget your password and remember to upload your site everytime you publish from iWeb (duh, lol).</li>
</ol>
<p style="text-align: center;"><!--adsense--></p>
<p><strong>Additional Note</strong></p>
<p>Looking for cool iWeb Templates? <a href="http://iweb.guimkie.com">Go here</a>.</p>
<p>If you enjoy my Tutorial and wish to make a small Donation, then feel free to do so by <a href="http://guimkie.com/about/">clicking here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/iweb/uploading-your-iweb-site-to-your-server/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
<enclosure url="http://guimkie.com/files/videos/upload-own-server.mov" length="37894378" type="video/quicktime" />
		</item>
	</channel>
</rss>
