<?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: Building JavaScript Widgets</title>
	<atom:link href="http://dtsn.co.uk/2009/03/15/building-javascript-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 21 Feb 2010 13:51:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pearl</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-148</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-148</guid>
		<description>Hi Daniel,
Thanks for your guidance.It has helped me a lot.I have created a widget successfully.It would be live in some days.

Thanks,
Pearl</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
Thanks for your guidance.It has helped me a lot.I have created a widget successfully.It would be live in some days.</p>
<p>Thanks,<br />
Pearl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-129</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Sat, 05 Dec 2009 15:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-129</guid>
		<description>Hi Pearl,

The widget code for this is quite complicated and a bit difficult to explain over my blog. My advice is to use an already existing widget, like the Digg, dissect the JavaScript and see how it works. Unfortunately there isn&#039;t really an easier way to do this.

However you do need some server side bits and bobs, like you need to be able to output your data in a JSONP format (have a look at the JavaScript Weather article for a bit more information on this). Then process and render this data, you will have to be a creator on your site which will allow users to create the JavaScript with the options.

Hopefully this has helped you!</description>
		<content:encoded><![CDATA[<p>Hi Pearl,</p>
<p>The widget code for this is quite complicated and a bit difficult to explain over my blog. My advice is to use an already existing widget, like the Digg, dissect the JavaScript and see how it works. Unfortunately there isn&#8217;t really an easier way to do this.</p>
<p>However you do need some server side bits and bobs, like you need to be able to output your data in a JSONP format (have a look at the JavaScript Weather article for a bit more information on this). Then process and render this data, you will have to be a creator on your site which will allow users to create the JavaScript with the options.</p>
<p>Hopefully this has helped you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-128</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Sat, 05 Dec 2009 04:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-128</guid>
		<description>Hi Daniel,

That was indeed very informative :)
I am currently working on a magazine site.
I want to provide an option to my customers just as the twitter profile widget only difference being i want to show my magazine article in the widget &amp; provide options for customers to set the css &amp; no. of articles.Can you provide som reference to the tutorials or any other blogs wherein you have demonstrated the widget code.

Thanks,
Pearl</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>That was indeed very informative <img src='http://dtsn.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I am currently working on a magazine site.<br />
I want to provide an option to my customers just as the twitter profile widget only difference being i want to show my magazine article in the widget &amp; provide options for customers to set the css &amp; no. of articles.Can you provide som reference to the tutorials or any other blogs wherein you have demonstrated the widget code.</p>
<p>Thanks,<br />
Pearl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-125</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-125</guid>
		<description>Hi Prasad,

There are a number of ways to over come retrieving data and sending data cross domain through JavaScript. For retrieving  data take a look at my most recent post (&lt;a href=&quot;http://dtsn.co.uk/2009/11/26/javascript-weather/&quot; rel=&quot;nofollow&quot;&gt;JavaScript Weather&lt;/a&gt;), it talks about JSONP. Stay tuned for tutorials on how to send data across domain.</description>
		<content:encoded><![CDATA[<p>Hi Prasad,</p>
<p>There are a number of ways to over come retrieving data and sending data cross domain through JavaScript. For retrieving  data take a look at my most recent post (<a href="http://dtsn.co.uk/2009/11/26/javascript-weather/" rel="nofollow">JavaScript Weather</a>), it talks about JSONP. Stay tuned for tutorials on how to send data across domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-124</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Tue, 01 Dec 2009 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-124</guid>
		<description>Hi daniel,

   Thanks for this nice tutor. I developed ajax based javascript widgets and those widgets can be used in social medias. I know there is a cross domain issue, but is there any other solution to overcome this??</description>
		<content:encoded><![CDATA[<p>Hi daniel,</p>
<p>   Thanks for this nice tutor. I developed ajax based javascript widgets and those widgets can be used in social medias. I know there is a cross domain issue, but is there any other solution to overcome this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-118</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-118</guid>
		<description>Thanks for the feedback :D</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback <img src='http://dtsn.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PC Repair</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-116</link>
		<dc:creator>PC Repair</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-116</guid>
		<description>This is a nice tutorial, just wanted to let you know that it has helped us develop widgets for one of our services.

Thanks for sharing it.</description>
		<content:encoded><![CDATA[<p>This is a nice tutorial, just wanted to let you know that it has helped us develop widgets for one of our services.</p>
<p>Thanks for sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixmats</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-113</link>
		<dc:creator>sixmats</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-113</guid>
		<description>I am trying to reproduce the widget I made on Widget box. I found a free hosting site to host the script (sixmats.fileave.com/boj.js) but when I tried to install the widget on my site, it just points to the file instead of opening up the widget.

I&#039;m not a developer, but I know I&#039;m missing something somewhere. Could you offer a little help to a newbie?</description>
		<content:encoded><![CDATA[<p>I am trying to reproduce the widget I made on Widget box. I found a free hosting site to host the script (sixmats.fileave.com/boj.js) but when I tried to install the widget on my site, it just points to the file instead of opening up the widget.</p>
<p>I&#8217;m not a developer, but I know I&#8217;m missing something somewhere. Could you offer a little help to a newbie?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-107</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 28 Sep 2009 08:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-107</guid>
		<description>Hi Jason,

You can&#039;t send AJAX request across domains because of the Cross Site Scripting (XSS) attacks. Browsers would not let you send the request, and you would just get an error message back.</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>You can&#8217;t send AJAX request across domains because of the Cross Site Scripting (XSS) attacks. Browsers would not let you send the request, and you would just get an error message back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://dtsn.co.uk/2009/03/15/building-javascript-widgets/comment-page-1/#comment-106</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 27 Sep 2009 01:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://dtsn.co.uk/?p=530#comment-106</guid>
		<description>Why would you not be able to use AJAX?</description>
		<content:encoded><![CDATA[<p>Why would you not be able to use AJAX?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
