mathertel.de
projects
http://www.mathertel.de/MyProjects.aspx
The AJAX Engine Project - Aspects of AJAX. This is a portable AJAX framework in JavaScript that uses client side JavaScript proxies to call server-side WebService methods. The Core features are:. Use AJAX with standard Web Services. Standard SOAP and WSDL is reused for the communication between client and server. No need for special implementations in WebServices. Easy calling a server by using JavaScript proxies for WebMethods. Multiple types and XML objects are supported as parameters and return values.
mathertel.de
Public projects by Matthias Hertel
http://www.mathertel.de/Default.aspx
Public projects by Matthias Hertel. This site contains the public projects made by Matthias Hertel. The projects are about the Arduino microprocessor platform, on the Ajax technology and other web browser specific topics. A collection of articles for the Arduino platform with software libraries, schematics and complete projects. DMXSerial, A Arduino Library for sending and receiving DMX. DMXSerial2, A Arduino Library for receiving DMX-RDM. DMX Shield for Arduino with isolation. All my Arduino Projects.
ajaxaspekte.blogspot.com
Ajax Aspekte: Mai 2005
http://ajaxaspekte.blogspot.com/2005_05_01_archive.html
Die Programmierung im Ajax Stil ist eine interessante Art der Programmierung von Web Applikationen unter Verwendung der stabilen Internet Technologien wie HTML und Javascript. In diesem BLOG will ich meine Erfahrungen auf diesem Gebiet und einige interessante Aspekte mit einfachen wie auch fortgeschrittenen Themen beleuchten. Sonntag, Mai 15, 2005. Warum asynchrones Programmieren (2)? Wie asynchrones Programmieren im Browser realisiert wird und warum es nicht immer funktioniert. Für garantiert kurze Funk...
mathertel.de
The AJAX Engine
http://www.mathertel.de/AjaxEngine
A AJAX Framework using the standard webservice protocols SOAP and WSDL. AJAX is a technology that enables web applications or rich Internet applications to call the webserver without leaving the actual page. It's possible to do this in the background (asynchronously) without notice of the user. This avoids loading the same form or page including the html markup multiple times, reduces the network traffic and increases the user acceptance. As a complement to this implementation is a free book. The communi...