<?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>Ron Dillehay &#187; admin</title>
	<atom:link href="http://rondillehay.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://rondillehay.com</link>
	<description>Just another freeblogit.com site</description>
	<lastBuildDate>Sat, 31 Jul 2010 15:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Just another freeblogit weblog :-)</title>
		<link>http://rondillehay.com/2010/07/31/just-another-freeblogit-weblog/</link>
		<comments>http://rondillehay.com/2010/07/31/just-another-freeblogit-weblog/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 15:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rondillehay.freeblogit.com/?p=3</guid>
		<description><![CDATA[This stuff is great]]></description>
			<content:encoded><![CDATA[<p>This stuff is great</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2010/07/31/just-another-freeblogit-weblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://rondillehay.com/2010/07/31/hello-world/</link>
		<comments>http://rondillehay.com/2010/07/31/hello-world/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 15:48:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rondillehay.freeblogit.com/?p=1</guid>
		<description><![CDATA[Welcome to freeblogit.com. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://freeblogit.com/">freeblogit.com</a>. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2010/07/31/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Post</title>
		<link>http://rondillehay.com/2010/07/02/new-post/</link>
		<comments>http://rondillehay.com/2010/07/02/new-post/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 18:10:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/uncategorized/new-post/</guid>
		<description><![CDATA[I went to the mall.]]></description>
			<content:encoded><![CDATA[<p>I went to the mall.</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2010/07/02/new-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magento seo</title>
		<link>http://rondillehay.com/2009/05/23/magento-seo/</link>
		<comments>http://rondillehay.com/2009/05/23/magento-seo/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:32:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=144</guid>
		<description><![CDATA[With the rapid growth of the magento e-commerce platform, it is great to see the community working so quickly to improve the SEO of Magento. Out of the box there are a few problems with Magento&#8217;s default SEO standards, but with &#8230; <a href="http://rondillehay.com/2009/05/23/magento-seo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the rapid growth of the magento e-commerce platform, it is great to see the community working so quickly to improve the SEO of Magento. Out of the box there are a few problems with Magento&#8217;s default SEO standards, but with just a little effort, Magento is very easy to optimize. Here are the best steps to improve SEO in magento:</p>
<h4><span style="text-decoration: underline">Get rid of duplicate product URLS.</span></h4>
<p>Thankfully Mike Smullin has already taken care of this with his easy tweak. Visit Mike&#8217;s post about this <a href="http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/">here</a>. This requires one small modification to Magneto core, so hopefully someone will write an extension to take care of this without having to edit the core. Otherwise you will want to make sure you take care to make sure this isn&#8217;t overwritten during upgrades. In case the link above isn&#8217;t working, the modification is explained below.</p>
<p>Navigate to:<br />
<code>/app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Collection.php</code></p>
<p>Locate:<br />
<code>-&gt;where('category_id=? OR category_id is NULL', $this-&gt;_urlRewriteCategory)</code></p>
<p>Change it to:<br />
<code>//-&gt;where('category_id=? OR category_id is NULL', $this-&gt;_urlRewriteCategory)</code></p>
<h4><span style="text-decoration: underline">Make good use of robots directives to hide pages that will leak your pagerank.</span></h4>
<p>There is a free extension from Yoast that will make this process very easy! You can view the extension <a href="http://www.magentocommerce.com/extension/920">here</a>. Detailed instructions for using the extension (along with some other seo suggestions) can be found at the <a href="http://yoast.com/guide-to-magento-seo/">yoast</a> website.</p>
<p>The Yoast extension will eliminate the indexing of pages that cause problems with search engines, while still allowing access to the good links on those pages.</p>
<p>I will add more as I find them, but these two resources will go a long way in getting your Magento installation ready to take advantage of good organic search results.</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2009/05/23/magento-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magento disappearing grid page navigation</title>
		<link>http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/</link>
		<comments>http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/#comments</comments>
		<pubDate>Tue, 19 May 2009 02:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=135</guid>
		<description><![CDATA[If you&#8217;ve played at all with Magento since IE8 you&#8217;ve probably noticed an annoying bug that causes the pagination to disappear whenever you hover over it. That&#8217;s not a great way to build customer confidence in your store! There are &#8230; <a href="http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve played at all with Magento since IE8 you&#8217;ve probably noticed an annoying bug that causes the pagination to disappear whenever you hover over it.  That&#8217;s not a great way to build customer confidence in your store!</p>
<p style="text-align: left"><img class="size-full wp-image-136 alignnone" style="margin: 2px;border: black 2px solid" src="http://rondillehay.com/files/2009/05/magento-navigation.jpg" alt="magento-navigation" width="578" height="62" /></p>
<p>There are two options to fix this:</p>
<p>1) The easy fix is to place the following code in your header, just after the &#8216;title&#8217; tag:<br />
<code>&lt;meta http-equiv=“X-UA-Compatible” content=“IE=EmulateIE7″ /&gt;</code></p>
<p>You&#8217;ll find it here:<br />
<code>app/design/frontend/default(your interface)/default(your theme)/template/page/html/head.phtml</code></p>
<p>2) The best fix is to add some code to your css so that you aren&#8217;t making a global change away from IE8, which is going to become the standard whether you like it or not.  Open your iestyles.css file and add the following code:<br />
<code>.pager a:hover { zoom:1; } </code></p>
<p>You&#8217;ll find it here:<br />
<code>/skin/frontend/default/(yourtheme)/css/iestyles.css</code></p>
<p>Once you&#8217;ve made the change, refresh your cache (magento and your browser), and you should have the problem fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2009/05/18/magento-disappearing-grid-page-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>meeting the roches &#8230; again!</title>
		<link>http://rondillehay.com/2009/05/04/meeting-the-roches-again/</link>
		<comments>http://rondillehay.com/2009/05/04/meeting-the-roches-again/#comments</comments>
		<pubDate>Tue, 05 May 2009 01:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fresh music]]></category>
		<category><![CDATA[the roches]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=130</guid>
		<description><![CDATA[What a great concert in Fairfield Connecticut!  This was my 4th Roches show, and they never cease to amaze me.   They did a good mix of songs, old and new, and Suzzy&#8217;s daughter Lucy opened the show with songs from &#8230; <a href="http://rondillehay.com/2009/05/04/meeting-the-roches-again/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rondillehay.com/files/2009/05/dscf0191.jpg"><img class="alignright size-medium wp-image-131" src="http://www.rondillehay.com/wp-content/uploads/2009/05/dscf0191-300x225.jpg" hspace="5" alt="the roches" width="300" height="225" /></a></p>
<p>What a great concert in Fairfield Connecticut!  This was my 4th Roches show, and they never cease to amaze me.   They did a good mix of songs, old and new, and Suzzy&#8217;s daughter Lucy opened the show with songs from her two albums.  I was amazed at how good Lucy was with the crowd, given her relative short time touring.  She had the crowd with every story, and every song. </p>
<p>After the show we were able to talk with all of the Roche family, including &#8216;mom&#8217; Roche who took a picture for us!</p>
<p>What a great band with great musical heritage&#8230;</p>
<p>Long live the Roches!</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2009/05/04/meeting-the-roches-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free fonts web launched</title>
		<link>http://rondillehay.com/2008/12/13/free-fonts-web-launched/</link>
		<comments>http://rondillehay.com/2008/12/13/free-fonts-web-launched/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 17:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[my sites]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=125</guid>
		<description><![CDATA[After a busy weekend and much coding, design, and optimization, Free Fonts Web is now launched and online for your viewing pleasure.  The site is xhtml, php, and mysql based.  Currently there are over 8,000 TrueType fonts available for download, &#8230; <a href="http://rondillehay.com/2008/12/13/free-fonts-web-launched/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a busy weekend and much coding, design, and optimization, Free Fonts Web is now launched and online for your viewing pleasure. </p>
<p><a href="http://rondillehay.com/files/2008/12/untitled-1.jpg"><img class="alignnone size-full wp-image-126" src="http://rondillehay.com/files/2008/12/untitled-1.jpg" alt="Free Files Web" width="400" height="211" /></a></p>
<p>The site is xhtml, php, and mysql based.  Currently there are over 8,000 TrueType fonts available for download, all free of charge.   I will start working on the search engines and traffic building next. </p>
<p>Checkout the website at <span style="text-decoration: underline"><span style="color: #800080"><a title="free fonts" href="http://www.freefontsweb.com" target="_self">free fonts web</a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2008/12/13/free-fonts-web-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vista radio gadget</title>
		<link>http://rondillehay.com/2008/11/30/vista-radio-gadget/</link>
		<comments>http://rondillehay.com/2008/11/30/vista-radio-gadget/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 10:55:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unsigned band web]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=99</guid>
		<description><![CDATA[I commissioned the vista radio gadget to allow microsoft vista users to access the unsigned band web right from their desktop.  The widget makes extensive use of the free music api provide by unsigned band web, and allows either charts, editors &#8230; <a href="http://rondillehay.com/2008/11/30/vista-radio-gadget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I commissioned the vista radio gadget to allow microsoft vista users to access the unsigned band web right from their desktop.  The widget makes extensive use of the free music api provide by unsigned band web, and allows either charts, editors picks, or new songs for every genre of music hosted at the unsigned band web.  The player features a sleek interface, and was developed by the programmers at buildagadget.com . </p>
<p>As of this blog post there were almost 57K downloads at the <a title="Vista Radio Gadget at Microsoft Gallery" href="http://gallery.live.com/liveItemDetail.aspx?li=b1a092d1-474d-4b22-91c4-e15786db39ef&amp;bt=1&amp;pl=1" target="_blank">windows gadget gallery</a>.</p>
<p><a href="http://rondillehay.com/files/2008/11/vista-radio-gadget.jpg"><img class="alignnone size-full wp-image-100" src="http://rondillehay.com/files/2008/11/vista-radio-gadget.jpg" alt="vista-radio-gadget" width="465" height="465" /></a></p>
<p>Download the gadget:</p>
<p>[download#4#image]</p>
<ul class="callout">
<li>techradar.com included the unsigned band web gadget in a roundup of 12  vista gadgets <a href="http://www.techradar.com/news/computing/pc/12-vista-sidebar-gadgets-that-will-save-you-money-473958" target="_blank">[ visit ]</a></li>
<li>buildagadget.com listing for the unsigned band web gadget <a href="http://www.buildagadget.com/Blog/archives/70" target="_blank">[ visit ]</a></li>
<li>Windows live listing for the unsigned band web gadget <a href="http://gallery.live.com/liveItemDetail.aspx?li=b1a092d1-474d-4b22-91c4-e15786db39ef&amp;pl=1&amp;bt=1" target="_blank">[ visit ]</a></li>
<li>Our widgipedia.com listing <a href="http://www.widgipedia.com/desktop-widgets/details/Incomps_Creations/UnsignedBandWebcom-Radio_1465.html" target="_blank">[ visit ]</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2008/11/30/vista-radio-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress free music widget</title>
		<link>http://rondillehay.com/2008/11/30/wordpress-free-music-widget/</link>
		<comments>http://rondillehay.com/2008/11/30/wordpress-free-music-widget/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 10:41:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=90</guid>
		<description><![CDATA[I commissioned this widget to allow wordpress and wpmu bloggers to have access to music from my music site, unsignedbandweb.com.  After installing the widget, users can choose a specific artist, a specific genre, or choose songs preselected by the editors &#8230; <a href="http://rondillehay.com/2008/11/30/wordpress-free-music-widget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I commissioned this widget to allow wordpress and wpmu bloggers to have access to music from my music site, unsignedbandweb.com.  After installing the widget, users can choose a specific artist, a specific genre, or choose songs preselected by the editors at UnsignedBandWeb.</p>
<p>Screenshots:</p>
<p><a href="http://rondillehay.com/files/2008/11/screenshot-1.jpg"><img class="alignleft size-full wp-image-91" src="http://rondillehay.com/files/2008/11/screenshot-1.jpg" alt="screenshot-1" width="160" height="400" /></a>  <a href="http://rondillehay.com/files/2008/11/screenshot-2.jpg"><img class="size-full wp-image-92 alignnone" src="http://rondillehay.com/files/2008/11/screenshot-2.jpg" alt="screenshot-2" width="124" height="343" /></a></p>
<p> </p>
<p> </p>
<p>Download the widget below:<br />
 [download#3#image]</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2008/11/30/wordpress-free-music-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wpmu md5 database conversion script</title>
		<link>http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/</link>
		<comments>http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 09:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wpmu]]></category>
		<category><![CDATA[my scripts]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=83</guid>
		<description><![CDATA[I wrote this script when I moved my wpmu site freeblogit.com from a single database to a multi-database, using md5 as the routing key.  I was amazed that this script didn&#8217;t exist when I converted to multi-db, as it would &#8230; <a href="http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote this script when I moved my wpmu site <em>freeblogit.com</em> from a single database to a multi-database, using md5 as the routing key.  I was amazed that this script didn&#8217;t exist when I converted to multi-db, as it would have taken forever to move the blogs one by one.  The script itself is pretty simple, and the code is documented.  My original script was modified slightly by the folks at wpmu dev premium to match their naming convention.  Although I wrote this with the premium multi-db plugin in mind, it should work for any wpmu md5 database move.   It has built in support for 16, 256, and 4096 database conversions.</p>
<p>Also included in the zip is a little utility for displaying the md5 hash id in numerical order.  This can be handy when trying to figure out which db a specific blog is in.</p>
<p>[download#1#image]</p>
<p>Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
