<?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: Hijax: Graceful Degration</title>
	<atom:link href="http://ajaxian.com/archives/hijax-graceful-degration/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/hijax-graceful-degration</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: deniz dizman</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-255591</link>
		<dc:creator>deniz dizman</dc:creator>
		<pubDate>Mon, 17 Sep 2007 10:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-255591</guid>
		<description>One point to remember here is that you also need to incorporate a history management framework for the back button to function properly</description>
		<content:encoded><![CDATA[<p>One point to remember here is that you also need to incorporate a history management framework for the back button to function properly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Revillini</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-4008</link>
		<dc:creator>James Revillini</dc:creator>
		<pubDate>Sat, 25 Feb 2006 16:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-4008</guid>
		<description>@ Matthias : I think you&#039;re right that it&#039;s a bad idea to propogate URLs containing verbs altogether.  Submissions of requests for action should occur through POSTs, PUTs, and DELETEs which should happen as form submission &gt; interception by javascript &gt; submission to server via xmlhttprequest.  If this model is observed, we won&#039;t wind up with URLs like .../action/collection/id (GETs for getting details on an object are just the implied action when you want info on .../collection/id).

Note: I&#039;m brand new to AJAX so if something I said was wrong, cut me a little slack and school me in the wise ways.</description>
		<content:encoded><![CDATA[<p>@ Matthias : I think you&#8217;re right that it&#8217;s a bad idea to propogate URLs containing verbs altogether.  Submissions of requests for action should occur through POSTs, PUTs, and DELETEs which should happen as form submission &gt; interception by javascript &gt; submission to server via xmlhttprequest.  If this model is observed, we won&#8217;t wind up with URLs like &#8230;/action/collection/id (GETs for getting details on an object are just the implied action when you want info on &#8230;/collection/id).</p>
<p>Note: I&#8217;m brand new to AJAX so if something I said was wrong, cut me a little slack and school me in the wise ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Co Kierepka czyta, wie lub myÅ›li, Å¼e wie :)</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-3992</link>
		<dc:creator>Co Kierepka czyta, wie lub myÅ›li, Å¼e wie :)</dc:creator>
		<pubDate>Fri, 24 Feb 2006 19:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-3992</guid>
		<description>&lt;strong&gt;Jak sprawdziÄ‡ czy dana wartoÅ›Ä‡ istnieje w bazie danych, oraz parÄ™ innych wyczytaych &quot;nowoÅ›ci&quot; z blog&#243;w, min AJAX, Origami, Hijax...&lt;/strong&gt;

1) Jak przeszukaÄ‡ wszystkie kolumny we wszystkich tabelach w bazie danych by znaleÅºÄ‡ okreÅ›lony klucz/sÅ‚owo?...</description>
		<content:encoded><![CDATA[<p><strong>Jak sprawdziÄ‡ czy dana wartoÅ›Ä‡ istnieje w bazie danych, oraz parÄ™ innych wyczytaych &quot;nowoÅ›ci&quot; z blog&#243;w, min AJAX, Origami, Hijax&#8230;</strong></p>
<p>1) Jak przeszukaÄ‡ wszystkie kolumny we wszystkich tabelach w bazie danych by znaleÅºÄ‡ okreÅ›lony klucz/sÅ‚owo?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troels Wittrup Jensen</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-3938</link>
		<dc:creator>Troels Wittrup Jensen</dc:creator>
		<pubDate>Thu, 23 Feb 2006 23:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-3938</guid>
		<description>But why not let the browser handle the Hijaxing internally? 

That&#039;s what happens in the Windows Application framework - the window manager takes care of the screen updates. 

Right now Hijax is the window manager for web formsâ€¦</description>
		<content:encoded><![CDATA[<p>But why not let the browser handle the Hijaxing internally? </p>
<p>That&#8217;s what happens in the Windows Application framework &#8211; the window manager takes care of the screen updates. </p>
<p>Right now Hijax is the window manager for web formsâ€¦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwarden</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-3604</link>
		<dc:creator>mwarden</dc:creator>
		<pubDate>Fri, 17 Feb 2006 20:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-3604</guid>
		<description>No, it&#039;s not the &quot;only way&quot;. Like anything else, it depends wholly on the application&#039;s audience. I would way that 90% of AJAX uses would benefit from this paradigm, but that still leaves 10% in an ever-increasing population of audiences of specific-use web-based applications which have been created to replace native desktop applications. This is one of the primary uses of AJAX, so it is not wise to suggest that the &quot;only way&quot; to use AJAX is in a way that degrades gracefully. Doing so will have you left behind.</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s not the &#8220;only way&#8221;. Like anything else, it depends wholly on the application&#8217;s audience. I would way that 90% of AJAX uses would benefit from this paradigm, but that still leaves 10% in an ever-increasing population of audiences of specific-use web-based applications which have been created to replace native desktop applications. This is one of the primary uses of AJAX, so it is not wise to suggest that the &#8220;only way&#8221; to use AJAX is in a way that degrades gracefully. Doing so will have you left behind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Comparison of Ajax Frameworks for ASP.NET &#8212; Sam&#8217;s random musings Archive</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-3058</link>
		<dc:creator>A Comparison of Ajax Frameworks for ASP.NET &#8212; Sam&#8217;s random musings Archive</dc:creator>
		<pubDate>Fri, 03 Feb 2006 15:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-3058</guid>
		<description>[...] First, let me explain why only these 6 Frameworks are included although there is a lot more AJAX stuff for ASP.NET out there. All the frameworks listed here have one unique AJAX feature: They allow updating page content without programming AJAX directly - i call it indirect AJAX programming - a compareable concept is called Hijax. [...]</description>
		<content:encoded><![CDATA[<p>[...] First, let me explain why only these 6 Frameworks are included although there is a lot more AJAX stuff for ASP.NET out there. All the frameworks listed here have one unique AJAX feature: They allow updating page content without programming AJAX directly &#8211; i call it indirect AJAX programming &#8211; a compareable concept is called Hijax. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; A Comparison of Ajax Frameworks for ASP.NET</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-3057</link>
		<dc:creator>Ajaxian &#187; A Comparison of Ajax Frameworks for ASP.NET</dc:creator>
		<pubDate>Fri, 03 Feb 2006 15:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-3057</guid>
		<description>[...] First, let me explain why only these 6 Frameworks are included although there is a lot more AJAX stuff for ASP.NET out there. All the frameworks listed here have one unique AJAX feature: They allow updating page content without programming AJAX directly - i call it indirect AJAX programming - a compareable concept is called Hijax. [...]</description>
		<content:encoded><![CDATA[<p>[...] First, let me explain why only these 6 Frameworks are included although there is a lot more AJAX stuff for ASP.NET out there. All the frameworks listed here have one unique AJAX feature: They allow updating page content without programming AJAX directly &#8211; i call it indirect AJAX programming &#8211; a compareable concept is called Hijax. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-2923</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Tue, 31 Jan 2006 01:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-2923</guid>
		<description>The degrading happens automatically if you use Xin - (Ajax is assumed to begin with) - you dont have to do anything special server/clientside either way.
http://www.naltabyte.se/howto.htm</description>
		<content:encoded><![CDATA[<p>The degrading happens automatically if you use Xin &#8211; (Ajax is assumed to begin with) &#8211; you dont have to do anything special server/clientside either way.<br />
<a href="http://www.naltabyte.se/howto.htm" rel="nofollow">http://www.naltabyte.se/howto.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Collette</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-2913</link>
		<dc:creator>Richard Collette</dc:creator>
		<pubDate>Mon, 30 Jan 2006 22:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-2913</guid>
		<description>Matthias,

Why would a get for data update be any different than doing a post?</description>
		<content:encoded><![CDATA[<p>Matthias,</p>
<p>Why would a get for data update be any different than doing a post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mortimer</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-2810</link>
		<dc:creator>Mortimer</dc:creator>
		<pubDate>Thu, 26 Jan 2006 22:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-2810</guid>
		<description>this &lt;code&gt;href=&quot;delete/item/1&quot;&lt;/code&gt; is starting to spread over the internet. It is not clear what it is supposed to do. But it is important to insists that this is BAD if it implies deleting data from a database etc...

GET method should not be used for actions that alter data. This should be done with a POST. So to degrade gracefully, the delete action should be supported by a form element.</description>
		<content:encoded><![CDATA[<p>this <code>href="delete/item/1"</code> is starting to spread over the internet. It is not clear what it is supposed to do. But it is important to insists that this is BAD if it implies deleting data from a database etc&#8230;</p>
<p>GET method should not be used for actions that alter data. This should be done with a POST. So to degrade gracefully, the delete action should be supported by a form element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-2792</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Thu, 26 Jan 2006 15:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-2792</guid>
		<description>Isn&#039;t that what the article said?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t that what the article said?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-2787</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Thu, 26 Jan 2006 12:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-2787</guid>
		<description>Well this isn&#039;t anything new and not a technique per-se. You can do this (like i do) by using behaviours...

e.g. create a hyperlink (for instance with href=&quot;delete/item/1&quot;), and create a behaviour which you initialize on page load. In this behaviour, the onclick does some ajax stuff and returns false.

And there you have it, excellent fallback!</description>
		<content:encoded><![CDATA[<p>Well this isn&#8217;t anything new and not a technique per-se. You can do this (like i do) by using behaviours&#8230;</p>
<p>e.g. create a hyperlink (for instance with href=&#8221;delete/item/1&#8243;), and create a behaviour which you initialize on page load. In this behaviour, the onclick does some ajax stuff and returns false.</p>
<p>And there you have it, excellent fallback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://ajaxian.com/archives/hijax-graceful-degration/comment-page-1#comment-2751</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Wed, 25 Jan 2006 16:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=777#comment-2751</guid>
		<description>If you use Ajax to smarten up your traditional web application, previously built or not, I believe this should be the &lt;em&gt;only&lt;/em&gt; way. 

I remember at some point early last year there was a european (dutch?) web company that rebuilt their whole web appearance with Ajax, without no-script fallback. 
I thought this to be a massive step back for accessibility, and expect many examples to follow; but many others have written about it, I guess I don&#039;t have to elaborate.

Aside from that, you might want to give your technorati tag another &quot;s&quot;.</description>
		<content:encoded><![CDATA[<p>If you use Ajax to smarten up your traditional web application, previously built or not, I believe this should be the <em>only</em> way. </p>
<p>I remember at some point early last year there was a european (dutch?) web company that rebuilt their whole web appearance with Ajax, without no-script fallback.<br />
I thought this to be a massive step back for accessibility, and expect many examples to follow; but many others have written about it, I guess I don&#8217;t have to elaborate.</p>
<p>Aside from that, you might want to give your technorati tag another &#8220;s&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

