<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site Sam Farmer&apos;s ColdFusion Blog</title><link>http://samfarmer.instantspot.com</link><description>Tips and thoughs on ColdFusion and other technologies that make the web go...</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2009 by Sam Farmer&apos;s ColdFusion Blog</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sat, 21 Nov 2009 10:42:04 GMT</pubDate><item><title>cfAjaxProxy and Mach-II</title><link>http://samfarmer.instantspot.com/blog/2008/06/08/cfAjaxProxy-and-MachII</link><description>&lt;p&gt;Here&apos;s an easy way to use cfAjaxProxy with a Mach-II application.&lt;/p&gt; &lt;p&gt;First I created a new cfc that extends Application.cfc to gain access to all of the Mach-II features.&lt;/p&gt; &lt;p&gt;Then add a function with access=&amp;quot;remote&amp;quot; and list all of the arguments (cfajaxproxy requires all arguments be defined).  Next set all the arguments to the form or url scope so that Mach-II can read them.  Finally call handleRequest().&lt;/p&gt; &lt;p&gt;&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;&amp;lt;cfcomponent output=&amp;quot;false&amp;quot; extends=&amp;quot;Application&amp;quot;&amp;gt; &amp;lt;cffunction name=&amp;quot;getData&amp;quot; access=&amp;quot;remote&amp;quot; output=&amp;quot;true&amp;quot; hint=&amp;quot;&amp;quot;&amp;gt;  &amp;lt;cfargument name=&amp;quot;artistID&amp;quot; default=&amp;quot;&amp;quot;&amp;gt;  &amp;lt;cfargument name=&amp;quot;artistName&amp;quot; default=&amp;quot;&amp;quot;&amp;gt;  &amp;lt;cfset url.event = &amp;quot;user.edit&amp;quot;&amp;gt;  &amp;lt;cfset url.artistID = arguments.artistID&amp;gt;  &amp;lt;cfset url.artistName = arguments.artistName&amp;gt;  &amp;lt;cfset handleRequest()&amp;gt; &amp;lt;/cffunction&amp;gt; &amp;lt;/cfcomponent&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt; &lt;p&gt;I&apos;m sure there are cleaner ways but this works and allows easy use of the great cfAjaxProxy tag in a Mach-II application.&lt;/p&gt;</description><pubDate>Sun, 08 Jun 2008 22:22:00 GMT</pubDate><guid>http://samfarmer.instantspot.com/blog/2008/06/08/cfAjaxProxy-and-MachII</guid><category>ColdFusion 8,Mach-II</category></item><item><title>The First Post</title><link>http://samfarmer.instantspot.com/blog/2007/04/01/The-First-Post</link><description>&lt;p&gt;  The first post.  I&amp;#39;ve decided to start a blog primarily because I like writing.  And having been a programmer for the last 10 years I haven&amp;#39;t written much during that time.  I also realize I like writing about technical issues and have a fair amount on my mind at the moment so it seems like a good time to start a blog.  Note, I did not say I was a grammatically correct writer.  So, expect the odd typo and grammatically incorrect sentence from time to time.  This is a blog and I&amp;#39;m not going to use the grammar corrector in Word before posting.    &lt;/p&gt;  &lt;p&gt;  I am also intrigued by social networking so InstantSpot seemed a good spot (pun intended) to start my blog.  &lt;/p&gt;  &lt;p&gt;  I aim to cover a bunch of topics, some tutorials and explanations of basic ColdFusion functionality, thoughts on the future of the web and ColdFusion, conferences, and anything else that comes up.  I will mostly be focusing on ColdFusion (and will probably start using cf as an abbreviation real soon) though I do hope to post on other non-cf topics like JavaScript, MySQL and databases in general and who knows what else in the future.  &lt;/p&gt;  &lt;p&gt;  I am not going to aim to publish on a regular basis and have pledged to keep this blog a purely non-work time activity.  I&amp;#39;m busy enough there anyway.  Good busy.  I also don&amp;#39;t believe blogs die.  So if I have nothing good or interesting to say I will say nothing.  I also don&amp;#39;t think this will turn into a news blog with short entries and links to the latest news.  There are enough of those, and, I rely on them for my tech-news as much as anywhere else.  In short, if you like what you are reading I suggest using the RSS feeds or subscribing over email.  &lt;/p&gt;  &lt;p&gt;  More to come...  &lt;/p&gt;  </description><pubDate>Sun, 01 Apr 2007 18:59:53 GMT</pubDate><guid>http://samfarmer.instantspot.com/blog/2007/04/01/The-First-Post</guid><category>Me</category></item></channel></rss>