<?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: iPhone and Ajax: onpinch(), mac simulator, and Cringely</title>
	<atom:link href="http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rob</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-252392</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 06 Jul 2007 18:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-252392</guid>
		<description>I am trying to develop an online app for the iPhone using AJAX (Sajax Wrapper) and I am running into problems with Safari displaying the information in the div tag.  For instance, I have a list of 20 names.  When the name is clicked then a form is displayed in the div tag.  But, if I scroll down and click a name then the browser freezes and tries to display the form over the list of names.  It works flawlessly in Firefox but not Safari.  I&#039;ve had experiences in the past with Safari and its bugginess with JavaScript.  I just wish they could build a solid browser like Firefox.</description>
		<content:encoded><![CDATA[<p>I am trying to develop an online app for the iPhone using AJAX (Sajax Wrapper) and I am running into problems with Safari displaying the information in the div tag.  For instance, I have a list of 20 names.  When the name is clicked then a form is displayed in the div tag.  But, if I scroll down and click a name then the browser freezes and tries to display the form over the list of names.  It works flawlessly in Firefox but not Safari.  I&#8217;ve had experiences in the past with Safari and its bugginess with JavaScript.  I just wish they could build a solid browser like Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-252096</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 28 Jun 2007 14:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-252096</guid>
		<description>&gt; Bandwidth is one piece of the puzzle, but what about the cost of 
&gt; connections? If a connection across the network is painful (and I think it 
&gt; is!) then Ajax isnâ€™t going to necessarily help, and can in fact become a 
&gt; hinderance if abused.

Unless the phone has some sort of inherently degraded network capabilities (i.e. no persistent connections) I don&#039;t understand why this is a factor.  The browser should re-use connections, regardless if it&#039;s running on a iPhone or a Mac. What am I missing?</description>
		<content:encoded><![CDATA[<p>&gt; Bandwidth is one piece of the puzzle, but what about the cost of<br />
&gt; connections? If a connection across the network is painful (and I think it<br />
&gt; is!) then Ajax isnâ€™t going to necessarily help, and can in fact become a<br />
&gt; hinderance if abused.</p>
<p>Unless the phone has some sort of inherently degraded network capabilities (i.e. no persistent connections) I don&#8217;t understand why this is a factor.  The browser should re-use connections, regardless if it&#8217;s running on a iPhone or a Mac. What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Court Kizer</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251913</link>
		<dc:creator>Court Kizer</dc:creator>
		<pubDate>Mon, 25 Jun 2007 00:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251913</guid>
		<description>I&#039;ve already written javascript to detect when the screen rotates. It&#039;s simple, just watch for the window size to change ;-) and display different content.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve already written javascript to detect when the screen rotates. It&#8217;s simple, just watch for the window size to change ;-) and display different content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr eel</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251912</link>
		<dc:creator>Mr eel</dc:creator>
		<pubDate>Sun, 24 Jun 2007 23:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251912</guid>
		<description>&quot;The iPhone has real browser support, which is good, but remember AJAX is based on JavaScript, which in this case is not so good.&quot;

Spoken like a true Javascript coder! Or not! Safari actually has a quite good Javascript implementation â€” buggy in spots, but then that&#039;s the same for every interpreter. All round I think it&#039;s pretty good.

&quot;JavaScript isnâ€™t statically typed&quot;

True and totally irrelevant. 

&quot;and each browser has its own version of JavaScript.&quot;

* sigh
No, they all interpret the same version of Javascript. The differences lie in the browser not the language.

&quot;Developers are typically forced to hand-code different versions of their AJAX apps for different browsers.&quot;

No. Developers are usually forced to accommodate IE, which has a buggy JS implementation. This doesn&#039;t involve creating different versions of the app, that&#039;s what libraries are for. They smooth over the differences for you.

&quot;With the AJAX economy dictating that browsers with big market share like IE and Firefox get most of the effort, that leaves Safari as a second-class browser and, potentially, a liability for the iPhone. &quot;

This makes no sense at all. Users won&#039;t blame the phone, they will blame the site. It&#039;s not 1999 anymore! There is no excuse for supporting only one or two browsers in any public facing site. It&#039;s actually not that hard and by and large most developers achieve good cross-browser support.

Check it out Robert, if you make a site that works in Firefox, there is 99% chance it&#039;ll work perfectly in Safari. If not any differences are likely to be minor. ZOMG!

Robert Cringley clearly doesn&#039;t understand the issues intimately. Instead we get a list of non-issues subtly angled to critisise the iPhone.  Blah!</description>
		<content:encoded><![CDATA[<p>&#8220;The iPhone has real browser support, which is good, but remember AJAX is based on JavaScript, which in this case is not so good.&#8221;</p>
<p>Spoken like a true Javascript coder! Or not! Safari actually has a quite good Javascript implementation â€” buggy in spots, but then that&#8217;s the same for every interpreter. All round I think it&#8217;s pretty good.</p>
<p>&#8220;JavaScript isnâ€™t statically typed&#8221;</p>
<p>True and totally irrelevant. </p>
<p>&#8220;and each browser has its own version of JavaScript.&#8221;</p>
<p>* sigh<br />
No, they all interpret the same version of Javascript. The differences lie in the browser not the language.</p>
<p>&#8220;Developers are typically forced to hand-code different versions of their AJAX apps for different browsers.&#8221;</p>
<p>No. Developers are usually forced to accommodate IE, which has a buggy JS implementation. This doesn&#8217;t involve creating different versions of the app, that&#8217;s what libraries are for. They smooth over the differences for you.</p>
<p>&#8220;With the AJAX economy dictating that browsers with big market share like IE and Firefox get most of the effort, that leaves Safari as a second-class browser and, potentially, a liability for the iPhone. &#8221;</p>
<p>This makes no sense at all. Users won&#8217;t blame the phone, they will blame the site. It&#8217;s not 1999 anymore! There is no excuse for supporting only one or two browsers in any public facing site. It&#8217;s actually not that hard and by and large most developers achieve good cross-browser support.</p>
<p>Check it out Robert, if you make a site that works in Firefox, there is 99% chance it&#8217;ll work perfectly in Safari. If not any differences are likely to be minor. ZOMG!</p>
<p>Robert Cringley clearly doesn&#8217;t understand the issues intimately. Instead we get a list of non-issues subtly angled to critisise the iPhone.  Blah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251911</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sun, 24 Jun 2007 20:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251911</guid>
		<description>Im unsure as to why someone is saying that making these applications is going to be hard, or even that it needs multibrowsers support. These Iphone applications need only work in safari. ANd like the above said, its IE that causes problems.</description>
		<content:encoded><![CDATA[<p>Im unsure as to why someone is saying that making these applications is going to be hard, or even that it needs multibrowsers support. These Iphone applications need only work in safari. ANd like the above said, its IE that causes problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Smith</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251910</link>
		<dc:creator>Ben Smith</dc:creator>
		<pubDate>Sun, 24 Jun 2007 18:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251910</guid>
		<description>We&#039;ll now I have my answer, apparently Cringely has been talking to Chad</description>
		<content:encoded><![CDATA[<p>We&#8217;ll now I have my answer, apparently Cringely has been talking to Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251909</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sun, 24 Jun 2007 16:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251909</guid>
		<description>@Chad:

I don&#039;t know what you&#039;re talking about. Returning an array from an ajax call works fine in both Safari 2.0.4 and Safari 3b. I just made a test script (using latest Prototype as you mentioned you use it) to confirm. No crashity.

Main page:
&lt;code&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;prototype.js&quot;&gt;&lt;/script&gt;
	&lt;title&gt;Arrays over ajax in Safari&lt;/title&gt;
	&lt;style type=&quot;text/css&quot;&gt;
		a { cursor: pointer; text-decoration: underline; color: blue; background: transparent; }
	&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
	&lt;div id=&quot;div1&quot;&gt;
		&lt;a id=&quot;clickme&quot;&gt;Click me&lt;/a&gt;
	&lt;/div&gt;
	&lt;div id=&quot;div2&quot;&gt;
		&lt;ul id=&quot;ul1&quot;&gt;&lt;/ul&gt;
	&lt;/div&gt;

	&lt;script type=&quot;text/javascript&quot;&gt;
		updateArr = function() {
			var a = new Ajax.Updater(
				&apos;div2&apos;,
				&apos;./ajax.html&apos;,
				{
					method: &apos;get&apos;,
					evalScripts: true,
					onComplete: function() {
						if(!$(&apos;ul1&apos;)) {
							var ul1 = document.createElement(&apos;ul&apos;);
							ul1.id = &apos;ul1&apos;;
							$(&apos;div2&apos;).appendChild(ul1);
						}
						// For some reason, Safari is recognizing the presence
						// of the array, but not evaluating it just yet.
						if(typeof arr != &apos;object&apos;) {
							updateArr();
						}
						for(var i = 0; i &lt; arr.length; i++) {
							var lia = document.createElement(&apos;li&apos;);
							lia.innerHTML = arr[i];
							lia.id = &apos;li&apos; + i;
							$(&apos;ul1&apos;).appendChild(lia);
						}
					}
				}
			);
		}
		Event.observe(&apos;clickme&apos;, &apos;click&apos;, updateArr, true);
	&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/code&gt;

In ajax.html:
&lt;code&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
	arr = new Array();
	arr[0] = &apos;foo&apos;;
	arr[1] = &apos;bar&apos;;
	arr[2] = &apos;bat&apos;;
&lt;/script&gt;
Loading array &apos;arr&apos;;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Chad:</p>
<p>I don&#8217;t know what you&#8217;re talking about. Returning an array from an ajax call works fine in both Safari 2.0.4 and Safari 3b. I just made a test script (using latest Prototype as you mentioned you use it) to confirm. No crashity.</p>
<p>Main page:<br />
<code><br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;<br />
	&quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&#038;gt" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&#038;gt</a>;</p>
<p>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&#038;quot" rel="nofollow">http://www.w3.org/1999/xhtml&#038;quot</a>; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;<br />
&lt;head&gt;<br />
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;<br />
	&lt;script type=&quot;text/javascript&quot; src=&quot;prototype.js&quot;&gt;&lt;/script&gt;<br />
	&lt;title&gt;Arrays over ajax in Safari&lt;/title&gt;<br />
	&lt;style type=&quot;text/css&quot;&gt;<br />
		a { cursor: pointer; text-decoration: underline; color: blue; background: transparent; }<br />
	&lt;/style&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
	&lt;div id=&quot;div1&quot;&gt;<br />
		&lt;a id=&quot;clickme&quot;&gt;Click me&lt;/a&gt;<br />
	&lt;/div&gt;<br />
	&lt;div id=&quot;div2&quot;&gt;<br />
		&lt;ul id=&quot;ul1&quot;&gt;&lt;/ul&gt;<br />
	&lt;/div&gt;</p>
<p>	&lt;script type=&quot;text/javascript&quot;&gt;<br />
		updateArr = function() {<br />
			var a = new Ajax.Updater(<br />
				&apos;div2&apos;,<br />
				&apos;./ajax.html&apos;,<br />
				{<br />
					method: &apos;get&apos;,<br />
					evalScripts: true,<br />
					onComplete: function() {<br />
						if(!$(&apos;ul1&apos;)) {<br />
							var ul1 = document.createElement(&apos;ul&apos;);<br />
							ul1.id = &apos;ul1&apos;;<br />
							$(&apos;div2&apos;).appendChild(ul1);<br />
						}<br />
						// For some reason, Safari is recognizing the presence<br />
						// of the array, but not evaluating it just yet.<br />
						if(typeof arr != &apos;object&apos;) {<br />
							updateArr();<br />
						}<br />
						for(var i = 0; i &lt; arr.length; i++) {<br />
							var lia = document.createElement(&apos;li&apos;);<br />
							lia.innerHTML = arr[i];<br />
							lia.id = &apos;li&apos; + i;<br />
							$(&apos;ul1&apos;).appendChild(lia);<br />
						}<br />
					}<br />
				}<br />
			);<br />
		}<br />
		Event.observe(&apos;clickme&apos;, &apos;click&apos;, updateArr, true);<br />
	&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code></p>
<p>In ajax.html:<br />
<code><br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
	arr = new Array();<br />
	arr[0] = &apos;foo&apos;;<br />
	arr[1] = &apos;bar&apos;;<br />
	arr[2] = &apos;bat&apos;;<br />
&lt;/script&gt;<br />
Loading array &apos;arr&apos;;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251906</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sun, 24 Jun 2007 15:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251906</guid>
		<description>Ain&#039;t Safari open source? A quick look at the source should tell us what events are supported.</description>
		<content:encoded><![CDATA[<p>Ain&#8217;t Safari open source? A quick look at the source should tell us what events are supported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251903</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 24 Jun 2007 08:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251903</guid>
		<description>Sorry to say it, but every ajax return call that I implement in Safari that tries to return an array (evalScripts=true), crashes Safari!!! This is a Safari only issue, so don&#039;t say IE is harder. I spend most of my hair pulling time trouble shooting Safarit, not IE. Like This:
1. Firefox (so easy with firebug)
2. IE (cause it throws an error and atleast tells me what line the error occured on)
3. Safari (cause with ajax calls, at least 2 out of the last 4 projects I&#039;ve made, the program just shuts down. Is an array with 130 stuctures that hard??? Apparently!)

I use prototype and return things as arrays often, and Safari has honestly been the biggest headache, where as IE is a headache, but at least tells you the line number!

P.S. I have enabled Safarie JS Logging, and their messages are useless!!! So any responders, don&#039;t treat me like I&#039;m retarded, cause I&#039;m just mad at Safari&#039;s array handling in ajax returns that evalute the code and let us add new arrays to the doc via ajax.

Is Safari thie loser here? Yes, cause crashing just plain sucks!!!

-Chad</description>
		<content:encoded><![CDATA[<p>Sorry to say it, but every ajax return call that I implement in Safari that tries to return an array (evalScripts=true), crashes Safari!!! This is a Safari only issue, so don&#8217;t say IE is harder. I spend most of my hair pulling time trouble shooting Safarit, not IE. Like This:<br />
1. Firefox (so easy with firebug)<br />
2. IE (cause it throws an error and atleast tells me what line the error occured on)<br />
3. Safari (cause with ajax calls, at least 2 out of the last 4 projects I&#8217;ve made, the program just shuts down. Is an array with 130 stuctures that hard??? Apparently!)</p>
<p>I use prototype and return things as arrays often, and Safari has honestly been the biggest headache, where as IE is a headache, but at least tells you the line number!</p>
<p>P.S. I have enabled Safarie JS Logging, and their messages are useless!!! So any responders, don&#8217;t treat me like I&#8217;m retarded, cause I&#8217;m just mad at Safari&#8217;s array handling in ajax returns that evalute the code and let us add new arrays to the doc via ajax.</p>
<p>Is Safari thie loser here? Yes, cause crashing just plain sucks!!!</p>
<p>-Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Smith</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251899</link>
		<dc:creator>Ben Smith</dc:creator>
		<pubDate>Sat, 23 Jun 2007 21:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251899</guid>
		<description>From the article:
&quot;With the AJAX economy dictating that browsers with big market share like IE and Firefox get most of the effort, that leaves Safari as a second-class browser and, potentially, a liability for the iPhone.&quot;

I don&#039;t know who Cringely been talking to, but it&#039;s just not that hard to make a product work on Safari/Opera/Firefox  its getting to to work on IE thats the problem.  And yes the economics, do force you to make it work in IE.  But that doesn&#039;t for a moment make you not want to make it work on every other browser.  All of our AJAX products work on ALL modern browsers, I am pretty sure we&#039;re aren&#039;t alone.</description>
		<content:encoded><![CDATA[<p>From the article:<br />
&#8220;With the AJAX economy dictating that browsers with big market share like IE and Firefox get most of the effort, that leaves Safari as a second-class browser and, potentially, a liability for the iPhone.&#8221;</p>
<p>I don&#8217;t know who Cringely been talking to, but it&#8217;s just not that hard to make a product work on Safari/Opera/Firefox  its getting to to work on IE thats the problem.  And yes the economics, do force you to make it work in IE.  But that doesn&#8217;t for a moment make you not want to make it work on every other browser.  All of our AJAX products work on ALL modern browsers, I am pretty sure we&#8217;re aren&#8217;t alone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Manders</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251897</link>
		<dc:creator>Maarten Manders</dc:creator>
		<pubDate>Sat, 23 Jun 2007 18:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251897</guid>
		<description>Last time a browser vendor extended W3C standards there was a huge outcry.</description>
		<content:encoded><![CDATA[<p>Last time a browser vendor extended W3C standards there was a huge outcry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CEB</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251895</link>
		<dc:creator>CEB</dc:creator>
		<pubDate>Sat, 23 Jun 2007 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251895</guid>
		<description>Help!!! I can&#039;t figure out how to use the iPhone, Anyone else having trouble???

http://tinyurl.com/2r7cu4
It&#039;s here already!!! The iPhone and at great prices!!</description>
		<content:encoded><![CDATA[<p>Help!!! I can&#8217;t figure out how to use the iPhone, Anyone else having trouble???</p>
<p><a href="http://tinyurl.com/2r7cu4" rel="nofollow">http://tinyurl.com/2r7cu4</a><br />
It&#8217;s here already!!! The iPhone and at great prices!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Cabrera</title>
		<link>http://ajaxian.com/archives/iphone-and-ajax-onpinch-mac-simulator-and-cringely/comment-page-1#comment-251889</link>
		<dc:creator>Pablo Cabrera</dc:creator>
		<pubDate>Sat, 23 Jun 2007 16:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2513#comment-251889</guid>
		<description>&quot;... a connection across the network is painful (and I think it is!) ...&quot;

Don&#039;t they have keep alive these days?</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230; a connection across the network is painful (and I think it is!) &#8230;&#8221;</p>
<p>Don&#8217;t they have keep alive these days?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

