<?xml version="1.0" encoding="utf-8" ?>  
 <rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
 <channel>
    <title>Web 2.0 announcer feed for ria</title>
    <link>http://ria.web2announcer.com/</link>
    <description>Web 2.0 announcer top stories for ria</description>
    <dc:language>en</dc:language>
    <pubDate>Wed, 23 Jul 2008 19:10:46 GMT</pubDate><item>
	<title>JavaFX - A Forever Unfinished RIA Technology?</title>
    <link>http://web2announcer.com/go/2714122</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The answer was horrifying. It is still not done and production ready. The JavaFX project has been around for quite some time now, and it is still not done. It does not seem to be even remotely close to production quality. It just stays unfinished. Meanwhile, Adobe has great success with the flex framework. Microsoft is pushing its silverlight technology, and will prevail on the Microsoft-minded and VisualStudio-triaged developers soon. But what does Sun and Java has to match up with? The unfinished JavaFX!
	</content:encoded>
    <pubDate>Wed, 23 Jul 2008 19:10:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2714122</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-design.web2announcer.com/">web design</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>If JavaFX is a flop will you...</title>
    <link>http://web2announcer.com/go/2711897</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    What will you do if JavaFX bombs, now is your chance to say your say.
	</content:encoded>
    <pubDate>Tue, 22 Jul 2008 19:05:42 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2711897</guid><category domain="http://humor.web2announcer.com/">humor</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Video: Adobe Air - Embedding a Browser into Flex 3</title>
    <link>http://web2announcer.com/go/2709601</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This tutorial shows you how to create an Adobe Air desktop application and how to produce an unsigned certificate. The example shows how to embed a browser into Adobe Flex 3.
	</content:encoded>
    <pubDate>Mon, 21 Jul 2008 19:33:57 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2709601</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-design.web2announcer.com/">web design</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>SECURITY WARNING: be careful when you install Adobe AIR applications</title>
    <link>http://web2announcer.com/go/2709602</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    How installing the new version of Twhirl can be dangerous
	</content:encoded>
    <pubDate>Mon, 21 Jul 2008 19:33:37 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2709602</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://security.web2announcer.com/">Security</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Separating Models And Views To Build Reliable RIA&#039;s</title>
    <link>http://web2announcer.com/go/2709352</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    When people start developing RIA’s in environments such as Silverlight, GWT, Flex and plain JavaScript, they often write asynchronous communication callbacks in an unstructured manner, putting them wherever is convenient — often in an instance member of a user interface component (Silverlight and GWT) or in a closure or global function (JavaScript.)&amp;#xD;
&amp;#xD;
Several problems almost invariably occur as applications become more complex that force the development of an architecture that decouples communication event handlers from the user interface: a straightforward solution is to create a model layer that’s responsible for notifying interested user interface components about data updates.
	</content:encoded>
    <pubDate>Mon, 21 Jul 2008 17:12:30 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2709352</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>dragging the chart’s data points and the whole series</title>
    <link>http://web2announcer.com/go/2706758</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    suppose you have a chart with a line series that represents some data and thresholds OK/Warning.&amp;#xD;
now what if the whole data in the chart is to be changed by the user.&amp;#xD;
of course you can supply her with some DataGrid to reflect the data and make the cells editable, then reflect the edited data back to the chart.&amp;#xD;
&amp;#xD;
wouldn’t it be so much cooler and usable if she can just drag the data around on the chart?!
	</content:encoded>
    <pubDate>Sat, 19 Jul 2008 23:51:45 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2706758</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>programmatically showing data tips on a chart - the easy way</title>
    <link>http://web2announcer.com/go/2704922</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    programmatically showing data tips on a chart - the easy way&amp;#xD;
