<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Curl Blog</title>
    <link>http://developers.curl.com/blogs/community_blog</link>
    <description>&lt;v&gt;</description>
    <pubDate>Mon, 17 Nov 2008 05:09:52 GMT</pubDate>
    <generator>Clearspace 1.6.0 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-11-17T05:09:52Z</dc:date>
    <item>
      <title>From the horse's mouth</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/11/17/from-the-horses-mouth</link>
      <description>I just read an &lt;a class="jive-link-external" href="http://reddevnews.com/qandas/article.aspx?editorialsid=132"&gt;interview&lt;/a&gt; by Michael Desmond of The Redmond Developer  with Brad Becker, Microsoft's director of Rich Client Paltforms (Silverlight team). Interestingly, Brad came to Microsoft from Adobe (Macromedia Flex team actually). &lt;br /&gt;
&lt;br /&gt;
Brad spent many years building client solutions with Flex and he says this - "But what I was running into was Flex was really good for starting a project, but it was really hard to finish anything with it. You'd start running into issues with performance and with scalability and things like that. So we'd end up having to go back to the metal. You'd have to dig into Flash itself and hand-tweak things iFlash, and then you'd be back into the morass of movie clips and timelines and cell-based animation."&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
So was there frustration using Flex? Brad said, "Flash was designed for doing cartoons on the Web; It's actually really good at that. But at the end of the day, anytime you use a high-level framework, there's always times when you have to go below the framework back to whatever is underneath. So it was still a pain."&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
When it comes to enterprise-grade RIA for business critical functions, Flex and AIR have ways to go. Even Silverlight, whose first target has been video rendering (e.g. Beijing Olympics), is yet to prove as a industrial-strength platform for mission-critical RIA for large enterprises.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Curl, on the other hand, has been deployed successfully at over 400 large global customers for such high-performing, secure, and scalable applications.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">adobe</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise_ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">performance</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">security</category>
      <pubDate>Mon, 17 Nov 2008 05:24:20 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/11/17/from-the-horses-mouth</guid>
      <dc:date>2008-11-17T05:24:20Z</dc:date>
      <clearspace:dateToText>Sun, Nov 16 9:09 PM</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/from-the-horses-mouth</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1163</wfw:commentRss>
    </item>
    <item>
      <title>AjaxWorld 2008, San Jose, CA</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/10/22/ajaxworld-2008-san-jose-ca</link>
      <description>I just attended &lt;a class="jive-link-external" href="http://ajaxworld.com/"&gt;AjaxWorld 2008&lt;/a&gt; in San Jose, California. The theme of this conference was "2008: Decision Year for RIAs". Here is a quick summary.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The first day keynote was by Scott Guthrie of Microsoft. Scott manages the development platforms including Silverlight. He gave several demos. The first one showed ASP .Net MVC (Model View Controller), JQuery, and Visual Studio 2008. The second demo was Silverlight and RIA-based development. Silverlight claims cross-browser, cross-platform plug-in. The Linux version is done with Novell. Most of the examples were on video streaming at sites such as NBC Olympics, the DNC (Democratic National Convention). He claimed the NBC Olympics had 70 million streams in 14 day period. AOL mail was another example using Silverlight. Some SAP front-ends are now using Silverlight. He claimed one of every four PC's now run Silverlight, kind of hard to believe, specially when Silverlight Release 2 was launched lat week. I wrote a &lt;a class="jive-link-external" href="http://www.theregister.co.uk/2008/10/20/silverlight_all_business/comments/"&gt;response&lt;/a&gt; to a blog post on this. Microsoft deserves credit for "adaptive streaming" on varieties of line speeds ranging from 250 kbps to 2 Mbps. They clearly focus on beating Adobe's Flash player in video streaming. The business application part of Silverlight is weak on examples and functions, but high on claims. Silverlight claims multi-language support like C#, VB, Python. They claim rich query of data and local caching. The download is 4.6 MB and everything fits in that (includes 100s of built-in controls). For example, they have HTML API for programming pure HTML apps. All functions like calendaring have skinnable controls. Visual Studio is their IDE. The combination of VS 2008 and Microsoft Expression addresses the designer+developer community.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Matt Quinlan from Appcelerator stared by saying "users may times don't now what they want. If Ford would have asked users what they wanted, they would have a said 'a faster horse'". Appcelerator provides a framework to speed up Ajax development. It provides a higher order expression language that generates Javascript. He said Javascript is "mountains of code" and pointed out that Google Map has 6535 lines of Javascript code. He derided Javascript as tedious, error-prone, boiler-plate stuff. It was interesting that many presenters showed Ajax frameworks to speed of development.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Oracle made a presence this time. They showed their existing tools such as JDeveloepr and ADF (Application Development Framework) all using some new technology. It's "old wine in a new bottle". There is no front-end client-centric RIA story. They are from a Java server-centric culture and are sticking to that.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Adobe CTO Kevin Lynch presented on day 3 early (poor audience) and I missed that, but supect he glorified Adobe Flex and AIR.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Curl got good visibility.  I presented on first day a session titled  "RIA - Real Examples and Lessons Learnt", where four concrete customer examples were described, showing benefits of using Curl. Then Richard and I gave an interview to Sys-Con TV (not published yet). I also participated at a &lt;a class="jive-link-external" href="http://ajaxworld.com/event/session/82"&gt;power panel&lt;/a&gt; yesterday on the subject "How are RIAs benefiting the bottom line?" You can see the other participants including last minute addition of Adobe (James Ward). Our simple booth was busy with many visitors getting a demo of Curl from the expert hands of Richard.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
This AjaxWorld had several hundred people (my guess - 400), many did&lt;br /&gt;
not show up due to the harsh economic condition prevailing now.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise_ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <pubDate>Wed, 22 Oct 2008 22:41:42 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/10/22/ajaxworld-2008-san-jose-ca</guid>
      <dc:date>2008-10-22T22:41:42Z</dc:date>
      <clearspace:dateToText>Oct 22, 2008 3:00 PM</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/ajaxworld-2008-san-jose-ca</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1158</wfw:commentRss>
    </item>
    <item>
      <title>Mid-year Update on Curl Inc.</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/09/04/midyear-update-on-curl-inc</link>
      <description>As we are enjoying the last few weeks of summer, I&amp;rsquo;d like to take time to share with you an update on Curl&amp;rsquo;s business and the enterprise RIA market in general. &lt;br /&gt;
