<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - ColdFusion</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 20:30:20-0500</pubDate>
			<lastBuildDate>Wed, 07 Oct 2020 13:00:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>Thoughts on Caching Strategies</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2020/10/7/caching-strategies</link>
				<description>
				
				I&apos;ve been thinking about caching strategies for different scenarios lately. I wanted to write down a some thoughts on what seem to have been working for me. Hopefully this will help me organize my thoughts and maybe others can help tell me if my thinking makes sense or if I am missing something.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 07 Oct 2020 13:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2020/10/7/caching-strategies</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Beany.cfc</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2019/5/8/Beanycfc</link>
				<description>
				
				Despite not being a big fan of Beans generally, I do find that there are situations in which they are useful. One of those is as configuration objects to pass in to a component. I can add the data in one packaged set.

In reading about Clojure recently, one of the big advantages of Clojure is immutable variables. I wouldn&apos;t want immutable variables in ColdFusion all of the time, but it would be really nice sometimes.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Wed, 08 May 2019 09:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2019/5/8/Beanycfc</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Better Exception Handling in ColdFusion</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2015/10/26/Better-Exception-Handling-in-ColdFusion</link>
				<description>
				
				We have been using basically the same exception handling strategy for several years. It has worked pretty well in all of that time, but we recently decided to switch it up. Our previous exception handling system (the one that we have been using for years) made sure not to display valuable information to users, but did send us an email with the pertinent information.