&amp;#xD;
dataTipItems is a property for Series.&amp;#xD;
it is an array on non-interactive data tips.&amp;#xD;
populate it with chart items, then set the chart’s showAllDataTips to true.
	</content:encoded>
    <pubDate>Fri, 18 Jul 2008 20:17:49 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2704922</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The Charges Against ActionScript 3.0</title>
    <link>http://web2announcer.com/go/2704397</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    But despite all the talk of GPU blitting, pixel shading, and ligatures, a non-negligible percentage of the Flash community is rightfully asking: is Adobe still committed to the simple, agile authoring practices on which Flash was founded? It&#039;s a rational enough concern. After all, Flash built its success on &quot;ease of use.&quot; Some 11 years ago, the tagline on the Flash 2 box read: &quot;The Easiest Way to Create Fast Web Multimedia.&quot; Originally, Flash was purpose-built for people who wanted to make things move without years of animation training, or who wanted to create interactivity and programmatic behavior without a degree in computer science. A decade of loyalty later, those same people—call them the &quot;everyday Flashers&quot;—are now wondering how, or even if, they fit into Adobe&#039;s new platform strategy.
	</content:encoded>
    <pubDate>Fri, 18 Jul 2008 14:25:01 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2704397</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Does Anyone Really Care About Desktop Java?</title>
    <link>http://web2announcer.com/go/2703199</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    If I understood it right, this was supposed to be the &quot;year of Java FX&quot; at Java One. We were going to be stunned by how clever and clear Java FX is. Instead, there seems to be deafening silence in the blogosphere.
	</content:encoded>
    <pubDate>Thu, 17 Jul 2008 22:22:03 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2703199</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Six Tools for Flex and AS3 Development</title>
    <link>http://web2announcer.com/go/2697785</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A list of tools that help with Flex and AS3 development.
	</content:encoded>
    <pubDate>Tue, 15 Jul 2008 13:16:48 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2697785</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Experimenting with Adobe AiR</title>
    <link>http://web2announcer.com/go/2697187</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    I was under a false impression. I&#039;ve been using Twhirl for my Twitter client needs as it was the most feature complete client i could find. Twhirl requires the Adobe AiR runtime to work. I thought that AiR was a wrapper around Flex to allow desktop installation of Flex. What I didn&#039;t understand was that AiR is a runtime to allow Flex, Flash and HTML/AJAX apps to be hosted as a windowed desktop application. Interesting...so AiR isn&#039;t necessarily about Flex, but for all three platforms.
	</content:encoded>
    <pubDate>Tue, 15 Jul 2008 06:23:21 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2697187</guid><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Adobe Flash Tutorials Roundup</title>
    <link>http://web2announcer.com/go/2687828</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Flash still to be the best platform to deliver multimedia content in the WEB. With the new Actionscript 3.0 many things have changed from the syntax to the new available classes, or the new support native 3D in Flash Player 10. This article show us some tutorials covering these new changes.
	</content:encoded>
    <pubDate>Thu, 10 Jul 2008 18:13:31 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2687828</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>e4, Equinox, OSGi and Android with Neil Bartlett</title>
    <link>http://web2announcer.com/go/2687067</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    After letting it rest way to long, I finally got around to editing and publishing this short video with Neil Bartlett from EclipseCon 2008. As the title implies, we talk about the next major version of Eclipse, “e4,” get into a discussion about the Equinox, and wrap up talking about Neil and other’s work on getting OSGi running on Android.
	</content:encoded>
    <pubDate>Thu, 10 Jul 2008 11:22:15 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2687067</guid><category domain="http://eclipse.web2announcer.com/">eclipse</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>JavaFX: The List</title>
    <link>http://web2announcer.com/go/2685007</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This is a list of features that Sun Microsystems has to implement in order to become a serious contender in the rich Internet application (RIA) and mobile marked. Failing to support all these items will result in total failure.
	</content:encoded>
    <pubDate>Wed, 09 Jul 2008 14:13:41 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2685007</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Themes for Silverlight Applications</title>
    <link>http://web2announcer.com/go/2684259</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A theming system for Silverlight 2 apps... this post steps you through creating a set of theme assets, adding customizability of themes (colors and fonts in the sample), and using them in an application, including selecting a theme dynamically... complete with source code.
	</content:encoded>
    <pubDate>Wed, 09 Jul 2008 08:22:04 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2684259</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Create a AS3 MP3 Player with papervision3d spectrum display</title>
    <link>http://web2announcer.com/go/2682661</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    how to create a 3d spectrum display from a sound file with papervision3d and flash.
	</content:encoded>
    <pubDate>Tue, 08 Jul 2008 16:12:22 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2682661</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>11 Powerful Firefox 3 Add-ons to Replace Standalone Apps</title>
    <link>http://web2announcer.com/go/2682662</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Firefox add-on developers have created some impressive applications that can replace larger, bloated programs. These add-ons can help if you have a small amount of precious hard drive space or you are on a tight budget and don’t have cash to fork out for applications. All, of which, can be accessed right from your Firefox browser window.
	</content:encoded>
    <pubDate>Tue, 08 Jul 2008 16:07:41 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2682662</guid><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Mate, a tag-based, event-driven framework for Flex applications</title>
    <link>http://web2announcer.com/go/2679713</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Mate, a tag-based, event-driven framework for Flex applications ..
	</content:encoded>
    <pubDate>Mon, 07 Jul 2008 09:18:07 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2679713</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>ZK vs. Ajax JSF Components: Simplicity Matters!</title>
    <link>http://web2announcer.com/go/2675487</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    ZK vs. Ajax JSF Components: Simplicity Matters!
	</content:encoded>
    <pubDate>Thu, 03 Jul 2008 17:13:09 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2675487</guid><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Passing Data Between Flash And Flex And Back</title>
    <link>http://web2announcer.com/go/2675013</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Our recent adventures in Flex/Flash land have required us to have our Flash and Flex components to talk to each other. Here are some ways in which you can get Flash and Flex to pass data from one to the other.
	</content:encoded>
    <pubDate>Thu, 03 Jul 2008 12:56:29 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2675013</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-design.web2announcer.com/">web design</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Trend Check on Flex, Silverlight and JavaFX</title>
    <link>http://web2announcer.com/go/2672989</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    It’s almost half way into 2008. I think it’s about time to have a reality check on what’s going on in RIA space. Specifically, what’s up with Adobe Flex, Microsoft Silverlight and Sun JavaFX, the so called RIA trio.
	</content:encoded>
    <pubDate>Wed, 02 Jul 2008 16:14:32 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2672989</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Adobe AIR Download Included in the Download of Adobe Reader 9</title>
    <link>http://web2announcer.com/go/2672991</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    &quot;As an added convenience, Acrobat.com leverages Adobe AIR, so you can interact with Acrobat.com from your desktop. Acrobat.com on Adobe AIR is a small application that is included with your download of Adobe Reader 9. Available in select languages.&quot;
	</content:encoded>
    <pubDate>Wed, 02 Jul 2008 16:14:01 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2672991</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Developing, Extending and Styling Flex Components</title>
    <link>http://web2announcer.com/go/2672452</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Do you want to create your own flex component? Or you simply don’t like the style of the component you need to use, or even there are some features you would like to have in your actual component? The following 5 tutorials will show how to achieve these goals.
	</content:encoded>
    <pubDate>Wed, 02 Jul 2008 10:59:15 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2672452</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-design.web2announcer.com/">web design</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Free Silverlight 2 Refcard from DZone</title>
    <link>http://web2announcer.com/go/2672202</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    You may be familiar with the DZone network and our series of Refcardz. We are proud to announce that our newest refcard on Silverlight has just been released and we would be honored if you can look through it and give us any review or feedback.
	</content:encoded>
    <pubDate>Wed, 02 Jul 2008 08:38:19 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2672202</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>SWF is Searchable</title>
    <link>http://web2announcer.com/go/2671782</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Index SWF content by playing them back (like a user)
	</content:encoded>
    <pubDate>Wed, 02 Jul 2008 04:01:24 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2671782</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Flash Content Is Now Searchable</title>
    <link>http://web2announcer.com/go/2671267</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Flash Content Is Now Searchable
	</content:encoded>
    <pubDate>Tue, 01 Jul 2008 22:24:01 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2671267</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Can’t Apple and Adobe Just Get Along?</title>
    <link>http://web2announcer.com/go/2669370</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The Wall Street Journal is reporting that it looks like all of those rumors of of Flash for the iPhone are wrong.
	</content:encoded>
    <pubDate>Mon, 30 Jun 2008 22:47:45 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2669370</guid><category domain="http://apple.web2announcer.com/">Apple</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Silverlight 2 Refcard Available - Download Now</title>
    <link>http://web2announcer.com/go/2668506</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This refcard covers the System.Windows.Browser namespace in a whirlwind tour that includes: calling managed code from JavaScript, using managed code to control the HTML DOM, and accessing the user’s browser window.
	</content:encoded>
    <pubDate>Mon, 30 Jun 2008 13:43:43 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2668506</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Why my Ajax Framework is better than yours</title>
    <link>http://web2announcer.com/go/2668507</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    In this article Ruben, the developer of the very first Ajax implementation (vcXMLRPC), is showing where Javeline PlatForm stands in the world of Ajax frameworks. Javeline PlatForm has been a closed source project for years, but has recently been released under LGPL and is ready to take over the world.&amp;#xD;
