YOUR FEEDBACK
José D'Andrade wrote: "...it may never be released..." Why? "...if Midori isn’t heir to Windows Mi...
AJAXWorld RIA Conference
$300 Savings Expire August 8
Register Today and SAVE!

SYS-CON.TV

2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
TOP THREE LINKS YOU MUST CLICK ON


Prescribing AJAX: Panacea, Placebo, or Poison? Peeling the AJAX Onion
Mike Padilla will be speaking at AJAXWorld Conference & Expo 2008 East, March 18-20, 2008, in New York City

But interactions confined to a page level seemed somewhat stifling. So along came DHTML, the combination of HTML, CSS and JavaScript. Parts of the page could change instantaneously based on the user’s interaction without requiring a hit to the server. Information designers had a new tool to better manage screen real estate and interaction designers had a new tool for more discrete, sub-page level interactions. But DHTML interactions are fundamentally constrained. They can only manipulate information that is brought down to the client when the page initially loads. You can only bring down so much information at page load before the user gets frustrated with the initial load time.
 
Finally a subtle but powerful protocol was introduced by Microsoft - the XMLHttpRequest. It provided an API that can be used by JavaScript to establish asynchronous communication between the client and server. We were freed from the “new-information-from-server-requires-new-page load” constraint. By combining the power of webpage information manipulation of DHTML and the freedom of selectively exchanging relevant streams of data with the server in the background, the more rich and interactive user experiences of AJAX enhanced webpages were born.
 
Ultimately AJAX potentially affords improvements to the user experience by optimizing the two main factors in website performance – calls to the server and transmission of data to the client. As a result, AJAX can offer the following benefits and drawbacks:
 
Benefits
  • A faster response. AJAX offers improved performance by retrieving a small bit of information and populating it into the existing context rather than having to retrieve an entirely new webpage just to view a small percentage of new content.
  • A continuous, undisturbed user experience across a set of related, relevant interactions. The user’s context remains the same and the screen does not blink.
 Drawbacks
  • Loss of page state. Users mental model of the Web has been formed to expect page state behavior of browser back, forward, and bookmarking. AJAX breaks the page state.
  • Loss of caching. When the user returns to a previously visited page, any AJAX content has to be reconstructed. This results in much slower response times due to the need to retrieve the content remotely rather than simply accessing it locally.
  • Loss of search engine visibility.
  • Accessibility issues.
While many AJAX toolkits are beginning to address these drawbacks, designers and developers need to assess whether the benefits of an AJAX enhanced user experience sufficiently outweighs the accompanying drawbacks.
About Mike Padilla
Mike Padilla is a user experience manager at Vanguard. He has led front-end development efforts for such companies as Fleet Credit Cards, Mellon Private Asset Management, The Bank of New York, Radian Guaranty, and Bessemer Trust. Macromedia has featured his usability designs. He received a B.S. in mechanical engineering, focusing on ergonomics, from Cornell University. Padilla is an ardent advocate of high-fidelity prototyping during requirements development. In his spare time, he designed and developed Protonotes, a free AJAX web service that allows project team members to discuss system functionality, design, and requirements directly on prototypes with "sticky notes".

YOUR FEEDBACK
RIA News Desk wrote: we would share with you what some of the world's leading rich Internet application pioneers are thinking
Kurt Cagle wrote: There's a growing impedance mismatch between the large scale providers of content and the consumers of that content as we build multiple messaging architectures. How realistically do we resolve this mismatch in such a way that we are able to preserve both flexibility (SOAP), simplicity (Atom) and brevity (JSON), and can we do so without sparking a religious war?
Crolly Darvo wrote: Will the browsers development, unification and standardization give us more possibilities and freedom to sophisticate or simplify our interfaces & APIs?
Brett Green wrote: Do you believe a shift back towards rich desktop apps, which are internet-enabled, will lead away from the need for AJAX-enabled web applications?
Gabriel Kent wrote: If you imagine the a URI is a handle to a given resource -- is the AJAX community pushing to retain the isomorphic relationship between the URI and a given state of a web application as it changes through AJAX interaction?
Micha? S?aby wrote: Are off-line applications for web the right direction? Is Google Gears relevant when more and more devices has 24/7 Internet access? Will web applications of the future be complex on client and lightweight on server side or rather the opposite? This is essential issue to me, as Tigermouse framework I develop favors the later approach.
Marcio wrote: Other questions like: [1] ambiguity in AJAX toolkits, can I match them? how an aspect in Toolkit A can influence toolkit B? The namespaced Web apps becomes now important. It's the same that happened in Browser space, they were different, then become a bit shared, the AJAX toolkits work also may reach a convergence state as we have offline/online caching infra-structure with namespaced events - sandboxed apps in the same page but running each in a given scope. I think the next stage promises good things for us and the current stage is a mess with good value under it. The exploration of the mashup stack and mashup infra for interoperability is an area to massage.
WishList wrote: If only AJAX could somehow bring us a spam-free internet, now THAT would be a rich future!
AJAX vs CF wrote: While Ajax represents the future, it looks like in Georgia they still have developers working in ColdFusion from Adobe - how come? Here's the link: http://www.dot.state.ga.us/
IMHO wrote: Development managers need to ask themselves at least these two questions before adopting AJAX on a project. First, will you make up for the time invested in adopting a new technology through increased development speed? And second, will AJAX allow you to offer a more useful application to your users?
Ahmed ALEM wrote: The answer is definitely: Java + XML + XSLT + a new ML, instead of: JavaScript + XML + HTML. But is there any project which take into account all these ideas? Are there any band of developers who are interested in re-inventing a better wheel?
Answer wrote: The next stage of AJAX is Comet.
mAX kIESELR wrote: It was inevitable that someone would use web 2.0 social aspects together with an AJAX interaction layer to create a next generation weblog. As usual it took a seventeen year old to do it. Logahead is everything I've been looking for recently in blogging software. It's PHP, MySQL, AJAX, and has several social features. DEMO LINK: http://www.maxkiesler.com/index.php/designdemo/fullview/386/
BeyondAJAX wrote: The event-driven web is the most important step for a new Internet in recent years.
LATEST AJAXWORLD RIA STORIES
In this talk, ILOG's Chief RIA Architect and Project Manager will share his experiences working with customers on RIA projects. He will describe requirements of RIA, the market acceptance, and technical limitations based on various approaches. The session will also include a live...
SQL Injection attacks are one of the easiest ways to hack into a website. One recent hack, using a script from verynx.cn, involves injecting sql into a web form that then appends some JavaScript code into fields in a database that then gets executed on the client side when a user...
The Web has evolved into a structured data space of loosely connected databases, enabling granular data access-by-reference to Web-accessible entities, courtesy of HTTP. This evolution and the emergence of AJAX-based RIA technologies lay the foundation for a new generation of lib...
As Web-based applications are pushing the "Rich User Experience" envelope, AJAX is quickly becoming a standard front-end for any PHP application. But unfortunately as PHP applications that utilize AJAX are being forced to morph from two-tier to three-tier architectures, pushing c...
JavaScript 2 is becoming increasingly important. Learn how to take advantage of JavaScript 2 while still running in today's browsers. Leverage your current JavaScript and HTML skills to build applications that run in Flash 7-9, DHTML and more with no code changes! OpenLaszlo 4.2 ...
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE