<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.encosia.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Encosia</title>
	
	<link>http://encosia.com</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Sat, 13 Mar 2010 18:20:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.encosia.com/EncosiaComments" /><feedburner:info uri="encosiacomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>EncosiaComments</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by Let Google host the JQuery of your Trac! « Das Weblog zur Person</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/KOWY6MZrLTI/</link>
		<dc:creator>Let Google host the JQuery of your Trac! « Das Weblog zur Person</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38278</guid>
		<description>[...] we all know, there are very good reasons to let google host JQuery for you. Unfortunately, Trac doesn’t support loading JQuery from Google and there does not seem to be [...]</description>
		<content:encoded><![CDATA[<p>[...] we all know, there are very good reasons to let google host JQuery for you. Unfortunately, Trac doesn&#8217;t support loading JQuery from Google and there does not seem to be [...]</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/KOWY6MZrLTI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38278</feedburner:origLink></item>
	<item>
		<title>Comment on Why ASP.NET AJAX UpdatePanels are dangerous by Mohammad</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/Yd25sKnSGuM/</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Sat, 13 Mar 2010 14:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/11/why-aspnet-ajax-updatepanels-are-dangerous/#comment-38277</guid>
		<description>&gt;dangerous

Bad choice of words.</description>
		<content:encoded><![CDATA[<p>&gt;dangerous</p>
<p>Bad choice of words.</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/Yd25sKnSGuM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2007/07/11/why-aspnet-ajax-updatepanels-are-dangerous/#comment-38277</feedburner:origLink></item>
	<item>
		<title>Comment on A breaking change between versions of ASP.NET AJAX by Jquery ve Ajax İşlemlerinde Class Kullanma | Zingocan- Haber, yorum, slogan, film, kaliteli video,manyak</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/68sY_uxOjVI/</link>
		<dc:creator>Jquery ve Ajax İşlemlerinde Class Kullanma | Zingocan- Haber, yorum, slogan, film, kaliteli video,manyak</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=817#comment-38258</guid>
		<description>[...] bilgi ile bu sorunu çözdüm. Faydalandığım ve sorunu çözmemi sağlayan siteye buradan ulaşabilirsiniz. Sorun ise istekte bulunduğumda gelen sonucu almak için ajax metodumda msg.d [...]</description>
		<content:encoded><![CDATA[<p>[...] bilgi ile bu sorunu çözdüm. Faydalandığım ve sorunu çözmemi sağlayan siteye buradan ulaşabilirsiniz. Sorun ise istekte bulunduğumda gelen sonucu almak için ajax metodumda msg.d [...]</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/68sY_uxOjVI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2009/02/10/a-breaking-change-between-versions-of-aspnet-ajax/#comment-38258</feedburner:origLink></item>
	<item>
		<title>Comment on 3 mistakes to avoid when using jQuery with ASP.NET AJAX by Doug S</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/CMYnP-OSfMQ/</link>
		<dc:creator>Doug S</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=78#comment-38256</guid>
		<description>@Alek Davis (4:30 pm - July 16, 2009), thanks for the tidbit on encoding apostrophes. I hadn't been able to figure out the syntax and once I saw your comment, it made perfect sense. I had initially done:
&lt;pre lang="javascript"&gt;data: "{'term':'" + request.term.replace("'", "\'") + "'}",&lt;/pre&gt;

I forgot that the \' is going to be escaped and I'd lose my \ on the data passed over the wire.

@Dave Ward - thank you so much! I would have spent a long time trying to figure this stuff out and in a matter of a couple of hours last night, I was able to implement JQuery UI AutoComplete with a ASMX method:
&lt;pre lang="javascript"&gt;
  $(document).ready(function(){
    $("input#").autocomplete({
    source: function(request, response) {
				$.ajax({
					type: "POST",
					contentType: "application/json; charset=utf-8",
					url: "/json/mdirectory.asmx/MemberNameSearch",
					data: "{'term':'" + request.term.replace("'", "\\'") + "'}",
					dataType: "json",
					success: function(data) {
					    response(data);
					}
				})
		    }
    });
  });
&lt;/pre&gt;
With a to-be-coded server method:
&lt;pre lang="asp"&gt;
 _
Public Function MemberNameSearch(ByVal term As String) As String()

    Dim tmp() As String = {"Doug", "Dave", "Carol", "Jon"}

    Return tmp

End Function
&lt;/pre&gt;
&lt;strong&gt;Thank you!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>@Alek Davis (4:30 pm &#8211; July 16, 2009), thanks for the tidbit on encoding apostrophes. I hadn&#8217;t been able to figure out the syntax and once I saw your comment, it made perfect sense. I had initially done:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">data<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;{'term':'&quot;</span> <span style="color: #339933;">+</span> request.<span style="color: #660066;">term</span>.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;'&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\'</span>&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;'}&quot;</span><span style="color: #339933;">,</span></pre></div></div>

<p>I forgot that the \&#8217; is going to be escaped and I&#8217;d lose my \ on the data passed over the wire.</p>
<p>@Dave Ward &#8211; thank you so much! I would have spent a long time trying to figure this stuff out and in a matter of a couple of hours last night, I was able to implement JQuery UI AutoComplete with a ASMX method:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">  $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input#&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">autocomplete</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
    source<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>request<span style="color: #339933;">,</span> response<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
				$.<span style="color: #660066;">ajax</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
					type<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;POST&quot;</span><span style="color: #339933;">,</span>
					contentType<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;application/json; charset=utf-8&quot;</span><span style="color: #339933;">,</span>
					url<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;/json/mdirectory.asmx/MemberNameSearch&quot;</span><span style="color: #339933;">,</span>
					data<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;{'term':'&quot;</span> <span style="color: #339933;">+</span> request.<span style="color: #660066;">term</span>.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;'&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>'&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;'}&quot;</span><span style="color: #339933;">,</span>
					dataType<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;json&quot;</span><span style="color: #339933;">,</span>
					success<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>data<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
					    response<span style="color: #009900;">&#40;</span>data<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span>
				<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
		    <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>With a to-be-coded server method:</p>

<div class="wp_syntax"><div class="code"><pre class="asp" style="font-family:monospace;"> _
<span style="color: #909; font-weight: bold;">Public</span> <span style="color: #00f; font-weight: bold;">Function</span> MemberNameSearch<span style="color: #060; font-weight:bold;">&#40;</span><span style="color: #909; font-weight: bold;">ByVal</span> term <span style="color: #306;">As</span> <span style="color: #909; font-weight: bold;">String</span><span style="color: #060; font-weight:bold;">&#41;</span> <span style="color: #306;">As</span> <span style="color: #909; font-weight: bold;">String</span><span style="color: #060; font-weight:bold;">&#40;</span><span style="color: #060; font-weight:bold;">&#41;</span>
&nbsp;
    <span style="color: #909; font-weight: bold;">Dim</span> tmp<span style="color: #060; font-weight:bold;">&#40;</span><span style="color: #060; font-weight:bold;">&#41;</span> <span style="color: #306;">As</span> <span style="color: #909; font-weight: bold;">String</span> <span style="color: #060; font-weight: bold;">=</span> <span style="color: #060; font-weight:bold;">&#123;</span><span style="color: #c00;">&quot;Doug&quot;</span>, <span style="color: #c00;">&quot;Dave&quot;</span>, <span style="color: #c00;">&quot;Carol&quot;</span>, <span style="color: #c00;">&quot;Jon&quot;</span><span style="color: #060; font-weight:bold;">&#125;</span>
&nbsp;
    Return tmp
&nbsp;
<span style="color: #909; font-weight: bold;">End</span> <span style="color: #00f; font-weight: bold;">Function</span></pre></div></div>

<p><strong>Thank you!</strong></p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/CMYnP-OSfMQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/06/05/3-mistakes-to-avoid-when-using-jquery-with-aspnet-ajax/#comment-38256</feedburner:origLink></item>
	<item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by Daniele</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/hFbOvolWM9s/</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38254</guid>
		<description>Sorry, I've lost some piece of code. Hope this works:

&lt;pre lang="html"&gt;


	if (typeof jQuery === 'undefined'){
		document.write(unescape("%3Cscript src='js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E"));
	}

 

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;ve lost some piece of code. Hope this works:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&nbsp;
&nbsp;
	if (typeof jQuery === 'undefined'){
		document.write(unescape(&quot;%3Cscript src='js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E&quot;));
	}</pre></div></div>

<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/hFbOvolWM9s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38254</feedburner:origLink></item>
	<item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by Daniele</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/psRcMcR05-U/</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38253</guid>
		<description>I've tried the &lt;em&gt;check and eventually load locally&lt;em&gt; method above; I've intetionally used a bad url for google jquery to see if the local loading of jquery was really done. And indeed it was, but looking at firebug network tab, I see that others js libraries requiring jquery, load before the local copy of jquery, breaking any jquery-dependent functionality on the page.   
Here's my test code:
&lt;pre lang="html"&gt;
&lt;!-- Call to non-existant jquery file on Google  --&gt; 
 

	if (typeof jQuery === 'undefined'){
		document.write(unescape("%3Cscript src='js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E"));
	}

 
&lt;!-- Tabs, Tooltip, Scrollable, Overlay, Expose. No jQuery.  

&lt;/pre&gt;

Firefox loads the second library as soon as google gives the 404 error, and then loads local copy of jquery after some other resource files, as ccs o gifs. 
Do you know a way to correct this behaviour? Am I doing something wrong?

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried the <em>check and eventually load locally</em><em> method above; I&#8217;ve intetionally used a bad url for google jquery to see if the local loading of jquery was really done. And indeed it was, but looking at firebug network tab, I see that others js libraries requiring jquery, load before the local copy of jquery, breaking any jquery-dependent functionality on the page.<br />
Here&#8217;s my test code:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #060; font-style: italic;">&lt;!-- Call to non-existant jquery file on Google  --&gt;</span></span> 
&nbsp;
&nbsp;
	if (typeof jQuery === 'undefined'){
		document.write(unescape(&quot;%3Cscript src='js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E&quot;));
	}
&nbsp;
&nbsp;
<span style="color: #ddbb00;">&amp;lt;</span>!-- Tabs, Tooltip, Scrollable, Overlay, Expose. No jQuery.</pre></div></div>

<p>Firefox loads the second library as soon as google gives the 404 error, and then loads local copy of jquery after some other resource files, as ccs o gifs.<br />
Do you know a way to correct this behaviour? Am I doing something wrong?</p>
<p>Thanks!</em></p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/psRcMcR05-U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38253</feedburner:origLink></item>
	<item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by Dave Ward</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/Da8dwSx63hM/</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38250</guid>
		<description>That's definitely a valid concern.

Of course, if Google's CDN were compromised, you'd probably find that out much quicker than if your own hosting was.</description>
		<content:encoded><![CDATA[<p>That&#8217;s definitely a valid concern.</p>
<p>Of course, if Google&#8217;s CDN were compromised, you&#8217;d probably find that out much quicker than if your own hosting was.</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/Da8dwSx63hM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38250</feedburner:origLink></item>
	<item>
		<title>Comment on Why do ASP.NET AJAX page methods have to be static? by Jitendra</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/s8fYVFlZ2io/</link>
		<dc:creator>Jitendra</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=72#comment-38249</guid>
		<description>i read awesome article, and i found it learn able much ... thank u dave sir</description>
		<content:encoded><![CDATA[<p>i read awesome article, and i found it learn able much &#8230; thank u dave sir</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/s8fYVFlZ2io" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/04/16/why-do-aspnet-ajax-page-methods-have-to-be-static/#comment-38249</feedburner:origLink></item>
	<item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by uberVU - social comments</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/bEJVV_hMjV8/</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38248</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by alexanderkahn: @chipkaye If you use a Google-hosted one, users will probably already have a it cached, and thus will have to wait less. http://is.gd/LJPM...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by alexanderkahn: @chipkaye If you use a Google-hosted one, users will probably already have a it cached, and thus will have to wait less. <a href="http://is.gd/LJPM.." rel="nofollow">http://is.gd/LJPM..</a>.</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/bEJVV_hMjV8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38248</feedburner:origLink></item>
	<item>
		<title>Comment on $(document).ready() and pageLoad() are not the same! by Tobbe</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/EMxF-DV6_t4/</link>
		<dc:creator>Tobbe</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=842#comment-38247</guid>
		<description>Thanks! Helped me a lot. Great blog</description>
		<content:encoded><![CDATA[<p>Thanks! Helped me a lot. Great blog</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/EMxF-DV6_t4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2009/03/25/document-ready-and-pageload-are-not-the-same/#comment-38247</feedburner:origLink></item>
	<item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by John Sanders</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/fboN5jdplIo/</link>
		<dc:creator>John Sanders</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38245</guid>
		<description>Thanks for the article Dave!

What makes me most uncomfortable about this approach is security. If Google's servers are ever hacked (improbable, but not impossible), then think about how many websites will be running malicious code.  Who knows what kind of information a bad person could grab by reading your cookies, or scraping your screen. For this reason, I would only use this strategy for websites that contain no private user information.

Hacking happens.

John</description>
		<content:encoded><![CDATA[<p>Thanks for the article Dave!</p>
<p>What makes me most uncomfortable about this approach is security. If Google&#8217;s servers are ever hacked (improbable, but not impossible), then think about how many websites will be running malicious code.  Who knows what kind of information a bad person could grab by reading your cookies, or scraping your screen. For this reason, I would only use this strategy for websites that contain no private user information.</p>
<p>Hacking happens.</p>
<p>John</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/fboN5jdplIo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38245</feedburner:origLink></item>
	<item>
		<title>Comment on 3 reasons why you should let Google host jQuery for you by Notes from Day One of WordCamp Ireland | Steve Flinter</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/WTsogKvmNvc/</link>
		<dc:creator>Notes from Day One of WordCamp Ireland | Steve Flinter</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=740#comment-38241</guid>
		<description>[...] If using JQuery, then use Google servers. [...]</description>
		<content:encoded><![CDATA[<p>[...] If using JQuery, then use Google servers. [...]</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/WTsogKvmNvc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/#comment-38241</feedburner:origLink></item>
	<item>
		<title>Comment on CSS style as ASP.NET AJAX progress indicator by Dave Ward</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/K5wqHKQcqnQ/</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Sun, 07 Mar 2010 06:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=7#comment-38236</guid>
		<description>That's often true, but you can't assume that the UpdatePanel containing the button will be refreshed just because it raised the async postback.  If its UpdateMode is set to Conditional, ChildrenAsTriggers is set to false, and the button isn't one of its triggers, it wouldn't be refreshed at the end of the async postback.</description>
		<content:encoded><![CDATA[<p>That&#8217;s often true, but you can&#8217;t assume that the UpdatePanel containing the button will be refreshed just because it raised the async postback.  If its UpdateMode is set to Conditional, ChildrenAsTriggers is set to false, and the button isn&#8217;t one of its triggers, it wouldn&#8217;t be refreshed at the end of the async postback.</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/K5wqHKQcqnQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2007/01/16/css-style-as-ajax-progress-indicator/#comment-38236</feedburner:origLink></item>
	<item>
		<title>Comment on CSS style as ASP.NET AJAX progress indicator by ccchai</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/yEsWe6FLQ6M/</link>
		<dc:creator>ccchai</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=7#comment-38235</guid>
		<description>I don't think you need to re-enable the button in the end request function, because when the postback is completed the updatepanel should be refreshed, and the button is 'automatically' enabled again. Refer to my blog post on similar topic: http://symphony-of-dot-net.blogspot.com/2010/03/how-to-disable-button-display-sending.html</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you need to re-enable the button in the end request function, because when the postback is completed the updatepanel should be refreshed, and the button is &#8216;automatically&#8217; enabled again. Refer to my blog post on similar topic: <a href="http://symphony-of-dot-net.blogspot.com/2010/03/how-to-disable-button-display-sending.html" rel="nofollow">http://symphony-of-dot-net.blogspot.com/2010/03/how-to-disable-button-display-sending.html</a></p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/yEsWe6FLQ6M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2007/01/16/css-style-as-ajax-progress-indicator/#comment-38235</feedburner:origLink></item>
	<item>
		<title>Comment on ASMX and JSON – Common mistakes and misconceptions by hafizanil</title>
		<link>http://feeds.encosia.com/~r/EncosiaComments/~3/d1MU0G05Ki0/</link>
		<dc:creator>hafizanil</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/?p=971#comment-38233</guid>
		<description>i do php.My client ex-vendor using asp.net.They said they create a web service for easy other developer.
My problem
1.Extjs doesn't support soap request.
2.Output send using extjs return diff  which are xml not soap response.
My conclusion,i make my customer php -&gt;json -&gt;extjs-&gt;adobe air.</description>
		<content:encoded><![CDATA[<p>i do php.My client ex-vendor using asp.net.They said they create a web service for easy other developer.<br />
My problem<br />
1.Extjs doesn&#8217;t support soap request.<br />
2.Output send using extjs return diff  which are xml not soap response.<br />
My conclusion,i make my customer php -&gt;json -&gt;extjs-&gt;adobe air.</p>
<img src="http://feeds.feedburner.com/~r/EncosiaComments/~4/d1MU0G05Ki0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://encosia.com/2010/03/03/asmx-and-json-common-mistakes-and-misconceptions/#comment-38233</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.367 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-13 14:14:51 -->
