<?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: Remove bottlenecks and optimize the web with Javascript</title>
	<atom:link href="http://brill.no/remove-bottlenecks-and-optimize-the-web-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://brill.no/remove-bottlenecks-and-optimize-the-web-with-javascript/</link>
	<description>Java and agile development</description>
	<lastBuildDate>Wed, 28 Apr 2010 15:16:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alexander</title>
		<link>http://brill.no/remove-bottlenecks-and-optimize-the-web-with-javascript/comment-page-1/#comment-3280</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sun, 23 Aug 2009 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://brill.no/?p=46#comment-3280</guid>
		<description>Thanks, I have updated my post.</description>
		<content:encoded><![CDATA[<p>Thanks, I have updated my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://brill.no/remove-bottlenecks-and-optimize-the-web-with-javascript/comment-page-1/#comment-2948</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Sat, 01 Aug 2009 15:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://brill.no/?p=46#comment-2948</guid>
		<description>the first script should be:
function getImage() {
    div = document.getElementById(&quot;some_image&quot;);

    img = document.createElement(&quot;img&quot;);
    img.setAttribute(&quot;src&quot;, &quot;http://some.remote.host.com/image.jpg&quot;);
    img.setAttribute(&quot;alt&quot;, &quot;alt text&quot;);

    div.appendChild(img);
}</description>
		<content:encoded><![CDATA[<p>the first script should be:<br />
function getImage() {<br />
    div = document.getElementById(&#8220;some_image&#8221;);</p>
<p>    img = document.createElement(&#8220;img&#8221;);<br />
    img.setAttribute(&#8220;src&#8221;, &#8220;http://some.remote.host.com/image.jpg&#8221;);<br />
    img.setAttribute(&#8220;alt&#8221;, &#8220;alt text&#8221;);</p>
<p>    div.appendChild(img);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

