www.mathertel.de

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.

Arduino Blog

My Blog is focused on supporting my current activities with the Arduino environment and information like announcements.

If you like to be informend just subscribe this blog: mathertel.blogspot.com

An O(ND) Difference Algorithm for C#

An C# implementation of the difference algorithm published in "An O(ND) Difference Algorithm and its Variations" by Eugene Myers Algorithmica Vol. 1 No. 2, 1986, p 251.

Ajax Engine

The Ajax Engine project is a portable AJAX framework that is built on standard SOAP web services.

Demo Website: http://www.mathertel.de/AJAXEngine/

Documentation: http://www.mathertel.de/Ajax/AJAXeBook.aspx

Open Source repository:http://sourceforge.net/projects/ajaxengine/

Download as a zip:Ajax.zip

AJAX Blog

This Blog is focused on my activities related to the AJAX technology and the AJAXEngine project.

If you like to be informend just subscribe this blog: ajaxaspects.blogspot.com

OpenAjax hub

This is a second source implementation of the OpenAjax hub. Here you can find a almost complete version of an implementation of the OpenAjax hub specification and some more implementation related to the spec.

JavaScript SOAP client

A core part of the AJAX Engine is a client written in JavaScript for SOAP based web services.

Calling a server from JavaScript is a fundamental part of AJAX applications. Using standard web services with SOAP and WSDL is easy if proxy objects and methods are available in the browser and offer a RPC style . That's w

The article was also published on codeproject: A proxy generator to WebServices for JavaScript and AJAX