A project proposal from Apache … XAP is to provide an XML-based declarative framework for building, deploying and maintaining rich, interactive, Ajax-powered web applications. A basic principal of XAP is to leverage existing Ajax projects such as Apache Kabuki and Dojo, as well as other community efforts such as Eclipse openAjax. It aims to be…
Continue Reading »
zephyr is an ajax based framework for php5 developers. you can easily develop business applications using this robust framework. this is extremely easy to learn and very simple to implement. you can deliver a full fledged ajax application with strong business layer in backend within some minutes. installation and deployment of packages that you develop…
Continue Reading »
I’ve been meaning to write about this Ajax book (Ajax Patterns and Best Practices – by Christian Gross) for a while now. It’s gotten some really great reviews at Amazon.com, including this one by Jason A. Salas: I very much enjoyed reading this book and got a lot out of it. To date, I’ve read…
Continue Reading »
Well, as you probably know, Ruby on Rails 1.1 has been released. One of the major new features of 1.1 is the RJS templating language. (hint: it’s really just Ruby!) RJS is a templating language that allows you to write JavaScript in a native Ruby style. Some Good RJS Links Cody Fauser’s Intro to Rails’…
Continue Reading »
A good introductory 2600-style article warning about possible security vulnerabilities that using AJAX may lead to. Never trust user input, especially if it is coming via AJAX and you are not authenticating every request. One good suggestion in the article is using sequential authentication tokens to make sure each request is legitimate. This adds more…
Continue Reading »
Version 1.1 of application development framework Rails went live earlier this week, with more than 500 fixes and additions, including simplified Ajax programming. (See Information Week for more.) “It makes Web application programming a lot more like desktop GUI [graphical user interface] programming,” said Jeremy Voorhis, lead architect at Planet Argon, a Portland, Ore., services…
Continue Reading »
An old web technology is slowly being resurrected from the depths of history. Browser features that have gone untouched for years are once again being employed to bring better responsiveness to UIs. Servers are learning to cope with a new way of doing things. And I’m not talking about Ajax. New services like Jot Live…
Continue Reading »
Ajax, as you all know is something that is used in most of the new and exciting application released on the web nowdays, Web 2.0 to be precise. Professional Ajax, lights up most the area needed for a web developer to get started with AJAX. The book does a good job academically of showing how…
Continue Reading »
SVG Terminal, was released on 21`st. SVG terminal is a Javascript module for Firefox 1.5 that enables apps to deliver rich views on network screens” The SVG Terminal package includes a simple demonstration app, and source licensed under the GPL. The demo app has only been tested on Windows to date, but should compile on…
Continue Reading »
I recently stumbled upon Ajax-S, which is a short for AJAX-Slides. AJAX-S uses an XML format for the actual data which is being presented and XSLT to transform it into it’s final presentational form in order to provide strict separation of content and presentation. Now the best part is, it is available for free download…
Continue Reading »