<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: YUI - Part II - Connection Manager</title>
	<link>http://www.creativeui.com/2007/04/10/yui-part-ii/</link>
	<description></description>
	<pubDate>Sat, 13 Mar 2010 16:35:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Rupin</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-156</link>
		<author>Rupin</author>
		<pubDate>Wed, 29 Aug 2007 16:37:38 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-156</guid>
					<description>Hi,
I am fascinated by this example that you have listed ...
But the issue is that it is not possible to run the code that uses a reference to a div and then assigns an innerhtml to that div,the returned responsetext.This is particularly in IE.
I came across this anomaly while using the dialog control of the YUI.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am fascinated by this example that you have listed &#8230;<br />
But the issue is that it is not possible to run the code that uses a reference to a div and then assigns an innerhtml to that div,the returned responsetext.This is particularly in IE.<br />
I came across this anomaly while using the dialog control of the YUI.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-157</link>
		<author>David Baxter</author>
		<pubDate>Wed, 29 Aug 2007 16:44:24 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-157</guid>
					<description>Hey Rupin, I guess I am confused. The code shown here is a slight adaptation of code that is being used on a site today. It works in IE 6&#038;7 and Firefox 2.

What part doesn't work?

David</description>
		<content:encoded><![CDATA[<p>Hey Rupin, I guess I am confused. The code shown here is a slight adaptation of code that is being used on a site today. It works in IE 6&#038;7 and Firefox 2.</p>
<p>What part doesn&#8217;t work?</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: rupin</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-161</link>
		<author>rupin</author>
		<pubDate>Sat, 01 Sep 2007 07:09:33 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-161</guid>
					<description>Hello David,
This part of the code does not work for me


divCV.innerHTML = o.responseText;


the javascript error that the browser throws is
"unknown runtime error"
Can you provide me a link to your page where you have explained the YUI Dialog

Thanks
Rupin</description>
		<content:encoded><![CDATA[<p>Hello David,<br />
This part of the code does not work for me</p>
<p>divCV.innerHTML = o.responseText;</p>
<p>the javascript error that the browser throws is<br />
&#8220;unknown runtime error&#8221;<br />
Can you provide me a link to your page where you have explained the YUI Dialog</p>
<p>Thanks<br />
Rupin</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-163</link>
		<author>David Baxter</author>
		<pubDate>Mon, 03 Sep 2007 12:47:02 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-163</guid>
					<description>Hey Rupin, the "o" object is returned from the server-side code. You can see in my server-side code how I am loading it. Be sure to put the Response.End() (or the equivalent) or it won't work.

You can find the writeup I did on the dialog here: http://www.creativeui.com/2007/04/11/yui-part-iii-the-mighty-dialog/

David</description>
		<content:encoded><![CDATA[<p>Hey Rupin, the &#8220;o&#8221; object is returned from the server-side code. You can see in my server-side code how I am loading it. Be sure to put the Response.End() (or the equivalent) or it won&#8217;t work.</p>
<p>You can find the writeup I did on the dialog here: <a href="http://www.creativeui.com/2007/04/11/yui-part-iii-the-mighty-dialog/" rel="nofollow">http://www.creativeui.com/2007/04/11/yui-part-iii-the-mighty-dialog/</a></p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Hayley Easton</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-262</link>
		<author>Hayley Easton</author>
		<pubDate>Thu, 25 Oct 2007 12:28:16 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-262</guid>
					<description>Hi,
I have been trying out YUI Connection Manager and am really impressed. There's one thing I can't get working, which is when my 'responseText' itself contains javascript. None of this js works within the response, even if I try the simplest alert on an onclick I get an 'is not defined' error. Do you know of any way round this? I thought Yahoo might have a solution for this but I'm not sure what to look for.
Thanks,
Hayley</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have been trying out YUI Connection Manager and am really impressed. There&#8217;s one thing I can&#8217;t get working, which is when my &#8216;responseText&#8217; itself contains javascript. None of this js works within the response, even if I try the simplest alert on an onclick I get an &#8216;is not defined&#8217; error. Do you know of any way round this? I thought Yahoo might have a solution for this but I&#8217;m not sure what to look for.<br />
Thanks,<br />
Hayley</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-274</link>
		<author>David Baxter</author>
		<pubDate>Tue, 30 Oct 2007 21:03:57 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-274</guid>
					<description>Sometimes sending javascript from the server to the client is stopped because of security reasons. One thing to check on Yahoo! is if there is anything special you need to do to get a script to travel from back to front.

David</description>
		<content:encoded><![CDATA[<p>Sometimes sending javascript from the server to the client is stopped because of security reasons. One thing to check on Yahoo! is if there is anything special you need to do to get a script to travel from back to front.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kien</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-768</link>
		<author>Kien</author>
		<pubDate>Tue, 04 Dec 2007 15:29:04 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-768</guid>
					<description>Hi David,
I try using YUI connection mamanger to load the content of text file in server. I always get the  error "communication failure". Do you know what is the problem?
Thanks
Kien</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I try using YUI connection mamanger to load the content of text file in server. I always get the  error &#8220;communication failure&#8221;. Do you know what is the problem?<br />
Thanks<br />
Kien</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-769</link>
		<author>David Baxter</author>
		<pubDate>Tue, 04 Dec 2007 15:40:17 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-769</guid>
					<description>Not sure what development environment you are using, but can you put a breakpoint or somehow check to see if you are ever hitting the server?

A lot of the errors that come back from the YUI are less than helpful so the error you are getting might very well have nothing to do with "communication". Easiest way to see what is going on is to find out exactly what line is exploding on the server (or client) side.

Shoot me an email if that doesn't help.

David</description>
		<content:encoded><![CDATA[<p>Not sure what development environment you are using, but can you put a breakpoint or somehow check to see if you are ever hitting the server?</p>
<p>A lot of the errors that come back from the YUI are less than helpful so the error you are getting might very well have nothing to do with &#8220;communication&#8221;. Easiest way to see what is going on is to find out exactly what line is exploding on the server (or client) side.</p>
<p>Shoot me an email if that doesn&#8217;t help.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Agent YUI: Mission 5 - Ajax. Shaken, not stirred. &#171; klauskomenda.com</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1036</link>
		<author>Agent YUI: Mission 5 - Ajax. Shaken, not stirred. &#171; klauskomenda.com</author>
		<pubDate>Sat, 26 Jul 2008 21:57:23 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1036</guid>
					<description>[...] Another Tutorial on the Connection Manager [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Another Tutorial on the Connection Manager [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1073</link>
		<author>Mahesh</author>
		<pubDate>Mon, 15 Sep 2008 22:37:32 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1073</guid>
					<description>I have got this Connection Manager working fairly well, The asyncRequest calls the serverside servlet very inconsistently. sometimes i have to close the browser open a new browser instance and then re-run the same request to get the asyncRequest method connect to the server... Can somebody help me with this issue?</description>
		<content:encoded><![CDATA[<p>I have got this Connection Manager working fairly well, The asyncRequest calls the serverside servlet very inconsistently. sometimes i have to close the browser open a new browser instance and then re-run the same request to get the asyncRequest method connect to the server&#8230; Can somebody help me with this issue?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Snig</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1075</link>
		<author>Snig</author>
		<pubDate>Fri, 19 Sep 2008 12:49:59 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1075</guid>
					<description>How can I pass authentication information with the HTTP request?
My server, suppose, is configured using Digest Authentication...</description>
		<content:encoded><![CDATA[<p>How can I pass authentication information with the HTTP request?<br />
My server, suppose, is configured using Digest Authentication&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1076</link>
		<author>David Baxter</author>
		<pubDate>Fri, 19 Sep 2008 13:02:38 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1076</guid>
					<description>Snig...I have to admit, I am not a master at Digest Authentication (I just looked it up on Wikipedia :P).

However, I would think that you could use another object along with the login information to send the required authentication info.

Again, just a blind guess, but maybe its worth a try?

David</description>
		<content:encoded><![CDATA[<p>Snig&#8230;I have to admit, I am not a master at Digest Authentication (I just looked it up on Wikipedia :P).</p>
<p>However, I would think that you could use another object along with the login information to send the required authentication info.</p>
<p>Again, just a blind guess, but maybe its worth a try?</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kefren</title>
		<link>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1138</link>
		<author>Kefren</author>
		<pubDate>Tue, 11 Aug 2009 02:03:17 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/04/10/yui-part-ii/#comment-1138</guid>
					<description>Hi David i wish to know  what I need to send a dataset as response in asp.net and with vb.net code in the server side something like ajaxpro , if this is possible.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi David i wish to know  what I need to send a dataset as response in asp.net and with vb.net code in the server side something like ajaxpro , if this is possible.<br />
Thanks in advance.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
