<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.phpmagazine.net/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>AJAX Magazine</title>
    <link rel="alternate" type="text/html" href="http://ajax.phpmagazine.net/" />
    
   <icon>http://ajax.phpmagazine.net/favicon.ico</icon>
   <logo>http://ajax.phpmagazine.net/favicon.png</logo>
   <id>tag:ajax.phpmagazine.net,2010://1</id>
    <link rel="service.post" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1" title="AJAX Magazine" />
    <updated>2010-03-08T06:00:20Z</updated>
    
 
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.phpmagazine.net/AJAXMagazine" /><feedburner:info uri="ajaxmagazine" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>AJAXMagazine</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.phpmagazine.net%2FAJAXMagazine" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.phpmagazine.net%2FAJAXMagazine" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.phpmagazine.net%2FAJAXMagazine" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.phpmagazine.net/AJAXMagazine" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.phpmagazine.net%2FAJAXMagazine" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.phpmagazine.net%2FAJAXMagazine" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.phpmagazine.net%2FAJAXMagazine" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><entry>
    <title>Tutorial : Create Realtime Charts With FusionCharts and Ajax</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/iDBKAo9OXg0/tutorial_create_realtime_chart.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6594" title="Tutorial : Create Realtime Charts With FusionCharts and Ajax" />
    <id>tag:ajax.phpmagazine.net,2010://1.6594</id>
    
    <published>2010-03-08T05:49:10Z</published>
    <updated>2010-03-08T06:00:20Z</updated>
    
    <summary type="html">In this tutorial We will create realtime chart data update that reflect to price fluctuation. There are many solutions to do this, but now we will cover using a nice flash charting component called FusionCharts. FusionCharts comes with several edition,...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="AJAX Tutorials" />
            <category term="PHP and AJAX" />
            <category term="Prototype" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;In this tutorial We will create realtime chart data update that reflect to price fluctuation. There are many solutions to do this, but now we will cover using a nice flash charting component called FusionCharts. FusionCharts comes with several edition, but now we will use the FusionCharts Free version. You can download it from &lt;a href="http://www.fusioncharts.com/free/"&gt;http://www.fusioncharts.com/free/&lt;/a&gt;. By the time of this writing, FusionCharts Free version is 2.2.&lt;/p&gt;

&lt;center&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/03/tutorial_create_realtime_chart/fusioncharts.jpg" width="186" height="223" alt="fusioncharts" title="fusioncharts" /&gt;&lt;/center&gt;

&lt;p&gt;The price fluctuation is visualized with a line type chart and data will be fetched from database every 5 seconds using Ajax call and then display the latest 5 (five) data to the chart without any page refresh. We assume you already familiar with deploying the FusionCharts Free and have experience using prototype.js, since we don't explain every details of the tools we used in this article. Please refer to &lt;a href="http://www.fusioncharts.com/free/docs"&gt;FusionCharts Free documentation&lt;/a&gt; about deploying the chart and &lt;a href="http://api.prototypejs.org/"&gt;prototype.js&lt;/a&gt; documentation about the usage of the library.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let's do it&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1. You have to download the FusionCharts Free version, extract it, and copy the chart FCF_Line.swf (from the Chart folder) to your web root folder.&lt;br/&gt;
2. Copy FusionCharts.js (from JSClass folder) to your web root folder.&lt;br/&gt;
3. Download prototype.js from &lt;a href="http://www.prototypejs.org"&gt;www.prototypejs.org&lt;/a&gt; and save it as prototype.js on your web root folder. We will use prototype.js to do the Ajax call.&lt;br/&gt;
4. Now prepare the table to store the fictional price fluctuation. Here is the simple table structure. We only need 2 (two) fields.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mH0kNuCnN68PmsDvf5U4AOgGgqc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mH0kNuCnN68PmsDvf5U4AOgGgqc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mH0kNuCnN68PmsDvf5U4AOgGgqc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mH0kNuCnN68PmsDvf5U4AOgGgqc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=iDBKAo9OXg0:imR049sRAOE:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=iDBKAo9OXg0:imR049sRAOE:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=iDBKAo9OXg0:imR049sRAOE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=iDBKAo9OXg0:imR049sRAOE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=iDBKAo9OXg0:imR049sRAOE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=iDBKAo9OXg0:imR049sRAOE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=iDBKAo9OXg0:imR049sRAOE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=iDBKAo9OXg0:imR049sRAOE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=iDBKAo9OXg0:imR049sRAOE:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=iDBKAo9OXg0:imR049sRAOE:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/iDBKAo9OXg0" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/03/tutorial_create_realtime_chart.html</feedburner:origLink></entry>
<entry>
    <title>Visual WebGui based web applications automated IDE built with $300,000 savings</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/UY2arUKJTJ0/visual_webgui_based_web_applic.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6593" title="Visual WebGui based web applications automated IDE built with $300,000 savings" />
    <id>tag:ajax.phpmagazine.net,2010://1.6593</id>
    
    <published>2010-03-03T16:47:47Z</published>
    <updated>2010-03-04T12:01:17Z</updated>
    
    <summary type="html">Visual WebGui are sharing with us today a new interesting case study for a web applications automated IDE built with Visual WebGUI : Automato. "Visual WebGui turns web dreams into reality in a very gracious way while Automato makes it...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="AJAX Experience" />
            <category term="Ajax and .NET" />
            <category term="Commercial" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;&lt;a href="http://www.visualwebgui.com/"&gt;Visual WebGui&lt;/a&gt; are sharing with us today a new interesting case study for a web applications automated IDE built with Visual WebGUI : Automato.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Visual WebGui turns web dreams into reality in a very gracious way while Automato makes it even more powerful... No any other ASP.NET framework does it for you" Alexnaldo Santos&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;SISMONT Ltda. creates ERP systems in Brazil since 2003 on Windows platform only. Since 2004 the company targets all the systems it designs for the Web platform.&lt;/p&gt;

&lt;p&gt;The Automato project was born to integrate different business applications using single development tool, allowing total customization for customers.&lt;/p&gt;

