Tuesday, October 31, 2006

Cortitos - AJAX

I wrote some time back about progressive enhancement with Ajax. It’s a very simple idea:

  1. First, build an old-fashioned website that uses hyperlinks and forms to pass information to the server. The server returns whole new pages with each request.
  2. Now, use JavaScript to intercept those links and form submissions and pass the information via XMLHttpRequest instead. You can then select which parts of the page need to be updated instead of updating the whole page.



Tomado de http://ajaxian.com/archives/hijax-graceful-degration
Dos direcciones mas:
http://www.adaptivepath.com/publications/essays/archives/000385.php
http://www.domscripting.com/blog/display/41

Esta demas decir que AJAX es mas que suma de tecnologias...

No comments: