1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" /> 5 <title>Creating Applications: An Overview</title> 6 <meta name="generator" 7 content="amaya 8.1a, see http://www.w3.org/Amaya/" /> 8 <link href="styles.css" rel="stylesheet" type="text/css" /> 9 </head> 10 <body> 11 <h1>Creating Applications: An Overview</h1> 12 <p>The following steps briefly describe how to make a new application:<br /> 13 </p> 14 <ol> 15 <li><a href="directory.html">Create a directory to hold your files</a></li> 16 <li><a href="data.html">Design the structure of the form data</a></li> 17 <li><a href="design.html">Design a template</a></li> 18 <li><a href="structure.html">Add structure to the template</a></li> 19 <li><a href="selectors.html">Add selectors to the template</a></li> 20 <li><a href="Web-resource.html">Write a Web resource to display the 21 form</a></li> 22 <li><a href="multiple.html">Adding multiple-choice fields and values</a></li> 23 <li><a href="multivalue.html">Adding multivalued fields</a></li> 24 <li><a href="advice.html">Recommendations and advice</a></li> 25 <li><a href="in-page-updates.html">Adding in-page updates</a></li> 26 </ol> 27 </body> 28 </html>