BlogEngine.net

BlogEngine.net Featured Posts Rotator Extension using JQuery

I had this need to showcase featured posts on the front page of my blog with a large image. I did not see any extensions for BlogEngine.net that did this so, I decided to write my own. This extension uses JQuery and a JQuery plugin called InnerFade.

Continue Reading... Comments (7)
Development

ASP.net MVC and JQuery Cascading Dropdown list

Imagine that you have an E-Commerce site and you would like the user to drill down into the attributes of a product to help the user find exactly what they need. You display a dropdown list of product colors. Each time a user selects a new color, a dropdown list displaying products available in that color is populated. In this demo, I've created a small application demonstrating on how to use ASP.net MVC 1.0 framework and JQuery to complete the task.

Continue Reading... Comments (11)