Archive of #Ajax Posts
Wednesday, 9/19/2007 @ 9:07 AM
Joel Spolsky posts about where Ajax development might be headed, and alludes to compiling down to JavaScript. Script# is based on a similar philosophy...
Thursday, 5/24/2007 @ 2:36 PM
This post contains a writeup of an Ajax pattern I demonstrated at one of my MIX07 talks around improving the indexability of Ajax and Silverlight, and in general RIA applications as part of an SEO effort...
Tuesday, 4/10/2007 @ 11:32 AM
Intros to my two MIX07 talks: "ASP.NET AJAX Controls with WPF/E" and "AJAX Patterns with ASP.NET AJAX"...
Tuesday, 11/14/2006 @ 12:46 PM
JavaScript doesn't have a nice literal syntax for date values, which results in some complications in JSON serialization. This post describes the approach we adopted to enable serialization of date values...
Thursday, 9/14/2006 @ 11:45 PM
A simple tip on working around CSS incompatibilities across browsers without relying on CSS parser bugs...
Wednesday, 5/31/2006 @ 11:58 PM
Using IE page transitions to simulate Ajax...
Friday, 5/12/2006 @ 12:30 AM
Some reflections on discussions here at the Ajax Experience, and taking a pragmatic approach to Web development, and relating that to xml-script in Atlas...
Monday, 5/8/2006 @ 10:20 PM
Off to San Francisco to attend the Ajax Experience Conference, which will a slew of AJAX presentations including Atlas of course... hopefully I'll also get to see some folks and have a chance to have some interesting conversations...
Sunday, 4/16/2006 @ 1:27 AM
Why doesn't JavaScript include a literal syntax for Date objects? This results in a wrinkle in the otherwise simple and elegant JSON-based serialization used in AJAX apps. Heres a proposal...
|