(keitai-l) Re: handset customization question

From: Curt Sampson <cjs_at_cynic.net>
Date: 03/11/05
Message-ID: <Pine.NEB.4.62.0503110900530.17337@angelic-vtfw.cvpn.cynic.net>
On Thu, 10 Mar 2005, Ken Chang wrote:

>> a key reason ... is the speed of response.
>
> that's why a WML document is composed of a deck of cards.
> websites for au/KDDI can take the advantage, kinda cache.

Actually, having done development for both, I believe that the "deck
of cards" thing offers no advantage whatsoever. It can't be used in
circumstances where the server must do any processing in response to a
request, because of course that request has to go back to the server,
not come from a card. It's also significantly more difficult to program
for, since you must either write more complex code for dynamically
building pages, or you must inextricably link pages together.

So basically, it's only good if you have several different pages of
static data you want to download all at once, and allow the user to jump
between them. But you can do almost the same thing just by sending a
large single page to an i-Mode phone and linking to fragments within the
page, and often this works out better for the user anyway, giving him
the choice between "flipping" between pages or just scrolling through
from top to bottom.

cjs
-- 
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974

***   Contribute to the Keitai Developers' Wiki!   ***
***        http://www.keitai-dev.net/wiki/         ***
Received on Fri Mar 11 02:07:12 2005