<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To Create a Simple Ajax CMS System with ASP.NET Ajax</title>
	<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/</link>
	<description></description>
	<pubDate>Tue, 02 Dec 2008 06:36:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Hartvig</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-130</link>
		<author>Hartvig</author>
		<pubDate>Tue, 07 Aug 2007 07:17:17 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-130</guid>
					<description>The effect you want could very easily be re-created with umbraco as it neither effects your markup - you're in complete control. So you can use the same code as you originally wanted without any need for a change. umbraco is different from "the rest" as it see you as the king instead of the system as a king. So you shouldn't integrate to the system - the system shall integrate to you :)

How much time did you spend on creating your own cms - I'd be happy to take the challenge to completely re-produce your effect with umbraco without any need to modify the umbraco core ;-)

Cheers,
Niels / umbraco</description>
		<content:encoded><![CDATA[<p>The effect you want could very easily be re-created with umbraco as it neither effects your markup - you&#8217;re in complete control. So you can use the same code as you originally wanted without any need for a change. umbraco is different from &#8220;the rest&#8221; as it see you as the king instead of the system as a king. So you shouldn&#8217;t integrate to the system - the system shall integrate to you <img src='http://www.creativeui.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>How much time did you spend on creating your own cms - I&#8217;d be happy to take the challenge to completely re-produce your effect with umbraco without any need to modify the umbraco core <img src='http://www.creativeui.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Niels / umbraco</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jesper Ordrup</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-131</link>
		<author>Jesper Ordrup</author>
		<pubDate>Tue, 07 Aug 2007 09:01:16 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-131</guid>
					<description>Nice effect ... but you didn't do your research and made a wrong turn. Umbraco lets you do what ever you like. Usercontrols, xslt and your own markup. Completly. 

Kindly,

Jesper</description>
		<content:encoded><![CDATA[<p>Nice effect &#8230; but you didn&#8217;t do your research and made a wrong turn. Umbraco lets you do what ever you like. Usercontrols, xslt and your own markup. Completly. </p>
<p>Kindly,</p>
<p>Jesper</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-134</link>
		<author>David Baxter</author>
		<pubDate>Tue, 07 Aug 2007 13:20:29 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-134</guid>
					<description>Hey Niels and Jesper, thanks for the comments. As I mentioned, I did not delve deeply into Umbraco, however out of the two free .NET CMS apps, I did find Umbraco to be the easier of the two.

I may have jumped the gun by building my own, but the experience taught me a lot and in turn I was able to share that newfound knowledge with the readers here. So all in all it was a worthwhile endeavor.

How long did this take me? Well, if I would have known how to use PageMethods beforehand I would have saved a lot of time (at least an hour). As it is though, it took me about 3 hours to get the initial work complete.

Niels, if you wish to reproduce the effect with Umbraco, then I would love to see it. I am sure that the readers here would love to see that. Shoot me an email and we can get the "challenge" setup correctly.

David</description>
		<content:encoded><![CDATA[<p>Hey Niels and Jesper, thanks for the comments. As I mentioned, I did not delve deeply into Umbraco, however out of the two free .NET CMS apps, I did find Umbraco to be the easier of the two.</p>
<p>I may have jumped the gun by building my own, but the experience taught me a lot and in turn I was able to share that newfound knowledge with the readers here. So all in all it was a worthwhile endeavor.</p>
<p>How long did this take me? Well, if I would have known how to use PageMethods beforehand I would have saved a lot of time (at least an hour). As it is though, it took me about 3 hours to get the initial work complete.</p>
<p>Niels, if you wish to reproduce the effect with Umbraco, then I would love to see it. I am sure that the readers here would love to see that. Shoot me an email and we can get the &#8220;challenge&#8221; setup correctly.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-142</link>
		<author>Jon</author>
		<pubDate>Wed, 08 Aug 2007 20:41:41 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-142</guid>
					<description>For what its worth, ASP:DropDownList controls render out as a Select box, and you can address and manipulate them on the clientside by passing a ClientID attribute to the control.</description>
		<content:encoded><![CDATA[<p>For what its worth, ASP:DropDownList controls render out as a Select box, and you can address and manipulate them on the clientside by passing a ClientID attribute to the control.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-143</link>
		<author>David Baxter</author>
		<pubDate>Wed, 08 Aug 2007 20:44:24 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-143</guid>
					<description>Yeah, I have noticed that, but if you are never going to use it on the server side, why not do it the easy way?

There isn't a right or wrong on this...just personal preference.

David

P.S. I like your site by the way...&lt;a href="http://www.geeksnotnerds.com" rel="nofollow"&gt;geeksnotnerds.com&lt;/a&gt;...great name. :)</description>
		<content:encoded><![CDATA[<p>Yeah, I have noticed that, but if you are never going to use it on the server side, why not do it the easy way?</p>
<p>There isn&#8217;t a right or wrong on this&#8230;just personal preference.</p>
<p>David</p>
<p>P.S. I like your site by the way&#8230;<a href="http://www.geeksnotnerds.com" rel="nofollow">geeksnotnerds.com</a>&#8230;great name. <img src='http://www.creativeui.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ahmad</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-144</link>
		<author>ahmad</author>
		<pubDate>Sun, 12 Aug 2007 14:36:41 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-144</guid>
					<description>i removed the update panel and every thing working fine. why you use it.</description>
		<content:encoded><![CDATA[<p>i removed the update panel and every thing working fine. why you use it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-145</link>
		<author>David Baxter</author>
		<pubDate>Sun, 12 Aug 2007 20:56:40 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-145</guid>
					<description>Hey Ahmad, glad you fixed it...but what was the problem?

The reason for the UpdatePanel is to give the CMS an "ajax feel". Without it, the page will work, but you will get the flickering from a full page reload.

I have used the CMS a couple of times (and I am actually expanding it and hoping to turn it into its own little project) and haven't had any problems with the UpdatePanel.

David</description>
		<content:encoded><![CDATA[<p>Hey Ahmad, glad you fixed it&#8230;but what was the problem?</p>
<p>The reason for the UpdatePanel is to give the CMS an &#8220;ajax feel&#8221;. Without it, the page will work, but you will get the flickering from a full page reload.</p>
<p>I have used the CMS a couple of times (and I am actually expanding it and hoping to turn it into its own little project) and haven&#8217;t had any problems with the UpdatePanel.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Prithvi</title>
		<link>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-900</link>
		<author>Prithvi</author>
		<pubDate>Wed, 30 Jan 2008 07:20:00 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/08/06/how-to-create-a-simple-ajax-cms-system-with-aspnet-ajax/#comment-900</guid>
					<description>gr8... work</description>
		<content:encoded><![CDATA[<p>gr8&#8230; work</p>
]]></content:encoded>
				</item>
</channel>
</rss>
