<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / ZarK / folder / AJAX, CSS, JSP, Jetty</title>
<link>http://netvouz.com/ZarK/folder/5770350776793058215/AJAX+CSS+JSP+Jetty?feed=rss</link>
<description>ZarK&#39;s bookmarks in folder AJAX, CSS, JSP, Jetty on Netvouz</description>
<item><title>Behaviour</title>
<link>http://bennolan.com/behaviour/</link>
<description>Using CSS selectors to apply Javascript behaviours. Behaviour is the missing link for your ajax apps.</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Tue, 14 Mar 2006 13:37:28 GMT</pubDate>
</item><item><title>Dojo - DojoToolkit.org</title>
<link>http://www.dojotoolkit.org/</link>
<description>Dojo also packs an easy to use widget system. From prototype to deployment, Dojo widgets are HTML and CSS all the way. Best of all, since Dojo is portable JavaScript to the core, your widgets can be portable between HTML, SVG, and whatever else comes down the pike. The web is changing, and Dojo can help you stay ahead.</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Tue, 14 Mar 2006 13:36:16 GMT</pubDate>
</item><item><title>Max Kiesler</title>
<link>http://www.maxkiesler.com/index.php/weblog/comments/round_up_of_30_ajax_tutorials/</link>
<description>There are quite a few AJAX demos and examples on the web right now. While these are invaluable to learning AJAX, some people need a bit more information than just a raw piece of code. In todays environment there are many ways to learn AJAX including, books, classes, conferences, workshops and tutorials. Of these the only one that is free and accessible to everyone are web-based tutorials. The following is a list of what I consider the be the best and most helpful AJAX tutorials that I&#39;ve found over the past year.</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Thu, 16 Mar 2006 12:57:41 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>Ajax/DHTML Library Scorecard: How Cross Platform Are They?</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Tue, 14 Mar 2006 11:52:23 GMT</pubDate>
</item><item><title>Prototype JavaScript Framework</title>
<link>http://prototype.conio.net/</link>
<description>JavaScript Framework Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Tue, 14 Mar 2006 13:47:57 GMT</pubDate>
</item><item><title>Using prototype.js v1.4.0</title>
<link>http://www.sergiopereira.com/articles/prototype.js.html</link>
<description>What is that? In case you haven&#39;t already used it, prototype.js is a JavaScript library written by Sam Stephenson. This amazingly well thought and well written piece of standards-compliant code takes a lot of the burden associated with creating rich, highly interactive web pages that characterize the Web 2.0 off your back.  If you tried to use this library recently, you probably noticed that documentation is not one of its strongest points. As many other developers before me, I got my head around prototype.js by reading the source code and experimenting with it. I thought it would be nice to take notes while I learned and share with everybody else.  I&#39;m also offering an un-official reference for the objects, classes, functions, and extensions provided by th</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Mon, 13 Mar 2006 17:34:02 GMT</pubDate>
</item><item><title>XMLHttpRequest &amp; Ajax Based Applications</title>
<link>http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/</link>
<description>Exposed to the masses with Google&#39;s Gmail, XMLHttpRequest can get the client side chatting with the server side. The result can be a faster performing web service/ application. The whole gamut of technologies that make up an XMLHttpRequest enabled web service was dubbed AJAX by the folks at Adaptive Path, short for asynchronous javaScript + XML. Oldskoolers like to call it remote scripting...</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Mon, 13 Mar 2006 17:34:35 GMT</pubDate>
</item><item><title>script.aculo.us</title>
<link>http://script.aculo.us/</link>
<description>The Web is changing. The 30-year-old terminal-like technology it was originally is gradually giving way to new ways of doing things. The power of AJAX allows for rich user interaction without the trouble that has bugged traditional web applications. Building upon the wonderful Prototype JavaScript library, script.aculo.us provides you with some great additional ingredients to mix in.</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Tue, 14 Mar 2006 13:43:01 GMT</pubDate>
</item><item><title>A List Apart</title>
<link>http://www.alistapart.com/articles/gettingstartedwithajax</link>
<description>Articles: Getting Started with Ajax</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Mon, 13 Mar 2006 17:35:16 GMT</pubDate>
</item><item><title>Ajax for Java developers</title>
<link>http://www-128.ibm.com/developerworks/library/j-ajax1/</link>
<description>In this series, I&#39;ll give you all the tools you need to begin developing your own applications using Ajax. In this first article, I&#39;ll explain the concepts behind Ajax and demonstrate the fundamental steps to creating an Ajax interface for a Java-based Web application. I&#39;ll use code examples to demonstrate both the server-side Java code and the client-side JavaScript that make Ajax applications so dynamic. Finally, I&#39;ll point out some of the pitfalls of the Ajax approach, as well as the broader usability and accessibility issues you should consider when creating Ajax applications.</description>
<category domain="http://netvouz.com/ZarK?category=5770350776793058215">AJAX, CSS, JSP, Jetty</category>
<author>ZarK</author>
<pubDate>Sun, 19 Mar 2006 12:00:25 GMT</pubDate>
</item></channel></rss>