<?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 on: Optimize Form Length with Input Analysis</title>
	<atom:link href="http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/</link>
	<description>Ambient and Transparent</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Samantha LeVan</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-6304</link>
		<dc:creator>Samantha LeVan</dc:creator>
		<pubDate>Thu, 20 Oct 2011 14:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-6304</guid>
		<description>I love the idea of seeing how many forms fields were &quot;visited&quot; compared to completed but web analytics may tell you what people do but they don&#039;t tell you why. Certainly we can hypothesize that people are seeing it and may not find it important, don&#039;t believe it&#039;s necessary, or just don&#039;t care, but based on the form layout, I&#039;d guess that people are tabbing into the comments field but not really noticing it.

Some quick usability testing with 4-6 representative users would provide the feedback you need to know the &quot;why&quot; part of this problem. This isn&#039;t a form with too many fields (five is fairly routine). It&#039;s a form with a workflow that doesn&#039;t match a user&#039;s mental model.

I realize this post is very old, but would love to see some examples with different form layouts and with more than five fields, particularly those that gather market research data with demographic questions. This could be a very cool experiment!</description>
		<content:encoded><![CDATA[<p>I love the idea of seeing how many forms fields were &#8220;visited&#8221; compared to completed but web analytics may tell you what people do but they don&#8217;t tell you why. Certainly we can hypothesize that people are seeing it and may not find it important, don&#8217;t believe it&#8217;s necessary, or just don&#8217;t care, but based on the form layout, I&#8217;d guess that people are tabbing into the comments field but not really noticing it.</p>
<p>Some quick usability testing with 4-6 representative users would provide the feedback you need to know the &#8220;why&#8221; part of this problem. This isn&#8217;t a form with too many fields (five is fairly routine). It&#8217;s a form with a workflow that doesn&#8217;t match a user&#8217;s mental model.</p>
<p>I realize this post is very old, but would love to see some examples with different form layouts and with more than five fields, particularly those that gather market research data with demographic questions. This could be a very cool experiment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Analytics (Parte 2) Aplicativos, plugins e extensões &#124; BLOG SAMIRDESIGN</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-5804</link>
		<dc:creator>Google Analytics (Parte 2) Aplicativos, plugins e extensões &#124; BLOG SAMIRDESIGN</dc:creator>
		<pubDate>Mon, 02 May 2011 07:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-5804</guid>
		<description>[...] Formulário para otimizar as entradaa de análise Um artigo onde mostra como criar dados disponíveis para os tomadores de decisão e otimizadores web para que eles sejam capazes de fazer as mudanças necessárias. [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] Formulário para otimizar as entradaa de análise Um artigo onde mostra como criar dados disponíveis para os tomadores de decisão e otimizadores web para que eles sejam capazes de fazer as mudanças necessárias. [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Contact Us Form &#124; AllGraphicsOnline.com</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-5740</link>
		<dc:creator>Contact Us Form &#124; AllGraphicsOnline.com</dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-5740</guid>
		<description>[...] Go to the new Contact Us e-nor.com [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] Go to the new Contact Us e-nor.com [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allaedin Ezzedin</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-5649</link>
		<dc:creator>Allaedin Ezzedin</dc:creator>
		<pubDate>Tue, 11 Jan 2011 21:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-5649</guid>
		<description>Hi JJ,

Welcome to the Analytics world. The code in the post will not work for the new Asynchronous code. I will update the post with the new syntax, but now for your reference, here is the new code you should use:

function validate()
{
isEntered(document.getElementById(&#039;name&#039;),&#039;name&#039;);
isEntered(document.getElementById(&#039;email&#039;),&#039;email&#039;);
isEntered(document.getElementById(&#039;phone&#039;),&#039;phone&#039;);
isEntered(document.getElementById(&#039;company&#039;),&#039;company&#039;);
isEntered(document.getElementById(&#039;comments&#039;),&#039;comments&#039;);

frm.action=&#039;/thankyou.aspx?src=contact_us.htm&#039;;
}

function isEntered(el, field_name)
{
     if((el.value==&quot;&quot;) &#124;&#124; (el.value==null))
     {
	 _gaq.push([&#039;_trackPageview&#039;, &#039;/contact_us.htm/empty/&#039;+field_name]);
     }

     else
     {
     return false;
     }
}</description>
		<content:encoded><![CDATA[<p>Hi JJ,</p>
<p>Welcome to the Analytics world. The code in the post will not work for the new Asynchronous code. I will update the post with the new syntax, but now for your reference, here is the new code you should use:</p>
<p>function validate()<br />
{<br />
isEntered(document.getElementById(&#8216;name&#8217;),&#8217;name&#8217;);<br />
isEntered(document.getElementById(&#8216;email&#8217;),&#8217;email&#8217;);<br />
isEntered(document.getElementById(&#8216;phone&#8217;),&#8217;phone&#8217;);<br />
isEntered(document.getElementById(&#8216;company&#8217;),&#8217;company&#8217;);<br />
isEntered(document.getElementById(&#8216;comments&#8217;),&#8217;comments&#8217;);</p>
<p>frm.action=&#8217;/thankyou.aspx?src=contact_us.htm&#8217;;<br />
}</p>
<p>function isEntered(el, field_name)<br />
{<br />
     if((el.value==&#8221;") || (el.value==null))<br />
     {<br />
	 _gaq.push(['_trackPageview', '/contact_us.htm/empty/'+field_name]);<br />
     }</p>
<p>     else<br />
     {<br />
     return false;<br />
     }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-5648</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Tue, 11 Jan 2011 20:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-5648</guid>
		<description>Will this work with the newest Google Analytic code? I am beginner and just want to make this work without changing anything.</description>
		<content:encoded><![CDATA[<p>Will this work with the newest Google Analytic code? I am beginner and just want to make this work without changing anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-5122</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Thu, 26 Aug 2010 18:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-5122</guid>
		<description>Never knew that this was possible with Google Analytics. Thanks for this and I will add it to find more data to crunch :)</description>
		<content:encoded><![CDATA[<p>Never knew that this was possible with Google Analytics. Thanks for this and I will add it to find more data to crunch <img src='http://www.e-nor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lengte</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2970</link>
		<dc:creator>lengte</dc:creator>
		<pubDate>Mon, 22 Mar 2010 21:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2970</guid>
		<description>[...] for null object reference to prevent NullReferenceException when it comes to objects but in ...Optimize Form Length with Input Analysis E-Nor Blog ...Many people, including myself, don&#039;t enjoy filling out forms. Forms are usually long, unclear, and [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] for null object reference to prevent NullReferenceException when it comes to objects but in &#8230;Optimize Form Length with Input Analysis E-Nor Blog &#8230;Many people, including myself, don&#39;t enjoy filling out forms. Forms are usually long, unclear, and [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Guide to Google Analytics and Useful Tools &#124; Astagram Studios- A Creative Studio- Official Blog</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2968</link>
		<dc:creator>A Guide to Google Analytics and Useful Tools &#124; Astagram Studios- A Creative Studio- Official Blog</dc:creator>
		<pubDate>Sat, 20 Mar 2010 16:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2968</guid>
		<description>[...] Optimize Form Length with Input Analysis In this post, I will share with you E-Nor’s technique in determining the forms fields that people are most likely not to complete. I will show you how to make this data available to decision makers and web optimizers so they are able to make the necessary changes. [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] Optimize Form Length with Input Analysis In this post, I will share with you E-Nor’s technique in determining the forms fields that people are most likely not to complete. I will show you how to make this data available to decision makers and web optimizers so they are able to make the necessary changes. [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: watch dexter online</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2951</link>
		<dc:creator>watch dexter online</dc:creator>
		<pubDate>Sat, 06 Mar 2010 10:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2951</guid>
		<description>great tips for it..i&#039;ll try to put in on my blog</description>
		<content:encoded><![CDATA[<p>great tips for it..i&#8217;ll try to put in on my blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Guide to Google Analytics and Useful Tools &#124; WebsGeek</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2948</link>
		<dc:creator>A Guide to Google Analytics and Useful Tools &#124; WebsGeek</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2948</guid>
		<description>[...] Optimize Form Length with Input Analysis In this post, I will share with you E-Nor’s technique in determining the forms fields that people are most likely not to complete. I will show you how to make this data available to decision makers and web optimizers so they are able to make the necessary changes. [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] Optimize Form Length with Input Analysis In this post, I will share with you E-Nor’s technique in determining the forms fields that people are most likely not to complete. I will show you how to make this data available to decision makers and web optimizers so they are able to make the necessary changes. [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use JavaScript and Google Analytics to Optimize Your Forms &#124; JavaProNews</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2940</link>
		<dc:creator>Use JavaScript and Google Analytics to Optimize Your Forms &#124; JavaProNews</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2940</guid>
		<description>[...] Ezzedin over at the Ambient/Transparent blog wrote an excellent post yesterday in which he explains how to use JavaScript and Google Analytics [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] Ezzedin over at the Ambient/Transparent blog wrote an excellent post yesterday in which he explains how to use JavaScript and Google Analytics [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloggers Digest &#8211; 8/15/08 &#171; Get Elastic</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2917</link>
		<dc:creator>Bloggers Digest &#8211; 8/15/08 &#171; Get Elastic</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2917</guid>
		<description>[...] love Google Analytics hacks, and Allaedin Ezzedin from E-nor.com posted a great tutorial on how to track user interaction with forms. Via Web Analytics [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #E4F2FD !important;">
<p>[...] love Google Analytics hacks, and Allaedin Ezzedin from E-nor.com posted a great tutorial on how to track user interaction with forms. Via Web Analytics [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allaedin Ezzedin</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2581</link>
		<dc:creator>Allaedin Ezzedin</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2581</guid>
		<description>Hi Brian,

Many thanks for the feedback… Yes, you are right about the funnel...my solution is not perfect yet but we will keep improving it over time. :) 

See you on Tuesday at the summit :)</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Many thanks for the feedback… Yes, you are right about the funnel&#8230;my solution is not perfect yet but we will keep improving it over time. <img src='http://www.e-nor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>See you on Tuesday at the summit <img src='http://www.e-nor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2580</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Sun, 09 Nov 2008 14:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2580</guid>
		<description>Hey Allaedin - Nice blog post, very clearly explained and a more object orientated approach than the one I describe in the book.

My slight (and it is only slight) reservation is that this method doesn&#039;t allow you to define the pv data as a funnel, which is a very powerful form of analysis for forms.

Best regards, Brian</description>
		<content:encoded><![CDATA[<p>Hey Allaedin &#8211; Nice blog post, very clearly explained and a more object orientated approach than the one I describe in the book.</p>
<p>My slight (and it is only slight) reservation is that this method doesn&#8217;t allow you to define the pv data as a funnel, which is a very powerful form of analysis for forms.</p>
<p>Best regards, Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allaedin Ezzedin</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2574</link>
		<dc:creator>Allaedin Ezzedin</dc:creator>
		<pubDate>Mon, 27 Oct 2008 22:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2574</guid>
		<description>Hi SEO South Africa,

Yes the website developers will have to make modifications to the form&#039;s code. This might require some work but the end results are definitely worth it.</description>
		<content:encoded><![CDATA[<p>Hi SEO South Africa,</p>
<p>Yes the website developers will have to make modifications to the form&#8217;s code. This might require some work but the end results are definitely worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO South Africa</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2571</link>
		<dc:creator>SEO South Africa</dc:creator>
		<pubDate>Sat, 25 Oct 2008 14:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2571</guid>
		<description>The technicalities of this are rather advanced, yet the final results are brilliant. Just to understand this correctly, we will still require that the developers of the website make modifications to the code in order for us to track the form or can I just insert the filters into Analytics.</description>
		<content:encoded><![CDATA[<p>The technicalities of this are rather advanced, yet the final results are brilliant. Just to understand this correctly, we will still require that the developers of the website make modifications to the code in order for us to track the form or can I just insert the filters into Analytics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rehan Asif</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2567</link>
		<dc:creator>Rehan Asif</dc:creator>
		<pubDate>Thu, 16 Oct 2008 23:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2567</guid>
		<description>Hi Bart,

That is a good idea and smart application of the object-oriented event tracker.

I think the basic concept is the same and the exact code that is in the isEntered() function would have to change to follow examples of event tracking.</description>
		<content:encoded><![CDATA[<p>Hi Bart,</p>
<p>That is a good idea and smart application of the object-oriented event tracker.</p>
<p>I think the basic concept is the same and the exact code that is in the isEntered() function would have to change to follow examples of event tracking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Myers</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2566</link>
		<dc:creator>Bart Myers</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2566</guid>
		<description>Great post!

Can you use GA&#039;s new(ish) event tracking features in lieu of the page tracker?</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>Can you use GA&#8217;s new(ish) event tracking features in lieu of the page tracker?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rehan Asif</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2561</link>
		<dc:creator>Rehan Asif</dc:creator>
		<pubDate>Mon, 06 Oct 2008 14:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2561</guid>
		<description>Yes, you are right about the total number of form submissions being the number of pageviews for the thank you page.

29% of those who filled in the form also filled the comments field.
You can also consider this number: (63/278) * 100 = 22%.
22% of the times that the page was viewed, the comments field was also filled.

Sorry, it isn&#039;t possible to get GA to do this automatically for you today.
But GA keeps getting better every few months, so who knows, maybe this feature will be available in the near future!</description>
		<content:encoded><![CDATA[<p>Yes, you are right about the total number of form submissions being the number of pageviews for the thank you page.</p>
<p>29% of those who filled in the form also filled the comments field.<br />
You can also consider this number: (63/278) * 100 = 22%.<br />
22% of the times that the page was viewed, the comments field was also filled.</p>
<p>Sorry, it isn&#8217;t possible to get GA to do this automatically for you today.<br />
But GA keeps getting better every few months, so who knows, maybe this feature will be available in the near future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Boulton</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2558</link>
		<dc:creator>Adam Boulton</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2558</guid>
		<description>Hey great post,

Am I right in thinking that the total number of form submissions is the number of page views for the thank you page?

And to work out the percentage of comment field filled in you would do the following

217(total)-154(comment page views) =63

63/217*100 = 29%

So roughly 30% fill out the comment field, correct?

Anyway to get GA to calculate this automatically?</description>
		<content:encoded><![CDATA[<p>Hey great post,</p>
<p>Am I right in thinking that the total number of form submissions is the number of page views for the thank you page?</p>
<p>And to work out the percentage of comment field filled in you would do the following</p>
<p>217(total)-154(comment page views) =63</p>
<p>63/217*100 = 29%</p>
<p>So roughly 30% fill out the comment field, correct?</p>
<p>Anyway to get GA to calculate this automatically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEOLion</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2547</link>
		<dc:creator>SEOLion</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2547</guid>
		<description>Thanks for the explanation. In Omniture there is a plugin to do form analysis , but here it is an indirect procedure for form analysis. 
Nowadays everyone is expecting to be spoon-fed thats why they still go for Omniture and not the free Google Analytics ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation. In Omniture there is a plugin to do form analysis , but here it is an indirect procedure for form analysis.<br />
Nowadays everyone is expecting to be spoon-fed thats why they still go for Omniture and not the free Google Analytics <img src='http://www.e-nor.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep SV</title>
		<link>http://www.e-nor.com/blog/index.php/web-analytics/optimize-form-length-with-input-analysis/comment-page-1/#comment-2541</link>
		<dc:creator>Pradeep SV</dc:creator>
		<pubDate>Tue, 19 Aug 2008 10:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.e-nor.com/blog/?p=63#comment-2541</guid>
		<description>Great and good Info on optimizing form, &lt;a href=&quot;http://www.pradeepsv.com/blog/how-do-you-implement-measure-form-performance-and-conduct-form-analysis/&quot; rel=&quot;nofollow&quot;&gt;here is some additional info&lt;/a&gt; on Implementation and also the analysis and optimizing of forms</description>
		<content:encoded><![CDATA[<p>Great and good Info on optimizing form, <a href="http://www.pradeepsv.com/blog/how-do-you-implement-measure-form-performance-and-conduct-form-analysis/" rel="nofollow">here is some additional info</a> on Implementation and also the analysis and optimizing of forms</p>
]]></content:encoded>
	</item>
</channel>
</rss>

