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
September 2008 (7)
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
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
September 2005 - Posts
3
Comments
Awash in the myKB.com Ajax.NET Code
by
Michael Schwarz
Scott Cate, a Microsoft MVP, has recently upgraded his popular myKB.com site to use Ajax.NET. In this video, he takes us both on a tour of his new code, and at the same time also a little tour of the Pacific ocean! See the video at http://ajaxpro.schwarz...
3
Comments
Using Ajax.NET to create a real time user interface
by
Michael Schwarz
With any web application there will need to be requests made to the web server to get the latest versions of dynamic data. In an application like bttlxeMail Webmail every little action requires data to be retrieved from the server. Selecting a message...
1
Comments
Ajax.NET Professional - Google Group
by
Michael Schwarz
Because I get a lot of questions several times I have decided to create a Google Group ( http://groups.google.com/group/ajaxpro ) to have something like a forum available for all Ajax.NET developers. Feel free to join this group and give feedback about...
11
Comments
AJAX and back button
by
Michael Schwarz
I had already some discussion about the back button problem with AJAX related applications. In some scenarios we need this behavior, not for every action. But what we should seperate: the back button is not an undo button. I'm not sure if it is possible...
3
Comments
Ajax.NET Visual Studio .NET 2005 Installer
by
Michael Schwarz
I put a small template installer on my web site at http://ajaxpro.schwarz-interactive.de/download/AjaxNetProfessional.vsi . This Visual Studio installer will add a web site project template for C# and VB.NET.
6
Comments
ASP.NET Spiced: AJAX (MSDN article about Ajax.NET)
by
Michael Schwarz
From Karl Seguin: Learn how AJAX (Asynchronous JavaScript And XML) can be used to make your Microsoft ASP.NET applications more dynamic and responsive: Introduction Since the start of Web programming, numerous tradeoffs have existed between Web applications...
0
Comments
Atlas Callback, Timeout and Error Handler
by
Michael Schwarz
Because we are still missing some more docs about the Atlas Framework I have check the JavaScript files to give you a short overview over the use of how to write callbacks in the same way Ajax.NET Professional is doing this. The JavaScript wrappers are...
6
Comments
Atlas AutoComplete Feature (UPDATED)
by
Michael Schwarz
Yesterday evening I build some example code for the AutoComplete feature in Atlas. What you need as first it the AtlasCore.js JavaScript which will give core functions to the page: <html> <head runat="server"> <atlas:Script ID="Script4...
4
Comments
Atlas Framework Fiddler Plugin
by
Michael Schwarz
I tried the new Fiddler inspector plugin and it is working for the Atlas response, too! Atlas is returning an JSON string back to the client-side JavaScript that can be displayed as a tree view in Fiddler. Download the free Fiddler inspector plugin at...
2
Comments
Fiddler Inspector for Ajax.NET Professional
by
Michael Schwarz
While here at the PDC 05 in Los Angeles I got the request to upload the Fiddler inspector for Ajax.NET Professional calls. Click here to download the latest Ajax.NET Professional library and the Fiddler inspector DLL. Please copy the file AjaxFiddlerInspector...
More Posts
Next page »