&lt;br /&gt;
Overall, 2008 has been an exciting year for us.  We&amp;rsquo;ve made some great strides in further developing our product set as well as expanding our business.  We productized two of our three &lt;br /&gt;
&lt;span class="yshortcuts"&gt;open source projects, executed on our Eclipse strategy, and released our Run Time Environment (RTE) for the &lt;span class="yshortcuts"&gt;Macintosh, as well as support for Ubuntu. &lt;br /&gt;
&lt;br /&gt;
Also, we unveiled Curl Nitro, the next version of our RIA platform, which brought with it enhanced desktop capabilities to enterprises.  We released a few really cool sample applications to showcase the data visualization and online/offline capabilities of that product, so I highly recommend you check them out.&lt;br /&gt;
&lt;br /&gt;
At the beginning of 2008, we predicted that this would be the start of an explosion of enterprise RIA, and this has truly been the case so far.  The market is heating up with vendors, while companies and consumers alike demand richer user interfaces, stronger security, and higher performance.  The enterprise has really felt the push, and we are right there to support them with thefeatures they need.  This increase in demand also is reflected in the growth of our developer community, as we experienced an increase here of 456 percent.&lt;br /&gt;
&lt;br /&gt;
In particular, as I have been meeting with customers and prospects, here are the common themes I have heard from them:&lt;br /&gt;
&lt;br /&gt;
&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;- Curl's visualization functions plus high performance gives us a competitive edge in our business.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;- "Curlization" is a process to replace spreadsheet-based client-serverapplications to RIAs with lower total cost of ownership.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;- Curl is ahead of &lt;span style="border-bottom: 1px dashed #0066cc; background: transparent none repeat scroll 0% 0%; cursor: pointer; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" class="yshortcuts"&gt;Adobe Flex&lt;/span&gt; in several areas like security, performance, and programmer productivity.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;- Curl has a proven track record as a RIA platform for enterprises, while others are just starting.&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;br /&gt;
&lt;br /&gt;
Below I have included a snapshot of the news announcements we have issued during the last several months, a sampling of the great media coverage we&amp;rsquo;ve received, and links to some of our most interesting blog entries from the Curl Developer Center for you to reference.  I hope you find this update helpful in your research, and I welcome any comments or questions you might have. &lt;br /&gt;
&lt;br /&gt;
&lt;span class="yshortcuts"&gt;&lt;span class="yshortcuts"&gt;&lt;br /&gt;
News&lt;br /&gt;
ANNOUNCEMENTS &lt;br /&gt;
&amp;middot;   Curl Releases New Web-Based Training Courses, August 20, 2008&lt;br /&gt;
&amp;middot;   Curl Announces General Availability of Curl Development Tools for Eclipse,  August 5, 2008 &lt;br /&gt;
&amp;middot;   Curl Announces General Availability of Its Curl Data Kit - July 7, 2008 &lt;br /&gt;
&amp;middot;   Curl to Provide Rich Internet Application Technology to University of Hawai'i at M&amp;#257;noa, June 26, 2008&lt;br /&gt;
&amp;middot;   Curl Nitro Demo Application Visualizes &lt;span class="yshortcuts"&gt;&lt;a class="jive-link-external" href="http://www.facebook.com/"&gt;Facebook&lt;/a&gt; Social Graphs, June 23, 2008 &lt;br /&gt;
&amp;middot;   Curl Showcases Curl Nitro Through New Sample Application, June 16, 2008 &lt;br /&gt;
&amp;middot;   Curl Announces Public Beta Availability of Eclipse-Based RIA Development Tools,  June 9, 2008 &lt;br /&gt;
&amp;middot;   Curl Makes Rich Internet Application Run Time Environment for Macintosh Generally Available, June 3, 2008 &lt;br /&gt;
&amp;middot;   RIA Technology Benchmark Test Finds Curl Outperforms Adobe Flex 3, May 28, 2008 &lt;br /&gt;
&amp;middot;   Curl Embraces Desktop RIA With 'Nitro' Product Release, April 21, 2008&lt;br /&gt;
&amp;middot;   Curl Announces Support for Ubuntu for Enterprise RIA Platform, April 15, 2008 &lt;br /&gt;
&amp;middot;   Curl Joins &lt;span style="border-bottom: medium none; background: transparent none repeat scroll 0% 0%; cursor: pointer; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" class="yshortcuts"&gt;Eclipse Foundation&lt;/span&gt; and Announces Eclipse Strategy, April 7, 2008&lt;br /&gt;
&amp;middot;   Curl Delivers &lt;span class="yshortcuts"&gt;First Open Source Product with &lt;span class="yshortcuts"&gt;Web Services Development Kit, March 4, 2008&lt;br /&gt;
&lt;br /&gt;
CURl IN the news&lt;br /&gt;
&amp;middot;   RIA company curls up with Eclipse, SD Times, August 6, 2008&lt;br /&gt;
&amp;middot;   Curl completes embrace of Eclipse IDE, NetworkWorld, August 4, 2008&lt;br /&gt;
&amp;middot;   How to sort out Ajax and RIA frameworks, &lt;span class="yshortcuts"&gt;&lt;a class="jive-link-external" href="http://searchsoa.com/"&gt;SearchSOA.com&lt;/a&gt;, July 30, 2008&lt;br /&gt;
&amp;middot;   The Architect's Role, Dr. Dobb&amp;rsquo;s  Journal, July 1, 2008&lt;br /&gt;
&amp;middot;   Overview of the Curl Enterprise RIA Platform, &lt;span class="yshortcuts"&gt;&lt;a class="jive-link-external" href="http://infoq.com/"&gt;InfoQ.com&lt;/a&gt;, June 13, 2008&lt;br /&gt;
&amp;middot;   Curl Adds Runtime Support for Mac Environments, PC World, June 3, 2008&lt;br /&gt;
&amp;middot;   Curl 6 outperforms Flex 3 on CPU-intensive benchmark, &lt;span class="yshortcuts"&gt;InfoWorld, May 28, 2008&lt;br /&gt;
&amp;middot;   Who Will Win the Next Battle for the Desktop?, AJAXWorld, April 27, 2008&lt;br /&gt;
&amp;middot;   Curl's Nitro Takes Aim at &lt;span class="yshortcuts"&gt;&lt;a class="jive-link-external" href="http://www.adobe.com/"&gt;Adobe&lt;/a&gt; AIR, &lt;span class="yshortcuts"&gt;InformationWeek, April 15, 2008&lt;br /&gt;
&amp;middot;   RIA War Is Brewing, eWeek, April 11, 2008&lt;br /&gt;
&amp;middot;   Product review: Curl 6.0 enriches the rich Internet toolkit, InfoWorld, April 7, 2008&lt;br /&gt;
&amp;middot;   Curl: Rich Internet Apps get richer, &lt;span class="yshortcuts"&gt;Computerworld, March 13, 2008&lt;br /&gt;
&amp;middot;   Curl ships commercial version of its &lt;span class="yshortcuts"&gt;open source web services dev kit for RIA Platform, ZDNet, March 4, 2008&lt;br /&gt;
&amp;middot;   Curl linking rich Internet applications, SOA, InfoWorld, February 29, 2008 &lt;br /&gt;
&lt;br /&gt;
CURl BLOG POSTS&lt;br /&gt;
&amp;middot;   Curl is now in the Top 4, August 12, 2008&lt;br /&gt;
&amp;middot;   &lt;span class="yshortcuts"&gt;Backward Compatibility and Curl, August 1, 2008&lt;br /&gt;
&amp;middot;   Quarantined by default, secure by design, July 28, 2008&lt;br /&gt;
&amp;middot;   The Batmobile, Lamborghini, and my Suburban, July 23, 2008&lt;br /&gt;
&amp;middot;   Enterprise RIA - real examples in use, June 13, 2008&lt;br /&gt;
&amp;middot;   How big is your source code?, June 12, 2008&lt;br /&gt;
&amp;middot;   Does RIA platform performance matter?, May 30, 2008&lt;br /&gt;
&amp;middot;   For Curl, Security is Job #1, May 29, 2008&lt;br /&gt;
&amp;middot;   Questions to ask your RIA Vendor, May 20, 2008&lt;br /&gt;
&amp;middot;   Why Criminal Hackers Will Love Adobe AIR, April 16, 2008&lt;br /&gt;
&amp;middot;   Seven nice things about the Curl Platform, March 25, 2008&lt;br /&gt;
&amp;middot;   Why Is an Enterprise RIA Platform Different?, February 13, 2008&lt;br /&gt;
&lt;br /&gt;
Events Tradeshows and Conferences&lt;br /&gt;
Curl will have representation and/or executive speaking sessions at the following tradeshows. Please let us know if you plan to attend any of these events and if you&amp;rsquo;re interested in scheduling a briefing: &lt;br /&gt;
&lt;br /&gt;
&amp;middot;   Rich Client Experience, Washington, DC, &lt;span style="border-bottom: 1px dashed #0066cc; cursor: pointer" class="yshortcuts"&gt;September 4-5, 2008&lt;/span&gt;&lt;br /&gt;
&amp;middot;   Web 2.0 Conference &amp;#38; Expo 2008, New York City,&lt;span style="border-bottom: 1px dashed #0066cc; cursor: pointer" class="yshortcuts"&gt; Sept. 16-19, 2008&lt;/span&gt;&lt;br /&gt;
&amp;middot;   AJAXWorld &lt;span style="border-bottom: 1px dashed #0066cc; cursor: pointer" class="yshortcuts"&gt;2008 West,San Jose, CA&lt;/span&gt;, &lt;span style="border-bottom: 1px dashed #0066cc; cursor: pointer" class="yshortcuts"&gt;October 20-22, 2008&lt;/span&gt;&lt;br /&gt;
&amp;middot;   SD Best hPractices,Boston, MA, &lt;span style="border-bottom: 1px dashed #0066cc; cursor: pointer" class="yshortcuts"&gt;October 27-30, 2008&lt;/span&gt;&lt;br /&gt;
&amp;middot;  InfoQ QCon, San Francisco, CA, &lt;span style="border-bottom: 1px dashed #0066cc; cursor: pointer" class="yshortcuts"&gt;November 19 - 21, 2008&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">developer_center</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise_ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">security</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ide</category>
      <pubDate>Thu, 04 Sep 2008 16:26:00 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/09/04/midyear-update-on-curl-inc</guid>
      <dc:date>2008-09-04T16:26:00Z</dc:date>
      <clearspace:dateToText>Sep 4, 2008 9:03 AM</clearspace:dateToText>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/midyear-update-on-curl-inc</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1143</wfw:commentRss>
    </item>
    <item>
      <title>The Batmobile, Lamborghini, and my Suburban</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/07/23/the-batmobile-lamborghini-and-my-suburban</link>
      <description>I went out last night and caught the late showing of The Dark Night. I love that Batmobile, but I can&amp;rsquo;t imagine driving it to work.  I would rather drive Bruce Wayne&amp;rsquo;s Lamborghini!  But even the Lamborghini is not exactly a utilitarian vehicle. I mean I can&amp;rsquo;t imagine taking my wife and four kids on a camping trip in a Lamborghini.  I would rather drive my Chevy Suburban.&lt;br /&gt;
