Monday, March 12, 2007
Video 3 - Debugging ASP.NET AJAX Applications with VS.NET 2005
Labels: Videos
Video 2 - Add ASP.NET AJAX Features to an Existing Web Application
Labels: Videos
Video 1 - Get Started with AJAX
Thursday, March 08, 2007
Ajax RSS reader
The first thing I thought about doing when I read about requesting Extensible Markup Language (XML) from JavaScript code on a Web page was to get some RSS and display it. But I immediately ran into the security issue of XML Hypertext Transfer Protocol (HTTP), where a page that comes from www.mysite.com can't address pages from anywhere other than www.mysite.com. My plans to build a generic RSS reader in just the page were dashed. But Web 2.0 is all about ingenuity, and solving the problem of how to create an RSS reader with XMLHTTP teaches a lot about how to program the 2.0 Web.
This article walks through the construction of an Ajax-based RSS reader using both XMLHTTP and
This article walks through the construction of an Ajax-based RSS reader using both XMLHTTP and