This made for a system that was reasonably secure (in that it didn&apos;t share any sensitive data on screen), but still allowed for us to quickly find out about any problems so that we could take care of them.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 26 Oct 2015 10:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2015/10/26/Better-Exception-Handling-in-ColdFusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Changing SVG Colors with ColdFusion</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2015/10/12/Changing-SVG-Colors-with-ColdFusion</link>
				<description>
				
				I love SVG. I remember when I first heard about it (in 2002) and I just loved the idea. Images made of text! I remember being excited about generating images with dynamic data from my server-side code. I didn&apos;t have a problem that I could solve with it yet, but that didn&apos;t stop me from immediately buying two books on SVG (&quot;&lt;a href=&quot;http://www.amazon.com/Sams-Teach-Yourself-SVG-Hours/dp/0672322900&quot;&gt;Teach Yourself SVG&lt;/a&gt;&quot; and &quot;&lt;a href=&quot;http://www.amazon.com/Designing-SVG-Graphics-Andrew-Watt/dp/0735711666&quot;&gt;Designing SVG Web Graphics&lt;/a&gt;&quot;).
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>SVG</category>				
				
				<pubDate>Mon, 12 Oct 2015 12:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2015/10/12/Changing-SVG-Colors-with-ColdFusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>What technologies, other than ColdFusion, should a developer know?</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/12/21/What-technologies-other-than-ColdFusion-should-a-developer-know</link>
				<description>
				
				&lt;a href=&quot;http://www.fusionauthority.com/&quot;&gt;Fusion Authority&lt;/a&gt; recently ran an article called &lt;a href=&quot;http://www.fusionauthority.com/community/4829-whats-hot-whats-not-where-do-we-go-from-here.htm&quot;&gt;What&apos;s Hot? What&apos;s Not? Where Do We Go From Here?&lt;/a&gt; subtitled &quot;What technologies, other than ColdFusion, should a developer know?&quot;. &lt;a href=&quot;http://www.henke.ws/&quot;&gt;Mike Henke&lt;/a&gt; followed up the theme with a post called &quot;&lt;a href=&quot;http://www.henke.ws/post.cfm/what-s-hot-where-do-we-go-from-here&quot;&gt;What&apos;s Hot &amp;amp; Where do we go from here?&lt;/a&gt;&quot;.

I&apos;m pretty sure I don&apos;t have the insight that other people have who have already written on the subject. But it seemed like a fun exercise, so I thought I would toss in my two cents with:

&lt;h2&gt;What technologies, other than ColdFusion, am I learning?&lt;/h2&gt;

I&apos;m not sure what technologies you should learn, but here are the ones that I am learning:
				 [More]
				</description>
						
				
				<category>Productivity</category>				
				
				<category>ColdFusion</category>				
				
				<category>Git</category>				
				
				<category>HTML</category>				
				
				<category>Testing</category>				
				
				<pubDate>Wed, 21 Dec 2011 10:15:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/12/21/What-technologies-other-than-ColdFusion-should-a-developer-know</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>How to find the Perfect ColdFusion Hosting Plan</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/11/2/How-to-find-the-Perfect-ColdFusion-Hosting-Plan</link>
				<description>
				
				I am a ColdFusion addict. Besides programming in ColdFusion, I also spend time reading about ColdFusion (and not enough - yet - reading about other languages). I check up on &lt;a href=&quot;www.houseoffusion.com/groups/cf-talk/&quot;&gt;CF-Talk&lt;/a&gt; at least every couple of days and follow ColdFusion lists on &lt;a href=&quot;http://www.linkedin.com/&quot;&gt;LinkedIn&lt;/a&gt; and sometimes on &lt;a href=&quot;http://www.facebook.com/&quot;&gt;Facebook&lt;/a&gt;. I follow several ColdFusion programmers on &lt;a href=&quot;https://twitter.com/&quot;&gt;Twitter&lt;/a&gt; and even visit the &lt;a href=&quot;http://forums.adobe.com/community/coldfusion&quot;&gt;Adobe ColdFusion Forums&lt;/a&gt; sometimes.

In all of these forums, one question seems to come up more frequently than any other: &quot;Where should I host my ColdFusion web site?&quot;. After reading that question dozens (maybe hundreds) of times, it finally dawned on me that this is a demand that needs to be met. People need a good resource for ColdFusion hosting.

For myself, what I always wanted was an easy way to see which ColdFusion hosting plans met my specific criteria (for example, a ColdFusion plan that supported SQL Server and allowed CFEXECUTE). Doing that proved to be quite difficult, actually - especially as the number of criteria increased. So, I built what I wanted to exist.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 02 Nov 2011 10:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/11/2/How-to-find-the-Perfect-ColdFusion-Hosting-Plan</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>How We Got Started in ColdFusion</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/9/1/How-We-Got-Started-in-ColdFusion</link>
				<description>
				
				On the first day of last month, we had a fun &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/20/August-1-2011-is-How-I-Started-ColdFusion-Day&quot;&gt;&quot;How I Got Started in ColdFusion&quot; day&lt;/a&gt;. The response was much bigger and better than I expected. Including blog entries, &quot;How I got Started&quot; stories in comments on different blog entries, and one Google+ entry, I have found and compiled &lt;a href=&quot;http://www.bryantwebconsulting.com/coldfusion-origins.cfm&quot;&gt;110 responses&lt;/a&gt; (sortable and filterable page of all stories I have found so far).

Where I could determine the answer, I tracked what version of ColdFusion each person was using and which year they started (though I did not attempt to determine one from the other). I also tracked broad categories of how people got started. One interesting thing that came from this was to see that there are really two different ways people get started in ColdFusion.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Personal</category>				
				
				<pubDate>Thu, 01 Sep 2011 11:45:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/9/1/How-We-Got-Started-in-ColdFusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Essential Software for ColdFusion Development</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/8/17/Essential-Software-for-ColdFusion-Development</link>
				<description>
				
				I recently went through a rather severe computer tragedy from which I am just now recovering. As such, I have had the opportunity to rebuild my computer from scratch. Here is the software I deemed essential for my work as a ColdFusion developer. I&apos;m curious what others have installed.

These are roughly in the order that I install them

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.mozilla.com/en-US/firefox/new/&quot;&gt;Firefox&lt;/a&gt;: First thing I install on any computer.&lt;/li&gt;
	&lt;li&gt;IIS: Not really software, but I did have to enable it. Apache may be &quot;better&quot;, but I like IIS personally and it is easy to get going. Just be sure to enable all of the correct services &lt;em&gt;before&lt;/em&gt; you install ColdFusion&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/sqlserver/en/us/editions/express.aspx&quot;&gt;SQL Server Express&lt;/a&gt;: It is free for local development and a really good database program.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://office.microsoft.com/&quot;&gt;MS Office&lt;/a&gt;: The last of the Microsoft software. Despite all of the Microsoft haters out there, MS Excel is still my favorite program ever and MS Access is actually a pretty good local database.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/products/coldfusion-family.html&quot;&gt;ColdFusion&lt;/a&gt;: It&apos;s what I do.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/products/coldfusion-builder.html&quot;&gt;ColdFusion Builder&lt;/a&gt;: I still miss ColdFusion Studio, but this is really growing on me.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/products/creativesuite.html&quot;&gt;Adobe CS Web Premium&lt;/a&gt;: I love Fireworks and it is handy to have Photoshop, Dreamweaver, and Flash as well.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.pidgin.im/&quot;&gt;Pidgin&lt;/a&gt;: Currently my IM of choice. Works well across lots of networks and runs fast.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;backup.cloudberrylab.com/&quot;&gt;CloudBerry Backup Desktop&lt;/a&gt;: I have tried &lt;a href=&quot;http://mozy.com/&quot;&gt;Mozy&lt;/a&gt; and Rackspace&apos;s &lt;a href=&quot;https://www.jungledisk.com/&quot;&gt;JungleDisk&lt;/a&gt; and liked them both well enough, but a friend recommended this so I am giving it a try.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.storagecraft.com/shadow_protect_desktop.php&quot;&gt;ShadowProtect&lt;/a&gt;: Windows 7 has image back-ups, but the hardware independent restore feature of ShadowProtect seems like it could be really handy.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.scootersoftware.com/&quot;&gt;BeyondCompare&lt;/a&gt;: Simply the best file comparison program I have found.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/msysgit/downloads/list&quot;&gt;Git for Windows&lt;/a&gt;: I&apos;m in the early stages of learning Git, but I love it so far.&lt;/li&gt;
&lt;/ul&gt;

So, what do you think? Did I miss anything essential?

For anyone wondering what happened to my upcoming list of &quot;How I got Started in ColdFusion&quot; entries, I lost them but I know how to get that back so I will try to get on that soon. Sorry for the delay.
				
				</description>
						
				
				<category>Productivity</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 17 Aug 2011 13:15:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/8/17/Essential-Software-for-ColdFusion-Development</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>How I got Started in ColdFusion</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/8/1/How-I-got-Started-in-ColdFusion</link>
				<description>
				
				After having announced &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/20/August-1-2011-is-How-I-Started-ColdFusion-Day&quot;&gt;&quot;How I got Started in ColdFusion&quot; day&lt;/a&gt;, I feel obligated to write mine.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Personal</category>				
				
				<pubDate>Mon, 01 Aug 2011 09:45:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/8/1/How-I-got-Started-in-ColdFusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>August 1, 2011 is &quot;How I Get Started in ColdFusion&quot; Day</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/20/August-1-2011-is-How-I-Started-ColdFusion-Day</link>
				<description>
				
				During the &lt;a href=&quot;http://www.cfobjective.com/&quot;&gt;cf.Objective()&lt;/a&gt; conference at which I was a speaker (I did &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/14/SQL-Excluding-Record-sets&quot;&gt;mention&lt;/a&gt; that I would work that into all future anecdotes!), I got into a conversation with some other developers (including &lt;a href=&quot;http://objectivebias.com/&quot;&gt;Tony Garcia&lt;/a&gt; and &lt;a href=&quot;http://www.gregmoser.com/&quot;&gt;Greg Moser&lt;/a&gt;) about how we got started in ColdFusion. I realized two important things:

1) Every &quot;How I Got Started in ColdFusion&quot; story is interesting. I have heard dozens so far and I have found each and every one of them to be interesting.