&lt;br /&gt;
The Batmobile, Lamborghini and the Suburban all have strengths and weakness depending on the context in which they are used. The fact is you have to choose the right vehicle for the job at hand. This is also true of RIA platforms.&lt;br /&gt;
&lt;br /&gt;
Let say you have to enrich the user experience of a commercial shopping site like Amazon.com or The Gap. You are probably going to use something fairly lightweight like &lt;a class="jive-link-external" href="http://en.wikipedia.org/wiki/Ajax_%28programming%29"&gt;Ajax&lt;/a&gt;.  On the other hand, if you want to provide a beautiful animation for Disney you&amp;rsquo;ll use &lt;a class="jive-link-external" href="http://www.adobe.com/products/flex/"&gt;Flex&lt;/a&gt; or &lt;a class="jive-link-external" href="http://silverlight.net/"&gt;Silverlight&lt;/a&gt;, not Ajax.  Flex might be good for one site and Silverlight another. Ajax framework &amp;ldquo;X&amp;rdquo; here and Ajax framework &amp;ldquo;Y&amp;rdquo; there. You get the picture.&lt;br /&gt;
&lt;br /&gt;
My platform of choice is &lt;a class="jive-link-external" href="http://www.curl.com/"&gt;Curl&lt;/a&gt;, a RIA platform that started as a &lt;a class="jive-link-external" href="http://en.wikipedia.org/wiki/DARPA"&gt;DARPA&lt;/a&gt; funded research project at MIT more than a decade ago. As a RIA platform Curl is very mature and extremely powerful, but it&amp;rsquo;s not appropriate for all use cases. For example, I wouldn&amp;rsquo;t build a mass consumer web site with Curl because the Curl runtime is not very common. I would use Ajax or Flex instead.  At the same time I wouldn&amp;rsquo;t build a processing intensive data visualization tool or an advanced product configuration interface (think thousands of parts) using Ajax or Flex either. I would use Curl.  &lt;br /&gt;
&lt;br /&gt;
Curl is a powerhouse; it is the Batmobile of the RIA platforms. But its most appropriate for enterprise and scientific computing - its not always the best choice for mass consumer applications. For mass consumer applications I would choose Flex, Silverlight or Ajax - these are the Lamborghinis and Suburbans of the RIA platforms.  Flex, Silverlight and Ajax are best suited, in my opinion, for every day use (Suburban) or for glitz and glam (Lamborghini), not for mission critical industrial strength jobs (Batmobile). For mission critical industrial strength jobs that require intensive processing and the ability to handle huge data sets I choose Curl.   &lt;br /&gt;
&lt;br /&gt;
When you choose a RIA platform you have to consider many things and in many cases Ajax, Flash/Flex, or Silverlight will do the job nicely.  But there are occasions when you need something much more powerful and that&amp;rsquo;s when you should take a serious look at Curl.  Don&amp;rsquo;t drive the Batmobile to work and don&amp;rsquo;t drive the Suburban into a battle with evil. Use the right platform for the job.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ajax</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">datavisualization</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">flex</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">performance</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">silverlight</category>
      <pubDate>Wed, 23 Jul 2008 17:45:12 GMT</pubDate>
      <author>RMH</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/07/23/the-batmobile-lamborghini-and-my-suburban</guid>
      <dc:date>2008-07-23T17:45:12Z</dc:date>
      <clearspace:dateToText>Jul 23, 2008 10:44 AM</clearspace:dateToText>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/the-batmobile-lamborghini-and-my-suburban</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1128</wfw:commentRss>
    </item>
    <item>
      <title>CIO Insight's recent survey - RIA is 2nd highest in priority to increase revenue</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/05/24/cio-insights-recent-survey-ria-is-2nd-highest-in-priority-to-increase-revenue</link>
      <description>"CIO Insight" magazine did a &lt;a class="jive-link-external" href="http://www.cioinsight.com/c/a/Technology/Revenue-Driving-Technologies/2/"&gt;recent survey&lt;/a&gt; of 240 CIO's on which new technologies will boost revenue for their companies.  &lt;br /&gt;
