public marks

PUBLIC MARKS with tag web-services

August 2005

July 2005

June 2005

May 2005

April 2005

AJAX Library for ASP.Net

by ms_michel & 1 other
Une autre librairie Ajax pour .net

AJAX Was Here - ASP.Net Integration (2/3)

by ms_michel
Framework pour utiliser l'objet XmlHTTPRequest en ASP.NET

upload2flickr

by ms_michel & 1 other (via)
upload2flickr is a .net based application written in C# intended to provide users with more options than those provided by Flickr (Ludicorp)'s current Flickr Uploadr. In it's first iteration, upload2flickr focuses on using metadata embedded in images (exif, iptc, etc) to tag, describe, and title photos.

AJAX was Here - Client Side Framework (1/3)

by ms_michel
Framework pour utiliser l'objet XmlHTTPRequest en ASP.NET

Auto-complete Control

by ms_michel & 2 others
Zone de saisie avec auto-complétion en javascript à partir d'une liste de données prédéfinie

Ajax.NET

by ms_michel & 1 other
Ajax.NET is an implementation of the AJAX technology used by Google, Orkut, Flickr, ... for the .NET environment

March 2005

Zip Code Lookup Test

by ms_michel & 2 others (via)
This is a test of Google Suggest-type lookups for a query. This technique uses XmlHttp requests to get a new list of lookup results in the background every time the value in the lookup field changes, so this page doesn't have to be reloaded over and over again. To improve performance, lookup results are also cached locally so duplicate requests aren't made during a given session.

RESTGate Browser for REST-style Web Services

by ms_michel & 3 others (via)
RESTGate is a Web-based client for REST-style Web Services. Any Web browser can be used to send arbitrary HTTP GET requests by manipulating the URL. It used to be necessary to write an HTML form or a small program to send POST, PUT and DELETE messages. Now, RESTGate allows you to send POST, PUT and DELETE messages to a RESTful Web Service and to inspect the response messages.

XML-RPC.NET

by ms_michel
Librairie pour créer des services ou des clients XML-RPC