&lt;p&gt;The company already offers its accounting system on a Web platform with a competitive production cost thanks to Automato and Visual WebGui. Until the end of 2010, all of SISMONT's systems will also be offered on Web platform, significantly increasing their potential performance in Brazil.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KXEU-ne4nj3pzXr4sA4g-9BfB20/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KXEU-ne4nj3pzXr4sA4g-9BfB20/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KXEU-ne4nj3pzXr4sA4g-9BfB20/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KXEU-ne4nj3pzXr4sA4g-9BfB20/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=UY2arUKJTJ0:gbuSZ_JvfqY:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=UY2arUKJTJ0:gbuSZ_JvfqY:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=UY2arUKJTJ0:gbuSZ_JvfqY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=UY2arUKJTJ0:gbuSZ_JvfqY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=UY2arUKJTJ0:gbuSZ_JvfqY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=UY2arUKJTJ0:gbuSZ_JvfqY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=UY2arUKJTJ0:gbuSZ_JvfqY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=UY2arUKJTJ0:gbuSZ_JvfqY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=UY2arUKJTJ0:gbuSZ_JvfqY:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=UY2arUKJTJ0:gbuSZ_JvfqY:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/UY2arUKJTJ0" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/03/visual_webgui_based_web_applic.html</feedburner:origLink></entry>
<entry>
    <title>Alpha Software Launches Alpha Five Version 10 with Codeless Ajax Technology</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/DzOzlfkS0ek/alpha_software_launches_alpha.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6587" title="Alpha Software Launches Alpha Five Version 10 with Codeless Ajax Technology" />
    <id>tag:ajax.phpmagazine.net,2010://1.6587</id>
    
    <published>2010-02-19T21:40:00Z</published>
    <updated>2010-02-19T22:01:07Z</updated>
    
    <summary type="html"> Every day, companies announce new products and call them revolutionary, breakthrough, innovative, and game changing. It's not often that a new product actually lives up to that kind of billing. Today is one of those days, with the official...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Commercial" />
            <category term="Press" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;div style="float:left;margin:5px"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/02/alpha_software_launches_alpha/alpha-logo.png" width="142" height="37" alt="alpha-logo" title="alpha-logo" /&gt;&lt;/div&gt; Every day, companies announce new products and call them revolutionary, breakthrough, innovative, and game changing. It's not often that a new product actually lives up to that kind of billing. Today is one of those days, with the official launch of Alpha Five Version 10, from Alpha Software. Featuring the company's patent-pending "Codeless Ajax" technology, Alpha Five V10 is the first programming tool that allows developers to visually build rich Internet database applications powered by Ajax - without having to write one line of code.

&lt;p&gt;           That said, developers who like to get their hands dirty can work swiftly using Alpha's Codeless Ajax, then optionally craft custom code using popular SQL dialects, JavaScript, REST Services, and Xbasic. Developers can also plug in open source or their own JavaScript code, components, and frameworks to extend the development platform in any way they need. Best of all, the resulting applications support every major SQL database, including the newest: Microsoft SQL Azure databases residing in the Microsoft cloud.&lt;/p&gt;

&lt;p&gt;           "Alpha Five Version 10 with Codeless Ajax is like having an entire development team at your fingertips," says Richard Rabins, Co-Chairman of Alpha Software. "Just one developer can produce the output of five to 10 coders with Codeless Ajax. The calculus is simple. If you're a consultant or ISV, you produce more solutions in less time. If you're a corporate developer, you solve more business problems faster, and slash your budget for custom application development. There's no faster way to design and build contemporary Web applications."&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QpzMNH279y75X7sSkqcYDjhMrio/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QpzMNH279y75X7sSkqcYDjhMrio/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QpzMNH279y75X7sSkqcYDjhMrio/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QpzMNH279y75X7sSkqcYDjhMrio/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DzOzlfkS0ek:FlN_sfZZcGo:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DzOzlfkS0ek:FlN_sfZZcGo:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DzOzlfkS0ek:FlN_sfZZcGo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DzOzlfkS0ek:FlN_sfZZcGo:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DzOzlfkS0ek:FlN_sfZZcGo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DzOzlfkS0ek:FlN_sfZZcGo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DzOzlfkS0ek:FlN_sfZZcGo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DzOzlfkS0ek:FlN_sfZZcGo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DzOzlfkS0ek:FlN_sfZZcGo:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DzOzlfkS0ek:FlN_sfZZcGo:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/DzOzlfkS0ek" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/02/alpha_software_launches_alpha.html</feedburner:origLink></entry>
<entry>
    <title>Vaadin, Free Java UI Framework</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/0-cbFm-sbuo/vaadin_free_java_ui_framework.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6586" title="Vaadin, Free Java UI Framework" />
    <id>tag:ajax.phpmagazine.net,2010://1.6586</id>
    
    <published>2010-02-17T08:41:22Z</published>
    <updated>2010-02-17T09:35:18Z</updated>
    
    <summary type="html"> Vaadin is a Web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means that the majority of the logic runs on the servers. AJAX technology...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="AJAX and J2EE" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;div style="float:left;margin:5px"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/02/vaadin_free_java_ui_framework/vaadin.png" width="155" height="44" alt="vaadin" title="vaadin" /&gt;&lt;/div&gt; &lt;a href="http://vaadin.com"&gt;Vaadin&lt;/a&gt; is a Web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means that the majority of the logic runs on the servers. AJAX technology is used on the browser side to ensure a rich and interactive user experience.

&lt;p&gt;Vaadin is a big collection of UI components. There are server-side components like Button, Table, and Tree that you use to compose the application user interface. The components use events, listeners, and data binding to communicate with each other and the business logic. Vaadin is a robust architecture for rapid application development. The component-based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed.&lt;/p&gt;

&lt;p&gt;Developers using Eclipse and NetBeans as IDE can easily integrate Vaadin within their projects thanks to the Eclipse and NetBeans plugins. Vaadin is released under Apache License Version 2.0 and is free even for commercial use. However commercial products and services are available by ITMill, the company behind Vaadin framework.&lt;/p&gt;

