public marks

PUBLIC MARKS from parmentierf with tag ajax

2009

Thanks, geonames.org, for opening your web services! - blog.mozbox.org

ou can open your webservices to all or part of the web: HTTP access control.

THE CODING MACHINE

by 5 others
The Xaja machine is full featured PHP Reverse Ajax framework. It enables the developer to escape the request/response model, and reverses the way you think about your web-application. Furthermore, the developer can push the data from the browser to the client easily.

2008

AJAX: les bonnes pratiques pour une ergonomie gagnante - QualityStreet

(via)
Plus de fluidité, plus de souplesse, plus de confort pour les utilisateurs des applications web: c'est bien là l'intérêt d'Ajax, qui à petites doses, ici ou là, peut encourager et favoriser l'Expérience Utilisateur. Petites doses et 11 vraies bonnes pratiques illustrées...

Google AJAX Search API Blog: Speed up access to your favorite frameworks via the AJAX Libraries API

by 1 other (via)
The AJAX Libraries API is an attempt to make Web applications faster for developers in simple ways: * Developers won't have to worry about getting caching setup correctly, as we will do that for you * If another application uses the same library (much more likely), they there is a much better chance that it will be already caching on the users machine * The network and bandwidth of the users systems will not be taxed.

ajax im - the ajax-based instant messenger

by 5 others (via)
ajax im ("asynchronous javascript and xml instant messenger") is a browser-based instant messaging client. It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. No refreshing of the page is ever needed for this "web application" to work, as everything is updated in real-time via JavaScript.

Google AJAX Language API - Google Code

by 2 others (via)
With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript.

WaveMaker Software™

(via)
WaveMaker est un environnement visuel de développement rapide de logiciel. Vous débutez avec le langage Javascript et votre ambition est d’écrire vos premières applications Ajax, WaveMaker peut vous aider. Avec de simples glisser/déposer, vous pouvez facilement construire vos applications web utilisant des widget Ajax, des services web et des bases de données, le tout sans avoir de codes complexes à écrire !

Adobe Spry framework for AJAX

by 3 others (via)
Spry is a JavaScript-based framework that enables the rapid development of Ajax-powered web pages.

2007

jQuery: Write less, do more - Opera Developer Community

jQuery is a JavaScript toolkit designed to simplify various tasks such as element selection, DOM manipulation, event handling, AJAX and animations. Its tagline is “Write less, do more”. It’s aimed at a broad audience, as they say “from hobbyists to businesses”.

THE CODING MACHINE

(via)
The Xaja Machine (we will call it Xaja to makes things simpler) is a PHP framework that enables the developer to access the most advanced Web 2.0 features very easily. Xaja is a Reverse Ajax framework, therefore, it enables the server to push data directly to the client. Your applications will become more responsive. Using Xaja, it becomes easy to build applications that need real time data to be send to the user (think about chat program or GMail!).

ONJava.com -- Using the Lucene Query Parser Without Lucene

(via)
Stop creating sophisticated search forms. You can use technologies like Ajax to give you the power of creating user friendly interfaces; use ideas like "suggest" or "type ahead"; and create a simpler interface so your users won't feel lost in a huge set of search options. Remember, all users want is to quickly find the information they are looking for. You may stop creating sophisticated and hard-to-maintain search forms, instead providing searches based on Lucene query syntax. You could satisfy your users with a simple search field, as Google does

ZK - #1 Ajax project in SourceForge.net

by 10 others
ZK is an open-source Ajax Web framework that enables rich user interface for Web applications with little programming. With event-driven components and a markup language, developing is as simple as programming desktops and authoring HTML.

Prototype Javascript Library easing the development of dynamic web applications

by 8 others (via)
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.

TurboGears: Front-to-Back Web Development

by 15 others (via)
Create a database-driven, ready-to-extend application in minutes. All with designer friendly templates, easy AJAX on the browser side and on the server side, not a single SQL query in sight with code that is as natural as writing a function.

Aptana: Download Other Versions

by 5 others (via)
Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features: * Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions * Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure * NEW: FTP/SFTP uploading, downloading and synchronization * NEW: JavaScript debugger to troubleshoot your code * Error and warning notification for your code * Support for Aptana UI customization and extensions * Cross-platform support * Free and open source licensed under the Eclipse Public License, v1.0.

2006

jQuery: JavaScript Library

by 77 others (via)
jQuery is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery achieves this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.

Google Web Toolkit - Build AJAX apps in the Java language

by 56 others (via)
You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.

Créer un module Netvibes - JDN Développeurs

by 5 others
Le portail phare du Web 2.0 fournit une API pour développer un module, et permettre à ses utilisateurs d'accéder directement à vos données. Construction pas à pas avec Ajax et PHP.

TIBCO General Interface™ Ajax Rich Internet Application Resource Center

by 1 other (via)
TIBCO General Interface Builder is the award winning AJAX solution for rapidly building and easily deploying Rich Internet Applications (RIA), AJAX components and portlets that look and feel like desktop software.

About - openrecord.org

(via)
The product we're making is a wiki engine, but where most wiki engines are geared toward pages of text, OpenRecord is geared toward loosely-structured database content.

Opera Developer Community

by 7 others (via)
Dev Opera is a community resource site where developers can share tips, tricks, extensions and more.

Using prototype.js v1.4.0

by 55 others (via)
n case you haven'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'm also offering an un-official reference for the objects, classes, functions, and extensions provided by this library.