<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / henrik / folder / JavaScript, AJAX &amp; Dojo</title>
<link>http://www.netvouz.com/henrik/folder/855116154602654741/Development?feed=rss&amp;hitsPerPage=10&amp;pg=6</link>
<description>henrik&#39;s bookmarks in folder JavaScript, AJAX &amp; Dojo on Netvouz</description>
<item><title>Maqetta</title>
<link>http://maqetta.org/</link>
<description>Visual authoring of HTML5 user interfaces - in the browser! Maqetta is an open source project that provides WYSIWYG visual authoring of HTML5 user interfaces. The Maqetta application itself is authored in HTML, and therefore runs in the browser without requiring additional plugins or downloads.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Thu, 14 Apr 2011 00:12:48 GMT</pubDate>
</item><item><title>Mastering Ajax, Part 1: Introduction to Ajax</title>
<link>http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html</link>
<description>Ajax, which consists of HTML, JavaScript™ technology, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications. The author, an Ajax expert, demonstrates how these technologies work together -- from an overview to a detailed look -- to make extremely efficient Web development an easy reality. He also unveils the central concepts of Ajax, including the XMLHttpRequest object.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Wed, 08 Feb 2006 19:24:29 GMT</pubDate>
</item><item><title>Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax</title>
<link>http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro2/index.html</link>
<description>Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With Ajax and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond. In this article, Brett McLaughlin shows you how to create XMLHttpRequest instances in a cross-browser way, construct and send requests, and respond to the server.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Wed, 08 Feb 2006 19:24:56 GMT</pubDate>
</item><item><title>Meet the JavaScript Development Toolkit</title>
<link>http://www.ibm.com/developerworks/opensource/library/os-eclipse-jsdt/?S_TACT=105AGX54&amp;S_CMP=C0115&amp;ca=dnw-1002&amp;open&amp;cm_mmc=4633-_-n-_-vrm_newsletter-_-10731_101108&amp;cmibm_em=dm:0:12084271</link>
<description>The JavaScript Development Toolkit (JSDT) is an open source plug-in that brings robust JavaScript programming tools to the Eclipse platform. JSDT streamlines development, simplifies code, and increases productivity for pure JavaScript source files and JavaScript embedded in HTML. JavaScript development isn&#39;t easy. Uneven Web browser compatibility, disappointing documentation, and weak tools compound the problem. Fortunately, the tools situation brightened with the latest release of the JavaScript Development Toolkit (JSDT), a plug-in set for Eclipse. Eclipse is an open source IDE framework with an architecture designed for expansion and flexibility. JSDT runs in Eclipse and is added as a plug-in. JavaScript on Eclipse isn&#39;t a new concept, since there is</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Tue, 27 Jan 2009 21:12:09 GMT</pubDate>
</item><item><title>Mobiscroll</title>
<link>http://mobiscroll.com/component/datetime#download</link>
<description>Date &amp; Time Scroller - Component Details and Description</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Wed, 05 Jun 2013 20:35:26 GMT</pubDate>
</item><item><title>Mobiscroll on Github</title>
<link>https://github.com/acidb/mobiscroll</link>
<description>Download latest free Mobiscroll component.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Sun, 09 Jun 2013 09:29:15 GMT</pubDate>
</item><item><title>MQTT Client Package - JavaScript Language</title>
<link>http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.javascript.git/</link>
<description>org.eclipse.paho.mqtt.javascript.git at Github</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Fri, 06 Dec 2013 11:37:08 GMT</pubDate>
</item><item><title>Musings from Mars » Ajax/DHTML Library Scorecard</title>
<link>http://www.musingsfrommars.org/2006/03/ajax-dhtml-library-scorecard.html</link>
<description>How Cross Platform Are They? A review of Ajax libraries and how compatible with different browsers they are.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Sun, 16 Apr 2006 06:25:07 GMT</pubDate>
</item><item><title>Notifications with dojox.socket, Servlet 3.0 Async, and EJB 3.1 TImers (Web 2.0 and Mobile Development Community)</title>
<link>https://www.ibm.com/developerworks/mydeveloperworks/blogs/94e7fded-7162-445e-8ceb-97a2140866a9/entry/notifications_with_dojox_socket_servlet_3_0_async_and_ejb_3_1_timers20?lang=en</link>
<description>The Web 2.0 and Mobile Feature Pack for WebSphere ships the latest version of dojo.  One of the new technologies in dojo is dojox.socket.  Dojo 1.6 introduces a new API for Comet-style real-time communication based on the WebSocket API. WebSocket provides a bi-directional connection to servers that is ideal for pushing messages from a server to a client in real-time. Dojo’s new dojox.socket module provides access to this API with automated fallback to HTTP-based long-polling for browsers (or servers) that do not support the new WebSocket API. This allows you start using this API with Dojo now.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Wed, 28 Sep 2011 16:17:08 GMT</pubDate>
</item><item><title>On jQuery &amp; Large Applications - rmurphey</title>
<link>http://blog.rebeccamurphey.com/on-jquery-large-applications</link>
<description>I’ve been thinking a lot lately about JavaScript applications. As my skills have evolved, I’ve had the privilege of working on more actual applications, and I’ve gotten further and further from clients who want to add a bit of Ajax or bling to an otherwise fairly traditional web site. The most interesting applications I work on are client-side intensive: the server is responsible for providing data as JSON to the client, and most everything else — templating, state management, data management, site navigation, and of course user interaction — is left to the client side.</description>
<category domain="http://www.netvouz.com/henrik?category=855116154602654741">Development &gt; JavaScript, AJAX &amp; Dojo</category>
<author>henrik</author>
<pubDate>Wed, 06 Jul 2011 20:58:25 GMT</pubDate>
</item></channel></rss>