<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
			<channel>
            <atom:link href="http://blog.classsoftware.com/rss.cfm?mode=full" rel="self" type="application/rss+xml" />
			<title>Class Software - CGI</title>
			<link>http://blog.classsoftware.com/index.cfm</link>
			<description>Web technologies and applications focusing on ColdFusion, Flex and Flash.</description>
			<image>
    			<title>Class Software</title>
    			<url>http://www.classsoftware.com/images/logosm.gif</url>
    			<link>http://blog.classsoftware.com/index.cfm</link>
			</image>			
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 23:50:26 +1000</pubDate>
			<lastBuildDate>Sat, 14 Apr 2007 19:30:00 +1000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>justin@classsoftware.com (Justin Mclean)</managingEditor>
			<webMaster>justin@classsoftware.com (Justin Mclean)</webMaster>
				
			
			
			
			
			<item>
				<title>ColdFusion CGI variables and Spiders</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/4/14/Spiders-and-CGI-variables</link>
				<description>
				
				What&apos;s wrong with this bit of code?

&lt;code&gt;
&lt;cfset languages = CGI.HTTP_ACCEPT_LANGUAGE&gt;
&lt;/code&gt;

Well nothing as long as the page is viewed with a browser.
However a cgi variable in your code may not exist if a spider rather than a browser looks at your site. This includes spiders like google. Your site may not be indexed by search engines if you don&apos;t handle CGI variables correctly.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Error</category>				
				
				<category>CGI</category>				
				
				<pubDate>Sat, 14 Apr 2007 19:30:00 +1000</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/4/14/Spiders-and-CGI-variables</guid>
				
			</item>
			
		 	
			</channel></rss>