public marks

PUBLIC MARKS from parmentierf with tags dev & 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.

2008

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.

2007

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

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.

Opera Developer Community

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

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.

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.

PHP FREE CHAT - Free PHP AJAX chat

by 6 others (via)
php Free Chat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports customized themes based on CSS and a plugin system that allows you to write your own storage routines (ex: Mysql, IRC backends ...), and you own chat commands !

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.

ONLamp.com -- Ajax on Rails

by 12 others (via)
This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework.

Introduction to XForms

by 1 other (via)
This handbook covers everything you need to know to get started with XForms. You'll start with a simple walkthrough to get your development environment up and running, then create two fully functioning applications--one that saves links to del.icio.us, and another that searches Flickr. Both use CSS-driven Ajax animations.

Ruby on Rails

by 52 others (via)
Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.

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.