TheJoey Posted October 21, 2009 Share Posted October 21, 2009 Hello i have a question, if i was to make a website userfriendly and mobile friendly.. how would i go about doing so.. What are a few tips or guides i can follow For example if i was going to make it so dialup users would have close to no problems loading the website and people on iphones would be able to use it effieciently. Quote Link to comment Share on other sites More sharing options...
haku Posted October 21, 2009 Share Posted October 21, 2009 Your questions are really way beyond the scope of what can be answered with one thread. So I'll give you the summaries: To optimize for mobiles as well as PCs: serve up a separate CSS stylesheet for each media type, using the media attribute. To optimize for people on dialups (do those people still exist?): Compress images. Limit the amount of images you use. Use smaller images rather than larger ones. Set HTTP headers that force documents to cache so they don't have to download as much data on each page load. Quote Link to comment Share on other sites More sharing options...
ILMV Posted October 21, 2009 Share Posted October 21, 2009 To add: - also consider using GZip of which can compress HTML, CSS and JavaScript, - you should also make sure your CSS and JS files are minified where possible Quote Link to comment Share on other sites More sharing options...
TheJoey Posted October 22, 2009 Author Share Posted October 22, 2009 Well its a question i had trouble understanding.. for example how do you make your website loadup automatically for iphone users when they connect. And for those on slow connections would you still use Jpeg? Quote Link to comment Share on other sites More sharing options...
haku Posted October 22, 2009 Share Posted October 22, 2009 There are sites out there that deal in iphone optimizing. You are best to look at them. As for .jpgs, it really depends on the image. Sometimes jpgs are better, sometimes other formats are better. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.