<?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</title>
	<atom:link href="http://guimkie.com/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>Looking for Cover Art for iTunes Movies?</title>
		<link>http://guimkie.com/itunes/looking-for-cover-art-for-itunes-movies/</link>
		<comments>http://guimkie.com/itunes/looking-for-cover-art-for-itunes-movies/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 13:59:21 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=315</guid>
		<description><![CDATA[A long time ago I suggested three sources for finding proper album art for movies. There is now a new website that provides the original iTunes Movie Artwork for nearly all movies. The Valkae blog is truly a simple and great place to find Apple&#8217;s stunning iTunes Movie covers.




]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://guimkie.com/itunes/where-do-i-get-itunes-movie-artwork/">long time ago</a> I suggested three sources for finding proper album art for movies. There is now a new website that provides the original iTunes Movie Artwork for nearly all movies. The <a href="http://www.valkae.blogspot.com/">Valkae blog</a> is truly a simple and great place to find Apple&#8217;s stunning iTunes Movie covers.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7241091367075931";
/* 200x90, Erstellt 15.07.09 */
google_ad_slot = "7055468990";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/itunes/looking-for-cover-art-for-itunes-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Removal of Comment Forms</title>
		<link>http://guimkie.com/nothing-important/removal-of-comment-forms/</link>
		<comments>http://guimkie.com/nothing-important/removal-of-comment-forms/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:00:44 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Nothing Important]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=259</guid>
		<description><![CDATA[I have decided to remove the ability to add comments underneath tutorial posts. The basic reasons for this are:

Most comments are spam. Although I have Akismet installed, quite a lot of spam comes through. I am, quite frankly, tired of sorting through the spam.
Most comments are questions regarding the respective tutorial. I try to reply [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to remove the ability to add comments underneath tutorial posts. The basic reasons for this are:</p>
<ul>
<li>Most comments are spam. Although I have <a href="http://akismet.com/">Akismet</a> installed, quite a lot of spam comes through. I am, quite frankly, tired of sorting through the spam.</li>
<li>Most comments are questions regarding the respective tutorial. I try to reply to most of the comments, but by adding more and more comments, everything becomes a huge mess. The number of comments shown on the page is beyond an amount someone can coordinate through.</li>
</ul>
<p>It hurts to loose the interactivity between me and the viewers, but it is such a relief to no longer have to fight the spam.</p>
<p>Questions regarding tutorials can be posted in the <a href="http://discussions.apple.com">Apple Discussion forums</a>. See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/nothing-important/removal-of-comment-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iMap 2.7 Beta</title>
		<link>http://guimkie.com/imap/imap-27-beta/</link>
		<comments>http://guimkie.com/imap/imap-27-beta/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:45:55 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[iMap]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=255</guid>
		<description><![CDATA[We have been working on a new version of iMap that is about to be released. There are a bunch of new features and enhanced ones that all need to be tested. If anyone wants to test drive these new features and help us finish them off, then feel free to contact us at the [...]]]></description>
			<content:encoded><![CDATA[<p>We have been working on a new version of iMap that is about to be released. There are a bunch of new features and enhanced ones that all need to be tested. If anyone wants to test drive these new features and help us finish them off, then feel free to contact us at the following email address: <a href="mailto:beta@guimkie.com?subject=Request Beta Invite">beta@guimkie.com</a>.</p>
<p>Major changes to iMap 2.7 include:</p>
<ul>
<li>iMap is project-based. You can now create a project for each site you have in iWeb.</li>
<li>You can now verify either by uploading the HTML file or adding a meta-tag.</li>
<li>Meta-Tags are being added 2x as fast with less errors.</li>
<li>iMap has been localized into German. Anyone interested in localizing iMap then please contact us at the above email address.</li>
</ul>
<p>We are expecting to push this update out to everyone by October 19th.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/imap/imap-27-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow me on Twitter</title>
		<link>http://guimkie.com/news/follow-me-on-twitter/</link>
		<comments>http://guimkie.com/news/follow-me-on-twitter/#comments</comments>
		<pubDate>Mon, 18 May 2009 17:40:26 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=244</guid>
		<description><![CDATA[I have recently (actually already a long while ago) joined Twitter and so I invite you all to follow me. Twitter is actually the reason of why this blog hasn&#8217;t been receiving any kind of new content. It just takes to incredibly long to post something. Twitter and Tumblr (my Tumbelog) are just more appropriate [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently (actually already a <a href="http://twitter.com/likesuchasblah/status/1118514404">long while ago</a>) joined <a href="http://twitter.com">Twitter</a> and so I invite you all to <a href="http://twitter.com/likesuchasblah">follow me</a>. Twitter is actually the reason of why this blog hasn&#8217;t been receiving any kind of new content. It just takes to incredibly long to post something. Twitter and Tumblr (my <a href="http://everythinglikesuchasblah.com">Tumbelog</a>) are just more appropriate for lazy people like me. I hope to see you on Twitter and Tumblr.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/news/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iMap 2.6.3 available</title>
		<link>http://guimkie.com/imap/imap-263-available/</link>
		<comments>http://guimkie.com/imap/imap-263-available/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:58:20 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[iMap]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=229</guid>
		<description><![CDATA[I have just released an update for iMap. It includes the following changes:

&#8220;Create&#8221; button now works by hitting &#8220;Enter.&#8221;
Addition of meta-tags occasionally failed with Google Verification files. This has now been fixed..
Corrected &#8220;Help&#8221; menu items to include new video tutorials.
Enhanced speed connections with MobileMe/.Mac.

If you have problems updating, let me know. Keep in mind it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released an update for <a href="http://imap.guimkie.com">iMap</a>. It includes the following changes:</p>
<ul>
<li>&#8220;Create&#8221; button now works by hitting &#8220;Enter.&#8221;</li>
<li>Addition of meta-tags occasionally failed with Google Verification files. This has now been fixed..</li>
<li>Corrected &#8220;Help&#8221; menu items to include new video tutorials.</li>
<li>Enhanced speed connections with MobileMe/.Mac.</li>
</ul>
<p>If you have problems updating, let me know. Keep in mind it&#8217;s always best to run the latest version of iMap.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/imap/imap-263-available/feed/</wfw:commentRss>
		<slash:comments>13</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>23</slash:comments>
		</item>
		<item>
		<title>iMap and the Google Webmaster Tools</title>
		<link>http://guimkie.com/imap/imap-and-the-google-webmaster-tools/</link>
		<comments>http://guimkie.com/imap/imap-and-the-google-webmaster-tools/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 10:36:17 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iMap]]></category>
		<category><![CDATA[iWeb]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=203</guid>
		<description><![CDATA[If you watched the tutorial on how to use iMap, then you&#8217;ll probably going to like this.
This is the second part to the tutorial. It explains how to use iMap in conjunction with the Google Webmaster Tools: how to get a Google Webmaster Tools project, how to verify your site and add a sitemap. All [...]]]></description>
			<content:encoded><![CDATA[<p>If you watched the tutorial on <a href="http://guimkie.com/imap/how-to-use-imap/">how to use iMap</a>, then you&#8217;ll probably going to like this.</p>
<p>This is the second part to the tutorial. It explains how to use iMap in conjunction with the Google Webmaster Tools: how to get a Google Webmaster Tools project, how to verify your site and add a sitemap. All this will ultimately help you to show up on Google.</p>
<p>If you haven&#8217;t watched the <a href="http://guimkie.com/imap/how-to-use-imap/">first tutorial</a> just yet, then go ahead and do that first.</p>
<p><span id="more-203"></span></p>
<p>So, if you want to see how you can efficiently use iMap with the Google Webmaster Tools, then go ahead and launch the video tutorial:</p>
<p style="text-align: center;"><!--adsense--></p>
<p><a href="#" onclick="javascript:window.open('http://guimkie.com/files/videos/googletools.mov','_blank','width=650,height=450,toolbar=0,menubar=0,resizable=0,location=0,status=0,scrollbars=0,directories=0'); return false;" title="How to use iMap">Launch Tutorial</a></p>
<p>Get to the <a href="http://google.com/webmasters/tools/">Google Webmaster Tools</a>!</p>
<p>If you run into any problems, then do not hesitate to contact me. You can find a contact form on the contact page.</p>
<p>Looking for cool iWeb Templates? <a href="http://iweb.guimkie.com">Go here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/imap/imap-and-the-google-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://guimkie.com/files/videos/googletools.mov" length="17155003" type="video/quicktime" />
		</item>
		<item>
		<title>Tutorial: How to use iMap</title>
		<link>http://guimkie.com/imap/how-to-use-imap/</link>
		<comments>http://guimkie.com/imap/how-to-use-imap/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 17:56:06 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iMap]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=195</guid>
		<description><![CDATA[This is a video tutorial that will show you how to use iMap. It will make you familiar with the basic features and how to get everything working perfectly. The tutorial will cover how to create a sitemap, add Meta-Tags and even show you how to ping Google.
If you want to learn how to create [...]]]></description>
			<content:encoded><![CDATA[<p>This is a video tutorial that will show you how to use iMap. It will make you familiar with the basic features and how to get everything working perfectly. The tutorial will cover how to create a sitemap, add Meta-Tags and even show you how to ping Google.</p>
<p>If you want to learn how to create a verification file for the Google Webmaster Tools and use the Tools, then take a look at the <a href="http://guimkie.com/imap/imap-and-the-google-webmaster-tools/">second part</a> of this tutorial.</p>
<p><span id="more-195"></span></p>
<p>So, if you want to see how iMap functions and how easy it actually is to use it, go ahead and launch the video tutorial:</p>
<p style="text-align: center;"><!--adsense--></p>
<p><a href="#" onclick="javascript:window.open('http://guimkie.com/files/videos/how2imap.mov','_blank','width=650,height=450,toolbar=0,menubar=0,resizable=0,location=0,status=0,scrollbars=0,directories=0'); return false;" title="How to use iMap">Launch Tutorial</a></p>
<p>If you run into any problems, then do not hesitate to contact me. You can find a contact form on the contact page.</p>
<p>I hope this tutorial is much clearer and just gets across how to efficiently use iMap.</p>
<p>If you want to continue right to the second part of this tutorial, <a href="http://guimkie.com/imap/imap-and-the-google-webmaster-tools/">here</a> you go.</p>
<p>Looking for cool iWeb Templates? <a href="http://iweb.guimkie.com">Go here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/imap/how-to-use-imap/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://guimkie.com/files/videos/how2imap.mov" length="8994816" type="video/quicktime" />
		</item>
	</channel>
</rss>