2) Very few of these stories seem to match how we &lt;em&gt;expect&lt;/em&gt; people to get involved in ColdFusion.

So, I propose that all of us post a blog entry on August 1 telling how we got started in ColdFusion. If you don&apos;t have a blog, send me your story and I will post in on my blog.

This could be a really good way for our community to get a feel for how people &lt;em&gt;really&lt;/em&gt; get into ColdFusion, which can help guide our discussions of what we can do to better spread the word.

I&apos;m looking forward to hearing/reading how more people got started in ColdFusion!
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Personal</category>				
				
				<pubDate>Wed, 20 Jul 2011 08:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/20/August-1-2011-is-How-I-Started-ColdFusion-Day</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>cf.Objective Custom Tags Presentation</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/5/17/cfObjective-Custom-Tags-Presentation</link>
				<description>
				
				I had the high honor and great opportunity to speak at the most recent &lt;a href=&quot;http://www.cfobjective.com/&quot;&gt;cf.Objective()&lt;/a&gt; conference.

If you haven&apos;t ever been to this conference, I would highly recommend it. This was the sixth year of the conference (my third) and it was fantastic all around. The other presentations were universally good (if not great). As always, I learned a lot - both in the presentations themselves and in conversations with other speakers and attendees.

For my part, I gave a presentation title &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/downloads/CustomTags_Preso.zip&quot;&gt;Don&apos;t Forget About Custom Tags&lt;/a&gt;&quot;, attempting to convince people that custom tags are still relevant and a great tool to have in your toolbox (and one which should be used frequently).

I &lt;a href=&quot;http://www.bryantwebconsulting.com/downloads/CustomTags_Preso.zip&quot;&gt;zipped up the presentation&lt;/a&gt; (PowerPoint file and code) for anyone interested in seeing it.

I felt a bit more nervous than I expected, so I felt a little flat, but hopefully people enjoyed the presentation and I will get the opportunity again (I&apos;ll find out the answer to the first when I get the chance to read the reviews).

