Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
Contact
About
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
July 2008 (16)
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
Other related blogs
Miguel de Icaza
Albert Weinert
Damir Tomicic
Thomas Bandt
René Drescher-Hackel
Brian Goldfarb
Miljan Braticevic
Scott Guthrie
Chad Campbell
.NET Micro Framework Blog
Pavel Bánský
Jens Kühner
Jan Kučera
April 2006 - Posts
1
Comments
Download latest Ajax.NET Professional 6.4.28.1
by
Michael Schwarz
Download the latest Ajax.NET Professional library and examples for free at http://www.ajaxpro.info/ . Support and feedback welcome at the Google group . The latest changes: Version 6.4.28.1 - Fixed missing getResponseHeader function for IFrame use. -...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
2
Comments
Updated Ajax.NET Professional source code
by
Michael Schwarz
To let others check changes made to the current release of Ajax.NET Professional I have updated the source code that is available at http://www.ajaxpro.info/ . If you find any bug or have other great ideas or changes please visit the Google group at http...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
,
Source Code
1
Comments
App_Offline.htm and Ajax.NET Professional
by
Michael Schwarz
I read the nice article about the App_Offline.htm on Scotts blog . If you are using Ajax.NET Professional you can simply check in the callback function if there is any error. While the App_Offline.htm is placed in your web application you will get the...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
19
Comments
Download new Ajax.NET Professional version 6.4.11.1
by
Michael Schwarz
Changes done for version 6.4.11.1: (beta) Added support of IHttpAsyncHandler to remove http request from pool while long-running methods are invoked. Use [AjaxMethod(true)]. Fixed array deserializer, int[] or string[] is working, now. Fixed ArrayList...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
3
Comments
Removed Object.prototype.extend for third-party libraries
by
Michael Schwarz
I have published a new beta versiont that will get rich of the Object.prototype.extend that is in conflict with several third-party libraries. Download the beta at http://schwarz-interactive.de/download/6.4.5.2-beta.zip and if you have any feedback please...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
1
Comments
Cookieless Session running with Ajax.NET Professional (ASP.NET 1.1, fix for 2.0)
by
Michael Schwarz
The problem why cookieless sessions are not working in ASP.NET 2.0 is very easy, there is a change how it works internal. I have already fixed the code that it will work with ASP.NET 2.0 as with the older version 1.1. Have a look on the new release version...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
1
Comments
Ajax.NET Professional, enums and global onError/onLoading events
by
Michael Schwarz
The version 6.4.4.1 has fixed the missing enum support, now. To register an enum for client-side JavaScript code you have to add following code (the old AjaxEnum attribute is not needed): public void Page_Load( object sender, EventArgs e) { AjaxPro. Utility...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
7
Comments
Web Page Analyzer and overall traffic
by
Michael Schwarz
I the last weeks I used Fiddler to see what is sent over the lines on initial start of a web site and during the web application is running. You can simply mark more than on request line. On the right side you will then see in the Performance Statistics...
Filed under:
AJAX
,
ASP.NET
,
.NET
,
Atlas
8
Comments
Why is it hard to compare AJAX libraries?
by
Michael Schwarz
Months ago I started several chats with a lot of AJAX developers, some are using my Ajax.NET Professional library, others are working directly with the XMLHTTPRequest object. I had a look around and found that there are a lot of other libraries that are...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
3
Comments
Download latest Ajax.NET Professional 6.4.3.3
by
Michael Schwarz
Hey, I did another release today to fix the missing Decimal support. Now, I convert it to an Decimal value, should be ok for use in JavaScript. Another thing I added is to fire an OnError event if the http connection is not working. I will put an example...
Filed under:
AJAX
,
Ajax.NET
,
ASP.NET
,
.NET
More Posts
Next page »