12 Rss and Ajax
-
STEP 1: RSS
RSS is a method that uses XML to distribute web content on one web site, to many other web sites.
RSS allows fast browsing for news and updates.
(1)RSS Syntax
(2)RSS <channel>
(3)RSS <item>
(4)RSS Publish Feed
(5)RSS Read a Feed
STEP 2: AJAX
AJAX is not a new language, but just a new way to use existing standards.
With AJAX you can create better, faster, and more user friendly web applications.
AJAX is based on JavaScript and HTTP requests.
(1)AJAX XML File
(2)AJAX XMLHttpRequest