Wednesday, January 18, 2006

AJAX and ATLAS Slides and Demos

Feel free to study/copy/use my code and slides from my Atlas talk. I only ask that if you present this code again that you give me some credit.

Download the code and powerpoint

The code will expand into two folders: AtlasDemo, which will run out of the box on ASP.Net 2.0, and LPortAtlasDemo, which is the code library where you can see the custom Extenders that implement IScriptControl.

Tuesday, January 17, 2006

Ajax and ATLAS Demo

Hello! Welcome to my blog. I put together a presentation for the Florida .Net User's Group about ATLAS, ASP.Net 2.0's Beta project which builds upon Ajax.

Stay tuned for a number of examples demonstrating the ease and power of this framework. I will post my source code and powerpoint and materials shortly.

Topics covered include:
  • Writing a traditional Ajax request
  • ATLAS client scripting
  • ATLAS server controls
  • Writing a custom ATLAS control extender