&amp;#xD;
Are you still writing Javascript to implement Ajax and rich client features? Than be sure to read this article and have a look at the future.
	</content:encoded>
    <pubDate>Mon, 30 Jun 2008 13:41:29 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2668507</guid><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The JavaFX SDK Packages are Taking Shape</title>
    <link>http://web2announcer.com/go/2665714</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Now that we&#039;re getting close to the Technology Preview Release of the JavaFX SDK, the classes that have been created so far have been organized into a more fine-grained package structure.  The impact is mainly in the import statements as you can see in this updated Hello/Goodbye example from a previous post.  As a quick reference, the list below contains the packages in JavaFX and the classes that are contained in each package.
	</content:encoded>
    <pubDate>Sat, 28 Jun 2008 20:36:05 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2665714</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>On the evolution of the Java plugin</title>
    <link>http://web2announcer.com/go/2665075</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The Java Applet was the first of the RIA platforms, long before Flash became the king of RIA, long before Silverlight was a sparkle in anybody&#039;s eye, long before DHTML and AJAX became suitable as a rich internet applications platform, the Java applet was there. But Ted is quoted saying that Applet&#039;s suffered from incompatibilities and then they became frozen in time.
	</content:encoded>
    <pubDate>Sat, 28 Jun 2008 11:08:59 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2665075</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The Other RIA Desktop Platform: Curl Nitro</title>
    <link>http://web2announcer.com/go/2662196</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Curl is another player in the RIA (Rich Internet Applications) space, going up against Microsoft Silverlight, Adobe&#039;s Flex platform, and OpenLazlo, among others. The Curl platform provides developers a way to build web-based apps that can&#039;t be easily built using Ajax or other web-based technologies. Those apps can be deployed both within the web browser or on the desktop via Curl Nitro, an extension of the Curl platform. To show off what Nitro can do, the company has recently released a demo app featuring a visual representation of the Facebook social graph.
	</content:encoded>
    <pubDate>Thu, 26 Jun 2008 20:56:47 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2662196</guid><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Best Ajax tutorials</title>
    <link>http://web2announcer.com/go/2661811</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Many tutorials and example programs to learn Ajax.
	</content:encoded>
    <pubDate>Thu, 26 Jun 2008 15:39:16 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2661811</guid><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Creating Flex Dashboards</title>
    <link>http://web2announcer.com/go/2661592</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Dashboards are an easy way to let someone get clear picture on data, as also a great tool to compare different factors. With Flex you are able to create different kind of dashboards. These tutorials will teach how to do it.
	</content:encoded>
    <pubDate>Thu, 26 Jun 2008 13:17:44 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2661592</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>jQuery Examples</title>
    <link>http://web2announcer.com/go/2660029</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Learn jQuery with examples. Online demo of jQuery examples is also provides.
	</content:encoded>
    <pubDate>Wed, 25 Jun 2008 16:46:30 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2660029</guid><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://usability.web2announcer.com/">usability</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Flex Builder performance tweak</title>
    <link>http://web2announcer.com/go/2650893</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Tweaking heap size jvm arguments for better performance
	</content:encoded>
    <pubDate>Fri, 20 Jun 2008 04:27:50 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2650893</guid><category domain="http://eclipse.web2announcer.com/">eclipse</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Check Out the JavaFX Script Documentation</title>
    <link>http://web2announcer.com/go/2649658</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    In the Playing with the JavaFX SDK as it&#039;s Being Built post I showed you how to get started developing with what will become the JavaFX SDK Preview Release, due in July 2008.  Now I&#039;d like to show you a couple of ways to access the JavaFX Script documentation as it&#039;s being developed, to help you write JavaFX programs:
	</content:encoded>
    <pubDate>Thu, 19 Jun 2008 13:33:24 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2649658</guid><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>JSFOne: The One Event Exclusively Focused on the JSF Ecosystem</title>
    <link>http://web2announcer.com/go/2649547</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    There&#039;s so much going on in the world of JavaServer Faces, that you may want a bit of guidance -- some expert insight to steer you in the right direction. That&#039;s why I teamed up with the No Fluff Just Symposiums to host the first annual JSFOne conference, September 4th-6th in the Washington, DC area. It will be running in conjunction with the Rich Web Experience East -- two great conferences, one low price.
	</content:encoded>
    <pubDate>Thu, 19 Jun 2008 12:32:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2649547</guid><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Apple finally goes RIA</title>
    <link>http://web2announcer.com/go/2649172</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    I shouldn’t say finally. The writing has been on the wall forever but most people couldn’t figure out what the writing said. It turns out it has a name, SproutCore, an open source Javascript framework that has been getting some buzz because it may be powering the Mobile Me suite of applications from Apple soon.
	</content:encoded>
    <pubDate>Thu, 19 Jun 2008 08:42:14 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2649172</guid><category domain="http://apple.web2announcer.com/">Apple</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Enterprise RIA - real examples in use</title>
    <link>http://web2announcer.com/go/2648597</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Jnan Dash, Chief Strategy Officer at Curl recently penned a blog post citing &#039;that the Enterprise 2.0 will be a $4.6 Billion industry by 2013&#039;.  He goes on to propose that &#039;the fastest way for Web 2.0 adoption will be via RIA &#039;.  Finally, he goes on to conclude that Curl [300+ large enterprise clients] can be considered &#039;the defacto leader in Enterprise RIA space.&#039;
	</content:encoded>
    <pubDate>Thu, 19 Jun 2008 01:11:07 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2648597</guid><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Adobe AIR v1.1 Released, Enhanced Support for Internalization</title>
    <link>http://web2announcer.com/go/2648432</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Adobe AIR, the SDK &amp;amp; runtime which has become the popular choice for building desktop-enabled web applications, has been updated with enhanced support for internalization. With AIR v1.1, Adobe has bumped the number of supported languages to ten including Japanese, Chinese, Russian, Spanish &amp;amp; Brazilian Portuguese and included support for double-byte keyboard input.
	</content:encoded>
    <pubDate>Wed, 18 Jun 2008 23:10:26 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2648432</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Firefox 3 and Silverlight</title>
    <link>http://web2announcer.com/go/2647596</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Well today (17 JUN 2008) will be the release of Firefox 3, a seemingly much anticipated browser update.  I checked out an earlier build (I think beta 2) and it was a nice browser.  I’m not a browser zealot, I use what works for me and IE works for me, has some tools that I like, etc.  Firefox is a fine browser as well and I do use some plugins from time to time in my Firefox install.
	</content:encoded>
    <pubDate>Wed, 18 Jun 2008 14:29:57 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2647596</guid><category domain="http://microsoft.web2announcer.com/">Microsoft</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>New generation Java applet plugin: handles proxies like it&#039;s 1995!</title>
    <link>http://web2announcer.com/go/2646066</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Believe that the new Java plugin will bring applets back? Think again.
	</content:encoded>
    <pubDate>Tue, 17 Jun 2008 20:38:53 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2646066</guid><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>History of Java Swing</title>
    <link>http://web2announcer.com/go/2645760</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A brief History of Java Swing
	</content:encoded>
    <pubDate>Tue, 17 Jun 2008 17:15:45 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2645760</guid><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://news.web2announcer.com/">News</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Cocoa for Windows + Flash Killer = SproutCore ? RoughlyDrafted Magazine</title>
    <link>http://web2announcer.com/go/2642596</link>
    <author>unknown@ma.gnolia.com</author>
    <content:encoded>
    An RIA from Apple, you better believe it!

