RSS Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 35 articles & tutorials regarding "RSS".
- 19.) Sun's Developer Content Syndication Program: Get Your RSS Feeds
- Printable Page Articles Index By Jon Byous May, 2003 The developer content you need is now where you need it, when you need it: on your desktop. That's the benefit of Sun's free, Developer Content Syndication Program, offering up-to-date headline feeds for such developer content as articles, latest downloads, tutorials, and code samples. The popularity of RSS feeds seems to be taking off, especially in the developer community. Developers who are too busy to view all the latest news and...
Found at Java Developer Connection
- 20.) Build an ASP.NET Atom-to-RSS Feed Converter
- by Peter A. Bromberg, Ph.D. "There art two cardinal sins from which all others spring: Impatience and Laziness." -- Kafka I don't know about you, but I'm usually at my best when I can take either code I've already written, or someone else's code, put together different pieces that I need, make any improvements or refactoring, and have what I need for an end product. I've seen people slave over a daunting new challenge and concept that they've set for themselves, such as writing a custom...
Found at EggHeadCafe
- 21.) Transact-SQL RFC822 DateTime UDF
- Printer Friendly Version Have you ever wanted to generate RSS from a Stored procedure? It's easy, until you get to the RFC822 date requirement! Believe it or not, I could not find this anywhere-- I actually had to cobble it together from pieces myself. Enjoy: IF OBJECT_ID('[dbo].[fnRFC822Date]', 'FN') IS NOT NULL DROP FUNCTION [dbo].[fnRFC822Date] GO CREATE FUNCTION [dbo].[fnRFC822Date] ( @Date datetime ) RETURNS nvarchar(70) AS BEGIN DECLARE @display nvarchar(70) SET @display =...
Found at EggHeadCafe
- 22.) Building a Semantic Web Site
- by Eric van der Vlist May 02, 2001 Bring Metadata Back to RSS Got comments or questions on this technique? Ask the author and share your views in our forum. Post your comments Even though the Semantic Web may yet seem a remote dream, there are already tools one can use to make a tiny step forward by building "semantic web sites," which can be much easier to navigate than ordinary sites. In this article, I will discuss how RSS 1.0 and its taxonomy module can be used as a central format...
Found at XML.com
- 23.) Normalizing Syndicated Feed Content
- by Mark Pilgrim April 07, 2004 So you want to write a program to read RSS and Atom syndicated feeds. Sounds simple enough. After all, RSS stands for "Really Simple Syndication" (or "Rich Site Summary", or "RDF Site Summary", or something), and Atom is just RSS with different tag names, right? Well, not exactly. First, you need to realize that there are multiple versions of RSS. I wrote about this a year and a half ago in my inaugural Dive Into XML article , and the problem has gotten...
Found at XML.com
- 24.) A Weblog API For the Grassroots
- by Rich Salz August 05, 2003 Last month I looked at the Necho message format. I compared it to RSS, its predecessor. In this column, I want to look at its API. Joe Gregorio is the main author of the API, written in the IETF RFC format. Joe is using Marshall Rose's xml2rfc package, so various formats are available . Make sure to pick up the latest version; as of the time of this writing, draft 6 was the most current one. That API drafts use the name "Atom", which was the old favorite,...
Found at XML.com
More articles & tutorials (Index of all articles & tutorials)
|
|