<?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>Mike Van WinkleCustom WordPress Registration Pages (v 0.1.2) | Mike Van Winkle</title>
	<atom:link href="http://www.mikevanwinkle.com/category/wordpress/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikevanwinkle.com</link>
	<description>New Media Consultant and Wordpress Freak</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:18:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Custom WordPress Registration Pages (v 0.1.2)</title>
		<link>http://www.mikevanwinkle.com/wordpress/custom-wordpress-registration-page/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/custom-wordpress-registration-page/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 20:45:15 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=394</guid>
		<description><![CDATA[Updated 7-19-2010: I&#8217;ve released a new version of the Custom Registration Forms plugin and added this page accordingly. Simplr Registration Form Plugin Installation Instructions: Download and unzip the package. Upload the simplr_reg_page folder into your wp-content/plugins directory. Go to your &#8230; <a href="http://www.mikevanwinkle.com/wordpress/custom-wordpress-registration-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Updated 7-19-2010: I&#8217;ve released a new version of the Custom Registration Forms plugin and added this page accordingly.</p>
<p><strong><a href="http://tinyurl.com/3y7ev4c">Simplr Registration Form Plugin</a></strong></p>
<p><strong>Installation Instructions:</strong></p>
<p>Download and unzip the package. Upload the simplr_reg_page folder into your wp-content/plugins directory. Go to your plugins dashboard and click &#8220;Activate&#8221;.</p>
<p><strong>Usage Instructions:</strong></p>
<p>To use this plugin simply employ the shortcode <code>[Register]</code> on any WordPress post or page. The default role is &#8220;subscriber&#8221;. To apply another role to the registration simply use the the role parameter, for instance: <code>[Register role="editor"]</code>. If you have created custom roles you may use them as well.</p>
<p>You can also use shortcode so specify a custom confirmation message for each form:</p>
<p><code>[Register role="teacher" <strong>message="Thank you for registering for my site. If you would like to encourage your students to register, please direct them to http://www.domain.com/students"</strong>]</code></p>
<p>Finally, you can specify emails to be notified when a new user is registered. By default site admins will receive notice but to notify others simply use the notify parameter:</p>
<p><code>[Register role="teacher" message="Thank you for registering for my site. If you would like to encourage your students to register, please direct them to http://www.domain.com/students" <strong>notify="email1@email.com,email2@email.com"</strong>]</code></p>
<p><strong>Plugin Options:</strong></p>
<p>Please feel free to suggest future options for this plugin in the comments. The current options are:</p>
<ul>
<li>Admin Email: Specify the FROM email you would like to use for the registration confirmation message.</li>
<li>Confirmation Message: Customize the message you would like to appear in the confimation email.</li>
<li>Style: Overrides the default stylesheet included with the plugin.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/custom-wordpress-registration-page/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>WordPress PodsCMS SEO Titles Plugin</title>
		<link>http://www.mikevanwinkle.com/wordpress/plugins/wordpress-podscms-seo-titles-plugin/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/plugins/wordpress-podscms-seo-titles-plugin/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 20:02:54 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Pods]]></category>
		<category><![CDATA[podscms]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress as cms]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=494</guid>
		<description><![CDATA[I haven&#8217;t submit this plugin to the WordPress SVN yet, because I&#8217;m still playing with it. The remaining issue is that while it works, I&#8217;m not sure it works in the most efficient manner possible. I&#8217;m also going to post &#8230; <a href="http://www.mikevanwinkle.com/wordpress/plugins/wordpress-podscms-seo-titles-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t submit this plugin to the WordPress SVN yet, because I&#8217;m still playing with it. The remaining issue is that while it works, I&#8217;m not sure it works in the most efficient manner possible. I&#8217;m also going to post it over at <a title="PodsCMS" href="http://www/podscms.org">@podscms</a> and get some feedback.</p>
<p>At any rate, for anyone who&#8217;s running a pods installation and having trouble getting SEO friendly titles on your pod pages, this plugin creates a template tag &lt;?php pods_seo_title(); ?&gt; that you can use to override wordpress default behavior. The plugins check to see if the page is a pod page, and if so calls the title of the respective pod. If not, it checks to see if the page is singular and returns the TITLE | SITENAME format if it is. Otherwise it returns the SITENAME | SITE DESCRIPTION form.</p>
<p><strong>Download:</strong> <a href="http://www.mikevanwinkle.com/wp-content/uploads/2010/06/pods-seo-titles.php_.zip">Pods SEO Titles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/plugins/wordpress-podscms-seo-titles-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Flutter vs. Pods: A Conversation</title>
		<link>http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:12:25 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=309</guid>
		<description><![CDATA[A friend of mind attended Wordcamp B-Ham and taped (that&#8217;s old school lingo for podcasted) a panel discussion about Pods and Flutter as two competing options for making WordPress a CMS. Admittedly, I&#8217;m biased. You can read my review of &#8230; <a href="http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A friend of mind attended Wordcamp B-Ham and taped (that&#8217;s old school lingo for podcasted) a <a title="Panel on Flutter and Pods" href="http://ozarksunbound.com/extra/?p=25">panel discussion about Pods and Flutter</a> as two competing options for making WordPress a CMS.</p>
<p>Admittedly, I&#8217;m biased. You can read my review of WordPress Pods CMS here. But here&#8217;s my two cents anyway:</p>
<ol>
<li>If all you&#8217;re looking for is a way to add a new content type, and it&#8217;s ok that that content type is mostly based on the &#8220;post&#8221; format, then flutter will probably get you there. Flutter basically customizes the user interface for entering custom fields. Theoretically you could even get rid of all the default fields and use all custom fields instead.</li>
<li>But if you need to create all new content types and need to have complete control over the end-user experience then pods is a much better choice. Pods is especially powerful when creating directories where you need to cross reference fields. For instance, you want to create a list of events where the end user can click on the speaker&#8217;s name and see all other events with that speaker. Trying to do this with flutter would be a nightmare. But with pods, you create a pod table for events and one for speakers, set up a template, and your done. Well, it&#8217;s not quite that easy &#8230; but it&#8217;s close.</li>
</ol>
<p>The advantage of pods is that it&#8217;s robust and dynamic. Flutter is essentially just an advanced hacked. Pods is a true extension. But the disadvantage of pods is that, at least for now, it is still a tool for developers who know their html and at least a little bit of PHP. A novice user is going to find Pods maddening!</p>
<p>More info on <a title="Pods CMS" href="http://pods.uproot.us">Pods</a> and <a title="Flutter CMS" href="http://flutter.freshout.us/">Flutter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
