<?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"
	>
<channel>
	<title>Comments on: Ajax for unique usernames</title>
	<atom:link href="http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/</link>
	<description>Blogging the world of IT and Business</description>
	<pubDate>Sat, 05 Jul 2008 09:39:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-2518</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 24 Mar 2008 10:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-2518</guid>
		<description>&lt;strong&gt;Free Girls Gone Wild Uncensored Videos.com...&lt;/strong&gt;

Free Girls Gone Wild Uncensored Videos.com...</description>
		<content:encoded><![CDATA[<p><strong>Free Girls Gone Wild Uncensored Videos.com&#8230;</strong></p>
<p>Free Girls Gone Wild Uncensored Videos.com&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-03-04 &#124; xanders blog</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-2368</link>
		<dc:creator>links for 2008-03-04 &#124; xanders blog</dc:creator>
		<pubDate>Tue, 04 Mar 2008 05:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-2368</guid>
		<description>[...] Mellow Morning » Ajax for unique usernames (tags: ajax symfony php tts)     &#171; links for 2008-02-29 [...]</description>
		<content:encoded><![CDATA[<p>[...] Mellow Morning » Ajax for unique usernames (tags: ajax symfony php tts)     &laquo; links for 2008-02-29 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webmaster 38 &#187; Blog Archive &#187; Ajax for unique usernames at ajax scripts compound</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-1110</link>
		<dc:creator>Webmaster 38 &#187; Blog Archive &#187; Ajax for unique usernames at ajax scripts compound</dc:creator>
		<pubDate>Fri, 04 Jan 2008 01:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-1110</guid>
		<description>[...] Ajax for unique usernames [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajax for unique usernames [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PortalMods.com &#187; Blog Archive &#187; Ajax for unique usernames</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-366</link>
		<dc:creator>PortalMods.com &#187; Blog Archive &#187; Ajax for unique usernames</dc:creator>
		<pubDate>Mon, 29 Oct 2007 02:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-366</guid>
		<description>[...] Nice and simple to use code snippet to use ajax for validating unique user names. http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Nice and simple to use code snippet to use ajax for validating unique user names. <a href="http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/" rel="nofollow">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tschellenbach</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-222</link>
		<dc:creator>tschellenbach</dc:creator>
		<pubDate>Sat, 06 Oct 2007 19:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-222</guid>
		<description>Great, thanks for the feedback on the serialization.

Also I should have used the sfPropelUniqueValidator, completely forgot about that one :)</description>
		<content:encoded><![CDATA[<p>Great, thanks for the feedback on the serialization.</p>
<p>Also I should have used the sfPropelUniqueValidator, completely forgot about that one :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pawel_k</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-221</link>
		<dc:creator>pawel_k</dc:creator>
		<pubDate>Sat, 06 Oct 2007 19:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-221</guid>
		<description>you should think about using  
'with' =&#62; "$('rusername').serialize()"
instead of
'with' =&#62; "'id='+$('rusername').value"

when  $('rusername').value contains ampersand it can be misleading because in action you receive only part of value typed in input_tag

ps. of course in action you should replace
$username = $this-&#62;getRequestParameter('id');
with
$username = $this-&#62;getRequestParameter('rusername');
(see http://www.prototypejs.org/api/form/serialize)</description>
		<content:encoded><![CDATA[<p>you should think about using<br />
&#8216;with&#8217; =&gt; &#8220;$(&#8217;rusername&#8217;).serialize()&#8221;<br />
instead of<br />
&#8216;with&#8217; =&gt; &#8220;&#8216;id=&#8217;+$(&#8217;rusername&#8217;).value&#8221;</p>
<p>when  $(&#8217;rusername&#8217;).value contains ampersand it can be misleading because in action you receive only part of value typed in input_tag</p>
<p>ps. of course in action you should replace<br />
$username = $this-&gt;getRequestParameter(&#8217;id&#8217;);<br />
with<br />
$username = $this-&gt;getRequestParameter(&#8217;rusername&#8217;);<br />
(see <a href="http://www.prototypejs.org/api/form/serialize" rel="nofollow">http://www.prototypejs.org/api/form/serialize</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tschellenbach</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-210</link>
		<dc:creator>tschellenbach</dc:creator>
		<pubDate>Fri, 05 Oct 2007 17:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-210</guid>
		<description>I am actually not fully sure how the propel internals work.

Could you blog an explanation?</description>
		<content:encoded><![CDATA[<p>I am actually not fully sure how the propel internals work.</p>
<p>Could you blog an explanation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-209</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 05 Oct 2007 16:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/05/ajax-for-unique-usernames/#comment-209</guid>
		<description>Hi, nice!! Very simple to use. I was wondering if its possible to use sfPropelUniqueValidator as already checks for primary keys on request params ?
Cheers L</description>
		<content:encoded><![CDATA[<p>Hi, nice!! Very simple to use. I was wondering if its possible to use sfPropelUniqueValidator as already checks for primary keys on request params ?<br />
Cheers L</p>
]]></content:encoded>
	</item>
</channel>
</rss>
