Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET Micro Framework
AJAX
Ajax.NET
ASP.NET
Atlas
DLR
Google
HTML
IE
JavaScript
jQuery
JSON
Mobile
MVC
Security
Silverlight
Source Code
UI
Vista
Visual Studio
Web 2.0
WPF
WPF/E
WPFE
XSS
News
Navigation
Home
Blogs
Archives
October 2009 (2)
September 2009 (2)
July 2009 (1)
June 2009 (2)
April 2009 (1)
March 2009 (1)
February 2009 (3)
January 2009 (2)
December 2008 (1)
November 2008 (10)
October 2008 (3)
September 2008 (11)
August 2008 (5)
July 2008 (19)
April 2008 (8)
March 2008 (19)
February 2008 (4)
January 2008 (7)
December 2007 (10)
November 2007 (5)
August 2007 (4)
July 2007 (11)
June 2007 (24)
May 2007 (4)
April 2007 (18)
February 2007 (6)
January 2007 (14)
December 2006 (11)
November 2006 (14)
October 2006 (9)
September 2006 (11)
August 2006 (1)
July 2006 (11)
June 2006 (14)
May 2006 (17)
April 2006 (13)
March 2006 (2)
February 2006 (5)
January 2006 (2)
November 2005 (20)
October 2005 (18)
September 2005 (21)
August 2005 (21)
July 2005 (5)
June 2005 (7)
May 2005 (10)
April 2005 (15)
March 2005 (2)
February 2005 (3)
January 2005 (2)
December 2004 (3)
October 2004 (1)
August 2004 (3)
July 2004 (4)
June 2004 (6)
April 2004 (4)
February 2004 (4)
January 2004 (7)
December 2003 (2)
November 2003 (3)
March 2003 (4)
My Links
Pocket PC: WIS Bar
Pocket PC: XP Shutdown
Ajax.NET Professional (AjaxPro)
AjaxPro @ CodePlex
IEC 61850
Michael's Blog (German)
ZigBee Smart Energy Blog
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...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
,
Web 2.0
,
JavaScript
,
Atlas
,
JSON
,
IE
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...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
,
Web 2.0
,
JavaScript
,
IE
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...
Filed under:
AJAX
,
Ajax.NET
,
.NET
,
Web 2.0
,
Source Code
,
JSON
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:
Ajax.NET
,
ASP.NET
,
.NET
,
JSON
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...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
,
Web 2.0
,
JavaScript
,
Atlas
,
JSON
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...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
Web 2.0
,
JavaScript
,
Atlas
,
JSON
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...
Filed under:
AJAX
,
Ajax.NET
,
.NET
,
Web 2.0
,
JavaScript
,
Atlas
,
JSON
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:
AJAX
,
Ajax.NET
,
ASP.NET
,
Atlas
,
JSON
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:
Google
,
IE
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...
Filed under:
AJAX
,
Ajax.NET
,
Web 2.0
,
JavaScript
,
Source Code
,
IE
More Posts
Next page »