<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ron dillehay</title>
	
	<link>http://www.rondillehay.com</link>
	<description>champion, hero, and all around nice guy</description>
	<lastBuildDate>Sun, 24 May 2009 19:41:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rondillehay" /><feedburner:info uri="rondillehay" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>rondillehay</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>magento seo</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/6_te4UldqIs/</link>
		<comments>http://www.rondillehay.com/magento/magento-seo/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:32:42 +0000</pubDate>
		<dc:creator>ron</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 just a little effort, Magento is very easy to optimize. Here are the best steps [...]]]></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://www.rondillehay.com/magento/magento-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/magento/magento-seo/</feedburner:origLink></item>
		<item>
		<title>magento disappearing grid page navigation</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/QaYadjWdE5w/</link>
		<comments>http://www.rondillehay.com/code/magento-disappearing-grid-page-navigation/#comments</comments>
		<pubDate>Tue, 19 May 2009 02:13:00 +0000</pubDate>
		<dc:creator>ron</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 two options to fix this:
1) The easy fix is to place the following code in [...]]]></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;" title="magento-navigation" src="http://www.rondillehay.com/wp-content/uploads/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″ /></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://www.rondillehay.com/code/magento-disappearing-grid-page-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/code/magento-disappearing-grid-page-navigation/</feedburner:origLink></item>
		<item>
		<title>meeting the roches … again!</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/Zhv984A0yFo/</link>
		<comments>http://www.rondillehay.com/fresh-music/meeting-the-roches-again/#comments</comments>
		<pubDate>Tue, 05 May 2009 01:19:35 +0000</pubDate>
		<dc:creator>ron</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 her two albums.  I was amazed at how good Lucy was with the crowd, given [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rondillehay.com/wp-content/uploads/2009/05/dscf0191.jpg"><img class="alignright size-medium wp-image-131" title="the roches" 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://www.rondillehay.com/fresh-music/meeting-the-roches-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/fresh-music/meeting-the-roches-again/</feedburner:origLink></item>
		<item>
		<title>free fonts web launched</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/K2MjoSNLd74/</link>
		<comments>http://www.rondillehay.com/my-sites/free-fonts-web-launched/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 17:31:57 +0000</pubDate>
		<dc:creator>ron</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, all free of charge.   I will start working on the search engines and traffic building next. 
Checkout [...]]]></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://www.rondillehay.com/wp-content/uploads/2008/12/untitled-1.jpg"><img class="alignnone size-full wp-image-126" title="Free Files Web" src="http://www.rondillehay.com/wp-content/uploads/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://www.rondillehay.com/my-sites/free-fonts-web-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/my-sites/free-fonts-web-launched/</feedburner:origLink></item>
		<item>
		<title>vista radio gadget</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/Lhq5tTME87E/</link>
		<comments>http://www.rondillehay.com/unsignedbandweb/vista-radio-gadget/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 10:55:03 +0000</pubDate>
		<dc:creator>ron</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 picks, or new songs for every genre of music hosted at the unsigned band web.  [...]]]></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://www.rondillehay.com/wp-content/uploads/2008/11/vista-radio-gadget.jpg"><img class="alignnone size-full wp-image-100" title="vista-radio-gadget" src="http://www.rondillehay.com/wp-content/uploads/2008/11/vista-radio-gadget.jpg" alt="vista-radio-gadget" width="465" height="465" /></a></p>
<p>Download the gadget:</p>
<a class="downloadlink dlimg" href="http://www.rondillehay.com/download/Vista+Radio+Gadget" title="Version 1.0 downloaded 175 times" ><img src="http://www.rondillehay.com/wp-content/plugins/download-monitor/img/download.gif" alt="Download Vista Radio Gadget Version 1.0" /></a>
<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://www.rondillehay.com/unsignedbandweb/vista-radio-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/unsignedbandweb/vista-radio-gadget/</feedburner:origLink></item>
		<item>
		<title>wordpress free music widget</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/bOtenoN9o1Y/</link>
		<comments>http://www.rondillehay.com/wordpress/wordpress-free-music-widget/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 10:41:24 +0000</pubDate>
		<dc:creator>ron</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 at UnsignedBandWeb.
