Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

on-line

Haupt Quellenprogramme E-Bücher Downloads Mit uns in Verbindung treten Über uns

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
CSS 1.0
CSS 2.0
HLML
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
CVS
Python
Apple Script
PL/SQL Tutorial
SQL Server
PHP
.NET (dotnet)
Microsoft.Net
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
VC++
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Photoshop Tutorial
Gimp Tutorial
Matlab
Gnuplot Programming
GIF Animation Tutorial
Scientific Visualization Tutorial
Graphics
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Weblogic Tutorial
SEO
Web Site Hosting
Domain Name
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Eclipse
J2ME
JBOSS
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Cobol
Assembly Language
Mainframe
Forth Programming
Lisp Programming
Pascal
Delphi
Fortran
OOPs
Data Warehousing
CGI Programming
Emacs Tutorial
Gnome
ILU
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills
Database Tutorials
Oracle
MySQL
Operating System
BSD
Symbian
Unix
Internet
IP-Masquerading
IPC
MIDI
Software Testing
Testing
Firewalls
SAP Module
ERP
ABAP
Business Warehousing
SAP Basis
Material Management
Sales & Distribution
Human Resource
Netweaver
Customer Relationship Management
Production and Planning
Networking Programming
Corba Tutorial
Networking Tutorial
Microsoft Office
Microsoft Word
Microsoft Outlook
Microsoft PowerPoint
Microsoft Publisher
Microsoft Excel
Microsoft Front Page
Microsoft InfoPath
Microsoft Access
Accounting
Financial Accounting
Managerial Accounting


RSS Channel


Previous Next





Wie das RSS Element beschreibt das RSS feed.RSS wird geschrieben in XML und wie XML Arbeiten wir einen Blick an, einer welcher tatsächlichen RSS Zufuhr nehmen können aussieht:



<channel>
Channel information
Items
</channel>


Die Führung Informationen und die Einzelteile enthalten auch von den XML Elementen.

Das <channel> Element:

Das RSS <channel> Element ist, wo Einzelteile angezeigt werden. Es ist wie eine RSS Schlagzeile. Führung Elemente normalerweise ändern nicht sehr häufig.

Es gibt drei erforderliche Elemente innerhalb des <channel> Elements: <title>, <link> und <description>.


Das <title> Element sollte eine kurze Beschreibung deines Aufstellungsortes und deiner RSS Zufuhr enthalten:

<title>Academic Tutorial RSS</title>


Das <link> Element sollte die Verbindung zur Hauptseite deines Aufstellungsortes definieren:

<link>http://www.academictutorials.com </link>


Das abschließende erforderliche Element ist <description>. Dieses Element sollte deine RSS Zufuhr beschreiben.

<description>Acedemic Tutorials Site</description>




Wahlweise freigestellte Elemente im <channel>:

Element Description
<category> Defines one or more categories the channel belongs to
<cloud> Allows notification of updates.
<copyright> Notifies about copyrighted material
<docs> An URL to documentation on the RSS version the channel is using
<generator> If the channel is created using an automatic generator, this is defined here
<image> Inserts a picture to the channel.
<language> Describes what language the channel uses. By using this tag it is possible for RSS aggregators to group sites based on language.
<lastBuildDate> Defines the last date the channel was modified
<managingEditor> Defines an e-mail address for the editor of the site
<pubDate> Defines the last publication date for the channel
<rating> Parental control rating of the page
<skipDays> Defines days where it is unnecessary for RSS aggregators to update the feed
<skipHours> Defines hours where it is unnecessary for RSS aggregators to update the feed
<textInput> Creates a text input for the channel
<ttl> (ttl = time to live) Defines how many minutes the channel can stay cached before refreshing
<webMaster> Defines an e-mail address for the webmaster of the site



The <item> element

The <item> element is where you link to and describe the update on your site.

The RSS <item> is where updates are show. It is kind of like a headline for an article. <item> elements are created every time there is an update on your site that you would like displayed in your RSS feed.

There are many optional <item> elements, but either the <title> or the <description> are required.

A RSS should include the <title>, <link> and <description> elements.

The first element is your news item's title.This give short description of your site and also your RSS feed.


<title>Vyom's New Tutorial</title>


