|
| |
| | Ajax (programming) - Wikipedia, the free encyclopedia |
 | | Ajax can be used for a multitude of tasks such as updating or deleting records; expanding web forms; returning simple search queries; or editing category trees—all without the requirement to fetch a full page of HTML each time a change is made. |  | | In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server. |  | | This applies to all browsers that support Ajax except for Microsoft Internet Explorer 6 and below which additionally require ActiveX to be enabled, as the XMLHttpRequest object is implemented with ActiveX in this browser. |
|
http://en.wikipedia.org/wiki/AJAX
(1538 words)
|
|
| |
| | Ajax for Java developers: Build dynamic Java applications |
 | | Ajax is new in the sense that many developers are just beginning to be aware of it, but all of the components that implement an Ajax application have existed for several years. |  | | Ajax isn't a technology, it's more of a pattern -- a way to identify and describe a useful design technique. |  | | Ajax Mistakes: Usability problems that Ajax applications should avoid. |
|
http://www-128.ibm.com/developerworks/library/j-ajax1/?ca=dgr-lnxw01Ajax
(3102 words)
|
|
| |
| | adaptive path » ajax: a new approach to web applications |
 | | Ajax is taking hold now because these technologies and the industry’s understanding of how to deploy them most effectively have taken time to develop. |  | | Ajax is a set of technologies being used together in a particular way. |  | | And Ajax applications can be any size, from the very simple, single-function Google Suggest to the very complex and sophisticated Google Maps. |
|
http://www.adaptivepath.com/publications/essays/archives/000385.php
(1753 words)
|
|
| |
| | Ajaxian |
 | | May 2006 is a busy month for the AJAX community beginning first with the AJAX Experience May 10 - 12, 2006 a co-organization of Ajaxian and NFJS with more than thirty education and solutions sessions featuring over twenty-five speakers. |  | | XAJAX is one of the very interesting AJAX implementations for PHP, easy as the project’s slogan “The easiest way to develop asynchronous Ajax applications with PHP”. |  | | He not only talks about what the software is, but also what it looks like, how it works, and a walk-through for an example to get you started. |
|
http://www.ajaxian.com
(3306 words)
|
|
| |
| | ONLamp.com -- Ajax on Rails |
 | | Ajax is all about usability--but like any technology or technique, you can use it well or use it poorly. |  | | In contrast, an Ajax web application sends the input field to the server in the background and updates the affected portion of the current web page in place. |  | | Rails has several helper methods for implementing Ajax in your view's templates. |
|
http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html
(1441 words)
|
|
| |
| | AJAX: A Fresh Look at Web Development |
 | | AJAX is a simple technology that all the major browsers already support. |  | | AJAX, which stands for asynchronous JavaScript and XML, is a conglomerate technology that enables dynamic, asynchronous behavior on Web pages without the need for annoying browser page refreshes. |  | | At the core of AJAX technology is a JavaScript object: XMLHttpRequest. |
|
http://www.devx.com/webdev/Article/28456#codeitemarea
(575 words)
|
|
| |
| | Ajax Blog - HTML, Javascript and XML coding techniques for Web 2.0 |
 | | zephyr is an ajax based framework for php5 developers. |  | | Ajax Blog is a Niner Niner Weblog Network site that focuses on Ajax technology, Web 2.0 design and advanced programming techniques. |  | | Written by Sreejith 2 weeks ago in Ajax, Ajax Development and Ajax Frameworks. |
|
http://ajaxblog.com
(1070 words)
|
|
| |
| | State of Ajax: Progress, Challenges, and Implications for SOAs |
 | | Ajax is a technology that I have bumped into a few times over the last several months, but haven't (yet) needed to learn in my normal course of work. |  | | Ultamately, Ajax, rich clients, and other "new" paradigms simply give us all more options to get our job done, and part of that job is giving our customers software that meets their needs, not that uses the new wiz-bang toolkit for the sake thereof. |  | | Google Maps is the pre-eminent example of a modern Ajax application: rich, interactive, easy-to-use, and predictive in that it loads the map tiles that are just offscreen in case you need them. |
|
http://hinchcliffe.org/archive/2005/08/18/1675.aspx
(2912 words)
|
|
| |
| | d2r: on ajax |
 | | One of the latest buzzwords to make its way around the web is AJAX (short for Asynchronous Javascript and XML, is that a "buzzcronym" then, rather than a buzzword?), which strikes me, as well as others, as one of those there and back again technologies, old ideas reborn in a different form. |  | | As cool as AJAX apps (like Google Suggest, Google maps, or A9) are, I suspect that AJAX's greater value will be to add another tool to the toolset, allowing for hybrid thin client/fat client applications that improve web UI interactions and bring us to the next level of distributed applications. |  | | I think AJAX brings an advance solution to usabilty and site enhancements. |
