<?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>Mitchelaneous &#187; tutorial</title>
	<atom:link href="http://www.mitchelaneous.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mitchelaneous.com</link>
	<description>geeky tutorials, tips, guides and reviews</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FTP Basics</title>
		<link>http://www.mitchelaneous.com/2011/10/06/ftp-basics/</link>
		<comments>http://www.mitchelaneous.com/2011/10/06/ftp-basics/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 12:29:37 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[suggestions]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/10/06/ftp-basics/</guid>
		<description><![CDATA[If you want to be able to work with your website on a server, you have to learn the basics of FTP.&#160; So, let us start with the basics.&#160; FTP stands for File Transfer Protocol. To simplify it, it is the protocol which allows files to be transferred across the Web. Using a special program [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to FTP" border="0" alt="How to FTP" align="right" src="http://www.mitchelaneous.com/wp-content/uploads/2011/10/image.png" width="155" height="79" />If you want to be able to work with your website on a server, you have to learn the basics of FTP.&#160; So, let us start with the basics.&#160; FTP stands for File Transfer Protocol. To simplify it, it is the protocol which allows files to be transferred across the Web. Using a special program called an FTP client, you can gain access to the files (documents, files and more) that are on your hosting account. You can also edit file permissions, upload and download content too. </p>
<p><span id="more-4639"></span>
<p>There are a lot of good choices when it comes to picking your FTP client.&#160; I have reviewed several via the website here and I am sure there are other good ones I haven&#8217;t looked at.&#160; Personally, my favorite FTP client is <a href="http://www.mitchelaneous.com/2010/07/26/filezilla/" target="_blank">FileZilla</a>. You could also try out WS_FTP, SmartFTP, CuteFTP or a number of other choices there are out there.</p>
<p>Now that you have an FTP client, how do you get started? Well, instructions may vary depending on the FTP client you choose.&#160; Here are the basic details you will need to input:</p>
<ul>
<li><b>Hostname:</b> yourdomain.com </li>
<li><b>Username:</b> your account username </li>
<li><b>Password:</b> your account password </li>
<li><b>Passive FTP:</b> ON for linux accounts, OFF for Windows accounts </li>
</ul>
<p>Should you use a web browser for FTP? I would suggest against it.&#160; It can be done usually by going to <em>ftp://yourdomain.com</em> or <em>ftp://user:pass@yourdomain.com/</em> but my best advice for you would be to get a FTP client to do the job for you.&#160; If your webhost allows it, you might also want to set up secure FTP or FTP over a TLS connection. </p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2011/10/06/ftp-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redirect users to Your WWW Domain</title>
		<link>http://www.mitchelaneous.com/2011/10/04/redirect-users-to-your-www-domain/</link>
		<comments>http://www.mitchelaneous.com/2011/10/04/redirect-users-to-your-www-domain/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 11:35:46 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/10/04/redirect-users-to-your-www-domain/</guid>
		<description><![CDATA[To help eliminate duplicate content being picked up by search engines, many webmasters out there either force website visitors to redirect to their website domain with or without the &#34;www&#34; prefix. How can I always show &#34;www&#34; in front of my domain, even when people just type in mydomain.com? This is pretty easy to setup [...]]]></description>
			<content:encoded><![CDATA[<p>To help eliminate duplicate content being picked up by search engines, many webmasters out there either force website visitors to redirect to their website domain with or without the &quot;www&quot; prefix. How can I always show &quot;www&quot; in front of my domain, even when people just type in mydomain.com?</p>
<p><span id="more-4637"></span>
<p>This is pretty easy to setup by adding this to your .htaccess file: </p>
<pre>Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^mydomain.com [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]</pre>
<p><i>Please note, you will need to change mydomain.com to your actual domain name.</i></p>
<p>Once you have done so, both mydomain.com and www.mydomain.com will both send you to www.mydomain.com. This is usually done for search engine optimization reasons, to prevent the search engines from seeing your one web site as two different web sites. </p>
<p>You can also force your domain to drop the www from the address when typed in, if you would rather have it the other way around. In that situation, you would need to add this to your .htaccess file: </p>
<pre>RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.mydomain.com$ [NC]
RewriteRule ^(.*)$ http://mydomain.com/$1 [R=301,L]</pre>
<p><i>Please note, you will need to change mydomain.com to your actual domain name.</i></p>
<p>This will make both mydomain.com and www.mydomain.com send you to just mydomain.com.&#160;&#160; Hope this comes in handy the next time you are optimizing your own websites. </p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2011/10/04/redirect-users-to-your-www-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketing Advice for Facebook Fans</title>
		<link>http://www.mitchelaneous.com/2010/10/01/marketing-advice-for-facebook-fans/</link>
		<comments>http://www.mitchelaneous.com/2010/10/01/marketing-advice-for-facebook-fans/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 12:57:12 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[DIY Marketing]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook fan page]]></category>
		<category><![CDATA[fan page setup]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketing ideas]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/10/01/marketing-advice-for-facebook-fans/</guid>
		<description><![CDATA[Facebook is more than just a social network where you can waste your time with virtual farm animals.  It is yet another social destination on the web that you should establish yourself on, so that people who care about your website, your products, or just you can learn more.  Facebook gives people several confusing routes [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="Marketing Tips for Facebook Fan Pages" src="http://www.mitchelaneous.com/wp-content/uploads/2010/10/facebook.jpg" border="0" alt="Facebook Marketing Help" width="500" height="188" /></p>
<p>Facebook is more than just a social network where you can waste your time with virtual farm animals.  It is yet another social destination on the web that you should establish yourself on, so that people who care about your website, your products, or just you can learn more.  Facebook gives people several confusing routes to go when it comes to establishing any brand on their website though &#8211; so let me see if I can cut through the questions, and tell you the right direction to take your marketing on Facebook.<br />
<span id="more-4115"></span></p>
<h3>Facebook Profiles, Groups and Fan Pages</h3>
<p>Facebook has three different kinds of pages that people can setup.  You have Facebook profiles, which are often used for personal profiles.  You have groups that are there for bigger causes and group activities.  Last but not least, you have fan pages &#8211; which are there to put your products on a pedestal and let people keep up with what is going on with them via Facebook.</p>
<p>More times than not, I would suggest that you market yourself through a Facebook fan page.</p>
<h3>How to Setup a Facebook Fan Page</h3>
<p>We have detailed the steps needed for starting up a Facebook Fan Page in previous articles.  You can check out my guide on <a href="http://www.mitchelaneous.com/2010/09/08/create-facebook-fan-page/">how to create a Facebook fan page</a> for more information on the exact steps. Make sure though that you put some thought in who and what you are promoting.</p>
<ul>
<li>If you are promoting your books, you might create a fan page per book &#8211; or a fan page for all the books</li>
<li>If you are promoting your website, you might create the fan page about your entire website, or the part of the website that is the most popular</li>
</ul>
<p>No matter which way you go, you have to ask yourself if this is something you will be able to sustain too.  People will be looking for updates early and often, so if you can not come up with something to share with those people who are your fans, maybe you need to broaden your topic a &#8216;bit more.</p>
<h3>What Should You Post on Your Facebook Fan Page?</h3>
<p>Once your Facebook fan page is setup, you can start making a strategy on how you will use it to get the word out about what it is you are putting out there.  To start out, you might setup a calendar to make weekly updates on what you are doing, that people would be interested in.  For example, if you are running a shoe store Facebook fan page, every Tuesday you might tell people about that week&#8217;s big sale on sneakers.  This way people start to say to themselves, &#8220;Hey, every Tuesday I&#8217;m going to check out that Facebook fan page &#8211; because I do need a new pair of shoes&#8221;.  No matter I you are selling shoes, promoting your recent blog post, or anything else, you have to remember that your number one job is to answer the public&#8217;s needs.</p>
<p>Do not just be another product, service or resource out there.  You need to be the solution to go to.</p>
<p><strong>Need some inspiration?</strong> Here are a few topic ideas for you to try on your own Facebook fan page:</p>
<ul>
<li><em>Ask a question</em> &#8211; Find something that your fan page members have in common, and ask about it. This helps inspire socialization on your Facebook fan page.</li>
<li><em>Give advice</em> &#8211; Give a solution to a problem that your fan page users might have.  If you sell doorknobs, then you might post a link to a website that shares doorknob shining tips.</li>
<li><em>Get some help</em> &#8211; Ask for your fan page members to help you with something concerning your business. For example, if you are a web designer, you might post two designs and then ask the public which one they like more and why.</li>
</ul>
<p>Also remember,  you do not want to go overboard with updates or plugs back to your products.  Start out with regular posts that are few and far between.  As your Facebook fan page gets more users &#8211; you can do more weekly to engage those users even more.</p>
<p>In conclusion, you need to become an irreplaceable resource on what it is you do. It won&#8217;t happen overnight, but as time moves on and you slowly start to get more and more users &#8211; people will start to respect you as the source for what it is you are marketing to them, and will hopefully tell others to come check you out.  Facebook Fan pages are a wonderful way to extend your business, your brand or yourself to an entirely new audience.</p>
<p><em>Have Facebook fan page questions? Leave them in the comments! I would be happy to help cover any other concerns you might have on Facebook marketing.</em></p>
<div class="woo-sc-box note   "><strong>Download</strong> the Free <a href="http://www.mitchelaneous.com/free-marketing-ebook/">Do It Yourself Marketing eBook</a> from Mitchelaneous!</div>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/10/01/marketing-advice-for-facebook-fans/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fat Princess Ninja Class Guide</title>
		<link>http://www.mitchelaneous.com/2010/07/28/fat-princess-ninja-class-guide/</link>
		<comments>http://www.mitchelaneous.com/2010/07/28/fat-princess-ninja-class-guide/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 12:46:12 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[fat princess]]></category>
		<category><![CDATA[fat roles]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[ninja]]></category>
		<category><![CDATA[playstation 3]]></category>
		<category><![CDATA[PSN]]></category>
		<category><![CDATA[stars]]></category>
		<category><![CDATA[sword]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=3886</guid>
		<description><![CDATA[With the introduction of the Fat Princess: Fat Roles DLC pack on the PlayStation 3, we got three new classes to play with in our battles to rescue the plump princess.  One of the coolest of the three has to be the new Ninja class.   So get ready to learn how to toss your ninja [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0pt none;" title="Fat Princess Ninja" src="http://www.mitchelaneous.com/wp-content/uploads/2010/07/FatPrincessNinja1.png" border="0" alt="Fat Princess Ninja" width="127" height="101" align="right" /> With the introduction of the <a href="http://www.mitchelaneous.com/2010/06/30/fat-princess-fat-roles-dlc-review/" target="_blank">Fat Princess: Fat Roles DLC pack</a> on the PlayStation 3, we got three new classes to play with in our battles to rescue the plump princess.  One of the coolest of the three has to be the new Ninja class.   So get ready to learn how to toss your ninja stars, swing your ninja sword and sneak into the enemies castle.</p>
<p><span id="more-3886"></span></p>
<p>To become a ninja in Fat Princess, you must pick up a special purple hat from within your castle, and then press the triangle button until you see you are a ninja.  The ninja has six hearts for health, and moves about as quick as the Ranger class.  Rather than the ability to upgrade hats, the ninja gets a special move in which he can turn invisible for eight to ten seconds and walk through the opponents&#8217; castle doors.  This gives you a real advantage when it comes to grabbing the princess without being seen.</p>
<p><strong>Attacking with the Ninja&#8217;s Sword &#8211; </strong>By rapidly hitting the attack button, you can make your ninja swing his ninja sword (aka katana) to attack. This is a great way to fight people when you&#8217;re in close quarters with them.  It strikes a little faster than the warrior&#8217;s sword, in my opinion.</p>
<p><strong>Attacking with the Ninja&#8217;s Stars &#8211; </strong>When you hold down the attack button to charge it up, your ninja will throw stars (aka shurikens) at whomever you are targeting on the opposite team.  He will throw one star if the attack is charged 1/4th of the way, two if it is charged half way, three if it is charged 3/4ths of the way, and four if it is charged all the way up.</p>
<p><strong>Turning Invisible with the Ninja</strong></p>
<p>Your special move, as I touched upon before is the ability to turn invisible for eight to ten seconds once your special bar has filled all the way up.  Sneaking through the castle walls is not the only thing you can do as the invisible ninja though.  You can also try to sneak attack your opponents too.  If you attack them, while invisible, then you do three hearts worth of damage overall. However, be careful when trying to attack because once you hit the attack button, or enter an outpost, your invisibility is gone.</p>
<p><strong>More Ninja Class Tips and Tricks</strong></p>
<p>Here are a few more things you should remember when playing as the Ninja class in Fat Princess:</p>
<ul>
<li>You can set your weapons on fire to do greater damage by walking by a lit piece of wood or a torch on the battlefield.</li>
<li>When you are invisible, both sides can still see your actual location if they check the map.</li>
<li>Every so often, when the ninja dies he will pull out his sword and fall on it.  Something to keep an eye out for.</li>
</ul>
<p>I hope you enjoy this guide to playing as the Ninja class in Fat Princess, for the PlayStation 3.  Even though the ninja started as a concept idea that was never really suppose to see the light of day, I am really happy with how Atomic Operations were able to make it into a very fun class of character to play with in the game.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/07/28/fat-princess-ninja-class-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fat Princess Villager Class Guide</title>
		<link>http://www.mitchelaneous.com/2010/07/19/fat-princess-villager-class-guide/</link>
		<comments>http://www.mitchelaneous.com/2010/07/19/fat-princess-villager-class-guide/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 13:21:02 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[fat princess]]></category>
		<category><![CDATA[gameplay]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[PSN]]></category>
		<category><![CDATA[rush]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[villager]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=3838</guid>
		<description><![CDATA[&#8220;Wait a minute!&#8221; you might say.  The villager isn&#8217;t worth writing a class guide about like the warrior or the mage, right?  Wrong.  When you start a game, or re-spawn after dying in Fat Princess for the PlayStation 3, you come in as the villager class.  While the villager class might only have two hearts, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Villager in Fat Princess" src="http://www.mitchelaneous.com/wp-content/uploads/2010/07/image15.png" border="0" alt="Villager in Fat Princess" width="88" height="117" align="right" /> &#8220;Wait a minute!&#8221; you might say.  The villager isn&#8217;t worth writing a class guide about like the <a href="http://www.mitchelaneous.com/2010/07/09/fat-princess-warrior-class-guide/">warrior</a> or the <a href="http://www.mitchelaneous.com/2010/05/06/fat-princess-mage-class-guide/">mage</a>, right?  Wrong.  When you start a game, or re-spawn after dying in Fat Princess for the PlayStation 3, you come in as the villager class.  While the villager class might only have two hearts, he is the fastest class in the game and slap you down like nobody&#8217;s business.</p>
<p><span id="more-3838"></span></p>
<p>Due to the fact that there is no villager hat machine, since the villager is who you start out as, let me talk about playing as a villager in both defensive and offensive roles.</p>
<p><strong>Defensive Villager</strong></p>
<p>Playing with the villager on defense, might not be the smartest idea.  He only has two hearts of health, and not much of any attack.  However, if you are in a pinch, you can use the villager&#8217;s slap attack as a way to get somebody to drop a princess.  I have played many games where I would just keep slapping the princess out of the other team&#8217;s hands just to keep them occupied till my other teammates arrived.  The number of slaps it takes to get somebody to drop a princess also seems to vary depending on what angle you hit them from (from the front, back, or sides).</p>
<p><strong>Offensive Villager</strong></p>
<p>When you are playing on offense, you can use the same slapping technique (by rapidly hitting the attack button) too.  The villager&#8217;s best offensive feature is its speed.  The villager class is the fastest one when it comes to carrying the princess back to your side.  Often, when a game starts you will see three or four villagers run across to try to get into the other team&#8217;s castle or fort before the doors are built to quickly grab the princess and get out while nobody is looking.</p>
<p>Here&#8217;s a great video to show you how effective this can be at times:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/W5z_yr48oEI&amp;hl=en_US&amp;fs=1?color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/W5z_yr48oEI&amp;hl=en_US&amp;fs=1?color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>More Villager Class Tips and Tricks</strong></p>
<p>Here are a few other tips to remember when playing as the villager in Fat Princess:</p>
<ul>
<li>Use the villager to harvest wood and ore that the worker has chopped to get more resources, faster.</li>
<li>Although it is a &#8216;bit suicidal, you can always grab a bomb as a villager, light it and then look for the biggest mob of players from the other side to run into.</li>
<li>Get the &#8220;Don&#8217;t Make Me Slap You!&#8221; trophy by slapping 20 objects out of the enemy&#8217;s hands in online games.</li>
<li>Run and grab cake as the villager to get your princess fatter a lot faster.</li>
</ul>
<p>Hope that helps you out the next time you play as the villager class in Fat Princess.  The thing to remember is they are not as useless as you might of thought.  There are a lot of good situations where having a villager coming along does come in handy.</p>
<p style="text-align: center;"><a title="More Fat Princess Guides" href="http://www.mitchelaneous.com/fat-princess/"><img class="aligncenter" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/fpguides.png" alt="Fat Princess Tips" /></a></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/07/19/fat-princess-villager-class-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fat Princess Warrior Class Guide</title>
		<link>http://www.mitchelaneous.com/2010/07/09/fat-princess-warrior-class-guide/</link>
		<comments>http://www.mitchelaneous.com/2010/07/09/fat-princess-warrior-class-guide/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:09:33 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[fat princess]]></category>
		<category><![CDATA[glaive]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[PSN]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trophy]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[warrior]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/07/09/fat-princess-warrior-class-guide/</guid>
		<description><![CDATA[The Warrior class in Fat Princess has to be the proverbial meat and potatoes that makes the game work.  He is your juggernaut, battle his way though the opposing team and leaving no mercy in his path.  He slashes, he dashes and most of the time he is the one that run with that fatty [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Warrior Guide for Fat Princess" src="http://www.mitchelaneous.com/wp-content/uploads/2010/07/redwarrior1.png" border="0" alt="Warrior Guide for Fat Princess" width="171" height="171" align="right" /> The Warrior class in Fat Princess has to be the proverbial meat and potatoes that makes the game work.  He is your juggernaut, battle his way though the opposing team and leaving no mercy in his path.  He slashes, he dashes and most of the time he is the one that run with that fatty of a princess you are trying to rescue.</p>
<p>Warriors have six hearts for health, and are fairly slow, compared to somebody like the standard villager that you start off as. If you want to get up close and personal in your PSN battles on Fat Princess, the warrior hat is the one to pick up.</p>
<p><span id="more-3637"></span></p>
<p><strong>Level One &#8211; Sword and Shield</strong></p>
<p>When you pick up a warrior class hat before that hat machine is upgraded, your warrior will come equipped with a sword and shield.  The shield is helpful for blocking attacks or projectiles being thrown your way.  By tapping the attack button you can have your little warrior hack and slash his way through an opponent.  When you charge the attack (by holding down the attack button for a few seconds) then you get a spinning attack that reminds me somewhat of Link from the Legend of Zelda.</p>
<p><strong>Level Two &#8211; Pull Out the Glaive</strong></p>
<p>Once your warrior class hat machine has been upgraded, you get access to the upgraded warrior.  In this form, the warrior trades his sword and shield for a glaive.  When the warrior has the glaive, he can do the standard hack and slash like you did with your sword by tapping the attack button.  When you charge the glaive attack though (by holding down the attack button for a few seconds) you can execute a two-strike combo.  The warrior will rush the opponent at a very fast speed with one attack, then will execute a final swing attack as he jump down at the opponent.</p>
<p><strong>More Warrior Class Tips and Tricks</strong></p>
<p>Need more help when going into battle as the Warrior in Fat Princess?  Here are a few more tips to help you survive.</p>
<ul>
<li>By using your charged glaive attack, you can move across the map at a faster rate.</li>
<li>Keep your eye out for gaps, water or lava you can dash over by jumping and then performing the warrior&#8217;s charged glaive attack.</li>
<li>You can light your sword (level one warrior) or your glaive (level two warrior) with torches or burning wood found in the various locations on the map.</li>
<li>Practice blocking attacks with the warrior&#8217;s shield.  Once you block 100 projectiles in online games &#8211; you will get the <em>This is Caketown!</em> trophy.</li>
</ul>
<p>Warriors, by far, might be the most powerful class in the Fat Princess game.  However, it should be remembered that the best attempts at grabbing the princess should be done in a group.  While the warrior is a good one to pick up the princess, you want a mage freezing people, a priest healing you and well, let us just say it never hurts to have some backup.</p>
<p style="text-align: center;"><a title="More Fat Princess Guides" href="http://www.mitchelaneous.com/fat-princess/"><img class="aligncenter" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/fpguides.png" alt="Fat Princess Tips" /></a></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/07/09/fat-princess-warrior-class-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Notes to Google Analytics Timeline</title>
		<link>http://www.mitchelaneous.com/2010/06/29/adding-notes-to-google-analytics-timeline/</link>
		<comments>http://www.mitchelaneous.com/2010/06/29/adding-notes-to-google-analytics-timeline/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:20:39 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/06/29/adding-notes-to-google-analytics-timeline/</guid>
		<description><![CDATA[Did you know that in Google Analytics, you can easily make annotations for big events happening to your website?&#160; I am going to share with you the very simple way I made note of all my recent website designs in just a few steps.&#160; The first thing you will want to do is open up [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Google Analytics Help" border="0" alt="Google Analytics Help" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image14.png" width="500" height="147" /> </p>
<p>Did you know that in Google Analytics, you can easily make annotations for big events happening to your website?&#160; I am going to share with you the very simple way I made note of all my recent website designs in just a few steps.&#160; </p>
<p> <span id="more-3597"></span>
<p>The first thing you will want to do is open up one of your website profiles in Google Analytics.&#160; Next, under the visitor dashboard at the top, hit the tab that has the arrow pointing down on it. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Click the downward pointing arrow" border="0" alt="Click the downward pointing arrow" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image15.png" width="450" height="151" /> </p>
<p>Once you do that, you will see a link that says, &quot;+ Create new annotation&quot;.&#160; Click that link to create your new note. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Add Your Annotation" border="0" alt="Add Your Annotation" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image16.png" width="500" height="120" /> </p>
</p>
<p>Now, you will want to give the date you want the note to show up on in the first text box.&#160; In the middle text box, leave yourself a note <em>(I just put 2010 Redesign as my note)</em>, choose to make the note visible to other who have access to your Google Analytics report for this website or not, and then hit the save button.&#160; Now you will see a little speech bubble come up on the date you added the annotation on. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Annotation in Google Analytics" border="0" alt="Annotation in Google Analytics" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image17.png" width="154" height="36" /> </p>
<p>You can do this as many times as you want.&#160; It is a service put there to really make note of big website changes that you would like to mark in your statistics.&#160; Events this would be perfect for could be:</p>
<ul>
<li>A major website redesign</li>
<li>A change in your website advertisements</li>
<li>The starting of a new landing page campaign</li>
</ul>
<p>The possibilities go on and on.&#160; I am just happy that Google provides us with such an open ended toolset to play with and customize to suit our needs.&#160; Also worth making note of is the fact that your annotation will show up on your other traffic charts too, such as pageviews, pages/visits, bounce rate, and more.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/06/29/adding-notes-to-google-analytics-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fat Princess Priest Class Guide</title>
		<link>http://www.mitchelaneous.com/2010/06/11/fat-princess-priest-class-guide/</link>
		<comments>http://www.mitchelaneous.com/2010/06/11/fat-princess-priest-class-guide/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 12:59:38 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[curse]]></category>
		<category><![CDATA[dark priest]]></category>
		<category><![CDATA[fat princess]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[priest]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[PSN]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/06/11/fat-princess-priest-class-guide/</guid>
		<description><![CDATA[The best supporting class in Fat Princess is obviously the Priest.  The main role of this class, once your villager grabs this specific hat is to keep your other teammates healed up.  If you want to become a master at grabbing the princess &#8211; it never hurts to have a few priests following you for [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="Priest P3 Fat Princess Guide" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/redpriest.png" border="0" alt="Priest P3 Fat Princess Guide" width="200" height="200" align="right" /> The best supporting class in Fat Princess is obviously the Priest.  The main role of this class, once your villager grabs this specific hat is to keep your other teammates healed up.  If you want to become a master at grabbing the princess &#8211; it never hurts to have a few priests following you for the ride.</p>
<p>Priests may only have four hearts for health, but they can also drain life to replenish themselves once your priest hat machine has been upgraded. We will talk more about the dark priest later though.  The priest class in Fat Princess has two stages to master too.  Before you upgrade the hat machine, they are white priests ready to heal you.  Once the priest hat machine has been upgraded though they get nasty with the ability to curse or drain the opposing team.</p>
<p><span id="more-3563"></span></p>
<p><strong>Level One &#8211; Healing the Party</strong></p>
<p>The level one, or white priest, has an important part to play in any game.  Rather than making your teammates sit down and eat cake to refill their health, you can use your staff to get them healed up one by one or with a charged area heal.  The targeted heal is good if you are just with one or two people, and the area heal gets stronger the longer you hold down the charge button (until it has reached it&#8217;s fully charged status).  When playing as the priest, do what you can to stay out of battle. The longer you can stay alive, the longer those you are healing will stay alive too.</p>
<p><strong>Level Two &#8211; Curse Them All!</strong></p>
<p>Once the priest hat machine is upgraded, you get to play the role of the dark priest.  Where the white priest has a targeted healing power and an area heal, the dark priest has a targeted draining power and an area curse.  Using the dark priest to defend around the princess in the dungeon is a pretty good strategy.  With one or two dark priests, you can easily drain the opposing team &#8211; player by player as they come in one by one.  When in a large group of people on the opposing team, try using the area curse.  This will keep enemies from being able to target others, and makes their movement become really erratic.  The longer you charge the area curse, the longer these effects last.</p>
<p><strong>More Priest Class Tips and Tricks</strong></p>
<p>Here are a few more things to remember when you are playing as a priest in Fat Princess:</p>
<ul>
<li>You can use the right analogue stick to switch target when you are draining life or healing somebody.</li>
<li>Since the white priest&#8217;s area heal charges faster, try charging it first and then switch your class to charge area curses faster.</li>
<li>Try to do your best to stay out of the battle, but close enough to keep your teammates healed up.</li>
<li>When draining life from somebody as the dark priest, finish them off by wacking them with your staff.</li>
</ul>
<p>So if you are looking for a good way to help out the team, the priest is always a good hat to pickup.  Remember that support those who are trying to grab the princess is just as important as grabbing the princess itself.  The more support there is, the more likely you will be able to get her out of their castle and back on her fatty throne.</p>
<p style="text-align: center;"><a title="More Fat Princess Guides" href="http://www.mitchelaneous.com/fat-princess/"><img class="aligncenter" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/fpguides.png" alt="Fat Princess Tips" /></a></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/06/11/fat-princess-priest-class-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Your Site&#8217;s Best Keywords in Google Analytics</title>
		<link>http://www.mitchelaneous.com/2010/06/10/find-your-sites-best-keywords-in-google-analytics/</link>
		<comments>http://www.mitchelaneous.com/2010/06/10/find-your-sites-best-keywords-in-google-analytics/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 12:20:22 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[average]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[popular]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/06/10/find-your-sites-best-keywords-in-google-analytics/</guid>
		<description><![CDATA[Google Analytics offers a lot of good information, but not everybody knows how to read it.  Today, I will show you how to compare your best performing keywords that bring people into your web site and compare it to the average traffic of your website. To get started, you will want to login to Google [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Keyword Google Analytics Tutorial" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image4.png" border="0" alt="Keyword Google Analytics Tutorial" width="520" height="203" /></p>
<p>Google Analytics offers a lot of good information, but not everybody knows how to read it.  Today, I will show you how to <strong>compare your best performing keywords</strong> that bring people into your web site and<em> compare it to the average traffic of your website</em>.</p>
<p><span id="more-3561"></span></p>
<p>To get started, you will want to login to Google Analytics, go to your site&#8217;s profile.  Next, on the left side of the screen click on Traffic Sources and then Keywords.  This will take you to the Keyword Overview screen for your domain.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Google Analytics Keyword Overview" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image5.png" border="0" alt="Google Analytics Keyword Overview" width="520" height="382" /></p>
<p>Now, you can see your most popular keywords.  This screen shows all the paid and non-paid keywords people use to find your website. By default, the keywords are sorted by highest to lowest by how many visits they have brought to your website.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Compare Keywords to Site Average" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image6.png" border="0" alt="Compare Keywords to Site Average" width="307" height="94" /></p>
<p>Click on the comparison view to see how individual popular keywords compare to the website average.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Comparing Keywords to Site Average" src="http://www.mitchelaneous.com/wp-content/uploads/2010/06/image7.png" border="0" alt="Comparing Keywords to Site Average" width="520" height="276" /></p>
<p>So if I were to start advertising, I would want to target some of these better keywords for my website, such as &#8220;paint.net tutorials&#8221; and &#8220;wordpress alternatives&#8221;.  Even when you take advertising out of the picture, you could also say these would be good areas to focus on when it comes to future articles or tutorials.</p>
<p>Hope that helps you out when using and trying to understand Google Analytics on your own.  By understanding which keywords out perform the site average, you can see where you might need to shift your attention to in future marketing or website development.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/06/10/find-your-sites-best-keywords-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Google Docs for Easy Site Form Management</title>
		<link>http://www.mitchelaneous.com/2009/12/23/use-google-docs-for-easy-site-form-management/</link>
		<comments>http://www.mitchelaneous.com/2009/12/23/use-google-docs-for-easy-site-form-management/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 15:58:20 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[e-mails]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[text boxes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=3181</guid>
		<description><![CDATA[Did you know you can make a pretty good web site form with Google Docs?  I have done so with both my Web Hosting Show ask a question page, and also the Web Hosting Show’s web hosts on Twitter page too. How can you do the same? How to Create a Google Docs Form First [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0pt none; margin: 0px 0px 0px 5px; display: inline;" title="Google Docs Trick" src="http://www.mitchelaneous.com/wp-content/uploads/2009/12/docs_logo_sm.gif" border="0" alt="docs_logo_sm" width="142" height="48" align="right" /> Did you know you can make a pretty good web site form with <strong>Google Docs</strong>?  I have done so with both my Web Hosting Show ask a question page, and also the Web Hosting Show’s web hosts on Twitter page too.</p>
<p>How can you do the same?</p>
<p><span id="more-3181"></span></p>
<h3>How to Create a Google Docs Form</h3>
<p>First step, would be to go to the Google Docs web site.  Now click on the button labeled, “Create new” and select <em>Form</em>.</p>
<p><img style="margin: 0px 0px 0px 15px; display: inline; border-width: 0px;" title="Make a Free Form in Google Docs" src="http://www.mitchelaneous.com/wp-content/uploads/2009/12/image17.png" border="0" alt="Make a Free Form in Google Docs" width="171" height="145" /></p>
<p>That should take you to the Google Docs form builder, where you can easily create a web site form to use.  You can add any number of:</p>
<ul>
<li>text boxes (single line and paragraph sized)</li>
<li>multiple choice</li>
<li>check boxes</li>
<li>choose from a list</li>
</ul>
<p>There are a lot of ways you can customize your form to fit your needs.  Now once your form has been created, and you are happy with the results – you will want to embed it onto your web site.</p>
<h3>How to Embed a Google Docs Form</h3>
<p>Click on the button labeled, “More actions” and then choose <em>Embed</em>.</p>
<p><img style="margin: 0px 0px 0px 15px; display: inline; border-width: 0px;" title="Embed Free Form on Your Site" src="http://www.mitchelaneous.com/wp-content/uploads/2009/12/image18.png" border="0" alt="Embed Free Form on Your Site" width="279" height="93" /></p>
<p>Once you do this, a window will pop up with the code you need to copy and paste into your own web site to make your form work.</p>
<p>What does the final result look like?  You can see it in action here:</p>
<ul>
<li><a href="http://www.webhostingshow.com/twitter/" target="_blank">Web Hosts on Twitter</a></li>
<li><a href="http://www.webhostingshow.com/submit-a-question/" target="_blank">Submit a Question to the Web Hosting Show Podcast!</a></li>
</ul>
<p>When somebody sends you a result, it saves it into a spreadsheet you can check out from the Google Docs interface.  A pretty neat way to save yourself on some e-mail and save your hosting account on system resources a hosted script might take.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2009/12/23/use-google-docs-for-easy-site-form-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