&lt;p&gt;More information and download at &lt;a href="http://vaadin.com"&gt;http://vaadin.com&lt;/a&gt;&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/80izWpqMnXcm_p4EWRBWhgSzLfk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/80izWpqMnXcm_p4EWRBWhgSzLfk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/80izWpqMnXcm_p4EWRBWhgSzLfk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/80izWpqMnXcm_p4EWRBWhgSzLfk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=0-cbFm-sbuo:lUCBpWQTAjU:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=0-cbFm-sbuo:lUCBpWQTAjU:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=0-cbFm-sbuo:lUCBpWQTAjU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=0-cbFm-sbuo:lUCBpWQTAjU:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=0-cbFm-sbuo:lUCBpWQTAjU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=0-cbFm-sbuo:lUCBpWQTAjU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=0-cbFm-sbuo:lUCBpWQTAjU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=0-cbFm-sbuo:lUCBpWQTAjU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=0-cbFm-sbuo:lUCBpWQTAjU:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=0-cbFm-sbuo:lUCBpWQTAjU:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/0-cbFm-sbuo" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/02/vaadin_free_java_ui_framework.html</feedburner:origLink></entry>
<entry>
    <title>CopperLicht, fast WebGL JavaScript 3D Engine</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/FCRKpi7-UOc/copperlicht_fast_webgl_javascr.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6576" title="CopperLicht, fast WebGL JavaScript 3D Engine" />
    <id>tag:ajax.phpmagazine.net,2010://1.6576</id>
    
    <published>2010-02-06T06:40:47Z</published>
    <updated>2010-02-06T06:47:41Z</updated>
    
    <summary type="html">WebGL is getting hot after being supported by modern browsers Firefox, Chrome and Safari. Now you can even create amazing apps with CopperLicht, a fast JavaScript 3D engine for creating games and 3d applications in the webbrowser. It uses the...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Games" />
            <category term="Implementations" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;WebGL is getting hot after being supported by modern browsers Firefox, Chrome and Safari. Now you can even create amazing apps with &lt;a href="http://www.ambiera.com/copperlicht/"&gt;CopperLicht&lt;/a&gt;, a fast JavaScript 3D engine for creating games and 3d applications in the webbrowser. It uses the WebGL canvas supported by modern browsers and is able to render hardware accelerated 3d graphics without any plugins. &lt;/p&gt;

&lt;center&gt;&lt;a href="http://ajax.phpmagazine.net/upload/2010/02/copperlicht_fast_webgl_javascr/copperlicht.html" onclick="window.open('http://ajax.phpmagazine.net/upload/2010/02/copperlicht_fast_webgl_javascr/copperlicht.html', 'popup', 'width=724,height=641,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/02/copperlicht_fast_webgl_javascr/copperlicht-thumb.jpg" width="400" height="354" alt="copperlicht" title="copperlicht" /&gt;&lt;/a&gt;&lt;/center&gt;

&lt;p&gt;Key features :&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;3D World editor: CopperLicht comes with a full 3D world editor named CopperCube.&lt;/li&gt;
&lt;li&gt;Many supported 3D file formats: .3ds, .obj, .x, .lwo, .b3d, .csm, .dae, .dmf, .oct, .irrmesh, .ms3d, .my3D, .mesh, .lmts, .bsp, .md2, .stl. and more, see below.&lt;/li&gt;
&lt;li&gt;Incredibly fast: CopperLicht is highly optimized and able to render and animate even huge 3d scenes.&lt;/li&gt;
&lt;li&gt;Simple API: CopperLicht is a SceneGraph based 3D engine, and a lot of examples and tutorials are available to show you how it works.&lt;/li&gt;
&lt;li&gt;Binary compilation: Unlike other WebGL 3D Engines, CopperLicht compiles your 3D meshes into a small, binary file which downloads quickly, reducing bandwith usage for your users.	Simply import your 3D files into the CopperCube editor and publish it as CopperLicht scene.&lt;/li&gt;
&lt;li&gt;Totally free: CopperLicht is free to use. Just download and go!&lt;/li&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2_7-gM7sTYsrxyHwxo1eNNAibJA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2_7-gM7sTYsrxyHwxo1eNNAibJA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2_7-gM7sTYsrxyHwxo1eNNAibJA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2_7-gM7sTYsrxyHwxo1eNNAibJA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=FCRKpi7-UOc:FQ5y-No5OCg:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=FCRKpi7-UOc:FQ5y-No5OCg:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=FCRKpi7-UOc:FQ5y-No5OCg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=FCRKpi7-UOc:FQ5y-No5OCg:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=FCRKpi7-UOc:FQ5y-No5OCg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=FCRKpi7-UOc:FQ5y-No5OCg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=FCRKpi7-UOc:FQ5y-No5OCg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=FCRKpi7-UOc:FQ5y-No5OCg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=FCRKpi7-UOc:FQ5y-No5OCg:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=FCRKpi7-UOc:FQ5y-No5OCg:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/FCRKpi7-UOc" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/02/copperlicht_fast_webgl_javascr.html</feedburner:origLink></entry>
<entry>
    <title>ItsNat Natural Ajax v0.7 Released</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/4O9Yd77QfLg/itsnat_natural_ajax_v07_releas.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6575" title="ItsNat Natural Ajax v0.7 Released" />
    <id>tag:ajax.phpmagazine.net,2010://1.6575</id>
    
    <published>2010-02-06T06:08:55Z</published>
    <updated>2010-02-06T06:15:54Z</updated>
    
    <summary type="html"> ItsNat is a server centric Java AJAX web framework with the same style of programming as the client, because ItsNat approach is "The Browser Is The Server" (TBITS). ItsNat simulates a Universal W3C Java Browser in the server, client...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Implementations" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;div style="float:left;margin:5px"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/02/itsnat_natural_ajax_v07_releas/itsnat-logo.png" width="206" height="92" alt="itsnat" title="itsnat" /&gt;&lt;/div&gt; ItsNat is a server centric Java AJAX web framework with the same style of programming as the client, because ItsNat approach is "The Browser Is The Server" (TBITS). ItsNat simulates a Universal W3C Java Browser in the server, client events are sent to the server via AJAX and converted to W3C Java DOM Events, changes in DOM server are automatically sent to the client as JavaScript updating the client DOM. In ItsNat templates are defined using pure X/HTML or SVG files with no logic. View logic is coded in pure Java using Java W3C DOM APIs promoting reuse and the goodness of Object Oriented Programming.

