<?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; create</title>
	<atom:link href="http://www.mitchelaneous.com/tag/create/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>How to Create a php.ini File</title>
		<link>http://www.mitchelaneous.com/2011/11/10/how-to-create-a-php-ini-file/</link>
		<comments>http://www.mitchelaneous.com/2011/11/10/how-to-create-a-php-ini-file/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:24:52 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/11/10/how-to-create-a-php-ini-file/</guid>
		<description><![CDATA[When you are working on a website, a php.ini file can be used for a lot of neat things.  More times than not, it is used to increase your upload limit. Are you in the need for a php.ini file, but your web hosting account is lacking one? You can create your own and upload [...]]]></description>
			<content:encoded><![CDATA[<p>When you are working on a website, a php.ini file can be used for a lot of neat things.  More times than not, it is used to increase your upload limit. Are you in the need for a php.ini file, but your web hosting account is lacking one? You can create your own and upload it to the right spot after following a few simple steps.</p>
<p><span id="more-4645"></span></p>
<p><strong>Step 1</strong>- Open up a text editor (such as Notepad or cPanel&#8217;s File Manager) and add in the lines you need and save the file.</p>
<p><strong>Step 2</strong>- Using the cPanel&#8217;s File Manager or your FTP client you will need to upload the file to the location you need it. This is usually inside of your public_html folder.</p>
<p><strong>Step 3</strong>- Rename the file to php.ini, and save. To protect the php.ini file, you can add these lines to your .htaccess file:</p>
<dl>
<dd><em>&lt;Files php.ini&gt;</em></dd>
<dd><em>order allow,deny</em></dd>
<dd><em>deny from all</em></dd>
<dd><em>&lt;/Files&gt;</em></dd>
</dl>
<p>This way, it can not be displayed when somebody types in the file path into their browser.</p>
<p><strong>Step 4</strong>- Also, in the .htaccess file, you will need to add the following line:</p>
<dl>
<dd><em>suPHP_ConfigPath /home/username/public_html</em></dd>
</dl>
<p>Replace username with your actual cPanel user name. This will tell your account where your php.ini file exists.</p>
<p><strong>This list includes the php.ini directives you can set to configure your PHP setup:</strong></p>
<ul>
<li><a href="http://us2.php.net/manual/en/ini.list.php">http://us2.php.net/manual/en/ini.list.php</a></li>
</ul>
<p><strong>Friendly Reminder:</strong> <em>Adjusting the memory limit on the shared hosting plans is not suggested. Since you are on a shared hosting platform, your memory limits are pre-determined by the server you are hosting on, and trying to use more memory than you have assigned to you will cause you issues in the future.</em></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/11/10/how-to-create-a-php-ini-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft</title>
		<link>http://www.mitchelaneous.com/2011/01/31/minecraft/</link>
		<comments>http://www.mitchelaneous.com/2011/01/31/minecraft/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 13:49:53 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[indie]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/01/31/minecraft/</guid>
		<description><![CDATA[I found a new obsession this weekend, and it&#8217;s name is Minecraft.&#160; Minecraft, simply put, is a game where you go around building things for fun. If you want to go out and build a 400 foot monument to yourself, go for it.&#160; If you want to go dig a house out of a mountain, [...]]]></description>
			<content:encoded><![CDATA[<p>I found a new obsession this weekend, and it&#8217;s name is Minecraft.&#160; </p>
<p><img style="display: inline" title="Fun in Minecraft" alt="Minecraft Fun" src="http://www.mitchelaneous.com/wp-content/uploads/2011/01/animal-farm-party-mindcraft.jpg" width="500" height="281" /></p>
<p>Minecraft, simply put, is a game where you go around building things for fun. If you want to go out and build a 400 foot monument to yourself, go for it.&#160; If you want to go dig a house out of a mountain, you can do that too.&#160; From what I have seen there really is no right or wrong way to play the game. You pretty much sit down, figure out your goal and do it. </p>
<p>At the core of the game, you gather resources to make things.&#160; For example, when you start out &#8211; you can go punch a tree down.&#160; <em>Yes, this is as awesome as it sounds.</em> You can then gather the pieces of wood to craft something else. You might make a crafting table, so then you can create a pick axe.&#160; With the pick axe, you can start mining for coal to make your torches.&#160; Then you can build a shovel to dig faster in the dirt.&#160; Before you know it, you will have an entire fort built for yourself with animals randomly spawning in your second floor (as you can see from the picture above).&#160; </p>
<p>You can download this amazing little game and play it again and again for only about $20 or so (technically, If you pre-purchase now during beta, you pay&#160; €14.95!)&#160; My entire Sunday was lost in <a href="http://www.minecraft.net/" target="_blank">Minecraft</a> and I am sure more productivity will go down the drain soon.&#160; How else will I finish my 200 foot tall stone badger monument?</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/01/31/minecraft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newspaper View for Twitter &amp; Facebook</title>
		<link>http://www.mitchelaneous.com/2010/12/10/newspaper-view-for-twitter-facebook/</link>
		<comments>http://www.mitchelaneous.com/2010/12/10/newspaper-view-for-twitter-facebook/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 13:06:01 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[newspaper]]></category>
		<category><![CDATA[paper.li]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[readability]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/12/10/newspaper-view-for-twitter-facebook/</guid>
		<description><![CDATA[Would you like to get Facebook and Twitter messages in a much more familiar format?  Paper.li will let you read your favorite Twitter tweets and Facebook messages like a daily newspaper.  It totally organizes all the incoming messages (from people you select) into a format that is much easier to read for some. Once you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto;" title="Facebook and Twitter Newspaper from Paper.li" src="http://www.mitchelaneous.com/wp-content/uploads/2010/12/image2.png" alt="Create a Newspaper from Twitter and Facebook" width="500" height="313" /></p>
<p>Would you like to get Facebook and Twitter messages in a much more familiar format?  <strong>Paper.li</strong> will let you read your favorite Twitter tweets and Facebook messages like a daily newspaper.  It totally organizes all the incoming messages (from people you select) into a format that is much easier to read for some.</p>
<p><span id="more-4362"></span></p>
<p>Once you log into the website with either your Facebook or Twitter login information &#8211; you can decide how you want to create your newspaper.  For example, when I logged into the service with Twitter I had the options to create a newspaper based on a Twitter user, a Twitter tag or a Twitter list.</p>
<p>Another great feature of Paper.li is the ability to share your newspaper with others.  You can discover many great sources of news right from the Paper.li front page that will give you interesting links and stories from sources you may have never even known about.</p>
<p>Want to see an example?  Here is the newspaper I made from my list of web hosting related Twitter accounts I had listed on Twitter.</p>
<ul>
<li><a href="http://paper.li/mitchkeeler/webhosts" target="_blank">The Webhosts Daily</a></li>
</ul>
<p>I really like Paper.li as a resource for information and for organizing information in a much more readable way.  You can go check it out for yourself over <a href="http://paper.li/mitchkeeler/webhosts" target="_blank">at Paper.li</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/12/10/newspaper-view-for-twitter-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Note Sharing with Rmmbr</title>
		<link>http://www.mitchelaneous.com/2010/11/01/easy-note-sharing-with-rmmbr/</link>
		<comments>http://www.mitchelaneous.com/2010/11/01/easy-note-sharing-with-rmmbr/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 11:56:20 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[on the go]]></category>
		<category><![CDATA[rmmbr]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/11/01/easy-note-sharing-with-rmmbr/</guid>
		<description><![CDATA[Want to create and share a quick note with somebody? All you need to do is visit Rmmbr, type our your note and then share the URL with anybody.&#160; They will then be able to check out the note you have for them &#8211; and maybe even send you one back.&#160; Today, I will be [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline" title="Note Sharing with Rmmbr" alt="How to Write Notes with Rmmbr" src="http://www.mitchelaneous.com/wp-content/uploads/2010/11/image.png" width="500" height="137" /></p>
<p>Want to create and share a quick note with somebody? All you need to do is visit <strong>Rmmbr</strong>, type our your note and then share the URL with anybody.&#160; They will then be able to check out the note you have for them &#8211; and maybe even send you one back.&#160; Today, I will be taking a look at how easy it is to create a note using Rmmbr.</p>
<p>  <span id="more-4240"></span>
<p>To create your first reminder, just type in a note into the text box on the website, like so.</p>
<p><img style="display: inline" title="Step #1 - Rmmbr Notes" alt="Starting a Rmmbr Note" src="http://www.mitchelaneous.com/wp-content/uploads/2010/11/image1.png" width="500" height="71" /></p>
<p>Next, we hit the &quot;Enter&quot; key on our keyboard. That will create your note for you.&#160; Now you can write your note in the empty text box, or double-click the title to change it too.</p>
<p><img style="display: inline" title="Step #2 in Writing a Rmmbr Note" alt="Writing a Rmmbr Note" src="http://www.mitchelaneous.com/wp-content/uploads/2010/11/image2.png" width="480" height="124" /></p>
<p>Once you are happy with your note, hit the big &quot;Saved!&quot; button at the bottom of the webpage to make sure the latest version of your note has been saved.&#160; Now, all I have to do is share this link with anybody I want to see this note:</p>
<ul>
<li><a title="http://www.rmmbr.com/visit%20support.firefoxfacts.com" href="http://www.rmmbr.com/visit%20support.firefoxfacts.com">http://www.rmmbr.com/visit%20support.firefoxfacts.com</a></li>
</ul>
<p>When you click that, you will be taken to go visit the note I created using the steps above. </p>
<p>The author of this neat website script has promised that more features will be coming soon, so you might keep an eye on this domain in the next few months for even more awesome features. Try it out for yourself at <a href="http://www.rmmbr.com/" target="_blank">Rmmbr.com</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/11/01/easy-note-sharing-with-rmmbr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Favicon Generator</title>
		<link>http://www.mitchelaneous.com/2010/09/16/favicon-generator/</link>
		<comments>http://www.mitchelaneous.com/2010/09/16/favicon-generator/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 12:31:54 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[favicon.ico]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[ico]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=4049</guid>
		<description><![CDATA[Favicons are an important part of any website these days.  They are your tiny 16 by 16 identifiers for your brand, your store, your blog or your business. If you are looking for a great tool to help you create the favicon you want to use &#8211; give favigen a shot. On this website, you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-4051" title="Generate a Favicon" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/favigen.png" alt="" width="500" height="142" /></p>
<p>Favicons are an important part of any website these days.  They are your tiny 16 by 16 identifiers for your brand, your store, your blog or your business. If you are looking for a great tool to help you create the favicon you want to use &#8211; give <strong>favigen</strong> a shot.</p>
<p><span id="more-4049"></span>On this website, you can browse your computer for any image:</p>
<p><img class="aligncenter size-full wp-image-4050" title="Favicon Creator" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/favicon-creator.png" alt="" width="500" height="126" /></p>
<p>Choose the image dimensions you want to use, in your next step.  Once you have done that, then hit the submit button.</p>
<p>Once you have done that, then you will be given a link where you can download your new favicon from to use on your own website.</p>
<p>Favigen is one of the nicest looking favicon creation tools I have seen in a long time.  Sure, it does not have a lot of bells and whistles, but if all you are doing is generating tiny images &#8211; do you really need a lot of bells and whistles?  Give it a shot for yourself over at <a href="http://favigen.com" target="_blank">favigen.com</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/09/16/favicon-generator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create a Facebook Fan Page</title>
		<link>http://www.mitchelaneous.com/2010/09/08/create-facebook-fan-page/</link>
		<comments>http://www.mitchelaneous.com/2010/09/08/create-facebook-fan-page/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 12:44:22 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[fan page help]]></category>
		<category><![CDATA[fan page setup]]></category>
		<category><![CDATA[getting-started]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[steps]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=3984</guid>
		<description><![CDATA[Want to create your own Facebook Fan page for yourself, your business or your website?  It is easy to do &#8211; if you know the right places to look.  I recently created one to help promote my various projects, and now I want to help you do the same.  This is my guide on how [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3987" title="Facebook Fan Page Help" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/fbfp3.png" alt="" width="500" height="274" /></p>
<p>Want to create your own Facebook Fan page for yourself, your business or your website?  It is easy to do &#8211; if you know the right places to look.  <a href="http://www.facebook.com/MitchProjects" target="_blank">I recently created one</a> to help promote my various projects, and now I want to help you do the same.  This is my guide on how to setup and create a Facebook Fan Page.</p>
<p><span id="more-3984"></span></p>
<h3>Getting Started with the Facebook Fan Page</h3>
<p>If you have never created a Facebook Fan Page before, the place you want to start <a href="http://www.facebook.com/pages" target="_blank">Facebook Pages</a>.  Once there, click the &#8220;Create Page&#8221; button in the upper right hand corner of the web page.</p>
<p><img class="aligncenter size-full wp-image-3985" title="Create the Page" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/fbfp1.png" alt="" width="369" height="203" /></p>
<h3>Basic Facebook Fan Page Information Help</h3>
<p>Next, you can choose to create an official page or a community page.  Official pages are controlled by one (or a team) of people on your end and is the route you will probably take.  The community pages are more for a cause or an idea, like the &#8220;I Love Toast!&#8221; fan page.  The scary thing is, that might exist.</p>
<p><img class="aligncenter size-full wp-image-3986" title="Setup the Page" src="http://www.mitchelaneous.com/wp-content/uploads/2010/09/fbfp2.png" alt="" width="459" height="442" /></p>
<p>Depending on what your Facebook Fan Page will be about, you will need to select:</p>
<ul>
<li>Local Business</li>
<li>Brand, Product or Organization</li>
<li>Artist, Band or Public Figure</li>
</ul>
<p>Then in the drop down box, you will choose another classification for yourself.  For example, you could select that you are a Brand, Product or Organization and then choose Website.  This just helps Facebook organize your placement and also will help others find your Facebook Fan Page within Facebook itself.</p>
<h3>Naming Your Facebook Fan Page</h3>
<p>Type your page name in next.  Keep it short, descriptive and to the point.  Click the check mark box saying that you are an official representative and blah blah blah, then click the &#8220;Create Official Page&#8221; button.  Your new Facebook Fan Page has been created.  Now you can go in there, and start customizing it, inviting friends and more.  I will touch on that topic another day.</p>
<p>Hope this helps you when it comes to creating your own Facebook Fan Page.  Remember, you are all invited to come join my own Facebook Fan Page I created for all my various projects.  Come join in on the fun at <a href="http://www.facebook.com/MitchProjects" target="_blank">Mitch&#8217;s Projects on Facebook</a> for more Mitch-like goodness.</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/09/08/create-facebook-fan-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Your Own Magazine Cover</title>
		<link>http://www.mitchelaneous.com/2009/12/21/how-to-create-your-own-magazine-cover/</link>
		<comments>http://www.mitchelaneous.com/2009/12/21/how-to-create-your-own-magazine-cover/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:47:44 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[magazine cover]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=3169</guid>
		<description><![CDATA[Do you want to learn how to create your own magazine cover, like this one? Well, you could spend a lot of money for a program like Photoshop, take hours learning how to create custom banners, fonts and designs, or you could just go to magcover.com.  I&#8217;ll let you pick how you would like to [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to learn how to create your own magazine cover, like this one?</p>
<p><img class="aligncenter size-full wp-image-3170" title="Mitch's Magazine Cover" src="http://www.mitchelaneous.com/wp-content/uploads/2009/12/mitch-magazine.png" alt="" width="427" height="561" /></p>
<p><span id="more-3169"></span>Well, you could spend a lot of money for a program like Photoshop, take hours learning how to create custom banners, fonts and designs, or you could just go to magcover.com.  I&#8217;ll let you pick how you would like to spend your Christmas week.</p>
<p><strong>How does it work?</strong> With this web site, you can easily create your own unique magazine cover.  All you do is pick your photo, edit your headlines and you are ready to go.  There are over 100 magazine templates to choose from &#8211; so the only thing limiting you is your imagination.</p>
<p>You can also get your custom magazine covers printed, framed or put on a shirt.  Might be too late to create one for Christmas this year &#8211; but might come in handy for your egotistical friend&#8217;s birthday.  To create your own magazine cover, go visit <a href="http://www.magcover.com">magcover.com</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/2009/12/21/how-to-create-your-own-magazine-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Feed for Anything, Anytime, Anywhere!</title>
		<link>http://www.mitchelaneous.com/2009/10/30/create-a-feed-for-anything-anytime-anywhere/</link>
		<comments>http://www.mitchelaneous.com/2009/10/30/create-a-feed-for-anything-anytime-anywhere/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:58:17 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2009/10/30/create-a-feed-for-anything-anytime-anywhere/</guid>
		<description><![CDATA[RSS feeds are extremely handy when it comes to keeping up with the latest and greatest updates from a web site. However, even today, there are still some web sites that are feed-less.&#160; To help you track those web sites out there, we have RSSA, Really Simply Syndicate Anything. All you do is enter the [...]]]></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="RSSA = Really Simply Syndicate Anything" border="0" alt="RSSA = Really Simply Syndicate Anything" src="http://www.mitchelaneous.com/wp-content/uploads/2009/10/image11.png" width="520" height="333" /> </p>
<p>RSS feeds are extremely handy when it comes to keeping up with the latest and greatest updates from a web site. However, even today, there are still some web sites that are feed-less.&#160; To help you track those web sites out there, we have <a href="http://rssa.at/">RSSA</a>, Really Simply Syndicate Anything.</p>
<p>All you do is enter the web site URL into the text box, and hit submit.&#160; You will then be given several options on which content you would like to grab. This web site also comes in handy if you don’t know how to create a feed – but you think you need one for your visitors.&#160; </p>
<p>Check out the many more reasons on <a href="http://rssa.at/why">why you should create&#160; a feed</a>, and then get started with this online tool today. </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/10/30/create-a-feed-for-anything-anytime-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create CS3 and Web 2.0 Style Icons with Ease!</title>
		<link>http://www.mitchelaneous.com/2009/09/03/create-cs3-and-web-2-0-style-icons-with-ease/</link>
		<comments>http://www.mitchelaneous.com/2009/09/03/create-cs3-and-web-2-0-style-icons-with-ease/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:14:30 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Desktop Apps]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2009/09/03/create-cs3-and-web-2-0-style-icons-with-ease/</guid>
		<description><![CDATA[Need to create some badges in a hurry?&#160; The Clockmaker Icon Generator, which funny enough has nothing to do with clocks, is a great Adobe Air application that will dynamically create you an icon to use to spice up your latest project. You can make two different styles of icons.&#160; One is based around the [...]]]></description>
			<content:encoded><![CDATA[<p>Need to create some badges in a hurry?&#160; The <strong>Clockmaker Icon Generator</strong>, <em>which funny enough has nothing to do with clocks</em>, is a great Adobe Air application that will dynamically create you an icon to use to spice up your latest project. </p>
<p>You can make two different styles of icons.&#160; One is based around the CS3 look and feel and the other is your basic Web 2.0 style star badge.</p>
<p align="center"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="CS3 Icon Example" border="0" alt="CS3 Icon Example" src="http://www.mitchelaneous.com/wp-content/uploads/2009/09/ig1.png" width="224" height="243" /> <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Web 2.0 Icon Example" border="0" alt="Web 2.0 Icon Example" src="http://www.mitchelaneous.com/wp-content/uploads/2009/09/ig2.png" width="224" height="243" /> </p>
<p align="left">To save your simple creation, just use the “Create icon” button, and you are good to go.&#160; This is perfect for any webmaster who has been looking for a quick and easy way to make some stylish graphics for the web site they are working on.</p>
<p align="left">You can pickup the <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10313&amp;marketplaceid=1">Clockmaker Icon Generator</a> on the Adobe Marketplace web site. </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/09/03/create-cs3-and-web-2-0-style-icons-with-ease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Easy Ways to Make Your Own Game</title>
		<link>http://www.mitchelaneous.com/2009/07/01/3-easy-ways-to-make-your-own-game/</link>
		<comments>http://www.mitchelaneous.com/2009/07/01/3-easy-ways-to-make-your-own-game/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:28:41 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[best-of]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[kits]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[platformer]]></category>
		<category><![CDATA[shooter]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2009/07/01/3-easy-ways-to-make-your-own-game/</guid>
		<description><![CDATA[Actually inspired by one of my nephews, who really wants to learn how to make his own video games, I started searching the Web to see if I could find some easy to use web sites that would allow anybody to create their own game.&#160; I found more than a few, however these are the [...]]]></description>
			<content:encoded><![CDATA[<p>Actually inspired by one of my nephews, who really wants to learn how to make his own video games, I started searching the Web to see if I could find some easy to use web sites that would allow anybody to create their own game.&#160; I found more than a few, however these are the three best ones thus far.</p>
<p><a href="http://www.playcrafter.com"><strong><font size="2">PlayCrafter</font></strong></a></p>
<p>This web site is pretty complicated when it comes to the number of things going on, on the screen – however it does have a lot of tools to use to create your own games (or play the games others have created).&#160; You can either start from scratch or go with one of the templates they provide, such as action game, golf game, ninja game, jumping game and more.</p>
<p><img title="Make Your Own Flash Game in Playcrafter" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="313" alt="Make Your Own Flash Game in Playcrafter" src="http://www.mitchelaneous.com/wp-content/uploads/2009/07/image.png" width="500" border="0" /> </p>
<p><a href="http://www.sploder.com/"><strong><font size="2">Sploder</font></strong></a></p>
<p>With Sploder, you are given the option of creating either a platformer game or a shooter game.&#160; Also giving you the options of sharing your creation, I liked Sploder because it was a little more on the simple side.&#160; So, if you want to show this off to a kid – it might be a lot easier for them to wrap their minds around.&#160; </p>
<p><img title="Make Your Own Flash Game in Sploder" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="313" alt="Make Your Own Flash Game in Sploder" src="http://www.mitchelaneous.com/wp-content/uploads/2009/07/image1.png" width="500" border="0" /> </p>
<p><a href="http://playmockingbird.com"><strong><font size="2">Mockingbird</font></strong></a></p>
<p>Mockingbird is the last pick on my list.&#160; They too give you a lot to work with, but instead of simply building one kind of game – they offer several kits (or the ability to build your own kit) with programmable sounds, actions and more.&#160; If you wanted to get somebody into the mindset of programming a game – this would be the one I would have them play with.&#160; Why?&#160; Well, with having to set, for example, a bomb to be able to jump and assign the farting noise when he does so – gives a much better cause and effect result I think anybody from any age group could understand.</p>
<p><img title="Make Your Own Flash Game using Mockingbird" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="313" alt="Make Your Own Flash Game using Mockingbird" src="http://www.mitchelaneous.com/wp-content/uploads/2009/07/image2.png" width="500" border="0" /> </p>
<p>Although none of these games will have you programming your own games, each site delivers a unique way of getting a younger child, nephew, or sibling interested in the idea of game 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/2009/07/01/3-easy-ways-to-make-your-own-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

