<?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: DIY widgets &#8211; 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>
	<lastBuildDate>Thu, 11 Mar 2010 13:29:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Creating embedabble widgets &#171; techfounder</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-194289</link>
		<dc:creator>Creating embedabble widgets &#171; techfounder</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-194289</guid>
		<description>[...] This technique is based on embedding a script &lt;tag&gt; on the host site that will refer to a script residing on your service. The script should then dynamically create the widget on the host site by manipulating the DOM and adding stylesheets and script tags as needed. Dr. Nic gives a nice overview of this technique in this detailed tutorial. [...]</description>
		<content:encoded><![CDATA[<p>[...] This technique is based on embedding a script &lt;tag&gt; on the host site that will refer to a script residing on your service. The script should then dynamically create the widget on the host site by manipulating the DOM and adding stylesheets and script tags as needed. Dr. Nic gives a nice overview of this technique in this detailed tutorial. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-184047</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 29 Jul 2009 09:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-184047</guid>
		<description>Hi,

This is a greatt post, and maybe i missed something, but you didn&#039;t explain about interaction. Just about &quot;dynamic data&quot;
If i want to insert a form in any web site by this technique. I will want to have a roundtrip to my server when user puts data in. 

Are there techniques to do that?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a greatt post, and maybe i missed something, but you didn&#8217;t explain about interaction. Just about &#8220;dynamic data&#8221;<br />
If i want to insert a form in any web site by this technique. I will want to have a roundtrip to my server when user puts data in. </p>
<p>Are there techniques to do that?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psychic Origami &#187; Blog Archive &#187; A Huffduffer Widget</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-163223</link>
		<dc:creator>Psychic Origami &#187; Blog Archive &#187; A Huffduffer Widget</dc:creator>
		<pubDate>Sun, 22 Mar 2009 17:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-163223</guid>
		<description>[...] like a good thing to have a go at. Most of the techniques are based on code from Dr Nic&#8217;s DIY widgets - How to embed your site on another site article. However I tried to add a few more features/constraints into the [...]</description>
		<content:encoded><![CDATA[<p>[...] like a good thing to have a go at. Most of the techniques are based on code from Dr Nic&#8217;s DIY widgets &#8211; How to embed your site on another site article. However I tried to add a few more features/constraints into the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forever Blogs &#187; Blog Archive &#187; Creating Embeddable Widgets for Websites</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-156142</link>
		<dc:creator>Forever Blogs &#187; Blog Archive &#187; Creating Embeddable Widgets for Websites</dc:creator>
		<pubDate>Wed, 11 Feb 2009 09:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-156142</guid>
		<description>[...] is a very detailed explanation of how JSON callback works at this website. Yahoo developer network also got an article on this [...]</description>
		<content:encoded><![CDATA[<p>[...] is a very detailed explanation of how JSON callback works at this website. Yahoo developer network also got an article on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-150543</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 13 Jan 2009 17:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-150543</guid>
		<description>This method looks great.

I am trying to make a widget that will be able to be put on any website. It simply will display text/link based on the current day.

So my content (day_list.js) needs has several entries...

Not sure the best way to handle this...
Say I have 100 entries and it&#039;s on the 56th day. So the widget displays the 56th item but the user also needs to be able to scroll through the list of days...

Is this possible using this method?

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>This method looks great.</p>
<p>I am trying to make a widget that will be able to be put on any website. It simply will display text/link based on the current day.</p>
<p>So my content (day_list.js) needs has several entries&#8230;</p>
<p>Not sure the best way to handle this&#8230;<br />
Say I have 100 entries and it&#8217;s on the 56th day. So the widget displays the 56th item but the user also needs to be able to scroll through the list of days&#8230;</p>
<p>Is this possible using this method?</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Injection/XSS Cheat Sheet &#124; 鬼仔's Blog</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-137741</link>
		<dc:creator>SQL Injection/XSS Cheat Sheet &#124; 鬼仔's Blog</dc:creator>
		<pubDate>Sat, 08 Nov 2008 14:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-137741</guid>
		<description>[...] DIY widgets - How to embed your site on another site [...]</description>
		<content:encoded><![CDATA[<p>[...] DIY widgets &#8211; How to embed your site on another site [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whoila Blog &#187; Blog Archive &#187; How to build a javscript widget and embed content from your site on another using Javascript</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-137522</link>
		<dc:creator>Whoila Blog &#187; Blog Archive &#187; How to build a javscript widget and embed content from your site on another using Javascript</dc:creator>
		<pubDate>Fri, 07 Nov 2008 07:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-137522</guid>
		<description>[...] Nic has written a great article with example on how to build your own website javascript widget embedding [...]</description>
		<content:encoded><![CDATA[<p>[...] Nic has written a great article with example on how to build your own website javascript widget embedding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-116870</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 29 Aug 2008 19:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-116870</guid>
		<description>I should add....even if I designate different element ids.  It seems like it is a timing thing for IE.  If I add waits in, the 2 will display.</description>
		<content:encoded><![CDATA[<p>I should add&#8230;.even if I designate different element ids.  It seems like it is a timing thing for IE.  If I add waits in, the 2 will display.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#comment-116857</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 29 Aug 2008 18:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/11/21/diy-widgets/#comment-116857</guid>
		<description>Anyone try putting 2 of the same script embeds in an html page?  IE only shows one of them.  Can someone explain why?</description>
		<content:encoded><![CDATA[<p>Anyone try putting 2 of the same script embeds in an html page?  IE only shows one of them.  Can someone explain why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raza</title>
		<link>http://drnicwilliams.com/2006/11/21/diy-widgets/comment-page-2/#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>
</channel>
</rss>
