<?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>Erin Clerico&#039;s Blog &#187; Uncategorized</title>
	<atom:link href="http://erin.clerico.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://erin.clerico.com</link>
	<description>I can only speak for myself</description>
	<lastBuildDate>Tue, 06 Oct 2009 04:21:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manila converted to Drupal</title>
		<link>http://erin.clerico.com/2009/10/05/manila-converted-to-drupal/</link>
		<comments>http://erin.clerico.com/2009/10/05/manila-converted-to-drupal/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 04:21:58 +0000</pubDate>
		<dc:creator>sitemin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erin.clerico.com/?p=131</guid>
		<description><![CDATA[For the last few months I have toyed with the idea of adapting my conversion process to convert a Manila site to Drupal. The code I have does it&#8217;s thing with standard APIs supported in WordPress &#8211; the same APIs are supported in Drupal.
The internal link converter would need to know about Drupal node addresses [...]]]></description>
			<content:encoded><![CDATA[<p>For the last few months I have toyed with the idea of adapting my conversion process to convert a Manila site to Drupal. The code I have does it&#8217;s thing with standard APIs supported in WordPress &#8211; the same APIs are supported in Drupal.</p>
<p>The internal link converter would need to know about Drupal node addresses (WordPress: &#8216;?page_id=75&#8242;, Drupal: &#8216;/node/75&#8242;).</p>
<p>Being too busy with many site conversion however I did not get to mess with it until yesterday &#8211; facing a site that would have been heartbreaking to convert in to WordPress. We&#8217;ve taken a shine to Drupal around here &#8211; and as a content management system it beats WordPress paws-down. Most blogs are better off in WordPress actually, but sites needing content management and offering lots of different content really do better in Drupal.</p>
<p>So I patched up my code and added a couple custom APIs to Drupal and pulled the trigger to convert a client&#8217;s Manila site in to a Drupal site.</p>
<p>The result? All the content showed up on the Drupal site with all images served from new Drupal URLs placed as expected and all internal links converted to their new Drupal URLs.</p>
<p>I had to shut off certain aspects of the conversion &#8211; so Manila nav bars did not get converted and no Manila members got ported either. I got all the posts, stories, images and Gems. The rest has to be done by hand &#8211; which for medium to plus-size sites should not be too burdensome. So thats where I&#8217;ll leave it for now &#8211; head over to <a href="http://www.weblogger.com">Weblogger.com</a> if you need your Manila site converted to WordPress or Drupal (there must be tens of you!)</p>
]]></content:encoded>
			<wfw:commentRss>http://erin.clerico.com/2009/10/05/manila-converted-to-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form in WordPress vs Drupal</title>
		<link>http://erin.clerico.com/2009/08/11/contact-form-in-wordpress-vs-drupal/</link>
		<comments>http://erin.clerico.com/2009/08/11/contact-form-in-wordpress-vs-drupal/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:06:10 +0000</pubDate>
		<dc:creator>sitemin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erin.clerico.com/?p=123</guid>
		<description><![CDATA[I recently set up a contact form on a WordPress site &#8211; and it reminded me what a rigid process extending WordPress (WP) is.
Contact forms running reCAPTCHA protection seem to fair pretty well at cutting spam, so I found a plugin by a nice chap called Deko Boko &#8211; Nice plugin and it seems to work fine, [...]]]></description>
			<content:encoded><![CDATA[<p>I recently set up a contact form on a WordPress site &#8211; and it reminded me what a rigid process extending WordPress (WP) is.</p>
<p>Contact forms running <a href="http://recaptcha.net/">reCAPTCHA</a> protection seem to fair pretty well at cutting spam, so I found a plugin by a nice chap called <a href="http://www.toppa.com/2008/deko-boko-a-recaptcha-contact-form-for-wordpress/">Deko Boko</a> &#8211; Nice plugin and it seems to work fine, it&#8217;s just a shame the poor guy had to build the entire admin interface, posting catching and emailing mechanisms and finally tie in the reCAPTCHA support from scratch.</p>
<p>Looking to do the same thing on a Drupal site I manage the experience and process was quite different. <a href="http://drupal.org/project/modules">Drupal Modules </a>(think WP Plugins, but smarter) snap together like legos to form workflows that fit your needs. You can do things through the Drupal interface that would require PHP coding in WP.</p>
<p>First I enabled the Contact module, included in the base Drupal install. Then I downloaded a <a href="http://drupal.org/project/contact_forms">Contact Form Module</a> which did not include the support of the specific reCAPTCHA scheme I desired, but had every other feature I was looking for.</p>
<p>Next I downloaded a <a href="http://drupal.org/project/recaptcha">Drupal specific reCAPTCHA module</a>, and the base <a href="http://recaptcha.net/plugins/php/">PHP library</a> from the reCAPTCHA folks and deposited those files in their appropriate folders in my Drupal install.</p>
<p>WordPress does provide ways for developers to modify output and have certain actions triggered by WP functions, Drupal takes this much farther by setting up an environment that allows for Drupal Modules to modify the behavior of each other. This can shift the balance of power to the sys admins, advanced users who don&#8217;t quite know what they are doing with PHP and away from PHP savvy web developers.</p>
<p>Once I had the reCAPTCHA plugin set up and working &#8211; I used it&#8217;s interface from my Drupal admin area to select the form generated by the contact form module and shizzam &#8211; I put my peanut butter in your chocolate! The guy who wrote the contact form module did not need to add specific reCAPTCHA support to his module, and the reCAPTCHA module guy did not do anything special to allow the modification of the previous plugin to use reCAPTCHA. Neat huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://erin.clerico.com/2009/08/11/contact-form-in-wordpress-vs-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiji has her forever home!</title>
		<link>http://erin.clerico.com/2009/06/28/fiji-goes-for-a-stroll/</link>
		<comments>http://erin.clerico.com/2009/06/28/fiji-goes-for-a-stroll/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 21:56:26 +0000</pubDate>
		<dc:creator>sitemin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erin.clerico.com/?p=111</guid>
		<description><![CDATA[Our sweet Fiji went to her forever home this weekend. Happy and playful, Fiji is also curious and smart. And did I mention determined. I find her personality irresistible, and so too does her new forever parents. Her description on the Fast Friends site said &#8216;My foster family says I’m determined to check out everything.&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Our sweet Fiji went to her forever home this weekend. Happy and playful, Fiji is also curious and smart. And did I mention determined. I find her personality irresistible, and so too does her new forever parents. Her description on the <a href="http://fastfriends.org">Fast Friends site</a> said &#8216;My foster family says I’m determined to check out everything.&#8217; It was this that attracted Fiji&#8217;s new family to her. Fiji will not disappoint.</p>
<p>If I were to describe a perfect family and living condition for Fiji it would fit her new home to a tee. She has another grey to play with in a great big yard and doting parents. Plus the dry climate in Reno will serve her well as she seemed a touch allergic to something in the air here.</p>
<p>Here is Fiji on the treadmill &#8211; with a special appearance by rising star Zoe.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="247" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/jm7SHVxEpkU" /><embed type="application/x-shockwave-flash" width="300" height="247" src="http://www.youtube.com/v/jm7SHVxEpkU"></embed></object></p>
<p><img class="alignleft size-medium wp-image-120" title="Vampire Fiji" src="http://erin.clerico.com/wp-content/uploads/2009/06/Vampire-Fiji-300x199.jpg" alt="Vampire Fiji" width="300" height="199" /></p>
<p><img class="alignnone size-medium wp-image-119" title="fiji_abstract" src="http://erin.clerico.com/wp-content/uploads/2009/06/fiji_abstract-199x300.jpg" alt="fiji_abstract" width="199" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://erin.clerico.com/2009/06/28/fiji-goes-for-a-stroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tucker&#8217;s Canon Rock cover</title>
		<link>http://erin.clerico.com/2009/05/03/tuckers-canon-rock-cover/</link>
		<comments>http://erin.clerico.com/2009/05/03/tuckers-canon-rock-cover/#comments</comments>
		<pubDate>Sun, 03 May 2009 21:37:50 +0000</pubDate>
		<dc:creator>sitemin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erin.clerico.com/?p=106</guid>
		<description><![CDATA[My son just posted a cover of the famous Canon Rock on YouTube:

]]></description>
			<content:encoded><![CDATA[<p>My son just posted a cover of the famous <a href="http://www.youtube.com/watch?v=QjA5faZF1A8">Canon Rock</a> on YouTube:<br />
<object width="425" height="344" data="http://www.youtube.com/v/-YyWS33XBKY&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/-YyWS33XBKY&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://erin.clerico.com/2009/05/03/tuckers-canon-rock-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
