public marks

PUBLIC MARKS from camel with tag ajax

December 2008

Simple jQuery Spy Effect | jQuery for Designers - Tutorials and screencasts

by 3 others
The great thing about Realmac's QuickSnapper site is that if JavaScript is turned off, the list of snaps is visible by default. So we'll follow suit. It's also worth noting that their version only keep pulling in new items until it hits the end. I'll show you how you can keep the list looping, and in a follow up tutorial I'll show you how to hook this in to an Ajax hit that doesn't hammer your server and keeps the effect nice and smooth.

November 2008

NAS Uploader, accueil upload multifichiers en flash et/ou Ajax - multiple file uploader

by 1 other (via)
NAS Uploader est une solution open source d'upload multifichiers utilisant la technologie Flash et adaptable à toute plateforme web. Cette application est née du constat qu'il était difficile de trouver sur le web un système d'upload multifichiers simple à mettre en place, fiable et compatible avec la majorité des navigateurs.

Developer's Guide - AJAX Libraries API - Google Code

The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the google.load() method, your application has high speed, globally available access to a growing list of the most popular JavaScript open source libraries.

Flexigrid for jQuery : Web 2.0 Javascript Data Grid

by 7 others (via)
Lightweight but rich javascript data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration. Features * Resizable columns * Resizable height and width * Sortable column headers * Cool theme * Can convert an ordinary table * Ability to connect to an ajax data source (XML and JSON[new]) * Paging * Show/hide columns * Toolbar (new) * Search (new) * Accessible API * Many more

TYPOlight - CMS - Logiciels Libres - Framasoft

(via)
TYPOlight est un système de gestion de contenu web créé en 2004 par Leo Feyer, et soutenu aujourd’hui par une équipe d’une vingtaine de développeurs. L’objectif était dès le départ de proposer un CMS : * 100% accessible qu’il s’agisse de l’interface d’administration fondée sur AJAX mais fonctionnant aussi sans javascript (suffisamment rare pour être noté) ou du code généré côté utilisateur (tous deux conformes WAI) ; * moderne avec dès le départ une base de code en PHP5 orienté objet, un système de mise à jour automatique (payant, dégressif pour plusieurs domaines), un outil d’installation des extensions simple et sûr et un code généré valide XHTML strict ; * flexible du point de vue de la personnalisation des modèles de page (en s’appuyant sur un solide framework CSS) ou nativement du point de vue des types de contenus (pas de contrainte de structure de type titre - sous-titre - contenu).

September 2008

nyroModal :: jQuery Plugin

by 5 others
Les graphistes aiment de plus en plus utiliser des fenêtre modales; elles fournissent en effet un moyen rapide et efficace pour montrer des informations sans recharger une page entière. C'est facile d'utiliser et de designer. Le gros problème auquel j'ai été confonté avec tous les plugins que j'ai essayés —utilisant Prototype/Scriptaculous ou jQuery— est la personnalisation. Tous disent que vous pouvez programmer ce que vous voulez très simplement mais ce n'est pas aussi simple. La CSS par défaut fonctionne bien mais dans la plupart des cas est un mélange entre les éléments obligatoires et optionnels. Ce qui implique que vous devez être très attentif quand vous l'éditez. L'autre problème concerne les animations. C'est le pire. Je n'ai jamais trouvé un plugin permettant de redéfénir simplement les animations. J'ai essayé de résoudre ces problèmes avec mon plugin. J'ai documenté le plus possible. La CSS par défaut ne contient que les options graphiques. Sans elle, le plugin marchera parfaitement —mais sera aussi très laid. Concernant les animations, vous pouvez simplement les redéfinir de A à Z. Grâce aux fonctions d'animation de jQuery comme animate, fadeTo ou le futur enchant, c'est très simple. De plus, j'ai aujouté la possibilité de définir beaucoup de callback à différents moments durant le processus pour vous permettre de modifier les paramètres, le contenu ou exécuter ce que vous voulez.

July 2008

June 2008

Tapahont.info » Blog Archive » Cform 2 : le plugin pour créer vos formulaires [wordpress]

by 1 other
Vous avez besoin d’un formulaire dans votre blog, pour faire un sondage, pour être contacté, pour … ce que vous voulez. Il existe des dizianes de solutions clés en main pour wordpress mais dans la plupart des cas, pas facile de manipuler les infos, d’ajouter des champs, choisir ceux qui sont obligatoires… Bien sûr je parle pour ceux qui comme moi sont nuls en html/php/css. En cherchant ce week end je suis tombé sur Cform 2, un plugin pour wordpress qui ajoute en 2 clics un formulaire en AJAX partout où vous en avez besoin sur votre blog. Alors de l’aveux même du créateur, c’est pas le plus simple mais c’est de loin le plus customisable.

April 2008

Tiny Tiny RSS: A PHP and Ajax feed reader

by 2 others
Tiny Tiny RSS is a web-based news feed (RSS/Atom) aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

March 2008

Flexigrid

by 8 others (via)
Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration. Features * Resizable columns * Resizable height * Sortable column headers * Cool theme * Can convert an ordinary table * Ability to connect to an ajax data source (XML only) * Paging * Show/hide columns * Accessible API * Many more I'm planning to add an Editable and Resortable rows feature, as well as other cool GUI features.

