Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
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
April 2011 (1)
September 2010 (2)
April 2010 (1)
January 2010 (1)
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
May 2005 - Posts
4
Comments
Cojax, an Ajax style code viewer using Ajax.NET
by
Michael Schwarz
Scott Watermasysk put together a nice example of Ajax called Cojax . Cojax is an ajaxian source code viewer using the free Ajax.NET Library which consists of: Left hand tree structure which represents the source code files/directories On demand retrieval...
3
Comments
Ajax.NET 5.5.30.3 (cookieless support)
by
Michael Schwarz
There is a new version available at http://ajax.schwarz-interactive.de . Feel free to download the version 5.5.30.3 with following fixes: - Script tags will use type instead of language - cookieless web application support (for HttpSession) - AjaxMethods...
9
Comments
Ajax.NET and Unit Testing of Web Applications
by
Michael Schwarz
I am back from vacation and build a cool new library using Ajax.NET . The new library (hm, I need a nice name) will allow the developer to build test scenarios that will work like NUnit, but will support web applications. Because I do not have time enough...
26
Comments
Ajax.NET bugfixes and new features
by
Michael Schwarz
I fixed several bugs in the last week. Because of internal complete redesign some objects like DataSet returned wrong to the client-side Javascript. Also some NullReferenceExceptions have been fixed. The proxy files are cached, now. New features are supporting...
10
Comments
Ajax.NET and large arguments
by
Michael Schwarz
On issue I never tested was the length of the request. Because browsers do not allow to use long URLs (I don't know the maximum lenght) you could get a script error on the client-side if the arguments send to the server are too long. I have fixed this...
5
Comments
Ajax.NET supports System.Drawing.Bitmap as return value
by
Michael Schwarz
Some developers asked me if it is possible to return a image? Yes, it is working now. Version 5.5.12.2 is available online. I also updated the example web page. You will find a test for returning a DataSet getting from a SQL Server, a simple NewsTicker...
14
Comments
Ajax.NET Library version 5.5.10.1
by
Michael Schwarz
I fixed the ArrayList and custom class problem. The C# example has been changed to make a test method for arrays (ArrayList, StringCollection, []). There is also a test for a custom class. (Note: currently there is no support for classes that inherit...
13
Comments
Ajax.NET - new version available (5.5.8.1)
by
Michael Schwarz
Sorry for the delay on my current release, but the new version is available, now!! A nice new feature is to add a context to your callback. When you want to update several HTML elements (i.e. the innerHTML property), but you don't want to add a callback...
23
Comments
Delay on next Ajax.NET Release
by
Michael Schwarz
Because I got more good ideas I didn't uploaded the next release, yet. I will do some more checking first, because I already implemented these nice cool features. On some Windows Mobile PCs the Ajax.NET wrapper is not working fine. Perhaps I will release...
10
Comments
A new webserver for Ajax.NET
by
Michael Schwarz
Today my domains are moved to a new server, more space, more ram, more power...! A new release of the Ajax.NET wrapper will be uploaded tomorrow morning. Here are some new features: Windows Mobile PC (Pocket PC) support configure which protocol will be...
More Posts