<?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: ff javascript library</title>
	<atom:link href="http://fforw.de/post/ff-javascript-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://fforw.de/post/ff-javascript-library/</link>
	<description>skip the boring parts</description>
	<lastBuildDate>Thu, 26 Jan 2012 15:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: fforw</title>
		<link>http://fforw.de/post/ff-javascript-library/comment-page-1/#comment-306</link>
		<dc:creator>fforw</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.willie/?p=20#comment-306</guid>
		<description>easiest way is to globally initialize the dom builder and then do add an image via the created tag functions



&lt;blockquote&gt;// make sure page is loaded
ff.event.onload( function()
{
    // call this once per page it creates all tag functions as 
    // global uppercase functions
    ff.dom.init(window);
    // create an IMG with &quot;test.gif&quot; as src and immediately 
    // add it to the document
    document.body.appendChild(IMG({&quot;src&quot;:&quot;test.gif&quot;}));
});&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>easiest way is to globally initialize the dom builder and then do add an image via the created tag functions</p>
<blockquote><p>// make sure page is loaded<br />
ff.event.onload( function()<br />
{<br />
    // call this once per page it creates all tag functions as<br />
    // global uppercase functions<br />
    ff.dom.init(window);<br />
    // create an IMG with &#8220;test.gif&#8221; as src and immediately<br />
    // add it to the document<br />
    document.body.appendChild(IMG({&#8220;src&#8221;:&#8221;test.gif&#8221;}));<br />
});</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhuts</title>
		<link>http://fforw.de/post/ff-javascript-library/comment-page-1/#comment-302</link>
		<dc:creator>madhuts</dc:creator>
		<pubDate>Sun, 18 Oct 2009 00:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.willie/?p=20#comment-302</guid>
		<description>Hi,

I tried to add image but I don&#039;t know how to do this
Can anyone be kind to tell me how?

thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to add image but I don&#8217;t know how to do this<br />
Can anyone be kind to tell me how?</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