jQuery File Tree

by 1 other
jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.

February 2008

Speed Up Your Javascript Load Time | BetterExplained

avascript is becoming increasingly popular on websites, from loading dynamic data via AJAX to adding special effects to your page. Unfortunately, these features come at a price: you must often rely on heavy Javascript libraries that can add dozens or even hundreds of kilobytes to your page. Users hate waiting, so here are a few techniques you can use to trim down your sites.

January 2008

Tutorial jQuery

by 2 others
jQuery est une bibliothèque javascript open-source et cross-browser qui permet de traverser et manipuler très facilement l’arbre DOM de vos pages web à l’aide d’une syntaxe fortement similaire à celle d’XPath (qui est la syntaxe de manipulation d’arbre XML). jQuery vous permet par exemple de changer/ajouter une classe CSS, créer des animations, modifier des attributs, etc. mais également de gérer les événements javascript ainsi que de faire des requetes AJAX le plus simplement du monde.

Monitoring File Uploads using Ajax and PHP - PHP articles and tutorials, MySQL, PostgreSQL

by 1 other
Because of the limitations of HTTP, it is difficult to monitor the status of files as they are uploaded via HTML forms. While other programming languages have built-in methods to monitor file uploads, PHP does not. This article shows how to implement such a solution in PHP. In order to achieve this, the APC (Alternative PHP Cache) PHP extension is required, as well as PHP 5. Specifically, APC 3.0.13 or newer and PHP 5.2 or newer are required for the code in this article to work. We will cover installation of APC in the next section. It is assumed you already have a working PHP 5.2 installation.

December 2007

ajax im - the ajax-based instant messenger

by 5 others
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.

October 2007

HTML-Image map Creator WYSIWYG - uses AJAX

by 4 others (via)
ever needed to do an image map?!? here it is a simple online image map creator :) The website works on: [Linux] Browsers with Gecko-Engine (Mozilla, Netscape 6+, Galeon), Konqueror, Netscape 4, Opera 5, 6 and 7. [Windows] Gecko-Browsers, IE 4, 5 and 6, Netscape 4, Opera 5, 6 and 7. [Mac] Safari, Gecko-Browsers, Opera, Netscape 4, partially IE. This HTML image maps creator is made using: Prototype, JavaScript Vectorgraphics Library, dp.SyntaxHighlighter, YUI Reset CSS, YUI Fonts CSS, Scriptaculous

August 2007

Ext FileTree Widget Example by Saki

by 2 others
FileTreePanel is client-server application where client (browser) provides the user interface (UI) which displays the tree and context menu, handles drag & drop operations, etc. The filesystem that is displayed and managed by the UI is stored on a server. Therefore, we need some communication layer between client and server. Client sends a command to server, server processes this command and responds with a result. Client in turn processes the response and display results. All this communication is running in the background by Ajax (XMLHttpRequest) calls. The XMLHttpRequest is not used directly but the Ext JS - JavaScript Library ajax layer is used for this purpose. Client requests data from server with standard POST method and server is expected to respond with JSON (JavaScript Object Notation) string and appropriate HTTP headers.

Xaja

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.

Avec Google Gears, Google se lance dans le hors ligne - Ajax Journal

Google vient de publier Google Gears, une extension opensource (pour Firefox et Internet Explorer) permettant d'utiliser des applications web en mode déconnecté. Google reader est déjà compatible. A mons avis, les applications web supportant un mode offline vont fleurir, et on attend avec impatience, Gmail ou Google Calendar version offline.

July 2007

June 2007

Synthasite

by 5 others
We're creating the Next Generation of Web Publishing. Come Join Us! New - cool Old - boring Totally browser based AJAX mashup construction - anywhere, any PC Social, collaborative publishing with friends, teams, consultants DIY superstore of components, widgets, templates to construct with

Reflection JavaScrip

by 5 others
It works in all the major browsers - Internet Explorer 5.5 , Mozilla Firefox 1.5 , Opera 9 and Safari. On older browsers, it'll degrade and your visitors won't notice a thing. Best of all, it's under 5KB.

camel's TAGS related to tag ajax

agregator +   api +   application +   applications +   blog +   browser +   calendar +   cms +   code +   compress +   construction +   convert +   css +   design +   dev +   doc +   dom +   edit +   environment +   ergonomie +   file +   flash +   form +   framework +   gallerie +   generator +   gestion +   google +   graphisme +   homepage +   howto +   html +   image +   image map +   imap +   interface +   internet +   java +   javascript +   javascript.lib +   jQuery +   js +   lib +   link +   list +   map +   modal +   monitoring +   mozilla +   mp3 +   mysql +   navigation +   netvibes +   network +   news +   online +   open_source +   opensource +   optimize +   parse +   patterns +   php +   php5 +   plugin +   plugins +   portal +   programmation +   programming +   projet +   remote +   ria +   rss +   script +   server +   serveur +   site +   social +   sql +   suite bureautique +   tab +   tâches +   toolkit +   tools +   tracking +   tree +   treeview +   tutorial +   upload +   useful +   web +   web-design +   web2.0 +   webmail +   widgets +   wiki +   wysiwyg +   xml +   xmlhttprequest +   yahoo +   yui +