Tag Archives: Ajax

Declarative jQuery (with Microsoft Ajax)

Almost everybody likes jQuery, I’m one of them. Recently Microsoft publish Client Templates preview 3 which is a awesome client side template engine. One of the best aspects of Client Templates is it’s declarative syntax for attaching behaviors (Sys.UI.Behavior) to a DOM element. Following I expose the plugin jquery.declarative which allows you to use in … more

Posted in Blogs | Tagged , |

jQuery for Script#

Quite a good title . Some weeks ago I find the time to create proof of concept for that task: create a jQuery wrapper for Script#. The result is a partial wrapper that could be completed to support all in all jQuery functionality. The main issues I encountered while developing were: Write a Script# adapter … more

Posted in Blogs | Tagged , , , |

Ajax Widgets with ASP.NET MVC Preview 3

Since some time ago I’ve been working with ASP.NET MVC in a project for InSTEDD. The whole project includes quite a lot infrastructure (e.g.: little MVC projects that are plug-ins of the main website), but in this post I will try to show the approach we choose to accomplish Ajax Widgets that are governed by … more

Posted in Blogs | Tagged , |