<?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: Making Ajax Applications Scream on the Client</title>
	<atom:link href="http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client</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: Mone</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260704</link>
		<dc:creator>Mone</dc:creator>
		<pubDate>Tue, 22 Jan 2008 09:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260704</guid>
		<description>Hi, I don&#039;t understand why the with statement should be so costly. It should just add an object in front of the scope chain. 
Is meant that any time an identifier is not present in the object used on the with statement there is one more object to check? 
A function is more expensive than a with statement from this point of view.
What is meant with &quot;use manual iterators&quot;?</description>
		<content:encoded><![CDATA[<p>Hi, I don&#8217;t understand why the with statement should be so costly. It should just add an object in front of the scope chain.<br />
Is meant that any time an identifier is not present in the object used on the with statement there is one more object to check?<br />
A function is more expensive than a with statement from this point of view.<br />
What is meant with &#8220;use manual iterators&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erlando</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260548</link>
		<dc:creator>erlando</dc:creator>
		<pubDate>Tue, 15 Jan 2008 11:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260548</guid>
		<description>What is it with Microsoft and the licensing for these tools. Again we have an example of a potentially very useful tool for web developers everywhere and then this bit of text in the license ruins it all:

&quot;You may not use or distribute this Software or any derivative works in any form for commercial purposes. Examples of commercial purposes would be running business operations, licensing, leasing, or selling the Software, distributing the Software for use with commercial products, using the Software in the creation or use of commercial products or any other activity which purpose is to procure a commercial gain to you or others.&quot;

WTH Microsoft? Why can&#039;t I use this app where it would be the most useful?</description>
		<content:encoded><![CDATA[<p>What is it with Microsoft and the licensing for these tools. Again we have an example of a potentially very useful tool for web developers everywhere and then this bit of text in the license ruins it all:</p>
<p>&#8220;You may not use or distribute this Software or any derivative works in any form for commercial purposes. Examples of commercial purposes would be running business operations, licensing, leasing, or selling the Software, distributing the Software for use with commercial products, using the Software in the creation or use of commercial products or any other activity which purpose is to procure a commercial gain to you or others.&#8221;</p>
<p>WTH Microsoft? Why can&#8217;t I use this app where it would be the most useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Michaux</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260521</link>
		<dc:creator>Peter Michaux</dc:creator>
		<pubDate>Sat, 12 Jan 2008 22:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260521</guid>
		<description>When will people please stop spelling it &quot;Ajax&quot; when they mean to spell it &quot;browser scripting&quot;? We are programmers. Spelling counts.</description>
		<content:encoded><![CDATA[<p>When will people please stop spelling it &#8220;Ajax&#8221; when they mean to spell it &#8220;browser scripting&#8221;? We are programmers. Spelling counts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balupton</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260517</link>
		<dc:creator>balupton</dc:creator>
		<pubDate>Sat, 12 Jan 2008 08:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260517</guid>
		<description>Some great tips there. I especially like the one about making references to function calls to use within for loops.

One thing that I do in my applications is use cookies to transfer data, rather than http requests. I&#039;m surprised that this was not mentioned.

One concern I have about speculative downloads is that it could cause serious bandwidth problems, if what is loaded is not actually used.</description>
		<content:encoded><![CDATA[<p>Some great tips there. I especially like the one about making references to function calls to use within for loops.</p>
<p>One thing that I do in my applications is use cookies to transfer data, rather than http requests. I&#8217;m surprised that this was not mentioned.</p>
<p>One concern I have about speculative downloads is that it could cause serious bandwidth problems, if what is loaded is not actually used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Thuerigen</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260516</link>
		<dc:creator>Frank Thuerigen</dc:creator>
		<pubDate>Sat, 12 Jan 2008 05:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260516</guid>
		<description>EDIT: I also have to say, if &quot;document.body.all&quot; is shown in an example of caching a collection of DOM elements, the title of the presentation should have been &quot;How to make AJAX applications scream on the IE&quot; or &quot;How to make AJAX applications whine on the client&quot; ;-)</description>
		<content:encoded><![CDATA[<p>EDIT: I also have to say, if &#8220;document.body.all&#8221; is shown in an example of caching a collection of DOM elements, the title of the presentation should have been &#8220;How to make AJAX applications scream on the IE&#8221; or &#8220;How to make AJAX applications whine on the client&#8221; ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Thuerigen</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260515</link>
		<dc:creator>Frank Thuerigen</dc:creator>
		<pubDate>Sat, 12 Jan 2008 05:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260515</guid>
		<description>@Andy - u r right but in order to know what to expect on IE8 and MS in general its valuable to know their way of thinking... I am past the stage of of hating IE, I just deal with it. 
I think that history already showed that MS underestimated the power of the community and their ability to enforce standards over proprietary solutions.
There is several talks about the issue in general on YUI theater, which I would highly recommend also for those interested.</description>
		<content:encoded><![CDATA[<p>@Andy &#8211; u r right but in order to know what to expect on IE8 and MS in general its valuable to know their way of thinking&#8230; I am past the stage of of hating IE, I just deal with it.<br />
I think that history already showed that MS underestimated the power of the community and their ability to enforce standards over proprietary solutions.<br />
There is several talks about the issue in general on YUI theater, which I would highly recommend also for those interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260513</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 12 Jan 2008 03:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260513</guid>
		<description>At this point, the platform, the web browser, should be responding to the (developer) market, not the other way around.  They should be saying/thinking &quot;what do you want?&quot; or &quot;how can we make things easier?&quot; and delivering on that.</description>
		<content:encoded><![CDATA[<p>At this point, the platform, the web browser, should be responding to the (developer) market, not the other way around.  They should be saying/thinking &#8220;what do you want?&#8221; or &#8220;how can we make things easier?&#8221; and delivering on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schill</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260512</link>
		<dc:creator>Schill</dc:creator>
		<pubDate>Sat, 12 Jan 2008 01:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260512</guid>
		<description>This is good stuff straight from the team at MS, I think a lot of the practices are relevant to javascript in general and not specifically just IE&#039;s JScript engine. I also recommend Julien&#039;s presentation as well - all good stuff.</description>
		<content:encoded><![CDATA[<p>This is good stuff straight from the team at MS, I think a lot of the practices are relevant to javascript in general and not specifically just IE&#8217;s JScript engine. I also recommend Julien&#8217;s presentation as well &#8211; all good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260509</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 11 Jan 2008 21:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260509</guid>
		<description>That Ajax View thingy crashes IE6... but still pretty neat though...</description>
		<content:encoded><![CDATA[<p>That Ajax View thingy crashes IE6&#8230; but still pretty neat though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Roderick</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260508</link>
		<dc:creator>Morgan Roderick</dc:creator>
		<pubDate>Fri, 11 Jan 2008 21:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260508</guid>
		<description>This looks very much like last years &quot;recommendations&quot; from the IE team, about not using closures etc. Basically: &quot;gimp your script to accomodate our browser&quot; ... after a few years of supporting various generations of IE, you get kind of an ambivalent attitude towards the IE team(s) at MS.

On one hand, they do great work, and I personally can&#039;t wait to play around with an IE version, that can pass the Acid2 test.

On the other hand, the sheer arrogance of some of these guys is just staggering. They keep churning out mediocre code, and expect the rest of the worlds (web)developers to jump through hoops to continue to support the clueless masses that choose IE because someone decides to cash in on their desktop dominance.

</description>
		<content:encoded><![CDATA[<p>This looks very much like last years &#8220;recommendations&#8221; from the IE team, about not using closures etc. Basically: &#8220;gimp your script to accomodate our browser&#8221; &#8230; after a few years of supporting various generations of IE, you get kind of an ambivalent attitude towards the IE team(s) at MS.</p>
<p>On one hand, they do great work, and I personally can&#8217;t wait to play around with an IE version, that can pass the Acid2 test.</p>
<p>On the other hand, the sheer arrogance of some of these guys is just staggering. They keep churning out mediocre code, and expect the rest of the worlds (web)developers to jump through hoops to continue to support the clueless masses that choose IE because someone decides to cash in on their desktop dominance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khakman</title>
		<link>http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client/comment-page-1#comment-260506</link>
		<dc:creator>khakman</dc:creator>
		<pubDate>Fri, 11 Jan 2008 20:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/making-ajax-applications-scream-on-the-client#comment-260506</guid>
		<description>In addition the use of XSLT can deliver huge performance boosts to HTML generation and rendering over JavaScript.  TIBCO General Interface uses a technique to poke values from JavaScript objects into parameters in XSLT (so developers do not have to get into the yuck of XSLT development), then use XSLT/XML merge to generate and update GUIs faster.  Essentially the XML/XSL merge process acts as a sort of compiler for these processes and gets the job done faster.  It&#039;s one the the things that makes TIBCO GI (after it loads -- which does take a second or two more given all that&#039;s in it to deliver full featured ajax apps -- not a component or three in an HTML page) run so fast.  Of course this means that your data must be in XML, but GI&#039;s data objects can be accessed as both JSON or XML simultaneously.</description>
		<content:encoded><![CDATA[<p>In addition the use of XSLT can deliver huge performance boosts to HTML generation and rendering over JavaScript.  TIBCO General Interface uses a technique to poke values from JavaScript objects into parameters in XSLT (so developers do not have to get into the yuck of XSLT development), then use XSLT/XML merge to generate and update GUIs faster.  Essentially the XML/XSL merge process acts as a sort of compiler for these processes and gets the job done faster.  It&#8217;s one the the things that makes TIBCO GI (after it loads &#8212; which does take a second or two more given all that&#8217;s in it to deliver full featured ajax apps &#8212; not a component or three in an HTML page) run so fast.  Of course this means that your data must be in XML, but GI&#8217;s data objects can be accessed as both JSON or XML simultaneously.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

