Browse by Tags

All Tags » javascript (RSS)

Fast Streaming Ajax Proxy with GET PUT POST DELETE by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

I have enhanced my streaming Ajax Proxy with POST, PUT and DELETE features. Previously it supported only GET. Now it supports all 4 popular methods for complete REST support. Using this proxy, you can call REST API on external domain directly from your...
Filed under: , ,

7 tips for for loading Javascript rich Web 2.0-like sites significantly faster by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Introduction When you create rich Ajax application, you use external JavaScript frameworks and you have your own homemade code that drives your application. The problem with well known JavaScript framework is, they offer rich set of features which are...

Telerik Extensions for ASP.NET MVC – Upcoming ScriptRegistrar Preview by Kazi Manzur Rashid's Blog

In this post, I will give you a sneak preview of the ScriptRegistrar major enhancement. Those who have checked our ScriptRegistrar or followed my blog for last few weeks already know that it has out of box support for Grouping. Combining, Caching, Compressing...

Script and CSS Management in ASP.NET MVC – Part 2 by Kazi Manzur Rashid's Blog

My last post on Script and CSS Management in ASP.NET MVC has well accepted by the community and I have got few valuable suggestions, specially from Jake Scott . Beside those, there are one more awkward things I found while working with the Fluent html...

Script and CSS Management in ASP.NET MVC by Kazi Manzur Rashid's Blog

If you are familiar with YSlow recommendations, I guess you know that it recommends to put your CSS files at the top( #5 )  and JavaScript files at the bottom( #6 ) of the pages. Placing the CSS files at the top is not an issue but putting the JavaScript...

Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Dropthings – my open source Web 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts full jQuery front-end combined with ASP.NET...

ensure - Ensure relevant Javascript and HTML are loaded before using them by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

ensure allows you to load Javascript, HTML and CSS on-demand, whenever they are needed. It saves you from writing a gigantic Javascript framework up front so that you can ensure all functions are available whenever they are needed. It also saves you from...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems