how to re-factor a web site for 3G?

Posted by George2 on Stack Overflow See other posts from Stack Overflow or by George2
Published on 2010-05-15T06:24:17Z Indexed on 2010/05/15 6:34 UTC
Read the original article Hit count: 195

Filed under:
|
|
|
|

Hello everyone,

I have a traditional web site which serves users from desktop computer browsers. I am using Microsoft technologies, like ASP.Net, C#, .Net, SQL Server 2008, IIS and Windows Server 2008.

Nowadays, more and more users are using 3G mobile phones, and I am wondering from software perspective, how to add new features to my web site (do I need a client application runs on mobile phone as well?) so that 3G users could have good user experience or new kinds of 3G specific applications? Any recommended documents or real samples are welcome.

For 3G users, I want to distinguish from traditional less-powered and slow network access GPRS mobile phone.

thanks in advance, George

© Stack Overflow or respective owner

Related posts about 3g

Related posts about .NET