Screenshots:
  
 
 
Download the widget below:
�
]]></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://www.rondillehay.com/wp-content/uploads/2008/11/screenshot-1.jpg"><img class="alignleft size-full wp-image-91" title="screenshot-1" src="http://www.rondillehay.com/wp-content/uploads/2008/11/screenshot-1.jpg" alt="screenshot-1" width="160" height="400" /></a>  <a href="http://www.rondillehay.com/wp-content/uploads/2008/11/screenshot-2.jpg"><img class="size-full wp-image-92 alignnone" title="screenshot-2" src="http://www.rondillehay.com/wp-content/uploads/2008/11/screenshot-2.jpg" alt="screenshot-2" width="124" height="343" /></a></p>
<p> </p>
<p> </p>
<p>Download the widget below:<br />
 <a class="downloadlink dlimg" href="http://www.rondillehay.com/download/Wordpress+-+Free+Music+Widget" title="Version 1.0 downloaded 91 times" ><img src="http://www.rondillehay.com/wp-content/plugins/download-monitor/img/download.gif" alt="Download Wordpress - Free Music Widget Version 1.0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rondillehay.com/wordpress/wordpress-free-music-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/wordpress/wordpress-free-music-widget/</feedburner:origLink></item>
		<item>
		<title>wpmu md5 database conversion script</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/l6YIAfqumOo/</link>
		<comments>http://www.rondillehay.com/wpmu/wpmu-md5-database-conversion-script/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 09:44:20 +0000</pubDate>
		<dc:creator>ron</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 have taken forever to move the blogs one by one.  The script itself is pretty [...]]]></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>
