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 »