Saved By: Folknology | View Details | Give Thanks
	</content:encoded>
    <pubDate>Mon, 16 Jun 2008 07:00:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2642596</guid><category domain="http://webdesign.web2announcer.com/">webdesign</category><category domain="http://inspiration.web2announcer.com/">inspiration</category><category domain="http://photoshop.web2announcer.com/">photoshop</category><category domain="http://tutorial.web2announcer.com/">tutorial</category><category domain="http://wordpress.web2announcer.com/">wordpress</category><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://framework.web2announcer.com/">framework</category><category domain="http://web.web2announcer.com/">web</category><category domain="http://html.web2announcer.com/">html</category><category domain="http://email.web2announcer.com/">email</category><category domain="http://css.web2announcer.com/">css</category><category domain="http://against-nature.web2announcer.com/">against nature</category><category domain="http://quotes.web2announcer.com/">quotes</category><category domain="http://firefox.web2announcer.com/">Firefox</category><category domain="http://43.web2announcer.com/">3</category><category domain="http://guide.web2announcer.com/">guide</category><category domain="http://toread.web2announcer.com/">toread</category><category domain="http://catholic.web2announcer.com/">catholic</category><category domain="http://5socialmedia.web2announcer.com/">socialmedia</category><category domain="http://monitoring.web2announcer.com/">monitoring</category><category domain="http://community.web2announcer.com/">community</category><category domain="http://conversation.web2announcer.com/">conversation</category><category domain="http://typography.web2announcer.com/">typography</category><category domain="http://blog.web2announcer.com/">blog</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://sproutcore.web2announcer.com/">sproutcore</category></item><item>
	<title>Need a QuickFix? Try Google App Engine, Adobe AIR, and Flex</title>
    <link>http://web2announcer.com/go/2641048</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Last week I spent a few hours with Dick Wall of the Java Posse working on an application which combines Google App Engine, Adobe AIR, and Flex. This was a fun experiment that turned into a pretty cool application. The application, named QuickFix, sends an image to Google App Engine which does an “I’m Feeling Lucky” transformation on the image and sends it back.
	</content:encoded>
    <pubDate>Sun, 15 Jun 2008 00:47:38 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2641048</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://web-services.web2announcer.com/">web services</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Pivot: Swing++ as New Java-based RIA Platform?</title>
    <link>http://web2announcer.com/go/2640705</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    And now for something a little bit different on a Friday. Greg Brown from VMWare pointed us to the fruition of nearly a year’s worth of R&amp;amp;D: Pivot, a new GUI toolkit for Java.
	</content:encoded>
    <pubDate>Sat, 14 Jun 2008 19:39:07 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2640705</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Sun to lose lunch money on JavaFX</title>
    <link>http://web2announcer.com/go/2638383</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A caustic review of JavaFX
	</content:encoded>
    <pubDate>Fri, 13 Jun 2008 15:05:27 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2638383</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Adobe AIR Goes to Work: 6 Apps for the Corporate Desktop</title>
    <link>http://web2announcer.com/go/2637993</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Curious about what kind of apps were really being used in the enterprise, we contacted Adobe to get some details. What we found out was that several big name companies have already starting using AIR on the corporate desktop, using apps to provide everything from real-time informational updates to employee directories. Below is a look at some of the apps in use today.
	</content:encoded>
    <pubDate>Fri, 13 Jun 2008 10:46:12 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2637993</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Patterns of GUI Architecture in Cairngorm and PureMVC</title>
    <link>http://web2announcer.com/go/2637950</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    In this post, I will discuss a specific area of the two current major architectural frameworks in flex, PureMVC and Cairngorm, namely how they apply patterns of GUI architecture.
	</content:encoded>
    <pubDate>Fri, 13 Jun 2008 10:21:25 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2637950</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item></channel>
</rss>