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
October 2005 - Posts
2
Comments
Sample chat app using .NET 2.0
by
Michael Schwarz
You can download the changed chat demo application at the Ajax.NET Professional Google group . This is using an internal version of the library that will not have the memory bug.
8
Comments
Chat today about Ajax.NET Professional
by
Michael Schwarz
I got some requests on having chat sessions from time to time. Because we didn't searched for a good chat application we are using http://treehouse.ofb.net/chat/ ?lang=en for a first chat test today: Tuesday, 11th October at 19:00 UTC time (use timeanddate...
3
Comments
RSA for JavaScript
by
Michael Schwarz
I found a nice implementation for RSA on JavaScript maybe used in a ICryptProvider for Ajax.NET Professional to secure the data is sent from the client-side JavaScript to the server and back. For more details see: http://www.ohdave.com/rsa/
2
Comments
Ajax.NET/Atlas Client Debugging
by
Michael Schwarz
I read the blog from Rob Chartier and want to show you a feature that is available in Ajax.NET and Atlas. Both libraries are adding debug methods to the client-side JavaScript code. Ajax.NET Professional: (see online example at http://ajaxpro.schwarz...
6
Comments
Ajax.NET and System.Web.Caching.Cache
by
Michael Schwarz
Today I found an article about caching using Ajax.NET. In the article the author said that the Cache object is not working with Ajax.NET. I have done a small example to show how to use the Cache object in AJAX methods. The ZIP file is a ASP.NET 2.0 project...
0
Comments
Pre-build to fix prototype problem with third party controls
by
Michael Schwarz
I have uploaded a new pre-build 5.10.6.1 of Ajax.NET Professional that will fix several bugs. - arrays of own objects - prototype removed JavaScript code (third party bugs!) - added toJSON implementation for own JavaScript objects - added NameValueCollection...
1
Comments
Inline code usage and Ajax.NET
by
Michael Schwarz
I got some requests on how to use inline code with Ajax.NET. Here is a small demo that will get the server time: <%@ Page language="c#" Inherits="System.Web.UI.Page" ClassName=" WebForm6 " %> <script runat="server" language="C#"> private void...
0
Comments
Initial AJAX JavaScript objects
by
Michael Schwarz
In some scenarios you will call an AJAX method direct after the window.onload event. The window.onload event will start an asyncronous method and wait for the response. As you can imagine the call will need some milliseconds to get the data back from...
More Posts
« Previous page