You might have figured that much out by now. But basically, that’s the essence of an RSS feed – you subscribe and then receive new content automatically in your feed reader. If you actually want to know how RSS works, click here. What in the world is a feed reader? You may already be using a form of feed reader, and not even realize it. If you use personalized home page services like My Yahoo or My MSN, you’ve got RSS capabilities built in. That’s how syndicated content
Blogs / http://www.xml.com/pub/a
1,238 blog reactions
-
What in the World is RSS?
http://www.simplyhisblogger.com/2008/05/what-in-the-world-is... -
SERVICE ORIENTED ARCHITECTURE (SOA) Overview
http://krishnakoney.blogspot.com/2008/05/service-oriented-ar...http://www.service-architecture.com/web-services/articles/service-oriented_architecture_soa_definition.html http://java.sun.com/developer/technicalArticles/WebServices/soa/ http://java.sun.com/developer/technicalArticles/WebServices/soa2/ http://www.xml.com/pub/a/ws/2003/09/30/soa.html http://www.service-architecture.com/web-services/articles/index.html http://dev2dev.bea.com/soa/
-
Gizmodo
http://www.webcodigos.com.br/blog/index.php/2008/05/16/gizmo...continue continue by Elliotte Rusty Harold, W. Scott Means continue continue continue continue continue continue continue
-
Homework 5-2-2008
http://s9426324.blogspot.com/2008/05/homework-5-2-2008.htmlstandards-based presentation using XHTML and CSS; 2.dynamic display and interaction using the Document Object Model; 3.data interchange and manipulation using XML and XSLT; 4.asynchronous data retrieval using XMLHttpRequest; 5.and JavaScript binding everything together. How Ajax is Different 1.An Ajax application eliminates the start-stop-start-stop nature of interaction on the Web by introducing an intermediary (an Ajax engine) between the user and the server.
-
AODC - web technology and standards
http://ffeathers.wordpress.com/2008/05/14/aodc-web-technolog...Other snippets Some more interesting items from Joe’s talk: Comparison of XML rendering via XSL versus CSS: Printing XML: Why CSS Is Better than XSL. Neat use of Flash for an online tutorial, from Verizon Wireless — demonstrates how to use a mobile phone. Click the ‘Interactive “How To” Simulator’. It has a movie of a hand clicking the buttons, plus a block of text in the right-hand
-
31个用来测试网站各项性能的免费工具
http://www.seospot.cn/2008/05/14/31%e4%b8%aa%e7%94%a8%e6%9d%...者最多的)的 HTML 验证工具。 3 .W3C CSS Validation Service用于验证 css 源代码,能够标注出不好的 css 代码设计。例如:“Same colors for color and background-color in two contexts”。 4 .RUWF XML Syntax Checker用于查找 XML 文件的错误。 5 .W3C Feed Validation Service用于查找 Atom 和 RSS feed 中的错误语法。( 这个我经常用到 ) 6 .W3C Link Checker用于搜寻查明你网站内的所有链接里是否有断链。(
-
GameLink Now Offers VOD and DVD RSS Feeds
http://gamelinkpartners.blogspot.com/2008/05/gamelink-now-of...http://feeds.gamelink.com:80/rss/2-0/newreleases/straight/vod/?src=gl&ref=glRSS/Atom http://feeds.gamelink.com:80/rss/atom/newreleases/straight/vod/?src=gl&ref=glFor more information on RSS Feeds please visit one of these links: RSS - WikipediaWhat is RSSIf you are looking for a widget you can use to serve our RSS feeds on your website we suggest you Google RSS widget. You will find a number of tools that will help. We make no warrents about their use.
-
Linoleum - Linux Programming Resources
http://linoleum.leapster.orgxml.com has a look at Oracle's Berkeley XML DB library - an embeddable database designed for storing XML documents.
-
Homework 5-2-2008
http://s9326256.blogspot.com/2008/05/homework-5-2-2008.htmlstandards-based presentation using XHTML and CSS;dynamic display and interaction using the Document Object Model;data interchange and manipulation using XML and XSLT;asynchronous data retrieval using XMLHttpRequest;and JavaScript binding everything together. Google is making a huge investment in developing the Ajax approach. All of the major products Google has introduced over the last year — Orkut, Gmail, the latest beta version of
-
VTD-XML for Large XML Processing
http://ssagara.blogspot.com/2008/05/vtd-xml-for-large-xml-pr...be a remedy for those issues with new concept called Virtual Token Descriptor (VTD) that is use 64 bit integers to keep encode offsets, lengths, token types ....etc while original XML file keep intact and undecided. Jimmy Zhang wrote nice article about Non-Extractive Parsing for Xml.com . VTD-XML basically promise to provide following key features . Conserving memory VTD-XML doesn't not create integral data object for XML file . This is relay good enhancement over traditional DOM based parsing.