public marks

PUBLIC MARKS from nhoizey with tags javascript & ajax

July 2007

LightWindow Demo

by 14 others
Cette librairie JavaScript permet de créer très facilement des pseudo fenêtre en sur impression de la page Web, pour montrer tout type de contenu. Dommage que ce soit basé sur Prototype et Scriptaculous, et non jQuery...

jQMaps by SeViR

by 1 other
jQMaps est un plugin jQuery permettant d'ajouter très facilement des cartes Google Maps avec différents points d'intérêt

June 2007

SlickSpeed Selectors Test

by 7 others
Des tests de performances automatisés des principales librairie Javascript : Prototype, jQuery, MooTools, ext, cssQuery, dojo query

May 2007

April 2007

InfoQ: Is XML the Future of UI Development?

Or is it JavaScript? A common trend in the new crop of desktop UI frameworks is that they are XML based with some sort of support for JavaScript. We take a brief look at AJAX, WPF/XAML, Flex/MXML, and Firefox’s Gran Paradiso.

February 2007

Ajaxian » TIBCO General Interface 3.2 Released: Check out our exclusive screencast

It is really worth checking out this short screencast as it shows you what a pow erful tool GI is, and we are constantly surprised at how fast and feature full i t is. Sometimes we get excited at a new Foo components for Prototype, and then we remember that GI has hundreds of components :)

December 2006

10 Things I Learned at Mobile 2.0 - Blue Flavor

by 3 others
Mobile 2.0 is the web. Mobile is already a platform, but the consensus was that leveraging the power of the web, integrating web services into the mobile medium is the future of mobile.

November 2006

Are we qualified to call ourselves Web 2.0 experts? // Mike Johnston // MikeJSolutions

we pioneered "drag n' drop" using asynchronous Javascript [AJAX] via a web browser in 1999 (Soholaunch). This is not new technology, as some would lead you to believe. It has simply been embraced by the standards community and is referred to by a cool new acronym

Interface elements for jQuery - About Interface

by 19 others
Interface is a collection of plugins for jQuery java script library. With this plugins you can build Web 2.0 aplications with the same same simplicty as using jQuery and provide a rich user interface.

August 2006

Interface elements for jQuery

by 1 other
Interface is a collection of plugins for jQuery javascript library. With this plugins you can build Web 2.0 aplications with the same same simplicty as using jQuery and provide a rich user interface.

July 2006

Ajax Learning Guide

Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach (Asynchronous JavaScript and XML) and learn how Web developers are not only enriching the user interface but also making it more responsive.

SIMILE | Timeline

by 22 others
Timeline is a DHTML-based AJAXy widget for visualizing time-based events. It is like Google Maps for time-based information. Below is a live example that you can play with. Pan the timeline by dragging it horizontally.

March 2006

Max Kiesler - Downloadable AJAX Galleries, Slideshows and Effects

by 26 others (via)
Until recently many of the most visually stunning and functional image galleries, slideshows, and effects were done through Flash. With the advent of AJAX many developers are taking another look at javascript and are producing some very amazing functionality in these areas.

January 2006

jQuery: New Wave Javascript

by 77 others (via)
jQuery is a new type of Javascript library. It is not a huge, bloated, framework promising the best in AJAX - nor is just a set of needlessly complex enhancements - jQuery is designed to change the way that you write Javascript.

Mozilla Update :: Extensions -- More Info:FireBug - All Releases

by 6 others (via)
FireBug is a new tool that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter.

December 2005

QuirksBlog: The AJAX response: XML, HTML, or JSON?

by 8 others (via)
wondering about the "ideal" output format for the AJAX response. Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else?

24 ways: Edit-in-Place with Ajax

by 10 others
Anyone who’s used Flickr to publish their photos will be familiar with the edit-in-place system used for quickly amending titles and descriptions on photographs. Hovering over an item turns its background yellow to indicate it is editable. A simple click loads the text into an edit box, right there on the page.

rest/ahah - Microformats

by 21 others (via)
AHAH is a very simple technique for dynamically updating web pages using JavaScript. It involves using XMLHTTPRequest to retrieve (X)HTML fragments which are then inserted directly into the web page, whence they can be styled using CSS

November 2005

Particletree · The Hows and Whys of Degradable Ajax

by 6 others
we decided that we wanted to create a flawless user experience for all users without having to sacrifice the added user interface benefits provided by Ajax goodness

October 2005

September 2005

The Web Standards Project

(via)
IE7 will include a native XMLHTTPRequest object for Javascript applications - no ActiveXObject needs to be created