<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
</head>

<template>
	<do type="prev" label="Lessons">
		<go href="./"/>
	</do>
</template>

<card id="main" title="08: Card tricks">

<p>
Card tricks
</p>

<p>
A deck is loaded whole into the WAP browser on each
fetch. Small screens clutter easily and constant scrolling
is annoying.
</p>

<p>
Cards help reduce clutter. One can put variants of the
same info or form on different cards. Say, imperial or
metric units on a weather forecast.
</p>

<p>
Cards in a deck should be closely related or they may be
hard to navigate through.
</p>

<p>
<a href="07-forms.wml">07: Forms</a><br/>
<a href="09-network.wml">09: Network tradeoffs</a><br/>
<a href="#glossary">Glossary</a><br/>
</p>

</card>

<card id="glossary" title="Glossary for C-08">

<p>
<u>Card</u>: One part of a WML <b>deck</b> that
is displayed at a time. Switching between cards in a
deck is fast because the whole deck is already loaded.
</p>

<p>
<u>Deck</u>: A series of <b>cards</b> stored in a
single .wml file.
</p>

<p>
<u>Form</u>: a series of related inputs you (the
user) need to fill to send data to the web server.
The form itself will explain what info is required.
</p>

<p>
<a href="#main">Exit glossary</a>
</p>

</card>

</wml>