&lt;br /&gt;
And guess what?  Rich Internet Applications(RIA) ranked as Number 2 (23.6%), right after SOA (23.9%).&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Last year, I had  mentioned  in an &lt;a class="jive-link-external" href="http://www.ddj.com/web-development/205600626"&gt;interview&lt;/a&gt; with Dr. Dobbs about RIA as the low hanging fruit for the enterprises to embrace Web 2.0 for business benefits. Jeffrey Hammond of Forrester Research mentioned in a &lt;a class="jive-link-blogpost" href="http://developers.curl.com/blogs/community_blog/2007/12/05/technologies-of-the-future"&gt;keynote address&lt;/a&gt; at WebBuilder 2.0 last December that for enterprises to endorse Web 2.0, the future is now. He also mentioned that 32% of the enterprises surveyed by Forrester were using or considering RIA.  Therefore, the CIO Insight survey showing RIA as second highest in priority to boost revenue does not come as a surprise.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Curl's RIA Platform has been used by over 300 enterprises and many have shown quantitative benefits to their business, over the client-server applications. The requirements  to use RIA at the enterprise level is very different and much more stringent. They are looking for industrial-strength attributes such as high performance, extreme reliability, very high security, and big-time scalability. I recently blogged about what &lt;a class="jive-link-blogpost" href="http://developers.curl.com/blogs/community_blog/2008/05/20/questions-to-ask-your-ria-vendor"&gt;questions&lt;/a&gt; companies need to ask RIA vendors.  Just getting a Flash video stream is not good enough for business-critical applications.&lt;br /&gt;
&lt;p /&gt;
Earlier this year, Curl was awarded the &lt;a class="jive-link-external" href="http://www.infoworld.com/slideshow/2008/01/143-2008_technology-2.html"&gt;best RIA Platform by InfoWorld&lt;/a&gt;.  The proof is always with real deployment and benefits by customers. &lt;br /&gt;
&lt;br /&gt;
Mike Vizard of eWeek &lt;a class="jive-link-external" href="http://blogs.eweek.com/masked_intentions/content/cio/whats_hot_now_52208.html"&gt;refers&lt;/a&gt; to this survey in his recent blog. He &lt;a class="jive-link-external" href="http://www.channelinsider.com/c/a/Commentary/10-Technologies-and-20-Vendors-You-Should-Know-for-2008/"&gt;covered the importance of RIA&lt;/a&gt; and mentioned Curl as a vendor to watch last December.&lt;br /&gt;
When it comes to Enterprise RIA, Curl clearly is the defacto leader.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise2.0</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise_ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">forrester</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">webbuilder2.0</category>
      <pubDate>Sun, 25 May 2008 00:12:47 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/05/24/cio-insights-recent-survey-ria-is-2nd-highest-in-priority-to-increase-revenue</guid>
      <dc:date>2008-05-25T00:12:47Z</dc:date>
      <clearspace:dateToText>May 24, 2008 4:26 PM</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/cio-insights-recent-survey-ria-is-2nd-highest-in-priority-to-increase-revenue</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1104</wfw:commentRss>
    </item>
    <item>
      <title>Curl Code Search</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/05/14/curl-code-search</link>
      <description>There now appear to be quite a number of different search engines on the internet now that index open source code repositories and allow you to search them. Some of the more popular engines are &lt;a class="jive-link-external" href="http://www.google.com/codesearch"&gt;Google code search&lt;/a&gt;, &lt;a class="jive-link-external" href="http://www.koders.com"&gt;Koders&lt;/a&gt;, and &lt;a class="jive-link-external" href="http://www.krugle.org"&gt;Krugle&lt;/a&gt;. Unfortunately, non of these engines list Curl as a supported language or index any of the recent open source Curl projects. &lt;b&gt;Update: Google Code does now appear to index Curl code, but still does not include it in their list of languages. You can restrict your search to Curl files by including the following in your query: &lt;font color="#3366ff"&gt;file:\.[dmsx]?curl$&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The best ways to change this situation are to make more user requests to those sites asking to support Curl and to create more open source Curl projects to index. So if this feature is important to you, consider visiting one or more of those sites (or if there is some other site you prefer, let us know in a comment) and request Curl support (or second an existing request). Here are some links:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://groups.google.com/group/Google-Code-Search?hl=en"&gt;Google Code Group&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.koders.com/info.aspx?c=feedback"&gt;Koders feedback form&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://forums.krugle.org/forum.jspa?forumID=15"&gt;Krugle Forum: Feature Requests&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