&lt;p&gt;This release, 0.7, is highly focused on SVG, these days web technologies like HTML 5 and SVG are trying to achieve the same Flash capabilities tanks to browser makers and projects like SVGWeb sponsored by Google.&lt;/p&gt;

&lt;p&gt;ItsNat v0.7 adds first class support of SVG in native browsers and Internet Explorer using a broad range of plugins: Adobe SVG Viewer (v3 and v6), Renesis 1.1, Savarese Ssrc, SVGWeb and Batik as applet. Savarese Ssrc also provides XUL to MSIE.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eFWzu9P0Ds8jv0x1T3q6HP2yFRk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eFWzu9P0Ds8jv0x1T3q6HP2yFRk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eFWzu9P0Ds8jv0x1T3q6HP2yFRk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eFWzu9P0Ds8jv0x1T3q6HP2yFRk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=4O9Yd77QfLg:ST3kGNlApfA:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=4O9Yd77QfLg:ST3kGNlApfA:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=4O9Yd77QfLg:ST3kGNlApfA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=4O9Yd77QfLg:ST3kGNlApfA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=4O9Yd77QfLg:ST3kGNlApfA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=4O9Yd77QfLg:ST3kGNlApfA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=4O9Yd77QfLg:ST3kGNlApfA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=4O9Yd77QfLg:ST3kGNlApfA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=4O9Yd77QfLg:ST3kGNlApfA:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=4O9Yd77QfLg:ST3kGNlApfA:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/4O9Yd77QfLg" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/02/itsnat_natural_ajax_v07_releas.html</feedburner:origLink></entry>
<entry>
    <title>Websync, .NET and IIS Comet Server</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/kTgIndraFj4/websync_net_and_iis_comet_serv.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6568" title="Websync, .NET and IIS Comet Server" />
    <id>tag:ajax.phpmagazine.net,2010://1.6568</id>
    
    <published>2010-01-23T08:06:23Z</published>
    <updated>2010-01-23T08:07:56Z</updated>
    
    <summary type="html">If you are looking to turn your IIS, ASP.NET server into a highly scalable HTTP Comet/Reverse Ajax server, your solution could be called Websync, by Frozen Mountain Software. Websync is cool, because unlike every other comet server currently available, it...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Comet" />
            <category term="Commercial" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;If you are looking to turn your IIS, ASP.NET server into a highly scalable HTTP Comet/Reverse Ajax server, your solution could be called &lt;a href="http://frozenmountain.com/"&gt;Websync&lt;/a&gt;, by Frozen Mountain Software. Websync is cool, because unlike every other comet server currently available, it doesn't require a separate server, instead it runs directly with IIS. It takes about 2 lines in your web.config to get it going, and we've tested 30,000 users simultaneously on a single $400 Acer desktop with 3gig of RAM.&lt;/p&gt;

&lt;center&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/01/websync_net_and_iis_comet_serv/websync-server-box.jpg" width="150" height="202" alt="websync-server" title="websync-server" /&gt;&lt;/center&gt;

&lt;p&gt;More features include :&lt;br /&gt;
- an embedded JavaScript client (only 9 KB!) and .NET client.&lt;br /&gt;
- server-side publishers for .NET and PHP&lt;br /&gt;
- uses open protocols and proven technology (HTML5, Ajax, JSONP, Bayeux).&lt;br /&gt;
- allows secure, controlled access and virtually unlimited scalability.&lt;br /&gt;
- offers complete end-to-end application integration.&lt;/p&gt;

&lt;p&gt;Websync is a commercial product, &lt;a href="http://frozenmountain.com/websync/purchase"&gt;pricing start from $749&lt;/a&gt;. More information and download at &lt;a href="http://frozenmountain.com"&gt;http://frozenmountain.com&lt;/a&gt;.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RGO2R_7VSakx4KZZR2DLt39IgM4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RGO2R_7VSakx4KZZR2DLt39IgM4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RGO2R_7VSakx4KZZR2DLt39IgM4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RGO2R_7VSakx4KZZR2DLt39IgM4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=kTgIndraFj4:xbPvjG8M9-E:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=kTgIndraFj4:xbPvjG8M9-E:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=kTgIndraFj4:xbPvjG8M9-E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=kTgIndraFj4:xbPvjG8M9-E:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=kTgIndraFj4:xbPvjG8M9-E:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=kTgIndraFj4:xbPvjG8M9-E:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=kTgIndraFj4:xbPvjG8M9-E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=kTgIndraFj4:xbPvjG8M9-E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=kTgIndraFj4:xbPvjG8M9-E:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=kTgIndraFj4:xbPvjG8M9-E:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/kTgIndraFj4" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/01/websync_net_and_iis_comet_serv.html</feedburner:origLink></entry>
<entry>
    <title>Visual WebGui platform further enhances its SDK with the integration of jQuery in its new 6.4 version</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/XODeKrurdLQ/visual_webgui_platform_further.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6567" title="Visual WebGui platform further enhances its SDK with the integration of jQuery in its new 6.4 version" />
    <id>tag:ajax.phpmagazine.net,2010://1.6567</id>
    
    <published>2010-01-23T07:26:05Z</published>
    <updated>2010-01-23T08:04:44Z</updated>
    
    <summary type="html">The new version offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 like user interfaces Gizmox, the developer of Visual WebGui web/cloud applications platform announced today the release of its Visual WebGui 6.4...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Commercial" />
            <category term="Implementations" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;&lt;strong&gt;The new version offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 like user interfaces&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Gizmox, the developer of Visual WebGui web/cloud applications platform announced today the release of its Visual WebGui 6.4 beta 1 version. The new version offers enhanced performance as well as enhanced customization, extension and user interface designing capabilities. The expanded capabilities include the integration of the jQuery library for faster behavior customization and user interface extension.  This enables developers to create Web 2.0 user interfaces (UI) in a more expedited and easier manner. In addition, the integration allows jQuery developers to offer a path empowering the  jQuery based UI, while maintaining the Visual WebGui server power and security which are vital for data secured - sensitive applications.&lt;/p&gt;

