The blog software cut off the viewport tag that I am enamored of. It is [meta name=“viewport” id=“viewport” content = “maximum-scale = 0.6667; width = 480" /]
CommentMonday, July 2, 2007
We're certain our search marketing readers have already planned out how they plan to approach the iPhone. A couple of industry pros touched on the topic once the iPhone sales mania settled down a little.
If you are looking for iPhone love in your web analytics program, be sure to think small.
That's the advice from Michael Jensen of SoloSEO. He has been poring over his analytics reports to see how to tell when an iPhone has stopped by for a virtual visit.
From initial Google Analytics data from my iPhone app, it looks like the only way to distinguish the iPhone from other Macs is through the screen resolution, which is 320 x 396. You would think there would be some further distinguishing, but not so far. I looked at the browsers, OS, hostnames, and network locations but could not distinguish the group of iPhone visitors through any of those.Those arriving from their iPhone will expect a quality experience from the destination website. They aren't going to wait around for hours like some people did to purchase an iPhone as soon as possible on its launch day.
Andrey Milyan at Search Marketing Standard sees the Safari browser on the iPhone as being the driver for greater mobile web usage by iPhone owners:
iPhone’s browser has created a lot of hype because it can open full versions of web pages, just like you would see them on your desktop/laptop. Due to the small screen, users are able to zoom in only on one area of the website at a time. Although Flash and Java are not supported, visitors using the iPhone will be able to take advantage of more features on your website than ever before. Some aspects of your overall design will probably have to be rethought."The way I see it, separate CSS will probably have to be used with iPhone, despite the fact that it can open regular version of the web pages," Milyan told WebProNews. He cited the New York Times, with its multiple columns and blocks of text, as an example of what works well with the Safari browser in iPhone.
If the iPhone proves appealing past the initial love-phase, expect other manufacturers to follow suit and build similar devices. That in turns means site publishers will have to consider a future where mobile browsing becomes more of a norm than an exception.
By Christopher Allen (WPN reader) - Tue, 07/03/2007 - 01:58
Re: Lots of good techniques being discovered.
Publish A Comment
| Popular WPN Business Resources |
-

Email Marketing Not Dead Yet
Because email marketing is one of the oldest forms of Internet... -

Jason Falls Predicts Google Will Buy Twitter
It is clear that Twitter is a valuable tool for business. -

Goodbye Vista, Hello Windows 7
Microsoft released its latest edition of Windows on October 22nd to...
iEntry 10th Anniversary
RSS
Newsletter
Advertising





















Lots of good techniques being discovered.
I recommend against detecting the screen size, there are much better approaches to building iPhone apps.
For instance, just adding a viewport of 720 can make a big difference over the iPhone's default 980.
Lately I've been enamored of the viewport as it renders so well in both landscape and portrait, flows well, and works well for web pages that don't have columns wider then 480 columns or requiring page wider then 720.
If you need to detect the iPhone, first try to make what you need through CSS3 media queries (examples in www.iPhoneWebDev.com list discussions, final 'best practices' to be released soon). If that doesn't work, then user agent detection is best.
You definitely should check out the www.iPhoneWebDev.com community for solutions to a number of problems in creating web pages and webapps for the iPhone.
For instance, we've figured out the best way to hide the URL bar -- see http://groups.google.com/group/iphonewebdev/browse_thread/thread/c064b18...
We have figured out how best to detect orientation change and change UI for landscape vs portrait -- http://groups.google.com/group/iphonewebdev/browse_thread/thread/e041ae0...
A lot of discussion about best practices re: viewport --
http://groups.google.com/group/iphonewebdev/browse_thread/thread/f43493a...
Dealing with various problems of scaling -- http://groups.google.com/group/iphonewebdev/browse_thread/thread/b09a202...
We are figuring out how to create objects that drag using two-finger drag -- http://groups.google.com/group/iphonewebdev/browse_thread/thread/991a047...
Come join us helping iPhone developers help iPhone developers!