Link to home
Start Free TrialLog in
Avatar of Brian
BrianFlag for United States of America

asked on

Develop Websites for iPad

Hello Experts,

I need to start designing and developing ASP.NET Websites for the iPad. Basically I just need to make sure the website is iPad friendly and would like to know where I can find some good resources to learn from.

All sites that I create will use CSS and ASP.NET 4.0 C# (if that matters).

I'm also not sure if I should use HTML 5 for the iPad. Any thoughts on that? Is it still to new to use for iPad?
Avatar of LZ1
LZ1
Flag of United States of America image

I'm actually starting on this little endeavor myself.  I've found some great resources so far:

http://jquerymobile.com/demos/1.0b2/#/demos/1.0b2/ <<Started with this
http://www.sencha.com/products/touch/  <<Working with this one too in a separate app

If your going to do a mobile website, then you can use HTML5/CSS3 for those applications. However, just make sure it degrades nicely for people viewing it on a desktop PC/Mac.  IMO I think we need to start embracing this technology more. The iPad and other tablets are just the start.

The server side language you use is completely up to you(ASP.net, PHP, C#, etc.) This won't affect anything on the users' side.  
Avatar of Brian

ASKER

Hi LZ1,

Yeah, I agree, you can't leave them out of the loop. Alot of people use tablets/mobile devices these days especially the iPads. Hence the reason why I need to make sure my site look good using the iPad for my project since all employees in my company are using the iPad.

I will use HTML5/CSS3 for it. Do you know though if Safari for the iPad supports HTML5/CSS3?

I never heard of http://www.sencha.com/products/touch/  before. Is there a reason though that you are using a framework for developing for the iPad rather than just designing the site to look good for the iPad?
You can view browser support here:  http://www.findmebyip.com/litmus/
Not all browsers support all attributes. However iPad and iPhone use a mobile version of Safari and yes they do support HTML 5 and CSS 3.  

I'm using a framework because I'm developing a web app, rather than a platform specific app. Most of the ground work is already done for you and you don't have to worry about the little inconsistencies. It's just making development that much easier really.
Avatar of Brian

ASKER

Ok, is http://www.sencha.com/products/touch/  the best you have found so far that's free?
ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Brian

ASKER

Thanks LZ1 for your input. I will definetly look at those....