&lt;center&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2010/01/visual_webgui_platform_further/VisualWebGui.png" width="224" height="46" alt="VisualWebGui" title="VisualWebGui" /&gt;&lt;/center&gt;

&lt;p&gt;With the original VB6 like drag and drop development practices that earned Visual WebGui its popularity as an open source enterprise .Net Ajax platform, the new version lends its simple VB6 like web development empowerment to  jQuery developers.  In addition, Visual WebGui developers will be able to develop applications using full object oriented environment by utilizing the power of the server and at the same time to write extensions using one of the most popular client side frameworks.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mocpyFYlfYrkaEKiqpDiQbJinjE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mocpyFYlfYrkaEKiqpDiQbJinjE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mocpyFYlfYrkaEKiqpDiQbJinjE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mocpyFYlfYrkaEKiqpDiQbJinjE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=XODeKrurdLQ:yjlOc37RmPA:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=XODeKrurdLQ:yjlOc37RmPA:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=XODeKrurdLQ:yjlOc37RmPA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=XODeKrurdLQ:yjlOc37RmPA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=XODeKrurdLQ:yjlOc37RmPA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=XODeKrurdLQ:yjlOc37RmPA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=XODeKrurdLQ:yjlOc37RmPA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=XODeKrurdLQ:yjlOc37RmPA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=XODeKrurdLQ:yjlOc37RmPA:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=XODeKrurdLQ:yjlOc37RmPA:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/XODeKrurdLQ" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2010/01/visual_webgui_platform_further.html</feedburner:origLink></entry>
<entry>
    <title>dhtmlxScheduler 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/LY5l7UWpTpA/dhtmlxscheduler_21_released.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6564" title="dhtmlxScheduler 2.1 Released" />
    <id>tag:ajax.phpmagazine.net,2009://1.6564</id>
    
    <published>2009-12-08T07:10:55Z</published>
    <updated>2009-12-08T07:24:19Z</updated>
    
    <summary type="html"> DHTMLX team has announced the availability of version 2.1 of dhtmlxScheduler, a lightweight and highly customizable Ajax calendar component for creating rich scheduling UI. The update includes numerous enhancements and bug fixes, and introduces the following new features: -...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Commercial" />
            <category term="Javascript" />
            <category term="Press" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;div style="float:left;margin:5px"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2009/12/dhtmlxscheduler_21_released/logo_scheduler.gif" width="160" height="54" alt="dhtmlx scheduler" title="dhtmlx scheduler" /&gt;&lt;/div&gt; DHTMLX team has announced the availability of version 2.1 of &lt;a href="http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml"&gt;dhtmlxScheduler&lt;/a&gt;, a lightweight and highly customizable Ajax calendar component for creating rich scheduling UI. The update includes numerous enhancements and bug fixes, and introduces the following new features:

&lt;p&gt;- &lt;b&gt;Agenda View&lt;/b&gt;, which allows users to see the list of oncoming events starting from the current date (if needed, this starting date may be easily changed).&lt;/p&gt;

&lt;p&gt;- In addition to Day/Week/Month Views, version 2.1 provides the ability to display events in the &lt;b&gt;Year View&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;- The update includes &lt;b&gt;multiple extensions&lt;/b&gt; for the most common use-cases such as: read-only form, loading from multiple sources, key navigation, html templates, etc.&lt;/p&gt;

&lt;p&gt;- &lt;b&gt;Online Skin Builder&lt;/b&gt; for dhtmlxScheduler now provides developers with the ability to choose the coloring scheme for the calendar, or change the colors of each part of the skin.&lt;/p&gt;

&lt;p&gt;- &lt;b&gt;Localization&lt;/b&gt; capabilities of dhtmlxScheduler have been extended. The list of supported languages includes Chinese, Japanese, French, Finnish, German, Hebrew, Portuguese, Spanish, Russian, and more.&lt;/p&gt;

&lt;p&gt;Version 2.1 also provides much more samples, which demonstrate the capabilities of the calendar and simplify the use of the component. For more info and download please visit &lt;a href="http://dhtmlx.com/docs/products/dhtmlxScheduler/"&gt;this page&lt;/a&gt;.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-_X0bnjk4jC3VjkLSBt08aaePTc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-_X0bnjk4jC3VjkLSBt08aaePTc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-_X0bnjk4jC3VjkLSBt08aaePTc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-_X0bnjk4jC3VjkLSBt08aaePTc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=LY5l7UWpTpA:2bEXP6XYDlg:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=LY5l7UWpTpA:2bEXP6XYDlg:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=LY5l7UWpTpA:2bEXP6XYDlg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=LY5l7UWpTpA:2bEXP6XYDlg:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=LY5l7UWpTpA:2bEXP6XYDlg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=LY5l7UWpTpA:2bEXP6XYDlg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=LY5l7UWpTpA:2bEXP6XYDlg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=LY5l7UWpTpA:2bEXP6XYDlg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=LY5l7UWpTpA:2bEXP6XYDlg:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=LY5l7UWpTpA:2bEXP6XYDlg:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/LY5l7UWpTpA" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/12/dhtmlxscheduler_21_released.html</feedburner:origLink></entry>
<entry>
    <title>AMPLE SDK, Open Source JavaScript GUI Framework</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/Ujzl5y5pgGM/ample_sdk_open_source_javascri.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6563" title="AMPLE SDK, Open Source JavaScript GUI Framework" />
    <id>tag:ajax.phpmagazine.net,2009://1.6563</id>
    
    <published>2009-12-08T05:28:03Z</published>
    <updated>2009-12-08T07:06:14Z</updated>
    
    <summary type="html"> Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It equalizes browsers...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Implementations" />
            <category term="Javascript" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;div style="float:left;margin:5px"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2009/12/ample_sdk_open_source_javascri/AmpleSDK.png" width="262" height="57" alt="AmpleSDK" title="AmpleSDK" /&gt;&lt;/div&gt; Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It equalizes browsers and brings technologies support to those missing any. 

