.NET
Friday, July 15th, 2005
Category: .NET
, Component
Enrico Elizar Samuel has created an Ajaxian .NET DropDownList component. This custom DropdownList utilizes Ajax to populate its content and implements the Observer pattern to participate in dependent dropdownlist chains. This article discusses the usage, and development of this component. Download the demo project / source code
Sunday, July 3rd, 2005
Category: .NET
Scott Guthrie of Microsoft, spoke in behalf of the Web Platform and Tools Team on Microsoft Atlas. He goes into detail on the pieces that will come from Atlas: Atlas Client Script Framework: For ASP.NET applications, we are planning on building a new set of AJAX-style ASP.NET Server Controls, and enhancing our existing ASP.NET page Read the rest…
Tuesday, June 7th, 2005
Category: .NET
, Examples
, PHP
Chris Campbell has written up a nice piece on Degradable Ajax Form Validation. In his posting, he discusses how to write simple Ajax form validation, and gives server-side implementations in PHP and ASP.
Tuesday, May 3rd, 2005
Category: .NET
, Ajax
, Java
, JavaScript
, Ruby
, XmlHttpRequest
Currently, Ben and I get asked: Ok, I am sold on this Ajax thing. So, how do I do it? There is no great answer out there. The problem is that currently Ajax is an architecture, not a technology!. This means that to help people out we point them too something like: .NET: Check out Read the rest…
Monday, April 11th, 2005
Category: .NET
Michael Schwarz has released a .NET Ajax wrapper DLL. The DLL itself is available for download, but the source code is not currently available. You can take a peak at an example using C#, or VB. Of course, ASP.NET has a bunch of Ajax support, which is enhanced in Whidbey. A lot of the components Read the rest…