Browse by Tags

All Tags » ASP.NET » JavaScript (RSS)

ASP.NET JavaScript Routing for ASP.NET MVC–Constraints

If you haven’t had a look at my previous post about ASP.NET routing, go ahead and check it out before you read this post: http://weblogs.asp.net/zowens/archive/2010/12/20/asp-net-mvc-javascript-routing.aspx And the code is here: https://github.com/zowens...

ASP.NET MVC JavaScript Routing

Have you ever done this sort of thing in your ASP.NET MVC view? The weird thing about this isn’t the alert function, it’s the code block containing the Url formation using the ASP.NET MVC UrlHelper. The terrible thing about this experience is the obvious...

CSS Sprite for ASP.NET

CSS sprites are becoming popular as a way to increase application performance by eliminating HTTP requests by the client to the web server. It also serves as a path for better cache management. I will need to go through a bit of background before we start...

Poll: JavaScript library for an eCommerce site?

Click Here to vote Here are your options: jQuery YUI Prototype/Scriptaculous MooTools Ext (using jQuery as backend) Ext (using YUI as backend) Ext (using Ext base) Happy voting!

Future of ClubStarterKit project

It's been almost a year since I started the ClubStarterKit project as an open source project up on Codeplex . Since then, we've released Version 2, which added functionality to the original starter kit, and the first Beta of Version 3, which tried to...

Determine if a user enables JavaScript

I made a post over on my business' blog about the general concept of my post today, determining if a user has JavaScript enabled. This is sort of a touchy subject since Microsoft has their own AJAX stuff and they pretty much do what they want with that...
More Posts