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.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » usability   (RSS)
Adding Touch to A Web Site Using the jQuery SwipeTouch Plugin
Lately I have been spending a lot of time learning about browser touch support. First I read through the Touch API draft so I would be familiar with the touch events browsers are now supporting. My first instinct was to see if binding touch event handlers 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...
What Would You Select?
Software development is a collection of trade offs; performance for speed to market, quick & dirty vs. maintainable, on and on. Most tend to sacrifice user experience at some level for time to market, other do not consider maintainability, reliability. Read More...
5 UX Resources for Developers
I have been getting more and more questions about resources I use for various things. Today I was asked about User Experience (UX) resources and to be honest I was just not ready for the question. I do not consider UX to be a component of design or development. Read More...
Keyboard Enabling a Web Form
Making any application as user friendly as possible is the primary goal of any User Experience Engineer, that is the person who is responsible for creating the applications actual UI layer. Back in the time of long, long ago I learned that users like Read More...