Archive | JavaScript RSS feed for this section
Using Google Closure Templates with ASP.NET MVC in Visual Studio 2010

Using Google Closure Templates with ASP.NET MVC in Visual Studio 2010

Client-side templates have become a vital component of AJAX-driven websites. The web is undoubtedly trending towards sites that load content dynamically after the page loads, rather than all at once in the initial page request. This pattern allows web pages to become lighter and more responsive, which translates to a better experience for [...]

Read more
DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery

DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery

Live Demo | Download Sample Solution (52.77 kb)
ASP.NET User Controls are pretty useful. They allow functional modules of code and markup to be encapsulated in such a way that reuse is convenient and easy, without sacrificing the power or integration of the ASP.NET model. As we move into an era of AJAX-driven websites, [...]

Read more
Client side templates using ASP.NET, JQuery, Chain.js, and TaffyDB

Client side templates using ASP.NET, JQuery, Chain.js, and TaffyDB

For those that know me, it goes without saying that I’ve fallen head over heels for jQuery. It just makes working with javascript much easier and cleaner than ever before, and opens the door to so many new possibilities that were just to cumbersome even a few years ago. Of course, with new [...]

Read more