<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dashboard Developers &#187; Management Report</title>
	<atom:link href="http://www.dashboarddev.com/tag/management-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dashboarddev.com</link>
	<description>PHP Developer News and Applications</description>
	<lastBuildDate>Fri, 14 May 2010 10:11:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RSS 101 Tutorial Part 5</title>
		<link>http://www.dashboarddev.com/rss-101-tutorial-part-5/</link>
		<comments>http://www.dashboarddev.com/rss-101-tutorial-part-5/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 20:31:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Channel Newsletter]]></category>
		<category><![CDATA[Management Report]]></category>
		<category><![CDATA[Technical Documents]]></category>

		<guid isPermaLink="false">http://www.dashboarddev.com/rss-101-tutorial-part-5/</guid>
		<description><![CDATA[
Creating an RSS Feed ManuallyLet&#8217;s manually compose a basic RSS feed. Assume that we want to generate a feed about documentation standards and guidelines significant to the IT industry. Within this feed, we can embrace a number topics such as:- Writing style- Concern of correct grammar, punctuation, and spellings- Sentence arrangement- Guidelines for writing technical [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/09/php_tutorial31.jpg"><img src="/wp-content/uploads/2009/09/php_tutorial31.jpg" title='' alt='' /></a></div>
<div>Creating an RSS Feed Manually<br/><br/>Let&#8217;s manually compose a basic RSS feed. Assume that we want to generate a feed about documentation standards and guidelines significant to the IT industry. Within this feed, we can embrace a number topics such as:<br/><br/>- Writing style<br/><br/>- Concern of correct grammar, punctuation, and spellings<br/><br/>- Sentence arrangement<br/><br/>- Guidelines for writing technical documents, white papers, installations sheets, customer service feature manuals, and user guides<br/><br/>- Sample templates<br/><br/>- Tips for conforming to international standards<br/><br/>- Superiority of avoiding or enclosing colloquialism<br/><br/>- Rules for reviewing and editing<br/><br/>- Charges for writing beginners, experienced, and experts<br/><br/>Each topic identified before forms an item for the RSS feed. Our first item can be written as follows<br/><br/>Item Title Writing Style<br/><br/>Item Construction<br/><br/>The purpose of a document and its audience define its writing style. A formal present such as a white paper or a management report must have the formal tone. In contrast, a user guide musts to be written in a more friendly tone. Learn more about writing style and construct result-oriented documents.<br/><br/>Detailed Article URL www ITdocumentation dot com / WritingStyle.html<br/><br/>Author Writing Guru<br/><br/>Email WritingGuru at ITdocumentation dot com<br/><br/>Broadcasting Date Mon, 27 June 2005, 0900 EST<br/><br/>Gather similar news for all content to be included in the feed. This data forms item info part of the RSS feed.<br/><br/>As for the channel newsletter, define a feed title, Form, and its URL. In our case these attributes can be:<br/><br/>Feed Title Guidelines for IT Documentation<br/><br/>Feed Description Brilliant stock of writing tips and guidelines for documentation specialists of all experience levels working in the IT field!<br/><br/>Feed URL www dot ITdocumentation dot com<br/><br/>Using the Basic RSS Feed Format<br/><br/>The next course after collecting the feed information is to put in a standard format, which the Internet browsers and RSS aggregators can sense and interpret to show it correctly on your PC. The format for this file is as follows:<br/><br/>Insert feed title<br/><br/>Insert feed URL<br/><br/>Insert feed Description<br/><br/>en-us<br/><br/>Insert date and time<br/><br/>Insert title of the first item<br/><br/>Insert URL of the detailed article for the first item<br/><br/>Insert Explanation of the first item<br/><br/>Insert author&#8217;s email address (Author&#8217;s name)<br/><br/>Insert item spreading date<br/><br/>Insert title of the second item<br/><br/>Insert URL of the detailed article for the second item<br/><br/>Insert Explanation of the second item<br/><br/>Insert author&#8217;s email address (Author&#8217;s name)<br/><br/>Insert item broadcasting date<br/><br/>:<br/><br/>:<br/><br/>Notice that there is only one example of the channel tag, whereas numerous frequencys of the item tag. The number of item tags should be the same as the number of elements you want to embed in your RSS feed.<br/><br/>The tags in red bring out the extra news you can embed in an RSS feed. This information is not obligatory, but gives the article more credibility and offers the readers an option of communicating with the author.<br/><br/>Let&#8217;s now look at inserting item newsletter in the above format. The first item in our case when inserted in the before format will look as follows:<br/><br/>Guidelines for IT Documentation<br/><br/>http : // www dot domain dot com<br/><br/>Brilliant inventory of writing tips and guidelines for documentation specialists<br/><br/>of all experience levels working in the IT field!<br/><br/>en-us<br/><br/>Mon, 27 June 2005, 0930 EST<br/><br/>Writing Style<br/><br/>http : // www dot domain dot com / WritingStyle.html<br/><br/>The purpose of a document and its audience define its writing style. A formal arising such as a white paper or a management report must have the formal tone. In alternative, a<br/><br/>user guide constraints to be written in a more friendly tone. Learn more about writing style and create result-oriented documents.<br/><br/>WritingGuru at ITdocumentation dot com (Writing Guru)<br/><br/>Mon, 27 June 2005, 0900 EST<br/><br/>:<br/><br/>:<br/><br/>Use the hereinbefore format to add newsletter for other items and your feed is settled!<br/><br/>Assign the feed a name and save it. Many and various RSS resources say that all RSS feeds have the extension .rss or .xml. In reality, however, an RSS feed can have any extension or no file extension. Respective RSS feed generating software written in hypertext preprocessor (PHP) use the .php extension for the feeds they create. It is also for the benefit of keeping things simple and filenames indicating their content that people might add .rss or .xml extensions to RSS feeds.<br/><br/>You can put together as several part as you want though try not to exceed beyond 10 index per feed for usability reasons.<br/><br/>In an RSS feed, index are typically arranged in the reverse chronological order with the existent item being the first one and the oldest item at the end, just like news headlines.<br/><br/>Even if you are new to Internet, you can no doubt create an RSS feed as long as you follow this basic feed format and you have importance content to publish.<br/><br/>Validating the Feed<br/><br/>Use Feed Validator for an automated code validation of the feed. To do this, upload your RSS file of your web site. In the case before, the file will be uploaded on http : // www dot ITdocumentation dot com / rss / writingstyle.xml.<br/><br/>Next, go to http : // www dot feedvalidator dot organization. This site shows a text box where you need to enter the location of your RSS file, which in our reference is http : // www dot ITdocumentation dot<br/><br/>com / rss / writingstyle.xml.<br/><br/>Click the Validate button for code validation to begin and wait for some time to view message informing you about subsistence or absence of any errors in the file. If the validator reports any errors, fix them, and recheck the code until all errors are fixed.<br/><br/>Adding Digital Media<br/><br/>Adding digital media containing images, audio, and video can transport your audience to a unusual realm. With this capability, your messages become alike more personalized and blend that human touch to the process.<br/><br/>Without actually embracing an audio file, you can integrate a recognized link in your RSS feed directing the users towards a file which when selected allows the surfers to download it. The subscribers can refer to it repeatedly and when ever they want to.<br/><br/>Moreover, RSS 2.0 supports a new feature named inclusion to enable feed creators enclose digital media content. When an appropriate inclusion reading software comes across such a feed item, it reads the accompanying link and content form to automatically download it and store it on a media device.<br/><br/>Using Software to Construct an RSS Feed<br/><br/>Software offers many and various advantages over manual:<br/><br/>- No requirement of any technical knowledge including that of XML or HTML.<br/><br/>- Spell check to eliminate spelling mistakes from feeds.<br/><br/>- No have to validate your feed.<br/><br/>- Eases the process of updating a feed.<br/><br/>- The option of adding your operation logo thereby giving an identity to the feed.<br/><br/>The next part will be about: &#8220;Tips for Creating Powerful RSS Feeds&#8221;<br/><br/>If you can&#8217;t wait till the next part release, or you can&#8217;t discover the first 3 parts please download the extensive report from our web site in the downloads area.<br/><br/><br/><br/><em>By: <strong>James Saunders</strong></em><br/><br/><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>James Saunders is the owner of Traffic Booster Pro at <a target="_blank" href="http://TrafficBoosterPro.com,">http://TrafficBoosterPro.com,</a> the SEO Tool and Marketing Tool that turns any web site into a Self managing unit! Self Growing Intelligence Web Sites builder at <a target="_blank" href="http://TrafficBoosterProV2.com">http://TrafficBoosterProV2.com</a></p>
</div>
<p><br/><br/></div>
<hr style="border-top:black solid 1px" /><a href="http://www.dashboarddev.com/rss-101-tutorial-part-5/">RSS 101 Tutorial Part 5</a> was first posted on August 15, 2009 at 3:31 pm.<br />&copy;2009 &quot;<a href="http://www.dashboarddev.com">Dashboard Developers</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at peterd@premiumtextlinks.com<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://www.dashboarddev.com/rss-101-tutorial-part-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
