<?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; Web Development Tutorials</title>
	<atom:link href="http://www.mitchelaneous.com/category/web-development/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>Where Should You Focus Website Optimization?</title>
		<link>http://www.mitchelaneous.com/2011/12/12/where-should-you-focus-website-optimization/</link>
		<comments>http://www.mitchelaneous.com/2011/12/12/where-should-you-focus-website-optimization/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:57:42 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[bounce rate]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[landing pages]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[visits]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/12/12/where-should-you-focus-website-optimization/</guid>
		<description><![CDATA[We are all always looking for ways to make our websites better and if you are using Google Analytics to track what visitors are doing on your website, then you have all the tools you need to learn more about what your visitors are doing.&#160; The landing page section in Google Analytics will let you [...]]]></description>
			<content:encoded><![CDATA[<p>We are all always looking for ways to make our websites better and if you are using Google Analytics to track what visitors are doing on your website, then you have all the tools you need to learn more about what your visitors are doing.&nbsp; The landing page section in Google Analytics will let you know which pages are being landed on the most.&nbsp; It only makes sense to optimize these first – since they get more eyeballs than other parts of your website.</p>
<p><span id="more-4698"></span>
<p>From within Google Analytics, go to Content and then Landing Pages. From there, you can see important site usage information that will show you some of the more popular destinations on your website.&nbsp; You can find:</p>
<ul>
<li>Visits</li>
<li>Page/Visits</li>
<li>Average Time on Site</li>
<li>Percentage of New Visitors</li>
<li>Bounce Rate</li>
</ul>
<p>Let us take a look at the landing page information for Mitchelaneous:</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Landing Pages in Google Analytics" border="0" alt="Landing Pages in Google Analytics" src="http://www.mitchelaneous.com/wp-content/uploads/2011/12/image2.png" width="536" height="212"></p>
<p>As you can see, my 10 Best Paint.net Tutorials article from 2008 seems to be the most popular landing page on this website with 1,270 views in the past 30 days.&nbsp; About 80% of the users are new users and it has a pretty high bounce rate – due to the fact that most of these Paint.net tutorials I link to are hosted elsewhere. </p>
<p>Go ahead and check out your own Google Analytics landing page section and see what interesting knowledge you can find to help you focus your website optimization needs.</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/12/12/where-should-you-focus-website-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Increase php.ini Upload Limit</title>
		<link>http://www.mitchelaneous.com/2011/11/11/how-to-increase-php-ini-upload-limit/</link>
		<comments>http://www.mitchelaneous.com/2011/11/11/how-to-increase-php-ini-upload-limit/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 13:31:01 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[upload limit]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/?p=4646</guid>
		<description><![CDATA[Got another quick php.ini tutorial to share with you today. It is really easy to use a php.ini file to increase your PHP upload limit.  Lots of scripts ask you to do this so that you can upload larger files. By default, the server and PHP limit you on how much content you can upload [...]]]></description>
			<content:encoded><![CDATA[<p>Got another quick <a href="http://www.mitchelaneous.com/2011/11/10/how-to-create-a-php-ini-file/">php.ini</a> tutorial to share with you today. It is really easy to use a php.ini file to increase your PHP upload limit.  Lots of scripts ask you to do this so that you can upload larger files. By default, the server and PHP limit you on how much content you can upload at once.  By tweaking this setting though, you can bump it up some.</p>
<p><span id="more-4646"></span></p>
<p>This can be done with the php.ini file. Here is how you do it:</p>
<p>Create a file under public_html and name it php.ini (if you do not have one yet.) Put the following in it:</p>
<p><code>upload_max_filesize = 5M</code></p>
<p><code>post_max_size = 5M</code></p>
<p>Replace the <strong>5</strong> with <strong>20</strong>or less. If you are letting other people upload, a size cap protects your storage space from abuse/overuse.</p>
<p><strong>You will then need to add this line to a .htaccess file:</strong>(Please replace &#8220;yourusername&#8221; with your cPanel user name an add to the end of the command line the folder(s) to the location of the php.ini file &#8211; Also there is a space between path and /home)</p>
<p><code>suPHP_ConfigPath /home/Yourusername/public_html</code></p>
<p>Now your PHP upload limit should be increased. It should also be mentioned that your results may vary if you are using shared website hosting.  Some shared web hosting providers might limit the upload size to prevent abuse.  If you have any questions, just ask them.</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/11/how-to-increase-php-ini-upload-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>Full Screen Editing in WordPress</title>
		<link>http://www.mitchelaneous.com/2011/07/11/full-screen-editing-in-wordpress/</link>
		<comments>http://www.mitchelaneous.com/2011/07/11/full-screen-editing-in-wordpress/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 12:06:42 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[distraction free]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 3.2]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/07/11/full-screen-editing-in-wordpress/</guid>
		<description><![CDATA[The new full screen editing mode that comes with WordPress 3.2 is really outstanding.&#160; While, I don&#8217;t know if it will make me drop using Windows Live Writer when posting from my desktop, I do have to say the clean design and interface is a lot more inviting than the default post editor WordPress presents [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="Simple Editor in WordPress 3.2" border="0" alt="Full Screen Simple Editor" align="right" src="http://www.mitchelaneous.com/wp-content/uploads/2011/07/image.png" width="242" height="189" />The new full screen editing mode that comes with <strong>WordPress 3.2 </strong>is really outstanding.&#160; While, I don&#8217;t know if it will make me drop using Windows Live Writer when posting from my desktop, I do have to say the clean design and interface is a lot more inviting than the default post editor WordPress presents you.&#160; </p>
<p><span id="more-4608"></span>
<p>So, if you are using WordPress 3.2 &#8211; here is how you can get into the new full screen editor.</p>
<ol>
<li>Log into the Dashboard</li>
<li>Either go to Posts &gt; Add New or Posts &gt; All Posts &gt; the post you wish to edit</li>
<li>In the default editor, look for the toolbar button that has arrows pointing in four directions and click it</li>
</ol>
<p>That is all you need to do.&#160; This distraction free writing mode comes in handy for those of us who like to clear away all the clutter and mess around us before we start writing.&#160; This feature clears away the sidebars, menus, and options; leaving you only with an interface to write in. </p>
<p>If you have not upgraded yet &#8211; why wait? You can pick up WordPress 3.2 from the <a href="http://wordpress.org/" target="_blank">WordPress.org website</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/2011/07/11/full-screen-editing-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Google +1 to Your Website</title>
		<link>http://www.mitchelaneous.com/2011/06/06/how-to-add-google-1-to-your-website/</link>
		<comments>http://www.mitchelaneous.com/2011/06/06/how-to-add-google-1-to-your-website/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 12:14:09 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[+1]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plus one]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/06/06/how-to-add-google-1-to-your-website/</guid>
		<description><![CDATA[Google has rolled out its own way to social share the things you love &#8211; Google +1.&#160; So, as any good webmaster should &#8211; I have started learning more about what I need to do to get this new badge on my website content.&#160; Thankfully, Google has put together a pretty neat tool that allows [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="Google +1" border="0" alt="Google +1" align="right" src="http://www.mitchelaneous.com/wp-content/uploads/2011/06/image.png" width="151" height="121" />Google has rolled out its own way to social share the things you love &#8211; Google +1.&#160; So, as any good webmaster should &#8211; I have started learning more about what I need to do to get this new badge on my website content.&#160; Thankfully, Google has put together a pretty neat tool that allows you to put together your own button code and pick from 4 different sizes.</p>
<p><span id="more-4600"></span>
<p>The first thing you will want to do is head over to their Google +1 <a href="http://www.google.com/webmasters/+1/button/index.html" target="_blank">create a button</a> page.&#160; From there, you first select the size of the button you wish to use:</p>
<ul>
<li>Small (15px)</li>
<li>Medium (20px)</li>
<li>Standard (24px)</li>
<li>Tall (60px)</li>
</ul>
<p>Once that is done, you can click on the link that reads, &quot;Advanced options&quot; to tweak a few more things, such as if you want to include the count, parse, JS callback function and the URL to +1.&#160; The final step is to copy and paste the code they provide to you and place it into your own website. </p>
<p><iframe height="314" src="http://www.youtube.com/embed/OAyUNI3_V2c" frameborder="0" width="500" allowfullscreen="allowfullscreen"></iframe></p>
<p>Google has been grasping at straws for a while to find a way for people to share content, in the same way that Facebook does it.&#160; You have to believe they would love to have that data in their own hands, and this is one way they hope to make that happen.&#160; </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/06/06/how-to-add-google-1-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JournalCrunch Theme for WordPress</title>
		<link>http://www.mitchelaneous.com/2011/05/10/journalcrunch-theme-for-wordpress/</link>
		<comments>http://www.mitchelaneous.com/2011/05/10/journalcrunch-theme-for-wordpress/#comments</comments>
		<pubDate>Tue, 10 May 2011 12:05:30 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[journalcrunch]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[site5]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/05/10/journalcrunch-theme-for-wordpress/</guid>
		<description><![CDATA[Great WordPress themes are often hard to find &#8211; so that is why I have decided to start doing a little looking for you, because it is one of the inquires I get submitted to me the most.&#160; If you are looking for a great free theme I would highly suggest JournalCrunch. This theme, developed [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="Premium WordPress Theme" border="0" alt="Premium WordPress Theme" align="right" src="http://www.mitchelaneous.com/wp-content/uploads/2011/05/image2.png" width="325" height="203" />Great WordPress themes are often hard to find &#8211; so that is why I have decided to start doing a little looking for you, because it is one of the inquires I get submitted to me the most.&#160; If you are looking for a great free theme I would highly suggest <strong>JournalCrunch</strong>. This theme, developed as a free download from Site5, has to be one of the best free premium themes I have had the chance to play with.</p>
<p><span id="more-4590"></span>
<p>The main index page gives you an image heavy magazine style layout that is definitely pleasing to the eye.&#160; Each post page also displays the content in an easy to read format too.&#160; You get a drop down navigation across the top of the layout &#8211; for your basic website links and the sidebar items also look nice.&#160; Overall, if you are looking for a great new theme to go with your great new website idea &#8211; there might not be a better theme around.</p>
<p>Go check out the JournalCrunch <a href="http://wordpress.site5.net/journalcrunch/" target="_blank">preview</a>, or download it directly from the <a href="http://www.site5.com/wordpress-themes/" target="_blank">Site5 WordPress themes website</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/2011/05/10/journalcrunch-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Premium Black and Blue WordPress Theme</title>
		<link>http://www.mitchelaneous.com/2011/04/25/premium-black-and-blue-wordpress-theme/</link>
		<comments>http://www.mitchelaneous.com/2011/04/25/premium-black-and-blue-wordpress-theme/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 12:11:41 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[custom-header]]></category>
		<category><![CDATA[custom-menu]]></category>
		<category><![CDATA[dark]]></category>
		<category><![CDATA[flexible-width]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[sticky-post]]></category>
		<category><![CDATA[theme-options]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[threaded-comments]]></category>
		<category><![CDATA[translation-ready]]></category>
		<category><![CDATA[white]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/04/25/premium-black-and-blue-wordpress-theme/</guid>
		<description><![CDATA[Great looking and free WordPress themes are really hard to find.&#160; Sometimes you have to search for days, weeks or years to find the one that is right for you.&#160; With that said, I am here to make your Monday morning just that much easier &#8211; here is EvoLve. EvoLve is a great looking premium [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="EvoLve Theme for WordPress" border="0" alt="EvoLve Theme for WordPress" align="right" src="http://www.mitchelaneous.com/wp-content/uploads/2011/04/image5.png" width="308" height="185" />
<p>Great looking and free WordPress themes are really hard to find.&#160; Sometimes you have to search for days, weeks or years to find the one that is right for you.&#160; With that said, I am here to make your Monday morning just that much easier &#8211; here is <strong>EvoLve</strong>. </p>
<p><span id="more-4581"></span>
<p>EvoLve is a great looking premium WordPress theme that includes a ton of advanced options to help you customize things to suit your own design needs. Here is only a handful of the great options and settings you can find in this flawless WordPress theme:</p>
<blockquote><p>It features a modern design with up to 14 color variants, fully customizable layout, post excerpts with thumbnails, post boxes, author gravatar support, up to 10 subscribe/social customizable buttons, custom logo, header widgets, recent posts slideshow, footer widgets, custom footer, customizable font styles, custom CSS, ads spaces. The EvoLve theme also comes with custom Menus support and other cool features. Translated in Spanish, German, Swedish, Dutch, French, Russian, Turkish. Tested with WP 3.1 and major browsers &#8211; Mozilla Firefox, Internet Explorer, Opera and Chrome. </p>
</blockquote>
<p>Want to give it a shot? You can go preview or download it directly <a href="http://wordpress.org/extend/themes/evolve" target="_blank">from WordPress.org</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/2011/04/25/premium-black-and-blue-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Grade Your Website</title>
		<link>http://www.mitchelaneous.com/2011/04/12/grade-your-website/</link>
		<comments>http://www.mitchelaneous.com/2011/04/12/grade-your-website/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 12:23:03 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[grade]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website grader]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2011/04/12/grade-your-website/</guid>
		<description><![CDATA[So does your website make the grade? One of my favorite resources to visit for general website search engine optimization advice is Website Grader.&#160; This free resource gives you a quick summary of all the things you are doing right and wrong when it comes to managing your website.&#160; To start off, all you need [...]]]></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="Website Grader" border="0" alt="Website Grader" align="right" src="http://www.mitchelaneous.com/wp-content/uploads/2011/04/image3.png" width="231" height="104" />So does your website make the grade? One of my favorite resources to visit for general website search engine optimization advice is Website Grader.&#160; This free resource gives you a quick summary of all the things you are doing right and wrong when it comes to managing your website.&#160; To start off, all you need to do is visit the <strong>Website Grader</strong> website and plug in your website address.</p>
<p><span id="more-4577"></span>
<p>Once you do, you get all kinds of neat facts, statistics and advice on what you can do to improve your website&#8217;s score. </p>
<p>Just to give you an example of how this website works &#8211; Mitchelaneous got a score of 97 &#8211; which I think is pretty darn good.&#160; So what does that mean exactly?</p>
<blockquote><p>A website grade of <strong>97/100</strong> for <strong>www.mitchelaneous.com</strong> means that of the millions of websites that have previously been evaluated, our algorithm has calculated that this site scores higher than <strong>97%</strong> of them in terms of its marketing effectiveness. The algorithm uses a proprietary blend of over 50 different variables, including search engine data , website structure, approximate traffic, site performance, and others.</p>
</blockquote>
<p>Some of the places where it says I need improvement are the fact that I have &quot;too many images&quot; on the website, which I don&#8217;t really see as that much of a factor.&#160; Also, I need to apparently renew my domain this year. </p>
<p>Now, like with any automated service &#8211; you have to learn how to take the advice you are given.&#160; No website can take the place of learning the ropes when it comes to learning how to really create a fantastic website &#8211; however Website Grader can get you pointed in the right direction.</p>
<p>To give it a shot on your own website, be sure to go visit <a href="http://websitegrader.com" target="_blank">websitegrader.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/2011/04/12/grade-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

