Archives
-
jQuery now officially part of the .NET developer’s toolbox
You may have read that from John Resig or Scott Guthrie. I’m very excited to announce that Microsoft has decided to ship, adopt and support using jQuery on top of ASP.NET. This may come as a surprise to some of you but I hope you’ll agree with me that it makes total sense. jQuery is a fantastic JavaScript library that focuses on DOM querying and manipulation, whereas the Microsoft Ajax Library focuses on building reusable components and interacting with ASP.NET web services.
-
JavaScript and client templates on Hanselminutes
I'm sharing a spot with Scott Cate (of CloudDB fame, and by the way CloudDB is a fantastic product built entirely using ASP.NET AJAX) this week on Hanselminutes.
-
"Reality has a well-known liberal bias"
I've been thinking about this famous Stephen Colbert quote quite often lately. Having been raised in a country where there are no political ads on TV, I find it quite shocking to see how candidates here in the U.S. sling mud at each other through disgusting little ads that insult the viewer's intelligence with really outrageous claims.
-
Using client templates, part 2: Live Bindings
In part 1, we saw how to use DataView to render JavaScript data using a simple template. In this post, we'll see how rich bindings unlock richer scenarios where user changes automatically propagate back to the data and to all UI that is bound to it.