<?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 00:00:58 GMT</pubDate><item><title>Adobe Listens: Feedback Shows up in ColdFusion 9</title><link>http://samfarmer.instantspot.com/blog/2009/10/08/Adobe-Listens-Feedback-Shows-up-in-ColdFusion-9</link><description>&lt;p&gt;Around two years, just after the successful launch of ColdFusion 8, I emailed some of the top dogs on the Adobe ColdFusion team about features for ColdFusion 9.&amp;nbsp; These where my suggestions and whether they made CF9:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;An IDE&lt;/strong&gt;.&amp;nbsp; ColdFusion Builder is here and one I&apos;ve been happily using exclusively since its release.&amp;nbsp;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Shorter Syntax/Full cfscript Support&lt;/strong&gt;.&amp;nbsp; The shorter syntax was an idea of mine to merge scripting in a tagging syntax. Looking back I&apos;m not sure exactly how it would have worked but I am happy to see much improved support for cfscript.&amp;nbsp; Writing a cfc in script syntax feels good and should help those picking up ColdFusion.&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;cfspreadsheet&lt;/strong&gt;.&amp;nbsp; Adobe nailed this one with the new tag and numerous Spreadsheet* functions.&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;cfaudio/cfvideo&lt;/strong&gt;.&amp;nbsp; My request was for recording and editing Flash movies and possibly other formats. A little disapointed although these features are availible with other tools in the Adobe arsenal.&amp;nbsp; cfmediaplayer is a useful addition to ease the playing of Flash movies.&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Built in ORM support&lt;/strong&gt;.&amp;nbsp; The hibernate integration appears to be awesome so far.&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Stronger support for {} and []&lt;/strong&gt;: Happy to see more uses for these useful short cuts.&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Optomize PDFs&lt;/strong&gt;: Actually asked for this one later on but am delighted to see its inclusion.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The ColdFusion team did not listen just to me of course, from conversations I&apos;ve had with them they listen to just about every blog post, review all ERs sent in and go out and talk to customers about their vision.&amp;nbsp; I&apos;ve participated in the latter and they are very good sessions.&lt;/p&gt; &lt;p&gt;Overall I&apos;m excited with the new features in ColdFusion 9 and pleased that my feedback was listened to (and mostly showed up in the final release) but I&apos;m actually more excited about the features I did not suggest such as:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;Advanced Caching&lt;/li&gt;     &lt;li&gt;SharePoint Integration&lt;/li&gt;     &lt;li&gt;Office Integration (including document to pdf conversion)&lt;/li&gt;     &lt;li&gt;Java Portal Integration&lt;/li&gt;     &lt;li&gt;Enhancements to Components&lt;/li&gt;     &lt;li&gt;Integration with the Solr search engine&lt;/li&gt;     &lt;li&gt;Faster Flash Remoting&lt;/li&gt;     &lt;li&gt;ColdFusion as a Service&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Congratulations to the whole ColdFusion team and all of those who have worked on the release of 9!&lt;/p&gt;</description><pubDate>Thu, 08 Oct 2009 15:50:00 GMT</pubDate><guid>http://samfarmer.instantspot.com/blog/2009/10/08/Adobe-Listens-Feedback-Shows-up-in-ColdFusion-9</guid><category>ColdFusion Builder,ColdFusion 9</category></item><item><title>Adding CVS to ColdFusion Builder Standalone</title><link>http://samfarmer.instantspot.com/blog/2009/07/16/Adding-CVS-to-ColdFusion-Builder-Standalone</link><description>&lt;p&gt;Here&apos;s how to add the Eclipse CVS client to the &lt;a href=&quot;http://labs.adobe.com/technologies/coldfusionbuilder/&quot;&gt;ColdFusion Builder&lt;/a&gt; standalone version:&lt;/p&gt; &lt;p&gt;1. From the menu click on &apos;Help&apos; then &apos;Software Updates&apos; and select &apos;Find &amp;amp; Install...&apos;&lt;/p&gt; &lt;p&gt;2. Select &apos;Search for New Features to Install&apos; and click &apos;Next&apos;&lt;/p&gt; &lt;p&gt;3. Click on &apos;New Remote Site&apos;&lt;/p&gt; &lt;p&gt;4. Enter a Name and the following URL &apos;http://download.eclipse.org/eclipse/updates/3.4&apos; and click &apos;Next&apos;&lt;/p&gt; &lt;p&gt;&lt;img width=&quot;500&quot; height=&quot;519&quot; alt=&quot;&quot; src=&quot;/userfiles/040107/117/Picture 5.png&quot; /&gt;&lt;/p&gt; &lt;p&gt;5. If prompted select a mirror and wait till the next screen shows up:&lt;/p&gt; &lt;p&gt;&lt;img width=&quot;500&quot; height=&quot;331&quot; alt=&quot;&quot; src=&quot;/userfiles/040107/117/Picture 7.png&quot; /&gt;&lt;/p&gt; &lt;p&gt;Make sure to select the CVS options as selected above.&lt;/p&gt; &lt;p&gt;6. Click &apos;Next&apos;, agree to any licenses and &apos;Feature Verification&apos;&lt;/p&gt; &lt;p&gt;7. When complete you will be prompted to Restart the CF Builder.&lt;/p&gt; &lt;p&gt;When using beta software I generally like to have it run in its own install. This has worked great for ColdFusion Builder especially once I got the CVS client installed.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><pubDate>Thu, 16 Jul 2009 12:28:00 GMT</pubDate><guid>http://samfarmer.instantspot.com/blog/2009/07/16/Adding-CVS-to-ColdFusion-Builder-Standalone</guid><category>ColdFusion Builder</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>