<?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: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/" version="2.0">
<channel>
	<title>Comments for Flowdrops</title>
	
	<link>http://www.flowdrops.com</link>
	<description>Coffee Addicted Web Designer, Joomla! and WordPress Developer</description>
	<lastBuildDate>Thu, 16 Jul 2009 15:52:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Comments-i-Farang" type="application/rss+xml" /><item>
		<title>Comment on Dynamic form elements &amp; the jQuery validation plugin by Pete</title>
		<link>http://www.flowdrops.com/blog/jquery/dynamic-form-elements-the-jquery-validation-plugin/#comment-2143</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 16 Jul 2009 15:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?p=228#comment-2143</guid>
		<description>@cookie

I didn't knew that we can use such selectors in the 'required' condition. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>@cookie</p>
<p>I didn&#8217;t knew that we can use such selectors in the &#8216;required&#8217; condition. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic form elements &amp; the jQuery validation plugin by cookie</title>
		<link>http://www.flowdrops.com/blog/jquery/dynamic-form-elements-the-jquery-validation-plugin/#comment-2142</link>
		<dc:creator>cookie</dc:creator>
		<pubDate>Thu, 16 Jul 2009 14:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?p=228#comment-2142</guid>
		<description>maybe im confused by why don't you just do:

    childfield: {
      required: "#parentfield:checked"
    },

blog: webofwork.com/blog</description>
		<content:encoded><![CDATA[<p>maybe im confused by why don&#8217;t you just do:</p>
<p>    childfield: {<br />
      required: &#8220;#parentfield:checked&#8221;<br />
    },</p>
<p>blog: webofwork.com/blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iF AJAX Comments For WordPress: Latest Beta Version by wlad2</title>
		<link>http://www.flowdrops.com/blog/wordpress/if-ajax-comments-for-wordpress-latest-beta-version/#comment-2137</link>
		<dc:creator>wlad2</dc:creator>
		<pubDate>Fri, 12 Jun 2009 15:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?p=219#comment-2137</guid>
		<description>Can’t  worck!</description>
		<content:encoded><![CDATA[<p>Can’t  worck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iF AJAX Comments For WordPress: Latest Beta Version by ZK@Web Marketing Blog</title>
		<link>http://www.flowdrops.com/blog/wordpress/if-ajax-comments-for-wordpress-latest-beta-version/#comment-2136</link>
		<dc:creator>ZK@Web Marketing Blog</dc:creator>
		<pubDate>Fri, 12 Jun 2009 08:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?p=219#comment-2136</guid>
		<description>It also shouldn't require us to get rid of AJAX comments. Although
we've had many griefs with it in the past, it's still kind of a unique
feature that sets us apart from the competition. We should still be
able to make the redirects work through Javascript (similar to what
Google does with its services right now where you sign in with your
Google account, get a little read 'Loading..'</description>
		<content:encoded><![CDATA[<p>It also shouldn&#8217;t require us to get rid of AJAX comments. Although<br />
we&#8217;ve had many griefs with it in the past, it&#8217;s still kind of a unique<br />
feature that sets us apart from the competition. We should still be<br />
able to make the redirects work through Javascript (similar to what<br />
Google does with its services right now where you sign in with your<br />
Google account, get a little read &#8216;Loading..&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: iF AJAX Comments by ZK@Web Marketing Blog</title>
		<link>http://www.flowdrops.com/stuff/wordpress/wordpress-plugin-if-ajax-comments/#comment-2135</link>
		<dc:creator>ZK@Web Marketing Blog</dc:creator>
		<pubDate>Fri, 12 Jun 2009 07:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?page_id=89#comment-2135</guid>
		<description>It really works, no need to change anything (it was always very hard to install AJAX Comments on every theme for WordPress), just upload and enjoy. I use it on SilentBits till yesterday.</description>
		<content:encoded><![CDATA[<p>It really works, no need to change anything (it was always very hard to install AJAX Comments on every theme for WordPress), just upload and enjoy. I use it on SilentBits till yesterday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic form elements &amp; the jQuery validation plugin by Kinny</title>
		<link>http://www.flowdrops.com/blog/jquery/dynamic-form-elements-the-jquery-validation-plugin/#comment-2093</link>
		<dc:creator>Kinny</dc:creator>
		<pubDate>Fri, 29 May 2009 07:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?p=228#comment-2093</guid>
		<description>I tried using jquery validation for a dynamic form but with multiple checkboxes.
 If a checkbox is checked than a box apears under it and inside there are 3 fields. For these 3 fields i added a required rule. It works fine for the first checkbox ... but for the rest of them it doesn't work.
Did have a similar problem and a solution for it to :D.
Thanks.</description>
		<content:encoded><![CDATA[<p>I tried using jquery validation for a dynamic form but with multiple checkboxes.<br />
 If a checkbox is checked than a box apears under it and inside there are 3 fields. For these 3 fields i added a required rule. It works fine for the first checkbox &#8230; but for the rest of them it doesn&#8217;t work.<br />
Did have a similar problem and a solution for it to :D.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: iF AJAX Comments by Alper KANIK » WordPress Blogunuza Ajax Yorum Eklentisi: İF AJAX Comments</title>
		<link>http://www.flowdrops.com/stuff/wordpress/wordpress-plugin-if-ajax-comments/#comment-2075</link>
		<dc:creator>Alper KANIK » WordPress Blogunuza Ajax Yorum Eklentisi: İF AJAX Comments</dc:creator>
		<pubDate>Fri, 22 May 2009 10:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?page_id=89#comment-2075</guid>
		<description>[...] DOWNLOAD    This entry was posted on Cuma, Mayıs 22nd, 2009 and is filed under Wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.   « Windows Xp Royale Tema [...]</description>
		<content:encoded><![CDATA[<p>[...] DOWNLOAD    This entry was posted on Cuma, Mayıs 22nd, 2009 and is filed under Wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.   &laquo; Windows Xp Royale Tema [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: iF AJAX Comments by Dahicocuk</title>
		<link>http://www.flowdrops.com/stuff/wordpress/wordpress-plugin-if-ajax-comments/#comment-1976</link>
		<dc:creator>Dahicocuk</dc:creator>
		<pubDate>Sat, 02 May 2009 19:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?page_id=89#comment-1976</guid>
		<description>thanks for plugin........</description>
		<content:encoded><![CDATA[<p>thanks for plugin&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest Posts And the_author() In Your WordPress Blog by Sebastian</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-1954</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-1954</guid>
		<description>Very nice, very quick... Thanks for sharing :)

For some reason, even when I add a new contributor account, and add an article under another author, the_author still displays the main admin account as the author... But your method fixes that!</description>
		<content:encoded><![CDATA[<p>Very nice, very quick&#8230; Thanks for sharing :)</p>
<p>For some reason, even when I add a new contributor account, and add an article under another author, the_author still displays the main admin account as the author&#8230; But your method fixes that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iF AJAX Comments For WordPress: Latest Beta Version by manan</title>
		<link>http://www.flowdrops.com/blog/wordpress/if-ajax-comments-for-wordpress-latest-beta-version/#comment-1903</link>
		<dc:creator>manan</dc:creator>
		<pubDate>Wed, 22 Apr 2009 20:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/?p=219#comment-1903</guid>
		<description>hey hi, im 1 of the initial users of ur plugin &amp; it has been working fine untill some day that it decided not to. I realized this today, i have absolutely no idea why.

thanks</description>
		<content:encoded><![CDATA[<p>hey hi, im 1 of the initial users of ur plugin &amp; it has been working fine untill some day that it decided not to. I realized this today, i have absolutely no idea why.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