The next element is the link to the part of your site the item is referring to:

<link>http://www.academictutorials.com/rss </link>


The next line is the RSS feed description. This should describe your RSS feed item.

<description>BizLiner RSS Tutorial</description>




Optional Elements in <item>

Element Description
<author> Defines the author of the item.
<category> Places the item in one or more of the channel categories.
<comments> An URL to a comment's page for the item.
<enclosure> Describes a media object related to the item
<guid> GUID = Globally Unique Identifier. Defines a unique identifier to the item.
<pubDate> The publication date for the item.
<source> Is used to define a third party source.



Das <channel> Element enthält normalerweise die eins und mehr als ein <item> Elemente. Jedes <item> Element definiert einen Artikel oder „eine Geschichte“ in der RSS Zufuhr.

Ausserdem gibt es einige wahlweise freigestellte Kindelemente von <channel>. Wir erklären wichtigsten unten.




Das <category> Element:

Das <category>child Element wird benutzt, um eine Kategorie für deine Zufuhr zu spezifizieren.

Das <category> Element macht es möglich, damit RSS aggregators die Aufstellungsorte gruppieren, die auf Kategorie basieren.

Die Kategorie für das RSS Dokument oben konnte sein:


<category>Tutorial </category>




Das <copyright> Element:

Das <copyright>child Element teilt über Urheberrecht gesichertes Material mit.

Das copyright für das RSS Dokument oben konnte sein:


<copyright>2006 Refsnes Data as. All rights reserved.</copyright>




Das <image> Element:

Das <image> Kindelement erlaubt, daß ein Bild angezeigt wird, wenn aggregators eine Zufuhr darstellen.

Das <image> Element hat drei erforderliche Kindelemente:

<url> - definiert das URL zum Bild

<title> - definiert den Text, um anzuzeigen, wenn das Bild nicht gezeigt werden könnte

<link> - definiert den Hypertext-Link zur Web site, die die Führung anbietet

Das Bild für das RSS Dokument oben konnte sein:


<image>

<url>http://www.academictutorial.com/images/rss.gif </url>
<title>academictutorial.com </title>
<link>http://www.academictutorial.com </link>

</image>





Previous Next

Keywords:RSS Channel


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
CSS 1.0 Quiz
CSS 2.0 Quiz
HLML Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
CVS Quiz
Python Quiz
Apple Script Quiz
PL/SQL Quiz
SQL Server Quiz
PHP Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
VC++ Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Photoshop Quiz
Gimp Quiz
Matlab Quiz
Gnuplot Programming Quiz
GIF Animation Quiz
Scientific Visualization Quiz
Graphics Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Weblogic Quiz
SEO Quiz
Web Site Hosting Quiz
Domain Name Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Eclipse Quiz
J2ME Quiz
JBOSS Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Cobol Quiz
Assembly Language Quiz
Mainframe Quiz
Forth Programming Quiz
Lisp Programming Quiz
Pascal Quiz
Delphi Quiz
Fortran Quiz
OOPs Quiz
Data Warehousing Quiz
CGI Programming Quiz
Emacs Quiz
Gnome Quiz
ILU Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz
Database Quizes
Oracle Quiz
MySQL Quiz
Operating System Quizes
BSD Quiz
Symbian Quiz
Unix Quiz
Internet Quiz
IP-Masquerading Quiz
IPC Quiz
MIDI Quiz
Software Testing Quizes
Testing Quiz
Firewalls Quiz
SAP Module Quizes
ERP Quiz
ABAP Quiz
Business Warehousing Quiz
SAP Basis Quiz
Material Management Quiz
Sales & Distribution Quiz
Human Resource Quiz
Netweaver Quiz
Customer Relationship Management Quiz
Production and Planning Quiz
Networking Programming Quizes
Corba Quiz
Networking Quiz
Microsoft Office Quizes
Microsoft Word Quiz
Microsoft Outlook Quiz
Microsoft PowerPoint Quiz
Microsoft Publisher Quiz
Microsoft Excel Quiz
Microsoft Front Page Quiz
Microsoft InfoPath Quiz
Microsoft Access Quiz
Accounting Quizes
Financial Accounting Quiz
Managerial Accounting Quiz

Privacy Policy
Copyright © 2003-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved.