Home > Mobile >

Optimizing Landers for Mobile (5)


02-11-2012 07:17 AM #1 manutv (Member)
Optimizing Landers for Mobile

Don't know if this has been posted here before...did a search..couldn't find it.

Here's a useful guide to optimizing your pages for mobile traffic using the viewport meta tag:

http://davidbcalhoun.com/tag/mobileoptimized

Its the most basic thing you can do..just a line of code to add to your existing pages. This is what I use on my landers (iPhone & Android only):

Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
One more thing you guys should look into is jQuery for mobile...

links! →

http://jquerymobile.com/

http://jquerymobile.com/branches/fad...ansitions.html

jQuery alternative - http://jqmobi.com/

Guys doing high volume on mobile...what do you guys use for building mobile optimized pages? I'm not a programmer and I'm new to mobile, so I hope the mods and ballers drop some knowledge in this thread.

Cheers!


02-11-2012 07:31 AM #2 manutv (Member)

Some inspiration:
http://www.topdesignmag.com/30-examp...ized-websites/

Sixty percent of users expect a mobile site to load in three seconds or less, while 71 percent expect the mobile site to load as fast as a PC site, Compuware found in a recent study. And 78 percent will retry a site two times or less if it does not load initially.

A bad mobile experience can cost a business its customers, the Compuware study found. In fact, 57 percent of consumers would not recommend a business without a mobile site, 40 percent have turned to a competitor’s site after a bad mobile experience and 25 percent of adults have cursed at their phone when a site does not work.

Source: http://www.mobilemarketer.com/cms/ne...egy/11385.html


02-13-2012 05:11 PM #3 syfy (Member)

I've been going through jquery mobile too. Theres quite a few tutorials on the web.
dojo toolkit looks like its got a full featured mobile support as well. http://dojotoolkit.org/features/mobile


02-17-2012 02:04 PM #4 manutv (Member)

This looks like a decent tool....9 bucks a month and you can build mobile websites.

http://www.dudamobile.com/

Edit: There's another one that htgred shared in one of his posts...: http://cloneforsuccess.com/mobilepagecreator/index.php


04-05-2012 05:34 AM #5 peteperclick (Member)

Does anyone have any experience building high-res landers for iPhone 4 (and now the new iPad) retina display?

I built a mobile LP with high-res graphic assets for the iPhone 4 last year and it was a PITA, but looks damn sharp. Never did any testing with it though. :/


Home > Mobile >