&lt;p&gt;Today's web browsers are playing a role more and more crucial in web application development since they're becoming the web platforms that we build on, but for web application developers problems to solve remain the same : use of open technologies and standards while assuring compatibility between different browsers and devices. AMPLE SDK provides a client-side application layer to build standards-based GUI using open technologies and guarantee a compatibility with most web browsers. No need to learn anything new !&lt;/p&gt;

&lt;p&gt;The SDK simplifies coding client-side applications by providing common playground across all web-browsers. It doesn't modify/enforce any new programming practices or API - only standard technologies used. It enables XUL (Mozilla-based GUI technology) cross-browser, as well as it adds SVG 1.1 to the Internet Explorer. And many more.&lt;/p&gt;

&lt;p&gt;The project is available under MIT and GPL license, more information and download available at &lt;a href="http://www.amplesdk.com/"&gt;http://www.amplesdk.com/&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1dDWOZftIMDVkbvs8P5kcij2ReU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1dDWOZftIMDVkbvs8P5kcij2ReU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1dDWOZftIMDVkbvs8P5kcij2ReU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1dDWOZftIMDVkbvs8P5kcij2ReU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=Ujzl5y5pgGM:0lDmYEI4JZ4:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=Ujzl5y5pgGM:0lDmYEI4JZ4:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=Ujzl5y5pgGM:0lDmYEI4JZ4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=Ujzl5y5pgGM:0lDmYEI4JZ4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=Ujzl5y5pgGM:0lDmYEI4JZ4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=Ujzl5y5pgGM:0lDmYEI4JZ4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=Ujzl5y5pgGM:0lDmYEI4JZ4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=Ujzl5y5pgGM:0lDmYEI4JZ4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=Ujzl5y5pgGM:0lDmYEI4JZ4:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=Ujzl5y5pgGM:0lDmYEI4JZ4:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/Ujzl5y5pgGM" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/12/ample_sdk_open_source_javascri.html</feedburner:origLink></entry>
<entry>
    <title>Gizmox Reveals Cloud Apps Platform at Microsoft PDC</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/DCRqCrib5cI/gizmox_reveals_cloud_apps_plat.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6555" title="Gizmox Reveals Cloud Apps Platform at Microsoft PDC" />
    <id>tag:ajax.phpmagazine.net,2009://1.6555</id>
    
    <published>2009-11-17T08:11:00Z</published>
    <updated>2009-11-17T18:38:55Z</updated>
    
    <summary type="html">Today Gizmox, the developer of Visual WebGui Web &amp;amp; Cloud Platform, will reveal its innovative cloud application platform which will allow developers and enterprises to deploy their applications to Windows Azure with the click of a button with no re-writes...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="AJAX Experience" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;Today Gizmox, the developer of  Visual WebGui Web &amp; Cloud Platform, will reveal its innovative cloud application platform which will allow developers and enterprises to deploy their applications to Windows Azure with the click of a button with no re-writes or new programming skills needed. The company will also expose with Microsoft Azure team a case study showcasing a successful migration and deployment of an energy management system to Windows Azure cloud using Visual WebGui. &lt;/p&gt;

&lt;p&gt;Below the press release :&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Visual WebGui to Reveal the First Cloud Application Platform to Migrate Legacy to the Cloud at a "button-push"  &lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Developers can now deploy their applications to Windows Azure with the click of a button with no re-writes or new programming skills needed &lt;/p&gt;

&lt;p&gt;Los Angeles, CA. - November 17, 2009 - Gizmox, the developer of  Visual WebGui Web &amp; Cloud Platform, today announced that it will reveal its application platform atop Windows Azure and its development framework, Visual WebGui web/cloud platforms offers the only push-button .NET desktop legacy application migration path to Windows Azure. With Visual WebGui enterprises will be able to migrate to Windows Azure, by reusing their existing Windows software code on Windows Azure without re-write or re-engineering. The process is as simple as copying and pasting the Windows code into VWG, selecting Windows Azure run in Visual WebGui SDK, and run.    &lt;/p&gt;

&lt;p&gt;"With our unique unrivalled legacy applications migration to Windows Azure, and the ability to run them as responsive as and as rich as desktop's, with proven unhackable security, we have crossed a new threshold," said Navot Peled, CEO of Gizmox, "While everyone is talking about the cloud, we're working with Microsoft to bring our solution to enterprises that are looking at migration to the Windows Azure cloud here and now. We also enable the fast development, desktop's performance, and richness and security benefits to newly built cloud applications" &lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S193n7qRz8l4KN1ECJATG5nUyqo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S193n7qRz8l4KN1ECJATG5nUyqo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S193n7qRz8l4KN1ECJATG5nUyqo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S193n7qRz8l4KN1ECJATG5nUyqo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DCRqCrib5cI:tnofJeQAZIQ:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DCRqCrib5cI:tnofJeQAZIQ:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DCRqCrib5cI:tnofJeQAZIQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DCRqCrib5cI:tnofJeQAZIQ:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DCRqCrib5cI:tnofJeQAZIQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DCRqCrib5cI:tnofJeQAZIQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DCRqCrib5cI:tnofJeQAZIQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DCRqCrib5cI:tnofJeQAZIQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=DCRqCrib5cI:tnofJeQAZIQ:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=DCRqCrib5cI:tnofJeQAZIQ:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/DCRqCrib5cI" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/11/gizmox_reveals_cloud_apps_plat.html</feedburner:origLink></entry>
<entry>
    <title>SRP-Hermetic, New Ajax Security Library</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/C2C6ZV7QL7Y/srphermetic_new_ajax_security.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6557" title="SRP-Hermetic, New Ajax Security Library" />
    <id>tag:ajax.phpmagazine.net,2009://1.6557</id>
    
    <published>2009-11-17T07:05:52Z</published>
    <updated>2009-11-17T07:07:41Z</updated>
    
    <summary type="html">SRP-Hermetic, a JavaScript library which aims at providing a highly secure Ajax channel implementation (MIT license). Authentication is based on the SRP protocol, and messages can be signed using HMAC or fully encrypted using AES. An interesting implementation providing secure...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="AJAX Security" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;SRP-Hermetic, a JavaScript library which aims at providing a highly secure Ajax channel implementation (MIT license). Authentication is based on the SRP protocol, and messages can be signed using HMAC or fully encrypted using AES. An interesting implementation providing secure user authentication, communication integrity and communication privacy to AJAX applications, with main focus on efficiency, scalability and customisable secure channel as an alternative to HTTPS.&lt;/p&gt;