And if you have some Curl coding projects sitting on your computer, why not go ahead and create an open source project so others can see what you are up to? If you do, we have found that both &lt;a class="jive-link-external" href="http://www.sourceforge.net"&gt;SourceForge&lt;/a&gt; and &lt;a class="jive-link-external" href="http://code.google.com"&gt;Google Code&lt;/a&gt; are good choices for free project hosting. SourceForge has been around a lot longer and is more fully featured, but makes you jump through more hoops. My own &lt;a class="jive-link-external" href="http://code.google.com/p/zuzu-curl/"&gt;Zuzu&lt;/a&gt; project is hosted at Google, and I have been happy enough with it so far.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update: since Google does appear to index Curl files, you should probably explicitly submit your repository to Google for indexing if you want it to show up:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a class="jive-link-external" href="http://www.google.com/codesearch/addcode"&gt;http://www.google.com/codesearch/addcode&lt;/a&gt;&lt;/b&gt;</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">open_source</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">programming</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">search</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">codesearch</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">krugle</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">google</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">koders</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">sourceforge</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Wed, 14 May 2008 22:44:04 GMT</pubDate>
      <author>cbarber</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/05/14/curl-code-search</guid>
      <dc:date>2008-05-14T22:44:04Z</dc:date>
      <clearspace:dateToText>May 6, 2008 2:12 PM</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/curl-code-search</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1097</wfw:commentRss>
    </item>
    <item>
      <title>Web 2.0 Expo - April 22-25, 2008</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/05/03/web-20-expo-april-2225-2008</link>
      <description>I had briefly reported from the Web 2.0 Expo last week. Here is an overall summary of the event.&lt;br /&gt;
&lt;br /&gt;
I have been going to all the Web 2.0 events since they started back in 2005. It's quite remarkable how fast the attendance has grown. There used be just one conference in November. Due to its popularity they made it into two events - We 2.0 Expo in April and Web 2.0 Summit in October. The one in the fall tends to be much more technical. The expo is broader and the attendance is much larger. The success of this event has prompted the organizers (O'Reilly &amp;#38; company) to have similar events in New York, Tokyo, and Europe since 2007.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
For those who are confused by the term Web 2.0,  you are in good company of many.  Ambiguity is the name of the game here. The phrase Web 2.0 was coined to explain the evolution of the Web to being a serious platform for the future applications, as opposed to the first phase (Web 1.0) where static pages were delivered and user-interactivity was quite limited. Also it was architecturally poor and slow to perform with all the page refreshes. Web 2.0 deals with asynchronous access to servers, polling data to the client cache for continuous feeding (e.g. Google Maps), hence it feels like a local desktop application. The phrase Ajax was coined 2 years ago to highlight the asynchronous aspects, even though the underlying technology remains the same - HTML, Javascript, CSS, DOM, XML,..&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
During 2005 and 2006, almost all the attendees at the Web 2.0 events were young kids working on start-ups like Flickr, YouTube, MySpace, etc. During last year's Web 2.0 Summit, the first session was with Marc Zuckerberg, the 23 year old who founded Facebook. The same night, the dinner guest was the 73-year old Rupert Murdoch, head of News Corporation and owner of MySpace. During my first attendance back in 2005 Fall, I felt like a fish out of water. There were no large enterprises including my former employers like IBM or Oracle. I could not recognize anyone from my generation. No gray hair from the client-server era. But it was lots of fun watching the kids re-invent the same issues some of us had worked on years back.  Topics like stateful applications, transactional integrity, secure commits to the database, good scalability when numbers rise fast, were all being revisited. I call this "Back to the Future". So all the discussions centered around the "consumer space". It's like the boom-years of 1997-2000 when Jeff Bozos of Amazon said, "profit,? I spell that as Prophet." People started talking about another "bubble" around Web 2.0. No one seemed to care about "monetization" or "business value". &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Zimbra got a standing ovation in the fall of 2005 when it displayed its email with pop-ups as you mouse thru the content. Yahoo bought Zimbra for $300m, but its future inside Yahoo is clouded as much as Yahoo's own future. This year, I noticed a remarkable shift. Suddenly large enterprises are everywhere. IBM had a big booth. So did Oracle. Juniper networks, HCL, Nokia, all had large booths. Even the sessions were full of speakers from large corporations. The classic "social-networking-is-the-future" crowd was also there, but they seemed less in number.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
This is good for us at Curl, as we position our solution for the enterprise, serious to deploy the business-critical applications on the new web platform. We gave over 120 demos to visitors in our booth. Many of the visitors asked serious questions this time. Some have tried to implement complex visualization apps. via Adobe Flash, or via one of many Ajax frameworks, but were highly disappointed with scalability and functions. Programmer productivity is a key factor. Rapid prototyping is also crucial for creating proof points. Gone are the days of long development cycle. Getting users involved during the design process is key to success. Cul renders itself well to these approaches.  We need to continue aggressively with our "awareness campaign" for the enterprise crowd.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
In summary, I was not that surprised with the evolution of Web 2.0 towards more "enterprise focus". The same phenomenon was also visible at the AjaxWorld in New York during March. There were more discussions on "building RIA outside Ajax", as people realize the deficiencies of Ajax frameworks.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise_ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">platform</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Sat, 03 May 2008 23:31:21 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/05/03/web-20-expo-april-2225-2008</guid>
      <dc:date>2008-05-03T23:31:21Z</dc:date>
      <clearspace:dateToText>May 2, 2008 10:14 AM</clearspace:dateToText>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/web-20-expo-april-2225-2008</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1094</wfw:commentRss>
    </item>
    <item>
      <title>Announcing Curl Nitro!</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/04/23/announcing-curl-nitro</link>
      <description>Monday Curl Inc. sent out a press release announcing our next version of Curl code named Curl Nitro. Nitro is an extension to Curl 6.0 that expands Curl from a RIA platform constrained to the browser to a Desktop platform. If you have heard of Adobe AIR then Curl is to some degree the similar but Curl Nitro has many advantages over Adobe AIR. For example, Curl Nitro's security model on the desktop is fully sandboxed so that Curl Desktop Applets by default have access only to a quarantined section of the diskspace where developers and write and store data directly to the disk either as files or in a SQLite database. Curl Nitro also works off-line as well as it does on-line. All this should sound familiar to folks who have used Curl 6.0 OCC capabilities - Curl Nitro works hard to enhance and expose those capabilities that have been a part of Curl since the beginning. In addition, Curl Nitro is much, much faster in terms of process performance than Adobe AIR, Ajax, and other RIA platforms.&lt;br /&gt;
