public marks

PUBLIC MARKS from parmentierf with tags ajax & javascript

2008

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 !

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!).

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.

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.

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.

Quick guide to somewhat advanced JavaScript

by 5 others (via)
Until recently, I knew that Javascript had more OO capabilities than I was employing, but I did not feel like I needed to use it. As the browsers started to support a more standardized featureset of Javascript and the DOM, it became viable to write more complex and functional code to run on the client. That helped giving birth to the AJAX phenomena.

InfoQ: Testing Ajax Applications with Selenium

by 6 others
Fortunately Selenium has provided support for doing exactly what we want. When a field value changes in the current page, you can use the waitForValue command to make Selenium wait until the expected value appears.

Gérer les caractères spéciaux dans Ajax - JDN Développeurs

by 2 others (via)
Par défaut, l'objet XMLHttpRequest est censé traiter les requêtes avec l'encodage UTF-8, ce qui devrait normalement libérer de toutes les contraintes possibles au niveau des caractères. Cependant, ce n'est pas toujours le cas selon les navigateurs (particulièrement Internet Explorer, malheureusement), et il peut arriver que l'on souhaite utiliser un autre encodage.

FireBug :: Mozilla Add-ons :: Add Features to Mozilla Software

by 9 others (via)
FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including an error console, command line, and a variety of fun inspectors.

Effets javascript avec Prototype et Scriptaculous - Prendre un Café

(via)
On a vu fleurir moult trolls velus à propos du web 2.0 et sa débauche d'AJAX et de javaScript inaccessibles, je ne les nourrirai pas ici. Par contre et pour ceux que ça interesse, les librairies prototype et script.aculo.us proposent des outils et effets très sympathiques. Voici quelques exemples très simples d'utilisation.

Yahoo! UI Library

by 29 others (via)
The Yahoo! User Interface Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, HTML and AJAX. The UI Library Utilities facilitate the implementation of rich client-side features by enhancing and normalizing the developer's interface to important elements of the browser infrastructure (such as events, in-page HTTP requests and the DOM). The Yahoo UI Library Controls produce visual, interactive user interface elements on the page with just a few lines of code and an included CSS file. All the components in the Yahoo! User Interface Library have been released as open source under a BSD license and are free for all uses.

2005

Mastering Ajax, Part 1: Introduction to Ajax

by 9 others (via)
Ajax, which consists of HTML, JavaScript™ technology, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications. The author, an Ajax expert, demonstrates how these technologies work together -- from an overview to a detailed look -- to make extremely efficient Web development an easy reality. He also unveils the central concepts of Ajax, including the XMLHttpRequest object.

24 ways

by 70 others, 1 comment (via)
24 ways to impress your friends is a daily dose of web development coding or wisdom intended to produce impressive results with little effort. So far 24ways.org has covered AJAX, Scriptaculous, CSS tab tricks, DOM scripting, Microformats, and internationalisation/localisation. Few of these are life-changing revelations, but it’s a fun site with some interesting sample code.

2004

JWChat - Jabber Web Chat

by 4 others
JWChat is a full featured, web-based Jabber™ client. Written using AJAX technology it relies on JavaScript and HTML at the client-side only. It supports basic jabber instant messaging, roster management and groupchats based on the MUC protocol.