<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Rob Brooks-Bilson&apos;s Blog - Custom Tags</title>
			<link>http://www.brooks-bilson.com/blogs/rob/index.cfm</link>
			<description>A blog for ColdFusion and other topics by Rob Brooks-Bilson, author of the O&apos;Reilly book Programming ColdFusion MX</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 11:51:57 -0400</pubDate>
			<lastBuildDate>Fri, 19 Jan 2007 14:37:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>rbils@amkor.com</managingEditor>
			<webMaster>rbils@amkor.com</webMaster>
			
			
			
			
			
			<item>
				<title>Important cf_stockGrabber Upgrade</title>
				<link>http://www.brooks-bilson.com/blogs/rob/index.cfm/2007/1/19/Important-cfstockGrabber-Upgrade</link>
				<description>
				
				If you&apos;re a user of any of previous versions of the cf_stockGrabber custom tag, there&apos;s an important upgrade you need to note.

This morning, Yahoo changed the URL they use for the stock feed that the custom tag uses to get its information from finance.yahoo.com to download.finance.yahoo.com.  You can either update the URL in the CFHTTP tag (within the custom tag), or download the latest version for ColdFusion MX:

&lt;a href=&quot;http://www.brooks-bilson.com/files/stockgrabber_3.02.zip&quot;&gt;cf_stockGrabber 3.0.2&lt;/a&gt;
				
				</description>
						
				
				<category>Custom Tags</category>				
				
				<category>Announcements</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 19 Jan 2007 14:37:00 -0400</pubDate>
				<guid>http://www.brooks-bilson.com/blogs/rob/index.cfm/2007/1/19/Important-cfstockGrabber-Upgrade</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>cf_stockGrabber Custom Tag Updated to 3.01</title>
				<link>http://www.brooks-bilson.com/blogs/rob/index.cfm/2006/4/21/cfstockGrabber-Custom-Tag-Updated-to-301</link>
				<description>
				
				cf_stockGrabber, a custom tag I wrote way back in 1997 when custom tags were first introduced in ColdFusion still has a lot of users today.  The tag uses cfhttp to query Yahoo with a list of ticker symbols and returns the results as a query object which can then be used in a variety of ways.  

There haven&apos;t been any changes to the tag since 2002.  However, I&apos;ve had several people contact me in the past week or so with problems related to certain ticker symbols.  It turns out Yahoo made some changes to their feed which resulted in company names containing commas in certain instances.  This in turn caused the tag to return an error as it was interpreting the comma as an extra delimiter and throwing the whole column count of the result set off.

This was easily fixed by adding a set of double quotes to the TEXTQUALIFIER attribute of the cfhttp tag.  I&apos;ve updated the tag on the Macromedia/Adobe Exchange with the changes.  Here&apos;s the link to the latest version of a zip containing the file on my site:

&lt;a href=&quot;http://www.brooks-bilson.com/files/stockgrabber_3.01.zip&quot;&gt;cf_stockGrabber 3.01&lt;/a&gt;
				
				</description>
						
				
				<category>Custom Tags</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 21 Apr 2006 13:48:00 -0400</pubDate>
				<guid>http://www.brooks-bilson.com/blogs/rob/index.cfm/2006/4/21/cfstockGrabber-Custom-Tag-Updated-to-301</guid>
				
			</item>
			
		 	
			</channel></rss>