&lt;br /&gt;
You can learn a lot more about Curl Nitro by visiting our new &lt;a class="jive-link-external" href="http://www.curl.com/products_nitro.php"&gt;Nitro web page&lt;/a&gt;, so I won't go into too many details here. The point is that Curl Nitro expands the Curl platform so that it is not only the best RIA technology for the enterprise its also the best desktop technology for the enterprise. We have some cool demo applications we'll be showing at the Web 2.0 Expo this week and that we will soon put up on our web site. These are what we call "take away demos" they will be open sourced (as soon as we clean up the code) and free to everyone. More details on those demos will be announced soon.&lt;br /&gt;
&lt;br /&gt;
You will notice that Curl is becoming much more aggressive about its marketing. We believe strongly that Curl Nitro is superior to any other RIA or desktop-RIA platform available today and we are not going to be shy about it. You'll see us talking a lot about the strengths of Curl Nitro compared to other products and, when we feel its necessary, exposing the limitations of our competitors compared to Curl Nitro. The days when Curl is a wallflower in the market are over. We are going to get out there and help people understand why so many enterprise developers love Curl.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">nitro</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Wed, 23 Apr 2008 23:38:13 GMT</pubDate>
      <author>RMH</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/04/23/announcing-curl-nitro</guid>
      <dc:date>2008-04-23T23:38:13Z</dc:date>
      <clearspace:dateToText>Apr 23, 2008 8:20 AM</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/announcing-curl-nitro</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1090</wfw:commentRss>
    </item>
    <item>
      <title>Why Criminal Hackers Will Love Adobe AIR</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/04/16/why-criminal-hackers-will-love-adobe-air</link>
      <description>Adobe has released their new AIR product with much fanfare about letting developers "&lt;a class="jive-link-external" href="http://www.adobe.com/products/air/"&gt;use proven Web technologies to build rich Internet applications that deploy to the desktop and run across operating systems&lt;/a&gt;."  The grand vision that's being promoted is that AIR is pioneering the application development model of the future, where cross-platform applications will be developed using a platform-independent tool such as AIR, and then deployed across the Web as downloadable gadgets that can be installed on any computer.&lt;br /&gt;
