<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Normalize Their Names In A Web-Form</title>
	<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/</link>
	<description>i Code to help you profit!</description>
	<pubDate>Tue,  6 Jan 2009 03:52:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: erzwodezwo</title>
		<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-277</link>
		<pubDate>Sun, 27 Jul 2008 11:45:35 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-277</guid>
					<description>Hello Michel! You cannot imagine how long I was searching for something like this. Thank You so much!!</description>
		<content:encoded><![CDATA[<p>Hello Michel! You cannot imagine how long I was searching for something like this. Thank You so much!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: barney</title>
		<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-111</link>
		<pubDate>Fri, 09 Feb 2007 23:01:11 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-111</guid>
					<description>Michel,
There is a problem here.  Mind you, it is not a towering problem ... except, perhaps, to those that it affects .

My name is barney ... it is not Barney, it is barney.  There are personal, emotional reasons for the lower-case spelling.  I don't intend to go into them.  But they are significant _to me_.

Couple of years ago I was on a developer's list, WDVL, I believe it was.  There was another member, a young lady, name of Tyme, with a name problem.  Her problem was a single name.  She had legally altered her name to the single word, Tyme.

Most entry forms insisted that she have two names at a minimum, a first and a last.  She didn't.  So the form effectively forced her to lie in order for her to complete the form.  That's not relevant to the normalization script, but it is part of the same problem.

When you normalize my name, you are no longer speaking to me.  Barney is another living person.  But Barney is not me, barney is me.  It may seem insignificant to you, but when you change the way I spell my name, you disrespect me.  I resent it.  I may walk away because of it.  And you lose the sale.

I understand the need for standardization internally, perhaps for database searches, perhaps for other reasons.  But even if you do use some normalized form of my name for your own purposes, store and address me by the name I gave you.  If I have a single name, don't force me to provide _what you consider to be_ a name.  Use the one I give you, as I give it to you.  Believe me, I'll notice that you do so ... and it will have an impact upon my decision whether to buy from you.

(Side issue, but related:  I have no title.  I did not inherit a title; I have not been awarded a title.  Don't force me to use one if I do not provide one:  I am not Mr. Ms. Mrs., or Miss.  If you want to know my gender or marital state, ask ... but give me the option of refusing to answer.

Bottom line, normalize all you want for your internal usage, but *don't* normalize *me*!</description>
		<content:encoded><![CDATA[<p>Michel,<br />
There is a problem here.  Mind you, it is not a towering problem &#8230; except, perhaps, to those that it affects .</p>
<p>My name is barney &#8230; it is not Barney, it is barney.  There are personal, emotional reasons for the lower-case spelling.  I don&#8217;t intend to go into them.  But they are significant _to me_.</p>
<p>Couple of years ago I was on a developer&#8217;s list, WDVL, I believe it was.  There was another member, a young lady, name of Tyme, with a name problem.  Her problem was a single name.  She had legally altered her name to the single word, Tyme.</p>
<p>Most entry forms insisted that she have two names at a minimum, a first and a last.  She didn&#8217;t.  So the form effectively forced her to lie in order for her to complete the form.  That&#8217;s not relevant to the normalization script, but it is part of the same problem.</p>
<p>When you normalize my name, you are no longer speaking to me.  Barney is another living person.  But Barney is not me, barney is me.  It may seem insignificant to you, but when you change the way I spell my name, you disrespect me.  I resent it.  I may walk away because of it.  And you lose the sale.</p>
<p>I understand the need for standardization internally, perhaps for database searches, perhaps for other reasons.  But even if you do use some normalized form of my name for your own purposes, store and address me by the name I gave you.  If I have a single name, don&#8217;t force me to provide _what you consider to be_ a name.  Use the one I give you, as I give it to you.  Believe me, I&#8217;ll notice that you do so &#8230; and it will have an impact upon my decision whether to buy from you.</p>
<p>(Side issue, but related:  I have no title.  I did not inherit a title; I have not been awarded a title.  Don&#8217;t force me to use one if I do not provide one:  I am not Mr. Ms. Mrs., or Miss.  If you want to know my gender or marital state, ask &#8230; but give me the option of refusing to answer.</p>
<p>Bottom line, normalize all you want for your internal usage, but *don&#8217;t* normalize *me*!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-97</link>
		<pubDate>Thu, 28 Dec 2006 07:10:43 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-97</guid>
					<description>&lt;blockquote&gt;The only thing that would be better is if you could show how to:
 
Make the normalization script &quot;automatic&quot; rather than by having to click on a button (I'm not sure what the function might be to do this... maybe onBlur?... not sure).
 
This way you could have both the normalize script and personalize script work together
&lt;div align=&quot;right&quot;&gt;Steve&lt;/div&gt;
&lt;/blockquote&gt;
Hi Steve,

You're right, you can use &lt;code&gt;onBlur&lt;/code&gt; event with &lt;code&gt;input&lt;/code&gt;-tag. Use &lt;code&gt;this.form&lt;/code&gt; as the first parameter instead of &lt;code&gt;this&lt;/code&gt;.

&lt;div style=&quot;border: 1px dashed silver; padding: 1ex;&quot;&gt;&lt;code&gt;...
&amp;#60;form action=&amp;#34;...&amp;#34; method=&amp;#34;post&amp;#34;
onsubmit=&amp;#34;normalizeNames(this,'first_name','last_name')&amp;#34;&amp;#62;
First Name: &amp;#60;input name=&lt;span style=&quot;color: red;&quot;&gt;&amp;#34;first_name&amp;#34;&lt;/span&gt;
&amp;#160;&lt;span style=&quot;color: blue;&quot;&gt;onBlur&lt;/span&gt;=&amp;#34;&lt;span style=&quot;color: brown;&quot;&gt;normalizeNames&lt;/span&gt;(&lt;span style=&quot;color: blue;&quot;&gt;this.form&lt;/span&gt;,&lt;span style=&quot;color: red;&quot;&gt;'first_name'&lt;/span&gt;)&amp;#34; &amp;#62;
Last Name: &amp;#60;input name=&lt;span style=&quot;color: red;&quot;&gt;&amp;#34;last_name&amp;#34;&lt;/span&gt;
&amp;#160;&lt;span style=&quot;color: blue;&quot;&gt;onBlur&lt;/span&gt;=&amp;#34;&lt;span style=&quot;color: brown;&quot;&gt;normalizeNames&lt;/span&gt;(&lt;span style=&quot;color: blue;&quot;&gt;this.form&lt;/span&gt;,&lt;span style=&quot;color: red;&quot;&gt;'last_name'&lt;/span&gt;)&amp;#34; &amp;#62;
Email: &amp;#60;input name=&amp;#34;email&amp;#34; &amp;#62;
...
&amp;#60;/form&amp;#62;
...&lt;/code&gt;&lt;/div&gt;

I hope this helps.
Michel</description>
		<content:encoded><![CDATA[<blockquote><p>The only thing that would be better is if you could show how to:</p>
<p>Make the normalization script &#8220;automatic&#8221; rather than by having to click on a button (I&#8217;m not sure what the function might be to do this&#8230; maybe onBlur?&#8230; not sure).</p>
<p>This way you could have both the normalize script and personalize script work together</p>
<div align="right">Steve</div>
</blockquote>
<p>Hi Steve,</p>
<p>You&#8217;re right, you can use <code>onBlur</code> event with <code>input</code>-tag. Use <code>this.form</code> as the first parameter instead of <code>this</code>.</p>
<div style="border: 1px dashed silver; padding: 1ex;"><code>...<br />
&lt;form action=&quot;...&quot; method=&quot;post&quot;<br />
onsubmit=&quot;normalizeNames(this,'first_name','last_name')&quot;&gt;<br />
First Name: &lt;input name=<span style="color: red;">&quot;first_name&quot;</span><br />
&nbsp;<span style="color: blue;">onBlur</span>=&quot;<span style="color: brown;">normalizeNames</span>(<span style="color: blue;">this.form</span>,<span style="color: red;">'first_name'</span>)&quot; &gt;<br />
Last Name: &lt;input name=<span style="color: red;">&quot;last_name&quot;</span><br />
&nbsp;<span style="color: blue;">onBlur</span>=&quot;<span style="color: brown;">normalizeNames</span>(<span style="color: blue;">this.form</span>,<span style="color: red;">'last_name'</span>)&quot; &gt;<br />
Email: &lt;input name=&quot;email&quot; &gt;<br />
...<br />
&lt;/form&gt;<br />
...</code></div>
<p>I hope this helps.<br />
Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Any experts on website forms? - Copywriters Board</title>
		<link>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-96</link>
		<pubDate>Wed, 27 Dec 2006 22:57:44 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/11/10/normalize-names-in-web-forms/#comment-96</guid>
					<description>[...] Re: Any experts on website forms? -    Today, 06:57 PM         Thanks for the link Judy...  and thanks again Michel.  I actually did some digging around and found a great JavaScript that corrects this problem as soon as you enter information on a form.  Here's a link to it... he also has a personalization script in there as well if you dig around his website... some great stuff!  Really ironic... the guy's name is Michel too (the second person I've ever seen with their name spelled this way).         Warm regards,  Stephen Davies  http://copywritersinstitute.com Unlock The Power Of Persuasion Within You! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Re: Any experts on website forms? -    Today, 06:57 PM         Thanks for the link Judy&#8230;  and thanks again Michel.  I actually did some digging around and found a great JavaScript that corrects this problem as soon as you enter information on a form.  Here&#8217;s a link to it&#8230; he also has a personalization script in there as well if you dig around his website&#8230; some great stuff!  Really ironic&#8230; the guy&#8217;s name is Michel too (the second person I&#8217;ve ever seen with their name spelled this way).         Warm regards,  Stephen Davies  <a href='http://copywritersinstitute.com' rel='nofollow'>http://copywritersinstitute.com</a> Unlock The Power Of Persuasion Within You! [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
