<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>antoniolorusso.com &#187; Javascript</title>
	<atom:link href="http://antoniolorusso.com/category/development/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://antoniolorusso.com</link>
	<description>About me and what I do :)</description>
	<lastBuildDate>Mon, 21 Jun 2010 22:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Website Optimiser and the bugged Techie Guide</title>
		<link>http://antoniolorusso.com/2010/03/31/google-website-optimiser-and-the-bugged-techie-guide/</link>
		<comments>http://antoniolorusso.com/2010/03/31/google-website-optimiser-and-the-bugged-techie-guide/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 09:00:21 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[Altro]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[content-variation]]></category>
		<category><![CDATA[content_variation]]></category>
		<category><![CDATA[GWO]]></category>
		<category><![CDATA[techie guide]]></category>
		<category><![CDATA[Web Optimiser]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2010/03/31/google-website-optimiser-and-the-bugged-techie-guide/</guid>
		<description><![CDATA[I spent hours yesterday to implement the GWO that, instead, should take literally minutes!You want to know why? The bugged Techie Guide!!! On page 19, the script is completely wrong and drove me mad: variation-content should be variation_content and document.write(“&#60;/nosc” + “ript&#62;”) should be document.write(“&#60;nosc” + “ript&#62;”); So, here is he complete correct script:&#60;script&#62;var v [...]]]></description>
			<content:encoded><![CDATA[<p>I spent hours yesterday to implement the GWO that, instead, should take literally minutes!<br />You want to know why? The bugged <a target="_blank" href="http://www.google.com/en//websiteoptimizer/techieguide.pdf">Techie Guide</a>!!!</p>
<p>On page 19, the script is completely wrong and drove me mad: variation-content should be <b>variation_content</b> and document.write(“&lt;/nosc” + “ript&gt;”) should be <b>document.write(“&lt;nosc” + “ript&gt;”)</b>;</p>
<p>So, here is he complete correct script:<br /><code>&lt;script&gt;<br />var v = utmx(‘variation_content’, ‘Section1’);<br />if (v) {<br />document.write(<br />v.replace(“%%product_name%%”, “&lt;? print $product_name ?&gt;”).<br />replace(“%%product_price%%”, “&lt;? print $product_price ?&gt;”).<br />replace(“%%product_id%%”, “&lt;? print $product_id ?&gt;”));<br />document.write(“&lt;nosc” + “ript&gt;”);<br />}<br />&lt;/script&gt;<br />&lt;ul&gt;<br />&lt;li&gt;Product name: &lt;? print $product_name ?&gt;<br />&lt;li&gt;Product price: &lt;? print $product_price ?&gt;<br />&lt;li&gt;&lt;a href=’buy.php?prod-id=&lt;? print $product_id ?&gt;’&gt;<br />Buy Now&lt;/a&gt;<br />&lt;/ul&gt;<br />&lt;/noscript&gt;<br /></code><br />Adapt it to your code and be happy!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2010/03/31/google-website-optimiser-and-the-bugged-techie-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>validation easy with jQuery and ValidationAide</title>
		<link>http://antoniolorusso.com/2007/07/16/validation-easy-with-jquery-and-validationaide/</link>
		<comments>http://antoniolorusso.com/2007/07/16/validation-easy-with-jquery-and-validationaide/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 15:04:44 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2007/07/16/validation-easy-with-jquery-and-validationaide/</guid>
		<description><![CDATA[These days I had to quickly implement some tedious forms for a friend and I needed a quick way to validati them with jQuery so &#8230; I&#8217;ve found this useful library: validationAide Give it a try!]]></description>
			<content:encoded><![CDATA[<p>These days I had to quickly implement some tedious forms for a friend and I needed a quick way to validati them with jQuery so &#8230; I&#8217;ve found this useful library: <a href="http://dnaide.blogspot.com/2007/05/validationaide-easy-as-client-side-form.html">validationAide</a></p>
<p>Give it a try!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2007/07/16/validation-easy-with-jquery-and-validationaide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
