<?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"
	>
<channel>
	<title>Comments on: DIY widgets - How to embed your site on another site</title>
	<atom:link href="http://drnicwilliams.com/2006/11/21/diy-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2006/11/21/diy-widgets/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 23:50:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: raza</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-82130</link>
		<dc:creator>raza</dc:creator>
		<pubDate>Wed, 16 Apr 2008 20:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-82130</guid>
		<description>Its really full of knowledge article and nice tricky tips to handle XSS, very handy post for me. thanks :)</description>
		<content:encoded><![CDATA[<p>Its really full of knowledge article and nice tricky tips to handle XSS, very handy post for me. thanks <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-79440</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Thu, 03 Apr 2008 11:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-79440</guid>
		<description>@monozub [&lt;a href='http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-78949' rel="nofollow"&gt;via&lt;/a&gt;] - heh, sorry to mislead you :) Thx for the extra wiki page.</description>
		<content:encoded><![CDATA[<p>@monozub [<a href='http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-78949' rel="nofollow">via</a>] - heh, sorry to mislead you <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thx for the extra wiki page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monozub</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-78949</link>
		<dc:creator>monozub</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-78949</guid>
		<description>Hey DrNic,

Dude, that was an awesome article (usually I get so much from your posts), that absolutely misled me. In reality it can be  done in a very simple way without getting away from rails's format and getting in to other technologies. I created a page on my wiki that shows u how to do they same thing using pure rails with js just for the presentation.

http://wiki.m001.net/technical/show/WidgetsAndRails</description>
		<content:encoded><![CDATA[<p>Hey DrNic,</p>
<p>Dude, that was an awesome article (usually I get so much from your posts), that absolutely misled me. In reality it can be  done in a very simple way without getting away from rails&#8217;s format and getting in to other technologies. I created a page on my wiki that shows u how to do they same thing using pure rails with js just for the presentation.</p>
<p><a href="http://wiki.m001.net/technical/show/WidgetsAndRails" rel="nofollow">http://wiki.m001.net/technical/show/WidgetsAndRails</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nnamdi okechukwu</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76453</link>
		<dc:creator>nnamdi okechukwu</dc:creator>
		<pubDate>Sun, 02 Mar 2008 18:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76453</guid>
		<description>i want to create a small adnetwork like google and I am looking @ doing it with this code, but I really dont know how to link to my php file which will create the file and publish the ad..........and also publish the data through the javascript you have above.....</description>
		<content:encoded><![CDATA[<p>i want to create a small adnetwork like google and I am looking @ doing it with this code, but I really dont know how to link to my php file which will create the file and publish the ad&#8230;&#8230;&#8230;.and also publish the data through the javascript you have above&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nnamdi okechukwu</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76451</link>
		<dc:creator>nnamdi okechukwu</dc:creator>
		<pubDate>Sun, 02 Mar 2008 18:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76451</guid>
		<description>I dont really get how to get dynamic data from a php script.... are u saying that 
 the CONTENT_URL can link to a php file, I thought it was only a javascript file that was linkable toooo

function requestContent( local ) {
    var script = document.createElement('script');
    script.src = CONTENT_URL;
    // IE7 doesn’t like this: document.body.appendChild(script);
    // Instead use:
    document.getElementsByTagName(’head’)[0].appendChild(script);
  }</description>
		<content:encoded><![CDATA[<p>I dont really get how to get dynamic data from a php script&#8230;. are u saying that<br />
 the CONTENT_URL can link to a php file, I thought it was only a javascript file that was linkable toooo</p>
<p>function requestContent( local ) {<br />
    var script = document.createElement(&#8217;script&#8217;);<br />
    script.src = CONTENT_URL;<br />
    // IE7 doesn’t like this: document.body.appendChild(script);<br />
    // Instead use:<br />
    document.getElementsByTagName(’head’)[0].appendChild(script);<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76313</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 01 Mar 2008 01:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76313</guid>
		<description>@Bill [&lt;a href='http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76308' rel="nofollow"&gt;via&lt;/a&gt;] - you'd need to rebuild the foreign site within the target site I think</description>
		<content:encoded><![CDATA[<p>@Bill [<a href='http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76308' rel="nofollow">via</a>] - you&#8217;d need to rebuild the foreign site within the target site I think</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76308</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 01 Mar 2008 00:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-76308</guid>
		<description>Dr. Nic—have you thought much about the other way 'round, i.e. embedding another site into my site. I'm looking at Dapper.net which does that. Is there a ready-made widget to do that browser-within-a-browser thing. Frames is out because I'd like my app to "see" into the embedded document. I'd at least like to see the location.href of the embedded doc so I could follow where the navigation goes.</description>
		<content:encoded><![CDATA[<p>Dr. Nic—have you thought much about the other way &#8217;round, i.e. embedding another site into my site. I&#8217;m looking at Dapper.net which does that. Is there a ready-made widget to do that browser-within-a-browser thing. Frames is out because I&#8217;d like my app to &#8220;see&#8221; into the embedded document. I&#8217;d at least like to see the location.href of the embedded doc so I could follow where the navigation goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-70322</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Mon, 31 Dec 2007 20:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-70322</guid>
		<description>Dr Nic, adsense use a pre indexed version of a page so google only need to serve a pre made iframe on demand, the scenario you suggest is different. here we can interact with the data and do everything ajax does on our own site through a widget/badge on a 3d site.

how does other widgets implement interactivity when embedded into 3d part sites? except flash and XSS isn't there another option?</description>
		<content:encoded><![CDATA[<p>Dr Nic, adsense use a pre indexed version of a page so google only need to serve a pre made iframe on demand, the scenario you suggest is different. here we can interact with the data and do everything ajax does on our own site through a widget/badge on a 3d site.</p>
<p>how does other widgets implement interactivity when embedded into 3d part sites? except flash and XSS isn&#8217;t there another option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: re Re - Phil&#8217;s gardens, walls and YASNs at art / culture / etc. Notes</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-50609</link>
		<dc:creator>re Re - Phil&#8217;s gardens, walls and YASNs at art / culture / etc. Notes</dc:creator>
		<pubDate>Tue, 23 Oct 2007 22:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-50609</guid>
		<description>[...] Wearing a practical hat for a while, maybe I should ask if you had a look/view/etc. regarding XSS @ all?? [...]</description>
		<content:encoded><![CDATA[<p>[...] Wearing a practical hat for a while, maybe I should ask if you had a look/view/etc. regarding XSS @ all?? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Higginbotham</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-44355</link>
		<dc:creator>Dean Higginbotham</dc:creator>
		<pubDate>Sat, 01 Sep 2007 02:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-44355</guid>
		<description>Dude, you rock. In like 2 minutes I bookmarked your blog. In your tagline: "Javascript makes Ajax" -- you know how many times I've heard people say they program //in// Ajax?

And then: "Wikipedia is for 15 year olds who are too lazy to research their own essays." So true.

Awesome.

...now to finish reading your article...</description>
		<content:encoded><![CDATA[<p>Dude, you rock. In like 2 minutes I bookmarked your blog. In your tagline: &#8220;Javascript makes Ajax&#8221; &#8212; you know how many times I&#8217;ve heard people say they program //in// Ajax?</p>
<p>And then: &#8220;Wikipedia is for 15 year olds who are too lazy to research their own essays.&#8221; So true.</p>
<p>Awesome.</p>
<p>&#8230;now to finish reading your article&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