&lt;p&gt;Your feedback is very welcome to review current implementation and develop it further. More information could be found on this &lt;a href="http://server.denksoft.com/wordpress/?page_id=27"&gt;blog post&lt;/a&gt;.&lt;/p&gt;

&lt;center&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2009/11/srp-hermetic_new_ajax_security/srp-hermetic-executive-view.png" width="473" height="499" alt="srp-hermetic-executive-view" title="srp-hermetic-executive-view" /&gt;&lt;/center&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hY15lF2FNmn82RSyqT6HITWJF34/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hY15lF2FNmn82RSyqT6HITWJF34/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hY15lF2FNmn82RSyqT6HITWJF34/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hY15lF2FNmn82RSyqT6HITWJF34/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=C2C6ZV7QL7Y:LWmcfCBhnYk:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=C2C6ZV7QL7Y:LWmcfCBhnYk:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=C2C6ZV7QL7Y:LWmcfCBhnYk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=C2C6ZV7QL7Y:LWmcfCBhnYk:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=C2C6ZV7QL7Y:LWmcfCBhnYk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=C2C6ZV7QL7Y:LWmcfCBhnYk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=C2C6ZV7QL7Y:LWmcfCBhnYk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=C2C6ZV7QL7Y:LWmcfCBhnYk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=C2C6ZV7QL7Y:LWmcfCBhnYk:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=C2C6ZV7QL7Y:LWmcfCBhnYk:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/C2C6ZV7QL7Y" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/11/srphermetic_new_ajax_security.html</feedburner:origLink></entry>
<entry>
    <title>PMRPC, HTML5-based Inter-window Cross-Domain RPC Librar</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/j_SkIex5hYQ/pmrpc_html5based_interwindow_c.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6547" title="PMRPC, HTML5-based Inter-window Cross-Domain RPC Librar" />
    <id>tag:ajax.phpmagazine.net,2009://1.6547</id>
    
    <published>2009-10-13T06:52:46Z</published>
    <updated>2009-10-13T06:58:24Z</updated>
    
    <summary type="html"> Pmrpc is a HTML5 inter-window cross-domain JSON-RPC based remote procedure call JavaScript library. The library provides a simple API for exposing and calling procedures from windows or iFrames on different domains, without being subject to the same-origin policy. Pmrpc...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="AJAX Experience" />
            <category term="HTML5" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;div style="float:left;margin:5px"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2009/10/pmrpc_html5-based_inter-window/pmrpc.png" width="55" height="55" alt="pmrpc"/&gt;&lt;/div&gt; &lt;a href="http://code.google.com/p/pmrpc/"&gt;Pmrpc&lt;/a&gt; is a HTML5 inter-window cross-domain JSON-RPC based remote procedure call JavaScript library. The library provides a simple API for exposing and calling procedures from windows or iFrames on different domains, without being subject to the same-origin policy. Pmrpc also provides several advanced features: callbacks similar to AJAX calls, ACL-based access control, asynchronous procedure support and fault-tolerance via retries.

&lt;p&gt;The implementation of the library is based on the &lt;a href="http://www.w3.org/html/wg/html5/#crossDocumentMessages"&gt;HTML5 postMessage API&lt;/a&gt;, the &lt;a href="http://groups.google.com/group/json-rpc/web/json-rpc-1-2-proposal"&gt;JSON-RPC protocol&lt;/a&gt; and the &lt;a href="http://www.json.org/"&gt;JSON data format&lt;/a&gt;. Pmrpc uses the postMessage API as an underlying communication mechanism and extends it to a RPC model using the JSON-RPC, a transport-independent protocol that uses JSON for formatting messages. &lt;/p&gt;

&lt;p&gt;The library is compatible with Firefox 3, Google Chrome, Internet Explorer 8, released under Apache v2.0 license. &lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xpwvFUl6N2ahpSOEMMYKmT-CjiQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xpwvFUl6N2ahpSOEMMYKmT-CjiQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xpwvFUl6N2ahpSOEMMYKmT-CjiQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xpwvFUl6N2ahpSOEMMYKmT-CjiQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=j_SkIex5hYQ:dZpRnwzrI4g:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=j_SkIex5hYQ:dZpRnwzrI4g:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=j_SkIex5hYQ:dZpRnwzrI4g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=j_SkIex5hYQ:dZpRnwzrI4g:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=j_SkIex5hYQ:dZpRnwzrI4g:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=j_SkIex5hYQ:dZpRnwzrI4g:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=j_SkIex5hYQ:dZpRnwzrI4g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=j_SkIex5hYQ:dZpRnwzrI4g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=j_SkIex5hYQ:dZpRnwzrI4g:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=j_SkIex5hYQ:dZpRnwzrI4g:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/j_SkIex5hYQ" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/10/pmrpc_html5based_interwindow_c.html</feedburner:origLink></entry>
<entry>
    <title>Webopoly, New Ajax-based Property Trading Game</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/wSATHLD8pjs/webopoly_ajax-based_game.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6544" title="Webopoly, New Ajax-based Property Trading Game" />
    <id>tag:ajax.phpmagazine.net,2009://1.6544</id>
    
    <published>2009-09-29T09:24:47Z</published>
    <updated>2009-09-29T09:30:40Z</updated>
    
    <summary type="html">Webopoly is a new Ajax-based monopoly-like game written in PHP where players can trade properties like web companies, or products. It supports multi-player games, in-game chat and a variety of other features, all without the use of any Flash or...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Games" />
            <category term="PHP and AJAX" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;Webopoly is a new Ajax-based monopoly-like game written in PHP where players can trade properties like web companies, or products. It supports multi-player games, in-game chat and a variety of other features, all without the use of any Flash or Java. The games uses many JavaScript libraries such &lt;a href="http://taconite.sourceforge.net/"&gt;taconite&lt;/a&gt;, &lt;a href="http://www.schillmania.com/projects/soundmanager2/"&gt;soundmanager2&lt;/a&gt;, and &lt;a href="http://orangoo.com/labs/GreyBox/"&gt;greybox&lt;/a&gt;. Geeky and very addictive game ! Players can create their own private or public games and invite friends or colleagues to join.&lt;/p&gt;

