<?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>Rss feed &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/rss-feed/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Fri, 21 Sep 2012 10:27:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Rss Feed ColdFusion</title>
		<link>https://www.searchenginegenie.com/programming-blog/rss-feed-coldfusion/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/rss-feed-coldfusion/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Sat, 13 Jun 2009 07:39:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Rss feed]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/rss-feed-coldfusion/</guid>

					<description><![CDATA[ColdFusion is an application server and scripting language used for Internet application development such as for dynamically-generated web sites. ColdFusion is like Microsoft Active Server Pages, Java Server Pages and PHP. Similar to other server-side scripting languages, ColdFusion permits developers to build active WebPages driven by database back-ends. We can also create Rss feeds using [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>ColdFusion is an application server and scripting language used for Internet application development such as for dynamically-generated web sites. ColdFusion is like Microsoft Active Server Pages, Java Server Pages and PHP. Similar to other server-side scripting languages, ColdFusion permits developers to build active WebPages driven by database back-ends.</p>
<p>We can also create Rss feeds using ColdFusion.We can customize the code as per our wish. We can list all the titles of the postings or we can list a posting title with some content.</p>
<p>Here is a sample coldfusion code for listing the blog titles.</p>
<p><strong>To get the rss feed xml file</strong><br />
<textarea style="background-color: #8fbc8f; font-size: 100%; border: 1px dotted;" rows="1" cols="60">&lt;cfhttp url=&#8221;http://www.yoursiteurl.com/blog/rss.xml&#8221; method=&#8221;get&#8221;&gt;</textarea><br />
<strong>Then parse the xmlfile by using the code given below.</strong><br />
<textarea style="background-color: #8fbc8f; font-size: 100%; border: 1px dotted;" rows="1" cols="60" readonly="readonly">&lt;cfset variables.objRss = xmlParse(cfhttp.filecontent)&gt;</textarea><br />
<strong>Search for the &#8220;item&#8221; tag in the xml file.Assign it to a variable.</strong><br />
<textarea style="background-color: #8fbc8f; font-size: 100%; border: 1px dotted;" rows="1" cols="60" readonly="readonly">&lt;cfset variables.items = XmlSearch(objRss, &#8216;//item&#8217;) /&gt;</textarea><br />
<strong>Then in a loop display all the titles.It will display 5 titles.To display all the titles, give #ArrayLen(items)# instead of &#8220;5&#8221;</strong><br />
<textarea style="background-color: #8fbc8f; font-size: 100%; border: 1px dotted;" rows="1" cols="60" readonly="readonly">&lt;cfloop from=&#8221;1&#8243; to=&#8221;5&#8243; index=&#8221;variables.i&#8221;&gt;</textarea><br />
<strong>Print all the titles in an anchor tag.</strong><br />
<textarea style="background-color: #8fbc8f; font-size: 100%; border: 1px dotted;" rows="3" cols="60" readonly="readonly">&lt;cfoutput&gt;&lt;a href=&#8221;#items[i].link.xmltext#&#8221; mce_href=&#8221;#items[i].link.xmltext#&#8221; title=&#8221;#items[i].title.xmltext#&#8221;&gt;#items[i].title.xmltext#&lt;/a&gt;&lt;/cfoutput&gt;</textarea><br />
<strong>Loop ends here.</strong><br />
<textarea style="background-color: #8fbc8f; font-size: 100%; border: 1px dotted;" rows="1" cols="60" readonly="readonly">&lt;/cfloop&gt;</textarea></p>
<p>After using the above code, Output will be as given below.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://www.searchenginegenie.com/programming/uploaded_images/aaat-752332.gif?x52104"><img decoding="async" style="float: left; margin: 0px 10px 10px 0px; width: 259px; cursor: hand; height: 289px;" src="https://www.searchenginegenie.com/programming/uploaded_images/aaat-752330.gif?x52104" alt="" border="0" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/rss-feed-coldfusion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-07-16 01:56:07 by W3 Total Cache
-->