July 2006 - Posts

3
Comments

Albert Weinert will talk about Ajax.NET Professional in Cologne, Germany by Michael Schwarz

Alber Weinert is talking about Ajax.NET Professional (and details on JSON ) in Cologne, Germany: "Ich halte am Dienstag, den 25.07.2006 wieder einen AJAX Vortrag [2]. Diesmal in Köln bei der .net user group Köln [1]. Nachdem ich nochmal...
5
Comments

Why addNamespace(...) is removed? by Michael Schwarz

I removed addNamespace because of the missing support on older web browsers or mobile devices. The problem is that addNamespace will add a new property to the window object. This is working great on all common web browsers. See the next lines to see how...
3
Comments

Yahoo! Web Services Request and AjaxPro JSON Parser - I love it! by Michael Schwarz

Yesterday night I build an example on how to use Yahoo! Web Services with the AjaxPro JSON parser . The example will call a Yahoo! Web Service with output type set to JSON (see http://developer.yahoo.com/common/json.html ). The response will be deserialized...
7
Comments

Download new JSON stand-alone library for Microsoft .NET 1.1/2.0 by Michael Schwarz

There is a new stand-alone version for JSON serialization/deserialization library available for Microsoft .NET 1.1/2.0. The JSON parser is extracted from my Ajax.NET Professional library and will be available in the download package in the future. Download...
Filed under: , , ,
3
Comments

Serializing Objects as JSON using Atlas, JSON.NET and AjaxPro [Part 2] by Michael Schwarz

As there was a little discussion about serialization of .NET types and deserialization of these genereted JSON strings I have updated Ajax.NET Professional (version 6.7.9.1) to allow parsing of new Date statements, too. You can use the JSON generated...
3
Comments

AJAX Web Applications and Time Zones by Michael Schwarz

Because I'm currently playing with a lot of AJAX frameworks I'm searching for the correct use of dates and times in web applications. Ajax.NET Professional is using time zone indentifier to know from which time zone the request is comming from. See following...
0
Comments

Why Ajax.NET Professional is using the __type property? by Michael Schwarz

Ajax.NET Professional is using attributes, there is no need to inherit from special pages or include dummy web controls to do all the job, there is no need to write special source code. Any .NET assembly can include classes with AjaxMethods that can be...
0
Comments

Serializing Objects as JSON using Atlas, JSON.NET and AjaxPro [Part 1] by Michael Schwarz

I read the post from Scott Hanselman today comparing the internal use of JSON de-/serializer from the Atlas framework and Ajax.NET Professional . Scott writes that Ajax.NET Professional cannot serialize the Person object correct to JSON and back. This...
Filed under: , , , ,
0
Comments

Google talk and "Binary and script behaviors" by Michael Schwarz

Today I found something interesting when using different security in Internet Explorer settings. If Binary and script behaviors is disabled in internet sercurity settings Google talk user images are not displayed. Hm, didn't know that Internet Explorer...
Filed under: ,
1
Comments

Work off-line with Ajax by Michael Schwarz

In Internet Explorer (and all other common web browsers) you have an menu item File -> Work off-line . What does this do with you web application? Of course, it is working offline, no communication possible to the web server. When connected with a...
More Posts Next page »