<?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 for Ben Dewey - Leveraging .NET for Appealing UIs</title>
	<atom:link href="http://www.bendewey.com/blog/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bendewey.com/blog</link>
	<description>Leveraging the latest technologies for presentation using appealing UIs</description>
	<lastBuildDate>Wed, 24 Nov 2010 03:27:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by Nathan</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-630</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 24 Nov 2010 03:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-630</guid>
		<description>I just downloaded the sample and it seems to work just fine, not sure why it&#039;s not working on my project.  Looks like different ports tests the same origin policy just fine in your example.  Back to digging I guess.

Thanks for the write up.  So much information out there is about the pre 4.0 way, using the JSONPSupportBehavior technique (which requires you to pass $format=json&amp;$callback=).</description>
		<content:encoded><![CDATA[<p>I just downloaded the sample and it seems to work just fine, not sure why it&#8217;s not working on my project.  Looks like different ports tests the same origin policy just fine in your example.  Back to digging I guess.</p>
<p>Thanks for the write up.  So much information out there is about the pre 4.0 way, using the JSONPSupportBehavior technique (which requires you to pass $format=json&amp;$callback=).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by Nathan</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-629</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 24 Nov 2010 03:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-629</guid>
		<description>Will this work cross domain though?  The request will be made w/o the necessary application/json content type required to trigger a json formatted response.

Using $.getJSON() will dynamically add the service endpoint to a scripts src, which is just your basic get.  The only reason you&#039;d use jsonp is to avoid single origin issues cross domain.</description>
		<content:encoded><![CDATA[<p>Will this work cross domain though?  The request will be made w/o the necessary application/json content type required to trigger a json formatted response.</p>
<p>Using $.getJSON() will dynamically add the service endpoint to a scripts src, which is just your basic get.  The only reason you&#8217;d use jsonp is to avoid single origin issues cross domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Dmitry Lyalin</title>
		<link>http://www.bendewey.com/blog/index.php/about-2/comment-page-1#comment-616</link>
		<dc:creator>Dmitry Lyalin</dc:creator>
		<pubDate>Mon, 15 Nov 2010 02:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bendewey.com/blog/?page_id=211#comment-616</guid>
		<description>Hey man, saw your tweet, so you want to try the TWIT app? i can give you the RC if you promise to give it a good test run!

Shoot me an email if you are really interested along with which device you have.</description>
		<content:encoded><![CDATA[<p>Hey man, saw your tweet, so you want to try the TWIT app? i can give you the RC if you promise to give it a good test run!</p>
<p>Shoot me an email if you are really interested along with which device you have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by Kuong</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-610</link>
		<dc:creator>Kuong</dc:creator>
		<pubDate>Sat, 13 Nov 2010 04:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-610</guid>
		<description>Great man, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great man, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using jQuery UI&#8217;s AutoComplete with WCF by Tweets that mention Ben Dewey – Leveraging .NET for Appealing UIs » Blog Archive » Using jQuery UI’s AutoComplete with WCF -- Topsy.com</title>
		<link>http://www.bendewey.com/blog/index.php/281/using-jquery-uis-autocomplete-with-wcf/comment-page-1#comment-552</link>
		<dc:creator>Tweets that mention Ben Dewey – Leveraging .NET for Appealing UIs » Blog Archive » Using jQuery UI’s AutoComplete with WCF -- Topsy.com</dc:creator>
		<pubDate>Wed, 20 Oct 2010 03:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bendewey.com/blog/?p=281#comment-552</guid>
		<description>[...] This post was mentioned on Twitter by Chris Love, bendewey. bendewey said: New blog post: Using jQuery UI’s AutoComplete with WCF http://www.bendewey.com/blog/index.php/281 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Chris Love, bendewey. bendewey said: New blog post: Using jQuery UI’s AutoComplete with WCF <a href="http://www.bendewey.com/blog/index.php/281" rel="nofollow">http://www.bendewey.com/blog/index.php/281</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by Chris</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-550</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-550</guid>
		<description>This was extremely helpful! Thank you so much. After much hand-wringing and hair-pulling trying to implement a custom WebServiceHostFactory, I was so glad to see MS implemented support for JSONP. Now I have one webservice that implements XML, JSON, and JSONP! Great post - thank you!</description>
		<content:encoded><![CDATA[<p>This was extremely helpful! Thank you so much. After much hand-wringing and hair-pulling trying to implement a custom WebServiceHostFactory, I was so glad to see MS implemented support for JSONP. Now I have one webservice that implements XML, JSON, and JSONP! Great post &#8211; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by Dominick Durland</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-548</link>
		<dc:creator>Dominick Durland</dc:creator>
		<pubDate>Thu, 14 Oct 2010 23:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-548</guid>
		<description>5.  Good day, As I was searching over the web, I found this, your blog site. In reality most of the individuals comments are relevant and, you are brilliant in making write ups.</description>
		<content:encoded><![CDATA[<p>5.  Good day, As I was searching over the web, I found this, your blog site. In reality most of the individuals comments are relevant and, you are brilliant in making write ups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache Stonehenge M2 Released by Connected Show #34 – Apache Stonehenge M2 - JrzyShr Dev Guy - Site Home - MSDN Blogs</title>
		<link>http://www.bendewey.com/blog/index.php/267/apache-stonehenge-m2-released/comment-page-1#comment-434</link>
		<dc:creator>Connected Show #34 – Apache Stonehenge M2 - JrzyShr Dev Guy - Site Home - MSDN Blogs</dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bendewey.com/blog/?p=267#comment-434</guid>
		<description>[...] Ben Dewey Announces: Apache Stonehenge M2 Released [...]</description>
		<content:encoded><![CDATA[<p>[...] Ben Dewey Announces: Apache Stonehenge M2 Released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by bendewey</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-419</link>
		<dc:creator>bendewey</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-419</guid>
		<description>Karol,

Není zač (You&#039;re welcome)</description>
		<content:encoded><![CDATA[<p>Karol,</p>
<p>Není zač (You&#8217;re welcome)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSONP with WCF and jQuery by Karol Jurinek</title>
		<link>http://www.bendewey.com/blog/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-418</link>
		<dc:creator>Karol Jurinek</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-418</guid>
		<description>Velmi dobry clanok, diky.</description>
		<content:encoded><![CDATA[<p>Velmi dobry clanok, diky.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