|
http://www.dynamicobjects.com/d2r/archives/003147.html
(894 words)
|
|
| |
| | Asynchronous JavaScript Technology and XML (AJAX) With Java 2 |
 | | As the AJAX programming model evolves, existing technologies and frameworks will make this transition easier. |  | | JavaScript Technology Implementations: AJAX interactions depend heavily on JavaScript technology, which has subtle differences depending on the client. |  | | We have seen that AJAX interactions can solve many problems. |
|
http://java.sun.com/developer/technicalArticles/J2EE/AJAX
(2935 words)
|
|
| |
| | Ajax - SWiK |
 | | Ajax Ajax Development Design Usability … alex Dec 01 … +. |  | | Ajax Agent is an Ajax PHP library designed to make it easy to rapidly build Ajax powered rich internet applications (RIA)… |  | | Java web framework component repository tapestry ajax dojo hivemind component-repository … Dec 19 … +. |
|
http://swik.net/Ajax
(1076 words)
|
|
| |
| | ONJava.com -- AJAX: How to Handle Bookmarks and Back Buttons |
 | | By the end of this tutorial, developers will have a solution to an AJAX problem that not even Google Maps or Gmail possesses: robust, usable bookmarking and back and forward behavior that works exactly like the rest of the Web. |  | | Several AJAX frameworks currently exist to help with bookmarking and history issues; all of these frameworks, however, suffer from several important bugs due to their implementations (see " |  | | While new web technologies like Google Maps and Flickr have embraced Ajax, technically no part of Ajax is truly new; its youngest piece is more than five years old. |
|
http://www.onjava.com/pub/a/onjava/2005/10/26/ajax-handling-bookmarks-and-back-button.html
(946 words)
|
|
| |
| | Main Page - Ajax Patterns |
 | | They are more "reference patterns" than true "design patterns", at least from the perspective of a modern Ajax developer, who will take these technologies as a given. |  | | Display Morphing Alter styles and values in the DOM to change display information such as replacing text and altering background colour. |  | | December 1, 2005 - Split Ajax Frameworks into language-specific pages. |
|
http://www.ajaxpatterns.org
(1306 words)
|
|
| |
| | Silicon Valley Watcher: Where can you find Flickr and Apple in the same room? At the AJAX Summit of course. An insider ... |
 | | Technical frameworks for making AJAX development are cropping up like mushrooms after a rainstorm. |  | | Other free technical frameworks like SAJAX (simple AJAX) are available, and new frameworks are cropping up every day, so it may take some time for the market to sort through these offerings an settle down on a manageable number of toolkits. |  | | A great deal of technical information was exchanged by the participants, and a general consensus that AJAX can be used for realistic, tactical improvements to websites (as well as ambitious projects like Google Maps) emerged. |
|
http://www.siliconvalleywatcher.com/mt/archives/2005/05/where_can_you_f_2.php
(2361 words)
|
|
| |
| | Adam Bosworth's Weblog: Ajax reconsidered |
 | | If more systems developed in a way similar to Ajax, we might experience more innovation in the future. |  | | The cache was intended for our Ajax application so that JavaScript would check the cache. |  | | The best part is that it can be developed using today's languages and tools. |
|
http://www.adambosworth.net/archives/000044.html
(3332 words)
|
|
| |
| | Ajax Mistakes |
 | | Ajax is also a dangerous technology for web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. |  | | A major mistake that is easy to make with Ajax is: ‘click on this non obvious thing to drive this other non obvious result’. |  | | As I’ve referenced in a previous posting, Ajax applications introduce lots of problems for users who assume GET operations don’t change state. |
|
http://alexbosworth.backpackit.com/pub/67688
(1311 words)
|
|
| |
| | Ajax.NET Professional |
 | | As Ajax.NET is a framework where you have to do JavaScript programming other frameworks allow you to use AJAX stuff simply by adding some configuration to you web.config or by inheriting from a special page class. |  | | With the upcomming AJAX Community I hope to get the most of all the frameworks currently are available, with your help, with your ideas, with your code!! |  | | Months ago I started several chats with a lot of AJAX developers, some are using my Ajax.NET Professional library, others are working directly with the XMLHTTPRequest object. |
|
http://weblogs.asp.net/mschwarz
(3213 words)
|
|
| |
| | Pragmatic Ajax |
 | | This book shows you how to make Ajax magic, exploring both the fundamental technologies and the emerging frameworks that make it easy. |  | | Understand the breadth of the Ajax/Web 2.0 landscape, and dig deep into how Ajax works |  | | Know what's coming by looking at new features and frameworks currently in active development |
|
http://www.pragmaticprogrammer.com/titles/ajax
(710 words)
|
|
| |
| | AJAX: Asynchronous Java + XML? |
 | | In summary, AJAX is not specific to a particular programming language, data exchange format, or network communications object. |  | | For example, does AJAX have to be tied to a specific programming language such as JavaScript? |  | | In fact, the developer community was jazzed about the technical approach that Google used. |
|
http://www.developer.com/design/article.php/3526681
(1056 words)
|
|
| |
| | Ajax: How To Weave A Faster Web |
 | | Garrett suggests Ajax might allow all that to be done on one page. |  | | Credit a loose-knit set of programming technologies known as Ajax. |  | | The upshot: For the first time, the Web has become a place for real applications that match -- and sometimes transcend -- the performance of desktop software. |
|
http://www.businessweek.com/magazine/content/05_39/b3952414.htm
(729 words)
|
|
| |
| | The Ten Best Ajax Links: Tutorials, Examples, and History > My Gadget Bag |
 | | I was doing AJAX before it was ajax using Image objects and javascript, I've also invented several other methods that do similar or the same functionality. |  | | This site covers not only how to code in Ajax, and to.... |  | | AJAX is simply an evolution of already existing techniques and not a creation of MS. |
|
http://www.mygadgetbag.com/MGBResearch/MGBResearchArticles/tabid/261/articleType/ArticleView/articleId/445/The-Ten-Best-Ajax-Links-Tutorials-Examples-and-History.aspx
(1225 words)
|
|
| |
| | Technorati Tag: ajax |
 | | New AJAX and PHP Book Enhance the user experience of your Web site with "AJAX and PHP: Building Responsive Web Applications" - case studies that demonstrate how to implement AJAX-enabled features in your site. |  | | Backbase - the Premier AJAX Software Build AJAX apps faster. |  | | What is Bitscrap?May 8th, 2006 So does anyone know what Bitscrap is? Michael Arrington posed the question and so far the only answer that has come... |
|
http://www.technorati.com/tag/ajax
(514 words)
|
|
| |
| | Ajax (mythology) - Wikipedia, the free encyclopedia |
 | | Ajax appears as one of the main characters in the computer game Age of Mythology |  | | For other uses of the name Ajax, see Ajax. |  | | Ajax did manage to kill many of the other Trojan lords, including Phorkys. |
|
http://en.wikipedia.org/wiki/Telamonian_Aias
(1510 words)
|
|
| |
| | Ajax.NET is an open source project, now!! |
 | | I am happy to give the.NET developers an easy and fast way to implement AJAX methods in their projects. |  | | Are you planning to implement this in a future version? |  | | From the author of the first and free Ajax library for.NET |
|
http://weblogs.asp.net/mschwarz/archive/2005/06/21/414161.aspx
(2700 words)
|
|
| |
| | AJAX - Home |
 | | Two public information sessions on the new program will be held in Ajax. |  | | The deadline to submit a nomination for the Ajax Civic Award, Community Awards (Environment, Heritage, Cultural Arts, Accessibility, Transportation, Diversity and Recreation) and Good Neighbour Awards is May 19. |  | | The Staff Preferred Plan will be presented at an upcoming open house on May 4 at 7 p.m. |
|
http://www.townofajax.com
(131 words)
|
|
| |
| | AJAX.org |
 | | Please use the FAQ and Knowledge Base for more information or help. |  | | AJAX is a web development technique used for creating interactive web applications. |  | | With AJAX, user interfaces from within the browser can use web services as their data source to store and retrieve information. |
|
http://www.ajax.org
(183 words)
|
|
| |
| | Ajax Tool Works, Inc - Chisel Products |
 | | We continue to design and develop new and exciting chisel tools to meet your every need. |  | | Ajax Tool Works is a leading manufacturer of forged specialty tools and accessories, equipping America's industrial tool users since 1946. |  | | Like all Ajax products, the new line of Demolition Tools are American made and compatible with the equipment of over 20 other manufacturers, ensuring Ajax always has the right tools for your job. |
|
http://www.ajaxtools.com
(191 words)
|
|
| |
| | Ajax |
 | | Ajax - An analysis of the play by Sophocles. |  | | Till now has Ajax aye been our shield; but now a hateful doom has taken him, and with him goes all joy. |  | | Even the deceit, the first perhaps in his life, by which he quits his companions, that he may be able to execute his resolution undisturbed, must be reckoned in him an act of magnanimity. |
|
http://www.theatrehistory.com/ancient/bates023.html
(1947 words)
|
|
| |
| | [No title] |
 | | ATHENA Nay, do not torture so the wretched man. AJAX Athena, in all else will I do thy will; But his shall be no other doom than this. |  | | In no way was it your prerogative To rule him, any more than he could you. |  | | AJAX Why is his coming then so long delayed? |
|
http://classics.mit.edu/Sophocles/ajax.pl.txt
(10529 words)
|
|
| |
| | AJAX - MDC |
 | | When these technologies are combined in the AJAX model, web applications are able to make quick, incremental updates to the user interface without reloading the entire browser page. |  | | Asynchronous JavaScript and XML (AJAX) is not a technology in itself, but is a term that describes a "new" approach to using a number of existing technologies together, including: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest object. |  | | Alex Bosworth has written this article outlining some of the mistakes AJAX application developers can make. |
|
http://developer.mozilla.org/en/docs/AJAX
(226 words)
|
|
| |
| | Ajax |
 | | Ajax may be the earliest surviving play from Sophocles, perhaps from the 440s b.c.e. |  | | Teucer grieves and has been designated to raise Eurysaces. |  | | Odysseus reasons with Agamemnon about allowing the burial of Ajax, and Agamemnon relents. |
|
http://www.wsu.edu/~delahoyd/ajax.html
(428 words)
|
|
| |
| | Ajax 1, Greek Mythology Link. |
 | | [This is the name given to Ajax 1 and Ajax 2] |  | | Ajax 1 was one of the SUITORS OF HELEN, so he was bound by the Oath of Tyndareus. |  | | Ajax 1 was part of the embassy, the others being Phoenix 2 and Odysseus, who went to see Achilles in order to convince him to rejoin the fighting. |
|
http://homepage.mac.com/cparada/GML/Ajax1.html
(899 words)
|
|
| |
| | Ajax |
 | | Article "Ajax" created on 03 March 1997; last modified on 28 January 2002 (Revision 2). |  | | Both men delivered speeches explaining their own merits, but Odysseus was by far the more eloquent and won the prize. |  | | Ajax was a huge man, head and shoulders larger than the other Greeks, enormously strong but somewhat slow of speech. |
|
http://www.pantheon.org/articles/a/ajax.html
(196 words)
|
|
| |
| | Ajax Boiler: Manufacturer of commercial boilers, water heaters, heat exchangers, and tanks. |
 | | Ajax Boiler, Inc. designs and manufactures a comprehensive line of boiler and commercial water heating products. |  | | Product lines are distributed by more than 70 sales representatives located throughout the United States and Canada. |  | | With over eight decades of experience, the company offers high quality, heavy duty products with a reputation for reliability, serviceability, and cost effective operation. |
|
http://www.ajaxboiler.com
(163 words)
|
|
| |
| | Tumble dryers, dry cleaning equipment and laundry pressing models from Ajax |
 | | Designed to produce excellent finishing quality with easy-to-use operation, Ajax finishing models increase productivity and reduce operating expenses. |  | | Finishing presses include cabinet shirt presses, mushroom presses, linen presses, topper and leggers, sleevers, collar and Might Mite (lay down) units. |  | | The Ajax laundry press and shirt press provide the widest variety of options with the best finishing quality. |
|
http://www.ajaxpress.com
(118 words)
|
|
| |
| | Ajax Home Page |
 | | Click the AJAX® logo anytime and you'll return to this home page. |  | | You may contact the following departments via e-mail: Customer service - Custom Shop - Business Office |  | | Navigate this site using the "Drop Down Menu" beneath the "AJAX" logo or the "Yellow Links" menu selections in the upper L/H corner. |
|
http://www.ajaxgrips.com
(137 words)
|
|
| |
| | ajax.cyberside |
 | | Results of the Ajax Internet end of year poll 1995 by Ryan Wilhelm |  | | Ajax, winners of the 1995 UEFA Champions League |  | | devoted to the Amsterdamsche Football Club Ajax Amsterdam |
|
http://www.xs4all.nl/~michielh
(29 words)
|
|
|