&lt;center&gt;&lt;a href="http://ajax.phpmagazine.net/upload/2009/09/webopoly_ajax-based_property_t/Webopoly.html" onclick="window.open('http://ajax.phpmagazine.net/upload/2009/09/webopoly_ajax-based_property_t/Webopoly.html', 'popup', 'width=959,height=748,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2009/09/webopoly_ajax-based_property_t/Webopoly-thumb.png" width="400" height="311" alt="Webopoly" title="Webopoly" /&gt;&lt;/a&gt;&lt;/center&gt;

&lt;p&gt;Have fun &lt;a href="http://www.webopoly.org/"&gt;http://www.webopoly.org/&lt;/a&gt; !&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NjKEcYnbJUuvIzVeLX9qB0AjYyk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NjKEcYnbJUuvIzVeLX9qB0AjYyk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NjKEcYnbJUuvIzVeLX9qB0AjYyk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NjKEcYnbJUuvIzVeLX9qB0AjYyk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=wSATHLD8pjs:SdAGx-tdHus:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=wSATHLD8pjs:SdAGx-tdHus:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=wSATHLD8pjs:SdAGx-tdHus:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=wSATHLD8pjs:SdAGx-tdHus:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=wSATHLD8pjs:SdAGx-tdHus:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=wSATHLD8pjs:SdAGx-tdHus:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=wSATHLD8pjs:SdAGx-tdHus:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=wSATHLD8pjs:SdAGx-tdHus:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=wSATHLD8pjs:SdAGx-tdHus:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=wSATHLD8pjs:SdAGx-tdHus:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/wSATHLD8pjs" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/09/webopoly_ajax-based_game.html</feedburner:origLink></entry>
<entry>
    <title>Open Source RIA Framework Qooxdoo 0.8.3 Released</title>
    <link rel="alternate" type="text/html" href="http://feeds.phpmagazine.net/~r/AJAXMagazine/~3/vIEFlnjLkto/open_source_ria_framework_qoox.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://phpmagazine.net/cgi-bin/pub/mt-atom.cgi/weblog/blog_id=1/entry_id=6538" title="Open Source RIA Framework Qooxdoo 0.8.3 Released" />
    <id>tag:ajax.phpmagazine.net,2009://1.6538</id>
    
    <published>2009-09-12T01:39:39Z</published>
    <updated>2009-09-12T23:24:20Z</updated>
    
    <summary type="html">The Open Source RIA Framework qooxdoo is now available in a new release 0.8.3. This release include many enhancements, 300 bug fixes, and lots of new features including : New Form Handling Unified Selection API Advanced Data Binding New Flow...</summary>
    <author>
        <name>Hatem</name>
        <uri>http://www.phpmagazine.net</uri>
    </author>
            <category term="Implementations" />
    
    <content type="html" xml:lang="en" xml:base="http://ajax.phpmagazine.net/">
        &lt;p&gt;The Open Source RIA Framework &lt;a href="http://qooxdoo.org/"&gt;qooxdoo&lt;/a&gt; is now available in a new release 0.8.3. This release include many enhancements, 300 bug fixes, and lots of new features including :&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;New Form Handling&lt;/li&gt;
&lt;li&gt;Unified Selection API&lt;/li&gt;
&lt;li&gt;Advanced Data Binding&lt;/li&gt;
&lt;li&gt;New Flow Layout&lt;/li&gt;
&lt;li&gt;New Flash Widget&lt;/li&gt;
&lt;li&gt;New Themed Iframe&lt;/li&gt;
&lt;li&gt;Global Error Handling&lt;/li&gt;&lt;/ul&gt;

&lt;center&gt;&lt;img src="http://ajax.phpmagazine.net/upload/2009/09/open_source_ria_framework_qoox/qooxdoo_0_8_3_form.png" width="500" height="280" alt="qooxdoo_0_8_3_form" title="qooxdoo_0_8_3_form" /&gt;&lt;/center&gt;

&lt;p&gt;"qooxdoo 0.8.3 is one of the best tested and most extensive releases to date." According to QooxDoo announcement there are about 1.700 Commits since last release, more than 1.100 Unit tests (incl. more than 3.200 assertions), about 30 Browsers/OS combinations continuously unit-/GUI-tested, and about 160 GUI-tests of applications, fully automated. Migration and more details about this release are available &lt;a href="http://qooxdoo.org/about/release_notes/0.8.3"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;More information and download at &lt;a href="http://qooxdoo.org/"&gt;http://qooxdoo.org/&lt;/a&gt;.&lt;/p&gt;
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Vyue_c1bXv54joSB2WrT6Lzdp_8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vyue_c1bXv54joSB2WrT6Lzdp_8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Vyue_c1bXv54joSB2WrT6Lzdp_8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vyue_c1bXv54joSB2WrT6Lzdp_8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=vIEFlnjLkto:jeW2OTzYn6g:M-yaqjTfHNU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=vIEFlnjLkto:jeW2OTzYn6g:M-yaqjTfHNU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=vIEFlnjLkto:jeW2OTzYn6g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=vIEFlnjLkto:jeW2OTzYn6g:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=vIEFlnjLkto:jeW2OTzYn6g:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=vIEFlnjLkto:jeW2OTzYn6g:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=vIEFlnjLkto:jeW2OTzYn6g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=vIEFlnjLkto:jeW2OTzYn6g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.phpmagazine.net/~ff/AJAXMagazine?a=vIEFlnjLkto:jeW2OTzYn6g:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AJAXMagazine?i=vIEFlnjLkto:jeW2OTzYn6g:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AJAXMagazine/~4/vIEFlnjLkto" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://ajax.phpmagazine.net/2009/09/open_source_ria_framework_qoox.html</feedburner:origLink></entry>

</feed>