<a class="downloadlink dlimg" href="http://www.rondillehay.com/download/WPMU+-+md5+database+blog+conversion+tool" title="Version 2.6 downloaded 94 times" ><img src="http://www.rondillehay.com/wp-content/plugins/download-monitor/img/download.gif" alt="Download WPMU - md5 database blog conversion tool Version 2.6" /></a>
<p>Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rondillehay.com/wpmu/wpmu-md5-database-conversion-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/wpmu/wpmu-md5-database-conversion-script/</feedburner:origLink></item>
		<item>
		<title>meeting the roches</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/H1m9PwxCjHQ/</link>
		<comments>http://www.rondillehay.com/fresh-music/meeting-the-roches/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 02:54:12 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[fresh music]]></category>
		<category><![CDATA[the roches]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=71</guid>
		<description><![CDATA[My family had the opportunity to go see one of our all time favorite bands, the roches in November of &#8216;06.  It was an incredible show, and we we&#8217;re able to watch from the balcony about 20 feet away from the stage.  One of the most enjoyable evenings of my life.  If you haven&#8217;t heard [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rondillehay.com/wp-content/uploads/2008/11/us_and_theroches.jpg"><img class="size-thumbnail wp-image-72 alignleft" style="margin-left: 2px; margin-right: 4px; border: 0px;" title="us_and_theroches" src="http://www.rondillehay.com/wp-content/uploads/2008/11/us_and_theroches-150x150.jpg" alt="us_and_theroches" width="120" height="120" /></a>My family had the opportunity to go see one of our all time favorite bands, the roches in November of &#8216;06.  It was an incredible show, and we we&#8217;re able to watch from the balcony about 20 feet away from the stage.  One of the most enjoyable evenings of my life.  If you haven&#8217;t heard the roches, you need to check them out.  They are quirky, intelligent, and playful.</p>
<p> </p>
<p> </p>
<p>Listen to The Roches performing &#8220;Hammond Song&#8221; below.</p>
[See post to watch Flash video]
]]></content:encoded>
			<wfw:commentRss>http://www.rondillehay.com/fresh-music/meeting-the-roches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>

		<feedburner:origLink>http://www.rondillehay.com/fresh-music/meeting-the-roches/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/rondillehay/~5/QuGCZud-b1M/theroches-hammondsong.flv" length="11492666" type="video/x-flv" /><feedburner:origEnclosureLink>http://www.rondillehay.com/wp-content/uploads/2008/11/theroches-hammondsong.flv</feedburner:origEnclosureLink></item>
		<item>
		<title>joanna newsom cosmia live</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/IK9n1tZNikw/</link>
		<comments>http://www.rondillehay.com/fresh-music/joanna-newsom-cosmia-live/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 00:27:38 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[fresh music]]></category>
		<category><![CDATA[joanna newsom]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=32</guid>
		<description><![CDATA[I am mesmerized by Joanna Newsom. 
Her unique vocals and lyrics are such a refreshing reprieve from all the garbage on the radio these days.  Imagine a mad scientist and english teacher writing songs together for harp.  Her music is difficult to define, and definately an acquired taste.
[See post to watch Flash video]
]]></description>
			<content:encoded><![CDATA[<p>I am mesmerized by Joanna Newsom. </p>
<p>Her unique vocals and lyrics are such a refreshing reprieve from all the garbage on the radio these days.  Imagine a mad scientist and english teacher writing songs together for harp.  Her music is difficult to define, and definately an acquired taste.</p>
[See post to watch Flash video]
]]></content:encoded>
			<wfw:commentRss>http://www.rondillehay.com/fresh-music/joanna-newsom-cosmia-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>

		<feedburner:origLink>http://www.rondillehay.com/fresh-music/joanna-newsom-cosmia-live/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/rondillehay/~5/sepJWjw2I48/joanna-newsome-cosmia.flv" length="24456775" type="video/x-flv" /><feedburner:origEnclosureLink>http://www.rondillehay.com/wp-content/uploads/2008/11/joanna-newsome-cosmia.flv</feedburner:origEnclosureLink></item>
		<item>
		<title>easyphp and wpmu</title>
		<link>http://feedproxy.google.com/~r/rondillehay/~3/TwNs-ZoYqn4/</link>
		<comments>http://www.rondillehay.com/wpmu/easyphp-and-wpmu/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 22:46:39 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=19</guid>
		<description><![CDATA[I decided to play with the latest beta version of wpmu 2.7 locally to see how a local backup of my wpmu site would perform.  I&#8217;ve used xampp previously, but decided to try easyphp.  The results of the testing were pretty positive.  The vast majority of plugins worked immediately, and the new backend admin panel is a huge improvement [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to play with the latest beta version of wpmu 2.7 locally to see how a local backup of my wpmu site would perform.  I&#8217;ve used xampp previously, but decided to try easyphp.  The results of the testing were pretty positive.  The vast majority of plugins worked immediately, and the new backend admin panel is a huge improvement over the current wpmu backend.  I had to disable wpsary gallery to get the new version to run.  For anyone else attempting this excersize, here are some pointers.</p>
<p>EasyPHP setup:</p>
<ol>
<li>Install EasyPHP</li>
<li>Modify the http.conf file to match your current server settings</li>
<li>If you use mod_rewrite on our web server, enable the module in the http.conf file</li>
<li>Move your site backup into the www folder inside EasyPHP</li>
<li>Modify the php.ini file to match your current server settings</li>
<li>Start phpmyadmin via the EasyPHP admin panel</li>
<li>Add a mysql user with the same name, password, and permissions as your web server mysql</li>
<li>Import your DB backup</li>
<li>Restart EasyPHP</li>
</ol>
<p>Setting up your local WPMU</p>
<ol>
<li>Change the configuration file to use 127.0.0.1 as your db host instead of localhost</li>
<li>Using phpmyadmin change the URL for blog 1 to 127.0.0.1</li>
</ol>
<p>If you use multi-db (from wpmu premium website)</p>
<ol>
<li>Change all of your localhosts in the db config file to 127.0.0.1</li>
<li>Find the db with blog 1 in it, and change the URL for blog 1 to 127.0.0.1</li>
</ol>
<p>If you use sub-domains on your web server, you will not be able to test them locally, only blog 1 will work.  The problem is ( test.127.0.0.1) isn&#8217;t a good url.</p>
<p>Hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rondillehay.com/wpmu/easyphp-and-wpmu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rondillehay.com/wpmu/easyphp-and-wpmu/</feedburner:origLink></item>
	</channel>
</rss>