Thanks and congratulations to all of those responsible for putting on another great conference!
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Personal</category>				
				
				<pubDate>Tue, 17 May 2011 09:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/5/17/cfObjective-Custom-Tags-Presentation</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>English-Friendly Interval Calculation</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/24/EnglinshFriendly-Interval-Calculation</link>
				<description>
				
				I am working on a small program to digest and store RSS feeds (in part using &lt;a href=&quot;http://www.coldfusionjedi.com/&quot;&gt;Ray Camden&lt;/a&gt;&apos;s nice &lt;a href=&quot;http://cfrss.riaforge.org/&quot;&gt;RSS.cfc&lt;/a&gt;). One thing I ran into is that I want to be able to specify how frequently feeds should get updated. It seems obvious that I should have an argument for this in the init() method of my CFC. What I don&apos;t want, however, is to either limit myself to one interval (days, for example) or to have multiple arguments just for the interval.

Moreover, I really want to be able to specify the interval in a human-readable format. So, I created a UDF (implemented as a method in my CFC) to make date calculations based on a readable string indicating the interval.

Here are some examples of intervals that it will calculate:

&lt;ul&gt;
	&lt;li&gt;daily&lt;/li&gt;
	&lt;li&gt;annually&lt;/li&gt;
	&lt;li&gt;every day&lt;/li&gt;
	&lt;li&gt;every other minute&lt;/li&gt;
	&lt;li&gt;every 3rd quarter&lt;/li&gt;
	&lt;li&gt;every fourth year&lt;/li&gt;
	&lt;li&gt;every other Saturday&lt;/li&gt;
	&lt;li&gt;4th Saturday&lt;/li&gt;
	&lt;li&gt;three weeks&lt;/li&gt;
	&lt;li&gt;2 months, 2 days, 11 minutes&lt;/li&gt;
	&lt;li&gt;- every second Sunday&lt;/li&gt;
&lt;/ul&gt;

Most of these should be pretty obvious, but the last two might require a touch of explanation. The UDF will accept a comma delimited list, in which case it will apply all of the intervals to the date given.

If the interval starts with a &quot;-&quot; then it will subtract the interval given. The subtraction will only apply to the entire interval, not to single items in the list.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 24 Feb 2011 14:23:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/24/EnglinshFriendly-Interval-Calculation</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>I&apos;m Speaking at cf.Objective() this year!</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/25/Im-Speaking-at-cfObjective-this-year</link>
				<description>
				
				It is hard to believe, but I have been accepted to speak at &lt;a href=&quot;http://www.cfobjective.com/&quot;&gt;cf.Objective()&lt;/a&gt; this year. I have been to this conference twice before and I loved it both times. The presentations were great and so were the hallway and dinner conversations. It seemed like I was learning something all the time.

I am honored and humbled (ok, intimidated) to be among the speakers at cf.Objective() 2011. They recently announced the &lt;a href=&quot;http://www.cfobjective.com/index.cfm/schedule/&quot;&gt;schedule&lt;/a&gt; and it is well, awesome! Seriously, go take a look. I&apos;ll wait.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Personal</category>				
				
				<pubDate>Tue, 25 Jan 2011 13:45:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/25/Im-Speaking-at-cfObjective-this-year</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Easiest Way to get RSS Query?</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/28/Easiest-Way-to-get-RSS-Query</link>
				<description>
				
				I was working with some RSS feeds recently and ran into a few challenges. The first was a &quot;connection failure&quot; error from one RSS feed - even though it loaded up correctly in the browser. Another one yielded the error &quot;An error occured while Parsing an XML document. Content is not allowed in prolog.&quot; when I tried to parse the XML.

Fortunately, both of these problems turned out pretty easy to solve.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 28 Oct 2010 13:15:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/28/Easiest-Way-to-get-RSS-Query</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Christian Ready presents on HTML5</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/9/27/Christian-Ready-presents-on-HTML5</link>
				<description>
				
				The Tulsa CFUG is proud to host a Connect presentation by &lt;a href=&quot;http://christianready.com/&quot;&gt;Christian Ready
&lt;/a&gt; on ColdFusion Security tomorrow (September 28, 2010) at 12:30 PM central.

The details on are the &lt;a href=&quot;http://www.tulsacfug.org/meetings.cfm&quot;&gt;Tulsa CFUG meetings page&lt;/a&gt;.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>HTML</category>				
				
				<category>CFUG</category>				
				
				<pubDate>Mon, 27 Sep 2010 12:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/9/27/Christian-Ready-presents-on-HTML5</guid>
				
			</item>
			
		 	
			</channel></rss>