public marks

PUBLIC MARKS from bcpbcp with tags article & javascript

14 October 2005

Extending AJAX with the Flash/JavaScript Integration Kit

by 1 other
Want more control over the user experience? Because Flash makes graphical programming quick, easy, and attractive, and because JavaScript is very effective at manipulating HTML, they can be leveraged to focus on their strengths. Kris Hadlock shows you how to extend AJAX (Asynchronous JavaScript and XML) by cross-communicating between Flash and JavaScript. Discover how this technique enables technologies to focus on specialized tasks, and helps create the ultimate user experience.

12 October 2005

How to Develop Web Applications with Ajax, Pt. 1 - WebReference.com -

In the past, web applications were limited because a web page had to be reloaded

XML.com: Very Dynamic Web Interfaces

by 25 others
In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object.