Build the Mobile Web with WebMatrix

Build mobile web sites that adhere to W3C Mobile Web Best Practices using the new WebMatix web development tool.  This tool introduces simple-to-use ASP.NET Web Pages which don’t follow the MVC pattern nor do they include server controls like WebForms.  It also introduces the “Razor” templating engine and a model where you have HTML and inline code where needed.  This way to building sites is easy and flexible and takes me back to the golden age of Microsoft ASP web development in the late ‘90’s.

Our favorite mobile database, SQL Server Compact 4.0 finds it’s way to the web with this tool providing a simple way to give your mobile web site a database.  It’s been beefed up and tuned for the stress of providing data services to Internet and supports 256 concurrent connections.  Since it’s a file-based database, you just copy it along with your web pages to your on-premise server, web hosting provider or Azure.

Last but not least, you get IIS Express which is a welcome replacement for the Cassini development web server currently used by Visual Studio.  This gives all developers the power of IIS 7.x without needing Administrator access to their box, even if they’re running on Windows XP.

The lightweight, inline-code nature of developing with WebMatrix makes it easy to build low-bandwidth sites that follow XHTML Basic 1.1 recommendations so you can target any mobile web browser.  From there, it’s up to you to determine if you want to support more advanced features found in mobile browsers like IE Mobile, Opera, or Webkit (iPhone, Android, webOS or Blackberry).

- Rob

Related Posts Plugin for WordPress, Blogger...

About Rob Tiffany

A bestselling author of fiction and non-fiction books, Rob Tiffany combines his military past with his high-tech present to take readers from the depths of the ocean to the world of mobile apps. Rob served with the Navy SEALs (SOCOM) on a special ops delivery vehicle and patrolled the seas on a Trident submarine. Beneath the waves is also where he taught himself to become a Software Developer with REXX on OS/2 and Visual Basic on Windows. After the Navy, Rob spent most of his career as a serial entreprenuer and an IT executive. A pioneer of the Smartphone revolution, he drove the development of the all-important mobile app ecosystem. As a Software Architect at the world’s largest software company, he’s in-demand as an advisor to executives and a speaker at conferences all over the world. Through books, articles and workshops, he helps to empower developers and IT professionals in areas of mobile, wireless, data replication, the cloud, and highly-scalable infrastructures. Rob lives in the Pacific Northwest and you can learn more about him by subscribing to his blog and following him on Twitter at http://twitter.com/robtiffany.