Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

March 2011 - Posts

Microsoft Store

Making a Mobile MVC Music Store Part 5: Designing the Genre and Album Pages
Today I am going to review how I implement the genre and album details mobile web pages. Both pages present layout decisions opportunities needed to maximize the mobile experience. I am also going to utilize touch for a nice effect and plugin. Part 1 Read More...
Making a Mobile MVC Music Store Part 4: Creating the Home Page
At this point in this series I have shown how to build the core site infrastructure for an ASP.NET MVC 3 mobile web site using the Razor View Engine. So far nothing real exciting has happened as far as true mobile web development. Today that starts changing. Read More...
Making a Mobile MVC Music Store Part 3: Creating The Controllers and Views
In today’s installment of my series of making a mobile version of the MVC Music Store I am going to create the basic MVC infrastructure for the site by adding the controllers and views. This will probably be the most boring post in this series because Read More...
Making a Mobile MVC Music Store Part 2: Creating The Core Mobile Layout
Yesterday I started a new series to build a mobile web version of the MVC Music Store reference application. In part 2 of my series of making a mobile version of the MVC Music store I am going to create the core mobile layout. This requires adding a new Read More...
Making a Mobile MVC Music Store Part 1: Creating a Common Service Layer
Today I am going to start a series where I take the MVC Music Store sample site and create a mobile site. I chose to use this example in one of my current presentations, Take a Desktop Site to Mobile. I chose the MVC Music store because it is a simple Read More...
Sprint Has Finally HTC Arrive With A Windows Phone 7
As a Sprint customer I was very upset when I found out Windows Phone 7 Devices would not be available when the new OS launched in November. The problem was with Microsoft not supporting CDMA in the initial OS release. I have heard little rumors here and Read More...
IE9 Supports CSS3 Transforms!
I can’t tell you how many times in the past I have wanted to rotate or skew an element in a web page. For the past year or so I have seen some really great examples of using the CSS3 Transforms module in other browsers, but not IE9. In reality the examples Read More...
IE Mobile on Windows Phone 7: Yes Brandon It’s Crippled
Earlier this month was one of my favorite weeks of the year, the Microsoft MVP Summit. If you are unaware of the MVP Summit it is basically a private conference Microsoft hosts in Bellevue/Redmond WA for MVP Award winners. For me it is a very intense Read More...
Use Custom Resize to Make The IE9 Mobile Experience
Last month Microsoft demonstrated IE9 on Windows Phone 7, a big w00t for that. But we won’t have a copy of IE9 on the Windows Phone 7 emulator for a while to come, and no I have no idea when the SDK will be updated. But I have started doing a lot of experimenting Read More...
Using an MVC PartialView With jQuery Templates Plugin
The other day I was talking some fellow developers about web architecture techniques. I brought up the use of jQuery templates instead of another proposed technique. A case was made the template plugin was not good for progressive enhancement. The objection Read More...