&lt;br /&gt;
The concept is attractive, but there are several weaknesses in the way AIR implements it.  One of these weaknesses is performance: while the speed of AIR's execution engine may be fine for gadgets, will performance that is still an order of magnitude slower than native code be acceptable for serious applications like Adobe's own Photoshop?  (Note that the recently released Photoshop Express service is not an AIR application; it's a server-side application with a Flex front end.)  A second weakness is the complexity of the AIR execution architecture: will future application developers really find AIR's conglomeration of JavaScript and ActionScript execution engines to be a more tractable development platform than a single, coherent, object-oriented execution environment?  But the weakness I want to address today is AIR's security architecture.&lt;br /&gt;
&lt;br /&gt;
Security is a central issue for any mobile code execution platform. When a user loads an application from a server, unless the user is able to verify the authenticity of the application and the trustworthiness of the application's provider, it is only prudent to assume that the application could be malicious.  This is why Web browsers execute the JavaScript on a Web page inside a security sandbox that prevents the script from stealing information or damaging files even if it is malicious.&lt;br /&gt;
&lt;br /&gt;
Some advanced mobile code platforms, such as Java and Curl, provide a sandbox for garden-variety untrusted applications, as well as a means for eliminating the sandbox restrictions for applications that a user determines can be trusted.  Since trusted applications will have full access to the user's machine and network, it is very important that their origin can be authenticated.  This is typically done by requiring that a trusted application be digitally signed by its provider, using a certificate issued by a recognized certification authority such as Verisign.  This architecture extends the range of a platform, in a safe way, so it can handle a spectrum of application requirements that includes the features of typical desktop applications, many of which require fuller access than can be granted to an untrusted application running in a sandbox.&lt;br /&gt;
&lt;br /&gt;
The designers of AIR obviously wanted to play in the desktop application space, so AIR applications have full access to the machine they are running on.  But it seems that the AIR designers were unwilling to give up on also being a platform for casually loaded Internet gadgets, even though they did not see fit to give AIR a sandbox for running untrusted applications.  The result is a mongrel security architecture that may impose costs on a lot of innocent people over time.&lt;br /&gt;
&lt;br /&gt;
In a nod to the authentication requirements for trusted applications, Adobe says that &lt;a class="jive-link-external" href="http://blogs.adobe.com/stateofsecurity/2008/02/air_security.html"&gt;all AIR applications must be signed&lt;/a&gt;.  But the nod is an empty gesture, because AIR does not require signatures to be based on a certificate from a recognized certification authority!  If you want, you can create your own certificate out of whole cloth and sign your AIR application with that!  I have to guess that Adobe did this because they didn't want to cut themselves off from the casually loaded Internet gadget domain, and they weren't willing to require that the creators of such gadgets go through the process of obtaining a legitimate certificate.&lt;br /&gt;
&lt;br /&gt;
Yes, if an AIR application's certificate is self-signed, AIR displays the publisher as "UNKNOWN", "&lt;a class="jive-link-external" href="http://blogs.adobe.com/stateofsecurity/2008/02/air_security.html"&gt;giving the user pause as to whether they should continue&lt;/a&gt;."  But what detective work is the user expected to do?  How many users will actually be able to do it?  It seems more likely that if Adobe's dreams for AIR are realized, a generation of users will be trained in the habit of clicking "Install" for fully privileged AIR applets of unauthenticated provenance.  Adobe has already begun this training program by posting a large number of self-signed AIR applications on the &lt;a class="jive-link-external" href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;#38;exc=24"&gt;Adobe AIR Marketplace&lt;/a&gt;, including the DiggTop feed reader, twhirl Twitter client, and Google Analytics Reporting Suite, just to name a few.&lt;br /&gt;
&lt;br /&gt;
The resulting situation will be a bonanza for criminal hackers.  AIR will become the first truly cross-platform tool for distributing malicious applications.  Macintosh and Windows, home and business computers will all be equal-opportunity targets for Trojan horse attacks, keystroke loggers, etc., truly realizing the dream of "write once, hack everywhere!"&lt;br /&gt;
&lt;br /&gt;
Adobe can't have it both ways.  Casually loaded Internet gadgets need to run in a security sandbox.  Trusted applications need to be rigorously authenticated.  Adobe needs to stop pretending that their self-signed application model provides a secure basis for running casually loaded applications with full privileges.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">adobe</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">air</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">security</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">desktop</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">signing</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">sandbox</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Wed, 16 Apr 2008 23:39:15 GMT</pubDate>
      <author>rhh</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/04/16/why-criminal-hackers-will-love-adobe-air</guid>
      <dc:date>2008-04-16T23:39:15Z</dc:date>
      <clearspace:dateToText>Apr 16, 2008 8:28 AM</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/why-criminal-hackers-will-love-adobe-air</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1089</wfw:commentRss>
    </item>
    <item>
      <title>Curl Joins Eclipse Foundation</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/04/07/curl-joins-eclipse-foundation</link>
      <description>Today we announced our membership in the Eclipse foundation.  We also detailed our plans to base our developer tools on the Eclipse framework.   You can read the details of our approach in a &lt;a class="jive-link-thread" href="http://developers.curl.com/thread/1071"&gt;note I posted back in February&lt;/a&gt;.  Our Eclipse based product will be called the Curl Development Tools for Eclipse or CDE and our exiting IDE will be become the Curl Classic IDE.&lt;br /&gt;
&lt;br /&gt;
Out first CDE release which will be available in the summer will include all the functionality of the Curl Classic IDE, including the Curl language sensitive editor, debugger, search, deployment capabilities, Visual Layout Editor and much more. Future releases of the CDE will integrate the Curl Visual Layout Editor into the Eclipse framework as a Design Perspective, and substantially improve other programming productivity features such as error highlighting in the source-code editor, language sensitive navigation, refactoring and code assistance.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">developer_center</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">programming</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">news_&amp;_reviews</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ide</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">elcipse</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">cde</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Mon, 07 Apr 2008 23:41:04 GMT</pubDate>
      <author>richard</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/04/07/curl-joins-eclipse-foundation</guid>
      <dc:date>2008-04-07T23:41:04Z</dc:date>
      <clearspace:dateToText>Apr 7, 2008 9:48 AM</clearspace:dateToText>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/curl-joins-eclipse-foundation</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1087</wfw:commentRss>
    </item>
    <item>
      <title>Robert Shiplett is the latest Curl MVP!</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/03/31/robert-shiplett-is-the-latest-curl-mvp</link>
      <description>Today I would like to announce that Robert Shiplett is second Curler (aka Curlr) to receive the Curl MVP award. Robert is a lead developer at &lt;a class="jive-link-external" href="http://www.paisley.com/"&gt;Paisley&lt;/a&gt; working full-time as a Curl developer on their Governance, Risk and Compliance (GRC) product. &lt;br /&gt;
&lt;br /&gt;
Robert is a programming language aficionado who has, in addition to Curl, worked in Smalltalk, Prolog, APL, and C.  He is also a fan of other programming languages including Rebol, SNOBOL, UNICON, IO, and Oz. Robert Shiplett, whose first love is Prolog, professes that he is not a Curl zealot, but a Curl fan.  That’s high praise coming from a developer who has learned to use so many programming languages. &lt;br /&gt;
&lt;br /&gt;
In his own words Robert told me:&lt;br /&gt;
&lt;br /&gt;
“… as an expression-based language suited to managing content in web applications, it is difficult to rival Curl - especially for Web-based training. And difficult to rival as an IDE (my other favorite languages have no such IDE ).”&lt;br /&gt;
&lt;br /&gt;
Although Robert spends some of his off time scribbling code in SNOBOL 4 on paper at the dinning room table he also interested in the electric guitar (he has 2 of them), telescopes (he has 13 of those), PC flight simulators (he has all of them), R/C planes, languages (French &amp;#38; German), foreign films, poetry, and playing GO, Chess, and Scrabble. &lt;br /&gt;
&lt;br /&gt;
We are excited to add Robert to the small but growing ranks of MVPs, a status which is very well deserved for what has been a great deal of evangelizing on his part.  You will see Robert posting often on the developers center - don’t hesitate to congratulation him!  You can read more about Robert’s thoughts on Curl and other topics at his blog “&lt;a class="jive-link-external" href="http://www.eclectic-pencil.com/"&gt;eclectic pencil&lt;/a&gt;”.&lt;br /&gt;
&lt;br /&gt;
Congratulations Robert!&lt;br /&gt;
&lt;br /&gt;
About the Curl MVP program:&lt;br /&gt;
&lt;br /&gt;
Throughout the year a few exceptional Curl community members will be awarded MVP status. This is in recognition of those individuals who have made substantial contributions to the Curl community and deserve to be recognized for those efforts. &amp;#8232;&amp;#8232;The first MVP award was given to Friedger Müffke which you can read about &lt;a class="jive-link-external" href="http://developers.curl.com/blogs/community_blog/2008/03/17/friedger-m-ffke-is-the-first-curl-mvp"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The advantages of being an MVP are many-fold including recognition, elevated status in the community, promotion by Curl, instant beta access, and MVP Board membership. The MVP Board will consult with Curl on a semi-annual basis and have influence on Curl's product direction in the future. MVPs represent a critical feedback channel to the community. It’s at the MVP Board meetings that MVPs also will consider nominations for other MVPs and vote to give those awards to deserving community members.&amp;#8232;&amp;#8232;&lt;br /&gt;
&lt;br /&gt;
A Curl MVP is someone who has worked hard in the community to help others, spread the word about Curl through speaking, books and articles, and has contributed to the health and vitality of our community. When the award is given it should be of no surprise to the rest of us – MVPs stand out.&amp;#8232;&amp;#8232;&lt;br /&gt;
&lt;br /&gt;
The Curl MVP award is recognition of an individual for having furthered Curl as a platform for Rich Internet Applications. In nearly all cases MVPs have given up their free time to help other community members succeed, which is the very foundation on which our community must be built; helping others to succeed with Curl.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">developer_center</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">mvp</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Mon, 31 Mar 2008 23:42:58 GMT</pubDate>
      <author>RMH</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/03/31/robert-shiplett-is-the-latest-curl-mvp</guid>
      <dc:date>2008-03-31T23:42:58Z</dc:date>
      <clearspace:dateToText>Mar 31, 2008 8:07 AM</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/robert-shiplett-is-the-latest-curl-mvp</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1086</wfw:commentRss>
    </item>
    <item>
      <title>Brief Observations from AjaxWorld this week in New York</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/03/21/brief-observations-from-ajaxworld-this-week-in-new-york</link>
      <description>This was my first time at AjaxWorld, which celebrated its fifth year as a conference.  It was well-attended with more than 300 people from many parts of the world. Big players like Sun, IBM, Microsoft, and Yahoo were there. I did not see anyone from Adobe. There were many new players, mostly offering tools and framework for rapid Ajax development. Unlike Web 2.0 Expo or Web 2.0 Summit, there were no consumer-oriented Web 2.0 companies. Here everyone focused on enterprise-class application development.  The crowd was a serious programming crowd well versed in object oriented programming and UI design. The first keynote from a developer at Yahoo warned everyone of the security exposures of scripting languages like Javascript. for enterprise-class applications. There were many sessions on  architecture, and standards such as Comet. A whole track focused on iPhone as a platform for new  mobile applications.&lt;br /&gt;
&lt;p /&gt;
What was interesting to observe was the shift from "pure Ajax" to much wider coverage of RIA. Of course Microsoft was there extolling the virtue of Sileverlight 2.0, which was just announced for beta, one week ago. They claimed that Silverlight 1.0 was very weak in many respects but the 2.0 will be far better. One speaker even said if 1.0 was like a Black and White TV, then 2.0 is the equivalent of  a 1080P HDTV quality. There were enough mention of Adobe Flex and AIR by various speakers.&lt;br /&gt;
&lt;p /&gt;
Curl was presented by Bert Halstead in a topic titled "RIA beyond Ajax" and it was well attended. I also happened to be on a power panel on day 1 with 3 others like Coach Wei of Nexaweb and Jeff Haynes of Appcelerator. We got good visibility through that forum. IBM presented their Info 2.0 architecture which focuses vary much on Mashups as a way to bring rich user experience to the enterprise. Sun presented JMaki, a set of configuration and customization tools for JavaFx. Someone mentioned that 2008 is Adobe's year, whereas 2009 will see Silverlight into prominence. By 2010, Sun's JavaFx will become a key player. This is the opinion of a respected technologist, an Adobe Flex consultant and educator. We believe the emerging desktop delivery of web applications (minus the browser) may add velocity to RIA adoption in the enterprise, as they start migrating legacy client-server to the web.&lt;br /&gt;
&lt;p /&gt;
I was convinced that the enterprises are open to explore new technologies beyond Ajax to address their critical needs. And this is good for Curl.</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">enterprise_ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Fri, 21 Mar 2008 23:44:46 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/03/21/brief-observations-from-ajaxworld-this-week-in-new-york</guid>
      <dc:date>2008-03-21T23:44:46Z</dc:date>
      <clearspace:dateToText>Mar 21, 2008 3:09 PM</clearspace:dateToText>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/brief-observations-from-ajaxworld-this-week-in-new-york</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1084</wfw:commentRss>
    </item>
    <item>
      <title>Friedger Müffke is the first Curl MVP!</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/03/17/friedger-m-ffke-is-the-first-curl-mvp</link>
      <description>Throughout the year a few exceptional Curl community members will be awarded MVP status. This is in recognition of those individuals who have made substantial contributions to the Curl community and deserve to be recognized for those efforts. &lt;br /&gt;
&lt;br /&gt;
The advantages of being an MVP are many-fold including recognition, elevated status in the community, promotion by Curl, instant beta access, and MVP Board membership.  The MVP Board will consult with Curl on a semi-annual basis and have influence on Curl's product direction in the future. MVPs represent a critical feedback channel to the community. It&amp;rsquo;s at the MVP Board meetings that MVPs also will consider nominations for other MVPs and vote to give those awards to deserving community members.&lt;br /&gt;
&lt;br /&gt;
A Curl MVP is someone who has worked hard in the community to help others, spread the word about Curl through speaking, books and articles, and has contributed to the health and vitality of our community.   When the award is given it should be of no surprise to the rest of us &amp;ndash; MVPs stand out.&lt;br /&gt;
&lt;br /&gt;
The Curl MVP award is recognition of an individual for having furthered Curl as a platform for Rich Internet Applications. In nearly all cases MVPs have given up their free time to help other community members succeed, which is the very foundation on which our community must be built; helping others to succeed with Curl.&lt;br /&gt;
&lt;br /&gt;
For Curl, Inc. Identifying the first MVP award winner was pretty easy; it goes to Friedger M&amp;uuml;ffke from Belgium.  Friedger was introduced to Curl five years ago when his mother handed him a computer magazine that included coverage the first Curl Programming Contest which took place in 2003 (we hope to have more contests in the future).  Friedger learned the Curl platform and has been a supporter and active community member ever since.  He wrote a Dr. Dobbs magazine article on Curl, worked on a German language book on Curl (not currently available), and worked on curlbreaker.com a Curl enthusiasts site.  You will see Friedger posting and answer questions on our forums &amp;ndash; he exemplifies what it means to be a Curl MVP. &lt;br /&gt;
&lt;br /&gt;
Congratulations Friedger! You are the first person awarded MVP status in the Curl community!</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">mvp</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">community</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Mon, 17 Mar 2008 23:46:56 GMT</pubDate>
      <author>RMH</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/03/17/friedger-m-ffke-is-the-first-curl-mvp</guid>
      <dc:date>2008-03-17T23:46:56Z</dc:date>
      <clearspace:dateToText>Mar 17, 2008 10:01 AM</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/friedger-m-ffke-is-the-first-curl-mvp</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1082</wfw:commentRss>
    </item>
    <item>
      <title>My interview with Dr. Dobb's editor Jonathan Erickson</title>
      <link>http://developers.curl.com/blogs/community_blog/2008/01/09/my-interview-with-dr-dobbs-editor-jonathan-erickson</link>
      <description>Dr. Dobb's magazine, primarily targeted for software development community published an &lt;a class="jive-link-external" href="http://www.ddj.com/web-development/205600626"&gt;interview&lt;/a&gt; with me today.  These few questions and answers pretty well capture Curl's strength and positioning in the market place. Let me thank Bert for his help. &lt;br /&gt;
&lt;br /&gt;
We expect this year 2008 to see a rapid rise in RIA adoption by the US enterprises and that will be good for the Curl RIA platform. &lt;br /&gt;
&lt;p /&gt;
Jnan</description>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">ria</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">dr.</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">dobb's</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl</category>
      <category domain="http://developers.curl.com/blogs/community_blog/tags">curl_blog</category>
      <pubDate>Thu, 10 Jan 2008 00:53:48 GMT</pubDate>
      <author>jnan</author>
      <guid>http://developers.curl.com/blogs/community_blog/2008/01/09/my-interview-with-dr-dobbs-editor-jonathan-erickson</guid>
      <dc:date>2008-01-10T00:53:48Z</dc:date>
      <clearspace:dateToText>Jan 8, 2008 3:11 PM</clearspace:dateToText>
      <wfw:comment>http://developers.curl.com/blogs/community_blog/comment/my-interview-with-dr-dobbs-editor-jonathan-erickson</wfw:comment>
      <wfw:commentRss>http://developers.curl.com/blogs/community_blog/feeds/comments?blogPostID=1075</wfw:commentRss>
    </item>
  </channel>
</rss>

