<?xml version="1.0" encoding="utf-8"?>          <rss version="2.0">     <channel>     <title>Cozmo&apos;s Dev Blog - ColdFusion 8</title>     <link>http://www.myinternetisbroken.com/index.cfm</link>     <description>The Dev Blog</description>     <language>en-us</language>     <pubDate>Sun, 05 Sep 2010 09:02:18-0700</pubDate>     <lastBuildDate>Wed, 12 Nov 2008 00:13:00-0700</lastBuildDate>     <generator>BlogCFC</generator>     <docs>http://blogs.law.harvard.edu/tech/rss</docs>     <managingEditor>coz@myinternetisbroken.com</managingEditor>     <webMaster>coz@myinternetisbroken.com</webMaster>          <item>      <title>Transfer  now works on Railo (And is Insanely fast)</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/11/12/Railo-Now-Supports-Transfer-And-is-Insanely-fast</link>      <description>            I had read on the Railo Mailing list that Transfer now works on the latest release of Railo 3.0.1.000. So I went to check it out and loaded up the TBlog example app that comes with Transfer and much to my amazement it loaded up between 3-5 seconds (with Debugging on). I went and fired up the same app on CF 8 and it took 25-30 seconds (with debugging on as well). I know that having debugging turned on (Especially with CFC&apos;s) really slows down CF serve and is in no way indicative of how the app will perform in production. That, and that there is a significant performance cost when the CF server (re)creates the Java classes...   But Daaaaaa-yum! That is almost a ten fold difference. And when I am developing I almost *always* have debugging on.   I have also been testing a lot of apps (mine and others) on Railo to see what works and what doesn&apos;t. So far so good. The only significant problem I have had was with how Railo&lt;a href=&quot;http://www.opensourcecf.com/forums/messages.cfm?threadid=12900714-D9F3-F6AE-8779405E760292B5&quot; target=&quot;_blank&quot;&gt; handles Structures&lt;/a&gt; on Rick Roots &lt;a href=&quot;http://www.opensourcecf.com/cffm/&quot; target=&quot;_blank&quot;&gt;ColdFusion File Manager (CFFM)&lt;/a&gt;. But other than that, most all of the apps that are part of my day in day out work day work flawlessly with Railo.  Oh yeah, the latest version of Railo supports CFAjaxProxy. That SO ROCKS!!!  Way to go Gert, Michael and the rest of the Railo Crew! I CANNOT WAIT to see Railo 3.1 on Nov 28.       </description>            <category>Railo</category>                <category>ColdFusion 8</category>                <category>AJAX</category>                <category>ColdFusion</category>                <pubDate>Wed, 12 Nov 2008 00:13:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/11/12/Railo-Now-Supports-Transfer-And-is-Insanely-fast</guid>           </item>          <item>      <title>InfoWorld story: Developers rank best application servers -  Adobe ColdFusion among their favorites</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/10/22/InfoWorld-story-Developers-rank-best-application-servers---Adobe-ColdFusion-among-their-favorites</link>      <description>            This is &lt;b&gt;AWESOME&lt;/b&gt;!! The story was included in the &quot;InfoWorld Platforms Report&quot; Newsletter.  &lt;b&gt;Developers rank best application servers&lt;/b&gt;&lt;br /&gt; &quot;The &apos;user&apos;s choice&apos; for application servers ranked Adobe ColdFusion, the open-source Apache Geronimo, and Oracle WebLogic Server among their favorites&quot;&lt;br&gt;  &lt;a href=&quot;http://www.infoworld.com/article/08/10/22/Developers_rank_best_application_servers_1.html?source=NLC-PLATFORMS&amp;amp;cgd=2008-10-22&quot; target=&quot;_blank&quot;&gt;http://www.infoworld.com/article/08/10/22/Developers_rank_best_application_servers_1.html?source=NLC-PLATFORMS&amp;cgd=2008-10-22&lt;/a&gt;   This has been a &lt;b&gt;LONG&lt;/b&gt; time coming. I am guessing that CF isn&apos;t all that dead. In fact it may be, to quote &lt;a href=&quot;http://www.youtube.com/watch?v=U8ezarCkmJA&quot; target=&quot;_blank&quot;&gt;Adam Lehman&lt;/a&gt;, the &lt;b&gt;&quot;Best dead language... evar!&quot;&lt;/b&gt;       </description>            <category>Working Smart</category>                <category>ColdFusion 8</category>                <category>ColdFusion</category>                <pubDate>Wed, 22 Oct 2008 20:15:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/10/22/InfoWorld-story-Developers-rank-best-application-servers---Adobe-ColdFusion-among-their-favorites</guid>           </item>          <item>      <title>I am almost there</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/5/4/I-am-almost-there</link>      <description>            I have been working on yet another code generator for ColdFusion for the last six months. I have learned a &lt;b&gt;lot&lt;/b&gt;. When I am done.... it will read a databse and using the metadata and it will create a working app using the ENTIRE database. It is like a mini Ruby on Rails.&lt;br&gt;    &lt;p&gt;You point it to the data source and a destination dir, press enter, and you have a working app. You can go from zero to working admin for a 20 table database in about a minute.&lt;/p&gt; &lt;p&gt;It also:&lt;/p&gt;  &lt;ul &gt; &lt;li&gt;Generates client side validation based on the data type (string, numeric, float, date, etc.).&lt;/li&gt;  &lt;li&gt;Generates time and date pickers for date/time fields.&lt;/li&gt; &lt;li&gt;Generates inline wussywig text editors for Text fields &lt;/li&gt; &lt;li&gt;Automatically generates and populates drop down boxes using foreign keys .&lt;/li&gt; &lt;li&gt;Has optional secondary validation using key words in the column name (like email, phone, fax, zip, etc.).&lt;/li&gt; &lt;li&gt;It is almost entirely Object Oriented and uses a very simple MVC methodology.&lt;/li&gt; &lt;/ul&gt;  I am pretty pumped and have been working on this every chance I get. When I get it done, (It really snow balled from what seemed to be a very simple idea), I will be able to crank out a working app, with a couple of clicks, in a matter of minutes.   And yes, I will be releasing it open source.       </description>            <category>OO</category>                <category>ColdFusion</category>                <category>Open Sores</category>                <category>Meta programming</category>                <category>ColdFusion 8</category>                <category>Working Smart</category>                <pubDate>Sun, 04 May 2008 06:39:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/5/4/I-am-almost-there</guid>           </item>          <item>      <title>Dear Adobe</title>      <link>http://www.myinternetisbroken.com/index.cfm/2007/8/4/Dear-Adobe</link>      <description>            Thanx for pissing off the CF user base.       </description>            <category>Stupid Shite</category>                <category>ColdFusion 8</category>                <category>ColdFusion</category>                <category>Rants</category>                <pubDate>Sat, 04 Aug 2007 02:23:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2007/8/4/Dear-Adobe</guid>           </item>          <item>      <title>I am a beta tester for ColdFusion 8 (Scorpio) WOOO WOO!!!!</title>      <link>http://www.myinternetisbroken.com/index.cfm/2007/4/13/I-am-a-beta-tester-for-ColdFusion-8-Scorpio</link>      <description>            I have been itching to look at the new features that I have been reading about on the blogs. So I said what the hell and &lt;a href=&quot;https://prerelease.adobe.com/callout/apply.html?callid=%7BE9F64ADB-DADA-485E-BFFE-60E0D783EBEF%7D &quot; target=&quot;_blank&quot;&gt;signed up.&lt;/a&gt; (pops). It probably helped that I worked for a Management Consulting firm with a slick web site. Anyways CF 8 Rocks! &lt;p&gt;&lt;b&gt;Some of the stuff that I liked was:&lt;/b&gt;&lt;/p&gt; &lt;ul&gt;   &lt;li&gt;The native AJAX and SPRY support.&lt;/li&gt;   &lt;li&gt;RSS support&lt;/li&gt;   &lt;li&gt;CFIMAGE&lt;/li&gt;   &lt;li&gt;Menu building via cfmenu&lt;/li&gt;   &lt;li&gt;Zip support via cfzip&lt;/li&gt;   &lt;li&gt;.NET support&lt;/li&gt;   &lt;li&gt;Support for Exchange Server inclusing support for calendar functions, contacts,       tasks and so forth.&lt;/li&gt;   &lt;li&gt;Native support for PDF forms and PDF manipulation such as merging documents       and filling in and submitting PDF forms&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Another this is that is very cool is the Eclipse Plug-ins with CRUD builders for CF and FLEX using the ColdFusion/Flex Application wizard&lt;/p&gt; &lt;p&gt;It also has a full featured debugging environment much like the one for Flex builder and MS Visual Studio&lt;/p&gt; &lt;p&gt;And tons more... I am short on time and I just got it yesterday. More to come.&lt;br /&gt; &lt;/p&gt;       </description>            <category>CFEclipse</category>                <category>Tools</category>                <category>ColdFusion 8</category>                <category>AJAX</category>                <category>ColdFusion</category>                <pubDate>Fri, 13 Apr 2007 13:53:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2007/4/13/I-am-a-beta-tester-for-ColdFusion-8-Scorpio</guid>           </item>     </channel></rss>