<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Monkeyball</title>
	<atom:link href="http://www.henrywoodbury.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henrywoodbury.com</link>
	<description>A random walk</description>
	<lastBuildDate>Wed, 24 Feb 2010 08:52:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Safe Signup Form by Sanat</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2351</link>
		<dc:creator>Sanat</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2351</guid>
		<description>Excellent plugin Henry. Saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>Excellent plugin Henry. Saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Damien Hoffman</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2301</link>
		<dc:creator>Damien Hoffman</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2301</guid>
		<description>Thanks, Henry. You run a great site!</description>
		<content:encoded><![CDATA[<p>Thanks, Henry. You run a great site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Henry</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2296</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2296</guid>
		<description>Hi Damien,

The submit button is in a paragraph with a class of &quot;ddf-right&quot;. You can use that class to center its contents:

p.ddf-right { text-align: center; }

To line up the input fields to the right of the labels, you can give the labels that precede them a set width. Try something like:

div.ddf label { display: block; float: left; width: 12em; }

Experiment with CSS and you should be able to get the amount of space you like.</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>The submit button is in a paragraph with a class of &#8220;ddf-right&#8221;. You can use that class to center its contents:</p>
<p>p.ddf-right { text-align: center; }</p>
<p>To line up the input fields to the right of the labels, you can give the labels that precede them a set width. Try something like:</p>
<p>div.ddf label { display: block; float: left; width: 12em; }</p>
<p>Experiment with CSS and you should be able to get the amount of space you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Damien Hoffman</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2295</link>
		<dc:creator>Damien Hoffman</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2295</guid>
		<description>Henry,

Sorry to bother you. One last question:

How should I alter the custom CSS section if I&#039;d like 1) to center the submit button, and 2) stack the input fields so they are in line with one another (seems like more space is needed between the Name label and input to get the inputs in line).

THANKS!

Damien</description>
		<content:encoded><![CDATA[<p>Henry,</p>
<p>Sorry to bother you. One last question:</p>
<p>How should I alter the custom CSS section if I&#8217;d like 1) to center the submit button, and 2) stack the input fields so they are in line with one another (seems like more space is needed between the Name label and input to get the inputs in line).</p>
<p>THANKS!</p>
<p>Damien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Damien Hoffman</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2294</link>
		<dc:creator>Damien Hoffman</dc:creator>
		<pubDate>Thu, 11 Feb 2010 02:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2294</guid>
		<description>Thanks, Henry! I greatly appreciate the support for your plugin!

All the best,

Damien</description>
		<content:encoded><![CDATA[<p>Thanks, Henry! I greatly appreciate the support for your plugin!</p>
<p>All the best,</p>
<p>Damien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Henry</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2293</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2293</guid>
		<description>Hi Damien,

There are three places in the code where the repeat email address is processed:

Line 86: 		&#039;ddfs-repeat-email&#039; =&gt; &#039;ddfs-email&#039;
Line 486: 		&#039;error-field&#039; =&gt; &#039;&lt;input id=&quot;f-ddfs-rules&quot; name=&quot;ddfs-rules&quot; type=&quot;hidden&quot; value=&quot;f-ddfs-name:r f-ddfs-email:e f-ddfs-repeat-email:d:f-ddfs-email&quot; /&gt;&#039;, 
Line 442:		&#039;ddfs-repeat-email&#039; =&gt; &#039;&lt;p&gt;&lt;label for=&quot;f-ddfs-repeat-email&quot; class=&quot;required&quot;&gt;&#039; . __(&#039;Repeat Email Address&#039;, &#039;ddfs&#039;) . &#039;&lt;/label&gt;&lt;input type=&quot;text&quot; name=&quot;ddfs-repeat-email&quot; id=&quot;f-ddfs-repeat-email&quot; maxlength=&quot;50&quot; tabindex=&quot;16&quot; value=&quot;&#039; . htmlentities($_POST[&#039;ddfs-repeat-email&#039;]) . &#039;&quot; class=&quot;f&quot; /&gt;&lt;/p&gt;&#039;

You need to delete lines 86 and 442 (and the commas at the ends of line 85 and 441 so as not to break the arrays). On line 486, delete just the &#039; f-ddfs-repeat-email:d:f-ddfs-email&#039; portion of the line.

Once you do this you should be able to upload the edited version of the plugin and reactivate it. You may need to also republish any page that references it if you are using a caching engine.</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>There are three places in the code where the repeat email address is processed:</p>
<p>Line 86: 		&#8216;ddfs-repeat-email&#8217; =&gt; &#8216;ddfs-email&#8217;<br />
Line 486: 		&#8216;error-field&#8217; =&gt; &#8216;&lt;input id=&#8221;f-ddfs-rules&#8221; name=&#8221;ddfs-rules&#8221; type=&#8221;hidden&#8221; value=&#8221;f-ddfs-name:r f-ddfs-email:e f-ddfs-repeat-email:d:f-ddfs-email&#8221; /&gt;&#8217;,<br />
Line 442:		&#8216;ddfs-repeat-email&#8217; =&gt; &#8216;&lt;p&gt;&lt;label for=&#8221;f-ddfs-repeat-email&#8221; class=&#8221;required&#8221;&gt;&#8217; . __(&#8216;Repeat Email Address&#8217;, &#8216;ddfs&#8217;) . &#8216;&lt;/label&gt;&lt;input type=&#8221;text&#8221; name=&#8221;ddfs-repeat-email&#8221; id=&#8221;f-ddfs-repeat-email&#8221; maxlength=&#8221;50&#8243; tabindex=&#8221;16&#8243; value=&#8221;&#8216; . htmlentities($_POST['ddfs-repeat-email']) . &#8216;&#8221; class=&#8221;f&#8221; /&gt;&lt;/p&gt;&#8217;</p>
<p>You need to delete lines 86 and 442 (and the commas at the ends of line 85 and 441 so as not to break the arrays). On line 486, delete just the &#8216; f-ddfs-repeat-email:d:f-ddfs-email&#8217; portion of the line.</p>
<p>Once you do this you should be able to upload the edited version of the plugin and reactivate it. You may need to also republish any page that references it if you are using a caching engine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Damien Hoffman</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2292</link>
		<dc:creator>Damien Hoffman</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2292</guid>
		<description>Henry,

Great plugin! I have tried several times to remove the duplicate email entry. I removed what I thought was the relevant code, but it still appears. I have read the code 3 times and cannot figure out what I am missing. If you can help, that would be much appreciated.

Thanks!

Damien</description>
		<content:encoded><![CDATA[<p>Henry,</p>
<p>Great plugin! I have tried several times to remove the duplicate email entry. I removed what I thought was the relevant code, but it still appears. I have read the code 3 times and cannot figure out what I am missing. If you can help, that would be much appreciated.</p>
<p>Thanks!</p>
<p>Damien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Link Counter by Christie</title>
		<link>http://www.henrywoodbury.com/2010/01/link-counter/comment-page-1/#comment-2275</link>
		<dc:creator>Christie</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/?p=745#comment-2275</guid>
		<description>Totally off topic but your comment on Althouse about Kennedy saying it &quot;retahded&quot; was hilarious. I&#039;m still chuckling. As my two-year old son would say, you&#039;re &quot;too funny&quot;.</description>
		<content:encoded><![CDATA[<p>Totally off topic but your comment on Althouse about Kennedy saying it &#8220;retahded&#8221; was hilarious. I&#8217;m still chuckling. As my two-year old son would say, you&#8217;re &#8220;too funny&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Henry</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2096</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2096</guid>
		<description>Not to worry. I appreciate the feedback. I found a thread on Wordpress that indicates that get_permalink() may not always be predictable, so I will follow this up.</description>
		<content:encoded><![CDATA[<p>Not to worry. I appreciate the feedback. I found a thread on Wordpress that indicates that get_permalink() may not always be predictable, so I will follow this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe Signup Form by Rick</title>
		<link>http://www.henrywoodbury.com/safe-signup-form/comment-page-1/#comment-2094</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 13 Jan 2010 11:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/skidpad/?page_id=79#comment-2094</guid>
		<description>Last post seems to have stripped out code. Basically I deleted &quot; . get_permalink() . &quot; from line 561.

Sorry for clogging up the comments.</description>
		<content:encoded><![CDATA[<p>Last post seems to have stripped out code. Basically I deleted &#8221; . get_permalink() . &#8221; from line 561.</p>
<p>Sorry for clogging up the comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
