<?xml version="1.0"?>
      <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
      <wml>
        <card id="card1" title="WAP Deck for Bouton">
          <onevent type="ontimer">
            <go href="#card2"/>
          </onevent>
          <timer value="30"/>
          <p><em><strong>Welcome to Bouton's WAP Deck!</strong></em><br/>
		    <img src="welcome.wbmp" alt="&quot;welcome&quot; image" /><br/>
            (The next card will load in 3 seconds)<br/>
			 <br/>
          </p>
          <do type="accept" name="card2" label="Continue">
            <go href="#card2"/>
          </do>
        </card>
        <card id="card2" title="Bouton's Address">
          <p><strong>Bouton Jones</strong><br/>
			<em>Professional Web Developer</em><br/>
			HTML/XHTML, CSS, ColdFusion, SQL<br/>
		  </p>
          <br/>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card3" label="Continue">
            <go href="#card3"/>
		  </do>
        </card>
        <card id="card3" title="Bouton's Home Addresses">
          <p><strong>Bouton Jones</strong><br/>
          8038 Exchange Dr Apt 526<br/>
          Austin, TX 78754-4814<br/>
		  </p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card4" label="Continue">
            <go href="#card4"/>
		  </do>
        </card>
        <card id="card4" title="Bouton's URLs">
          <p>Online Portfolio and Resume:
          <br/>
          <a href="http://www.BoutonJones.com/">http://www.BoutonJones.com/</a>
          <br/>
          LinkedIn:
          <br/>
          <a href="http://www.linkedin.com/in/boutonjones">http://www.linkedin.com/in/boutonjones</a>
          </p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card5" label="Continue">
            <go href="#card5"/>
		  </do>
        </card>

        <card id="card5" title="Design for Mobile Devices (1)">
          <p><strong>Write microcontent</strong><br/>
          * Write concisely &amp; keep articles short<br/>
		  * don't use jargon or difficult language<br/>
		  * Use fewer, smaller graphics<br/>
		  * Eliminate multi-column layouts<br/>
		  * Simplify navigation &amp; user tasks<br/>
		  * Select features conservatively</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card6" label="Continue">
            <go href="#card6"/>
		  </do>
        </card>
        <card id="card6" title="Design for Mobile Devices (2)">
          <p><strong>Killer Apps</strong><br/>
          Design applications that kill time &amp;<br/>
		  can done quickly: headlines, sports scores,<br/>
		  weather, traffic, train schedules, stocks,<br/>
		  flight times, address books, etc.</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card7" label="Continue">
            <go href="#card7"/>
		  </do>
        </card>
        <card id="card7" title="Design for Mobile Devices (3)">
          <p><strong>Form Follow Function</strong><br/>
          Match the info architecture<br/> 
		  to the user's tasks.<br/>
		  (E.G. Organize TV schedule by time<br/>
		  not channel.)</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card8" label="Continue">
            <go href="#card8"/>
		  </do>
        </card>
        <card id="card8" title="Last Card">
          <p>Go Back One or Return<br/>
		   to the First Card<br/>
		   or Return to Website<br/>
		   <img src="smile.wbmp" alt="&quot;smile&quot; image" /><br/></p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card1" label="First">
            <go href="#card1"/>
		  </do>
          <do type="accept" name="Other" label="Other WAP Deck">
            <go href="form.wml"/>
		  </do>
          <do type="accept" name="Home" label="Home">
            <go href="http://www.BoutonJones.com/"/>
		  </do>
          <do type="accept" name="Portfolio" label="Portfolio">
            <go href="http://www.BoutonJones.com/port.html"/>
		  </do>
        </card>
      </wml>



          