Browse by Tags
All Tags »
Razor (RSS)
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...
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...
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...
Recently a new Patterns and Practices group has formed called Project Silk . The goal of Project Silk is to provide guidance to web developers on architecting great standards compliant web sites. Today I am spending the day with the team and about 30
Read More...
In my three previous posts about using the Microsoft WebMatrix tool I showed how to create a form, add database interactivity and automated E-Mail functionality. Today I want to start making the site take a more usable form by adding a site layout. Create
Read More...
This is the third in a series of posts on using the new ASP.NET WebMatrix tool. Today we are going to add automated E-Mail functionality. Again the Html Helpers make this a very easy task. Creating the Contact Form Adding Database Storage Continuing where
Read More...
Yesterday I posted the first in a series on using WebMatrix to build web sites . The first post created a basic contact form and collected the submitted values. Now I am going to add a database and a table to store the site’s contact form submissions.
Read More...
Earlier this week Microsoft released a Beta version of WebMatrix , as web development tool aimed at new developers, hobbyist and those new to the Microsoft web stack. Today I am going to walk through building a standard contact form using WebMatrix .
Read More...
Remember the days of Classic ASP? You know when you could build an entire application in notepad and some simple VBScript? Then Visual Interdev came along and well 12 years later we have a mountain range of classes and Visual Studio 2010 along with other
Read More...