<?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: Ajaxium 2.0: ASP.NET Ajax Container</title>
	<atom:link href="http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ramik Apasan</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-193637</link>
		<dc:creator>Ramik Apasan</dc:creator>
		<pubDate>Sun, 19 Nov 2006 00:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-193637</guid>
		<description>I&#039;ve tried free components like Atlas and a lot of callback panels from different vendors. Finally I paid $349 for this tool. 
.
I just want to say that it saved me from many hours of coding/reading forums for tricks and workarounds.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried free components like Atlas and a lot of callback panels from different vendors. Finally I paid $349 for this tool.<br />
.<br />
I just want to say that it saved me from many hours of coding/reading forums for tricks and workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-106949</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 27 Sep 2006 12:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-106949</guid>
		<description>&lt;b&gt;B&lt;/b&gt;, you&#039;re missing something, $2999 is the mass-distribution price. With that license you can sell the library as a part of your own _branded_product_ meant for _mass_distribution_. Most of vendors in same situation take some %% from each copy sold, some vendors have just fixed special price. We&#039;re working with different vendors - telerik, infragistics, c1, and mass distribution price for all of them is not equal to the per-developer price.

As I wrote yesterday -- we&#039;re using this library, and you can turn hyperlinks navigation off, believe me. And it is good idea to turn it off if you&#039;re developing just another blog or portal. In this case you will have a bunch of AJAX-ed pages, each like an empowered UpdatePanel. So it&#039;s a question of flexibility, not the question of library-specific limitations. With Atlas&#039; UpdatePanel - there is nothing to turn off, but nothing to turn on as well. UpdatePanel is cool for simple samples and demos, but as soon as you start using it in real projects - you start wasting your time on tricky separation of the UI among dynamically loaded controls. Following changing customers&#039; requirements your web designers will start placing something outside of UpdatePanels producing bugs - finally - wasting money.</description>
		<content:encoded><![CDATA[<p><b>B</b>, you&#8217;re missing something, $2999 is the mass-distribution price. With that license you can sell the library as a part of your own _branded_product_ meant for _mass_distribution_. Most of vendors in same situation take some %% from each copy sold, some vendors have just fixed special price. We&#8217;re working with different vendors &#8211; telerik, infragistics, c1, and mass distribution price for all of them is not equal to the per-developer price.</p>
<p>As I wrote yesterday &#8212; we&#8217;re using this library, and you can turn hyperlinks navigation off, believe me. And it is good idea to turn it off if you&#8217;re developing just another blog or portal. In this case you will have a bunch of AJAX-ed pages, each like an empowered UpdatePanel. So it&#8217;s a question of flexibility, not the question of library-specific limitations. With Atlas&#8217; UpdatePanel &#8211; there is nothing to turn off, but nothing to turn on as well. UpdatePanel is cool for simple samples and demos, but as soon as you start using it in real projects &#8211; you start wasting your time on tricky separation of the UI among dynamically loaded controls. Following changing customers&#8217; requirements your web designers will start placing something outside of UpdatePanels producing bugs &#8211; finally &#8211; wasting money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-106729</link>
		<dc:creator>B</dc:creator>
		<pubDate>Wed, 27 Sep 2006 04:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-106729</guid>
		<description>John: navigation should be done with *links* (it&#039;s *navigation*). This way, it can be in the browser history, it can be bookmarked and refresh and back work as expected, without crazy hacks.
Plus, ASP.NET did that years ago too, it was called SmartNavigation... Not a good idea, now deprecated.
UpdatePanel degrades to ordinary postbacks on browsers that don&#039;t support it.
If an update fails because of a timeout or server error, you can handler the error yourself and/or display the server error message.
Here&#039;s the page with the $3K price, but you can keep your dollar:
http://www.ajaxium.com/buy-ajax-solution.aspx
It says redistributable: $2999 and (brace yourself) &quot;unbeatable price&quot;.
By the way, to get the url for this page, I had to right click and copy shortcut from the link on the home page instead of just copying it from the address bar because of this stupid AJAX navigation idea. Navigation should be done with LINKS, this is proof enough.
If you want to pay that price for an inferior solution, fine, it&#039;s your money.</description>
		<content:encoded><![CDATA[<p>John: navigation should be done with *links* (it&#8217;s *navigation*). This way, it can be in the browser history, it can be bookmarked and refresh and back work as expected, without crazy hacks.<br />
Plus, ASP.NET did that years ago too, it was called SmartNavigation&#8230; Not a good idea, now deprecated.<br />
UpdatePanel degrades to ordinary postbacks on browsers that don&#8217;t support it.<br />
If an update fails because of a timeout or server error, you can handler the error yourself and/or display the server error message.<br />
Here&#8217;s the page with the $3K price, but you can keep your dollar:<br />
<a href="http://www.ajaxium.com/buy-ajax-solution.aspx" rel="nofollow">http://www.ajaxium.com/buy-ajax-solution.aspx</a><br />
It says redistributable: $2999 and (brace yourself) &#8220;unbeatable price&#8221;.<br />
By the way, to get the url for this page, I had to right click and copy shortcut from the link on the home page instead of just copying it from the address bar because of this stupid AJAX navigation idea. Navigation should be done with LINKS, this is proof enough.<br />
If you want to pay that price for an inferior solution, fine, it&#8217;s your money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-106256</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 26 Sep 2006 17:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-106256</guid>
		<description>Well, you have&#039;t used it, right? :)
We&#039;re using this library about a year. Atlas, with UpdatePanel, still does nothing comparable. How you can navigate from one ASPX to another with Atlas? What about old browsers? What will you do if UpdatePanel will fail to display update? That&#039;s notification message can be disabled or replaced with your custom actions, and more, and more...

P.S. If someone will show me the page with $3K bucks price -- I&#039;ll give him/her a dollar :)</description>
		<content:encoded><![CDATA[<p>Well, you have&#8217;t used it, right? :)<br />
We&#8217;re using this library about a year. Atlas, with UpdatePanel, still does nothing comparable. How you can navigate from one ASPX to another with Atlas? What about old browsers? What will you do if UpdatePanel will fail to display update? That&#8217;s notification message can be disabled or replaced with your custom actions, and more, and more&#8230;</p>
<p>P.S. If someone will show me the page with $3K bucks price &#8212; I&#8217;ll give him/her a dollar :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-105250</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 25 Sep 2006 23:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-105250</guid>
		<description>On their main page I keep getting &quot;Request timed out.  AJAX disabled for this page.&quot; when trying to go to any page.

Sure, I&#039;ll pay $2999 so my users can see an error too.</description>
		<content:encoded><![CDATA[<p>On their main page I keep getting &#8220;Request timed out.  AJAX disabled for this page.&#8221; when trying to go to any page.</p>
<p>Sure, I&#8217;ll pay $2999 so my users can see an error too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Le</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-105175</link>
		<dc:creator>Alan Le</dc:creator>
		<pubDate>Mon, 25 Sep 2006 20:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-105175</guid>
		<description>&lt;strong&gt;$3000 for UpdatePanel functionality??&lt;/strong&gt;

Ajaxian has a post today about Ajaxium, &quot;an ASP.NET Ajax container to ajax-enable your existing ASP.NET...</description>
		<content:encoded><![CDATA[<p><strong>$3000 for UpdatePanel functionality??</strong></p>
<p>Ajaxian has a post today about Ajaxium, &#8220;an ASP.NET Ajax container to ajax-enable your existing ASP.NET&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-105167</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 25 Sep 2006 20:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-105167</guid>
		<description>what the heck just happened. I dont think the 5 minutes count if you just increase the speed of the video....</description>
		<content:encoded><![CDATA[<p>what the heck just happened. I dont think the 5 minutes count if you just increase the speed of the video&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-105122</link>
		<dc:creator>B</dc:creator>
		<pubDate>Mon, 25 Sep 2006 19:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-105122</guid>
		<description>Well, $3000 for an Atlas UpdatePanel (which is free as in beer) that forces all your pages to inherit from their base class is /a little/ overpriced.</description>
		<content:encoded><![CDATA[<p>Well, $3000 for an Atlas UpdatePanel (which is free as in beer) that forces all your pages to inherit from their base class is /a little/ overpriced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-105005</link>
		<dc:creator>Gonzalo</dc:creator>
		<pubDate>Mon, 25 Sep 2006 17:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-105005</guid>
		<description>&lt;em&gt;The Real-Time Demo&lt;/em&gt;... after a dozen cups of coffee.</description>
		<content:encoded><![CDATA[<p><em>The Real-Time Demo</em>&#8230; after a dozen cups of coffee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schiller</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-104979</link>
		<dc:creator>Scott Schiller</dc:creator>
		<pubDate>Mon, 25 Sep 2006 17:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-104979</guid>
		<description>Sounds like an item in the table of elements!

&quot;.. and here we have Ajaxium, which is a rather unstable entry alongside Lithium..&quot; ;) (Sorry, early Monday AM humour.)</description>
		<content:encoded><![CDATA[<p>Sounds like an item in the table of elements!</p>
<p>&#8220;.. and here we have Ajaxium, which is a rather unstable entry alongside Lithium..&#8221; ;) (Sorry, early Monday AM humour.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jft</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-104937</link>
		<dc:creator>jft</dc:creator>
		<pubDate>Mon, 25 Sep 2006 16:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-104937</guid>
		<description>How is this any different/better than Atlas?</description>
		<content:encoded><![CDATA[<p>How is this any different/better than Atlas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naterkane</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-104933</link>
		<dc:creator>naterkane</dc:creator>
		<pubDate>Mon, 25 Sep 2006 16:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-104933</guid>
		<description>in their forward text do they actually use the word &quot;ajax&quot; as a verb?
does that make ajax the new google? 

&quot;hey man, i&#039;m totally going to ajax this site up&quot;</description>
		<content:encoded><![CDATA[<p>in their forward text do they actually use the word &#8220;ajax&#8221; as a verb?<br />
does that make ajax the new google? </p>
<p>&#8220;hey man, i&#8217;m totally going to ajax this site up&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas BUI</title>
		<link>http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container/comment-page-1#comment-104900</link>
		<dc:creator>Nicolas BUI</dc:creator>
		<pubDate>Mon, 25 Sep 2006 15:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajaxium-20-aspnet-ajax-container#comment-104900</guid>
		<description>Well ... the man behind the demo is quite as fast as the 3 Millions dollars man ...</description>
		<content:encoded><![CDATA[<p>Well &#8230; the man behind the demo is quite as fast as the 3 Millions dollars man &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

