<?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>Komentarze do: QR Code from hCard using Sumo! parser and Google Chart API</title>
	<atom:link href="http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api</link>
	<description>&#039;Cause JavaScript is easy :)</description>
	<lastBuildDate>Thu, 02 Sep 2010 09:01:31 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Autor: Nathan Waters</title>
		<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/comment-page-1/#comment-94</link>
		<dc:creator>Nathan Waters</dc:creator>
		<pubDate>Thu, 02 Sep 2010 09:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=354#comment-94</guid>
		<description>Thanks dude!</description>
		<content:encoded><![CDATA[<p>Thanks dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: keemor</title>
		<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/comment-page-1/#comment-93</link>
		<dc:creator>keemor</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=354#comment-93</guid>
		<description>Add method like this and use it instead insertAfter

insertBefore: function(context, element) {
    if (!element.parentNode) return;
    element.parentNode.appendChild(context);
},</description>
		<content:encoded><![CDATA[<p>Add method like this and use it instead insertAfter</p>
<p>insertBefore: function(context, element) {<br />
    if (!element.parentNode) return;<br />
    element.parentNode.appendChild(context);<br />
},</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Nathan Waters</title>
		<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/comment-page-1/#comment-92</link>
		<dc:creator>Nathan Waters</dc:creator>
		<pubDate>Thu, 02 Sep 2010 06:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=354#comment-92</guid>
		<description>Yeah sorry to be a bother, but how would I have the QR code inserted before the hCard?</description>
		<content:encoded><![CDATA[<p>Yeah sorry to be a bother, but how would I have the QR code inserted before the hCard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Nathan Waters</title>
		<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/comment-page-1/#comment-91</link>
		<dc:creator>Nathan Waters</dc:creator>
		<pubDate>Wed, 01 Sep 2010 11:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=354#comment-91</guid>
		<description>Ah ok :)

I&#039;m not sure I&#039;m getting the change from insertAfter to insertBefore working correctly. Floating to the right, but still below the hCard data.</description>
		<content:encoded><![CDATA[<p>Ah ok <img src='http://keemor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m not sure I&#8217;m getting the change from insertAfter to insertBefore working correctly. Floating to the right, but still below the hCard data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: keemor</title>
		<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/comment-page-1/#comment-90</link>
		<dc:creator>keemor</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=354#comment-90</guid>
		<description>Hi,

Proper syntax is:

qrImg.style.cssFloat = &#039;right&#039;;

http://www.w3schools.com/css/pr_class_float.asp</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Proper syntax is:</p>
<p>qrImg.style.cssFloat = &#8216;right&#8217;;</p>
<p><a href="http://www.w3schools.com/css/pr_class_float.asp" rel="nofollow">http://www.w3schools.com/css/pr_class_float.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Nathan Waters</title>
		<link>http://keemor.com/lang/pl-pl/2010/03/18/qr-code-from-hcard-using-sumo-parser-and-google-chart-api/comment-page-1/#comment-89</link>
		<dc:creator>Nathan Waters</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=354#comment-89</guid>
		<description>Very cool!

How would I have the QR code insert before the hcard and float to the right?

So far I&#039;ve got:

qrImg.style.float=&quot;right&quot;;			person.parentElement.insertBefore(qrImg,self);

But that isn&#039;t right :(</description>
		<content:encoded><![CDATA[<p>Very cool!</p>
<p>How would I have the QR code insert before the hcard and float to the right?</p>
<p>So far I&#8217;ve got:</p>
<p>qrImg.style.float=&#8221;right&#8221;;			person.parentElement.insertBefore(qrImg,self);</p>
<p>But that isn&#8217;t right <img src='http://keemor.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

