<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>The Cappuccino Blog - Latest Comments in XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.disqus.com/</link><description></description><atom:link href="https://cappuccino.disqus.com/xmlhttprequest_jsonp_038_cappuccino/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sat, 24 Apr 2010 15:47:37 -0000</lastBuildDate><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-46418921</link><description>&lt;p&gt;This is a great article. I keep coming back to it.  Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">@joely</dc:creator><pubDate>Sat, 24 Apr 2010 15:47:37 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-24842735</link><description>&lt;p&gt;Ok got that one too.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Fri, 04 Dec 2009 18:13:46 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-24841833</link><description>&lt;p&gt;No, you didn't :) There's another one right above the JSONPConnection section.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">meelash</dc:creator><pubDate>Fri, 04 Dec 2009 18:02:09 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-6926492</link><description>&lt;p&gt;Thanks, corrected it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ross Boucher</dc:creator><pubDate>Thu, 05 Mar 2009 18:27:17 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-6925733</link><description>&lt;p&gt;The Link called "API Documentation" gives 404.&lt;/p&gt;&lt;p&gt;The correct link is here &lt;a href="http://cappuccino.org/learn/documentation/class_c_p_u_r_l_connection.html" rel="nofollow noopener" target="_blank" title="http://cappuccino.org/learn/documentation/class_c_p_u_r_l_connection.html"&gt;http://cappuccino.org/learn...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Delete this comment if the document gets fixed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chewychompy</dc:creator><pubDate>Thu, 05 Mar 2009 18:00:32 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-3222411</link><description>&lt;p&gt;Yes it adds script elements, and then later removes them. Its possible this leaks in IE, but its also possible that only happens if you "leak" references to event handlers. I believe we correctly clean these up.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 22 Oct 2008 00:23:47 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-3222395</link><description>&lt;p&gt;Adding and removing the &amp;lt;script/&amp;gt; elements seems to leak memory in IE. Does the JSONP technique just add &amp;lt;script/&amp;gt; elements to the DOM?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joey Guerra</dc:creator><pubDate>Wed, 22 Oct 2008 00:21:24 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-3222322</link><description>&lt;p&gt;I haven't tested it with polling, but there's no reason it shouldn't work. It was designed with the ability to make arbitrary requests at arbitrary times. There's no guarantee about what order the responses will come in, but with a five second interval they will probably come in the right order, and its also trivial to manage this yourself.&lt;/p&gt;&lt;p&gt;I don't have any specifics about browser memory characteristics using JSONP versus a regular xml http request, but I would image they are fairly similar.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 22 Oct 2008 00:12:10 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-3222274</link><description>&lt;p&gt;Nice job. I wanted to comment about using CPJSONPConnection class for accomplishing cross domain communications. I've built a chat web app that's loaded within one domain but communicates with a subdomain. I've implemented a polling messaging technique to inform the user of any messages that they've received. Have you tested using the CPJSONPConnection class in a situation where the app has to make multiple requests (5 seconds apart)? Do you have any ideas about the browser memory usage when using the &amp;lt;script/&amp;gt; tag technique?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joey Guerra</dc:creator><pubDate>Wed, 22 Oct 2008 00:07:29 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-3138897</link><description>&lt;p&gt;Aaah, didn't realize that. I'll go and check again&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 17 Oct 2008 21:23:37 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-2958658</link><description>&lt;p&gt;Absolutely.  In fact we use PHP in 280 Slides.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tolmasky</dc:creator><pubDate>Thu, 09 Oct 2008 03:42:43 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-2935103</link><description>&lt;p&gt;Great writeup, I always wonder how to communicate with other services. So is it possible to get Cappuccino to work with a PHP backend?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Wed, 08 Oct 2008 09:02:07 -0000</pubDate></item></channel></rss>