<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>Miky Schreiber's Blog - Programming|Ajax</title>
    <link>http://www.miky-schreiber.com/Blog/</link>
    <description>Business Intelligence, Analysis Services, MDX, DataWarehousing and more...</description>
    <language>en-us</language>
    <copyright>Miky Schreiber</copyright>
    <lastBuildDate>Sat, 11 Aug 2007 20:09:56 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>miky@zahav.net.il</managingEditor>
    <webMaster>miky@zahav.net.il</webMaster>
    <item>
      <trackback:ping>http://www.miky-schreiber.com/Blog/Trackback.aspx?guid=5fad5923-22da-4a42-b18d-b176b3969be8</trackback:ping>
      <pingback:server>http://www.miky-schreiber.com/Blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.miky-schreiber.com/Blog/PermaLink,guid,5fad5923-22da-4a42-b18d-b176b3969be8.aspx</pingback:target>
      <dc:creator>mikypuff</dc:creator>
      <wfw:comment>http://www.miky-schreiber.com/Blog/CommentView,guid,5fad5923-22da-4a42-b18d-b176b3969be8.aspx</wfw:comment>
      <wfw:commentRss>http://www.miky-schreiber.com/Blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5fad5923-22da-4a42-b18d-b176b3969be8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">A good example of how to not use Ajax.<br /><p></p>
Few months ago, Blizzard Entertainment announced that Starcraft 2 is on the way and
they opened a <a href="http://www.startcraft2.com">web site</a> to make sales promotions.
In the <a href="http://www.starcraft2.com/features/terran/">sections</a> where you
see details about units and buildings in the new game, clicking on a unit will change
90% of the page with Ajax (no refresh in browser). The problem is that many heavy
pictures and flash are loaded using this method and this makes the browser freezing
for a while. I tried it with different browsers and different computers but it won't
help. The browser always freezes.<br /><br />
Think twice when designing Ajax-enabled web page. Downloading too much data with Ajax
can perform troubles. And troubled users won't come back to your web site.<br /><img width="0" height="0" src="http://www.miky-schreiber.com/Blog/aggbug.ashx?id=5fad5923-22da-4a42-b18d-b176b3969be8" /></body>
      <title>How you should not use Ajax</title>
      <guid isPermaLink="false">http://www.miky-schreiber.com/Blog/PermaLink,guid,5fad5923-22da-4a42-b18d-b176b3969be8.aspx</guid>
      <link>http://www.miky-schreiber.com/Blog/PermaLink,guid,5fad5923-22da-4a42-b18d-b176b3969be8.aspx</link>
      <pubDate>Sat, 11 Aug 2007 20:09:56 GMT</pubDate>
      <description>A good example of how to not use Ajax.&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
Few months ago, Blizzard Entertainment announced that Starcraft 2 is on the way and
they opened a &lt;a href="http://www.startcraft2.com"&gt;web site&lt;/a&gt; to make sales promotions.
In the &lt;a href="http://www.starcraft2.com/features/terran/"&gt;sections&lt;/a&gt; where you
see details about units and buildings in the new game, clicking on a unit will change
90% of the page with Ajax (no refresh in browser). The problem is that many heavy
pictures and flash are loaded using this method and this makes the browser freezing
for a while. I tried it with different browsers and different computers but it won't
help. The browser always freezes.&lt;br&gt;
&lt;br&gt;
Think twice when designing Ajax-enabled web page. Downloading too much data with Ajax
can perform troubles. And troubled users won't come back to your web site.&lt;br&gt;
&lt;img width="0" height="0" src="http://www.miky-schreiber.com/Blog/aggbug.ashx?id=5fad5923-22da-4a42-b18d-b176b3969be8" /&gt;</description>
      <comments>http://www.miky-schreiber.com/Blog/CommentView,guid,5fad5923-22da-4a42-b18d-b176b3969be8.aspx</comments>
      <category>Programming;Programming/Ajax</category>
    </item>
  </channel>
</rss>