| 1 |
lars |
1 |
<com:TContent ID="body" >
|
|
|
2 |
<h1 id="101">Welcome to the PRADO Quickstart Tutorial</h1>
|
|
|
3 |
<div id="intro" class="block-content">
|
|
|
4 |
<p id="10001">
|
|
|
5 |
This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.x.
|
|
|
6 |
</p>
|
|
|
7 |
<p id="10001" class="block-content">
|
|
|
8 |
If you are an existing PRADO 3.x user and would like to learn what enhancements are available for each new version, please check out the <a href="?page=GettingStarted.NewFeatures">new features</a> page. Otherwise, the following sections are helpful for newbies.
|
|
|
9 |
</p>
|
|
|
10 |
<!--
|
|
|
11 |
<div class="start-page">
|
|
|
12 |
<div class="concepts start-block">
|
|
|
13 |
<h2 id="2001">How PRADO Works</h2>
|
|
|
14 |
<p id="10002" class="block-content">Concepts and fundamentals</p>
|
|
|
15 |
<ol>
|
|
|
16 |
<li><a href="#">Building web applications with PRADO</a></li>
|
|
|
17 |
<li><a href="#">Web controls and events</a></li>
|
|
|
18 |
<li><a href="#">Validating user input</a></li>
|
|
|
19 |
<li><a href="#">Connecting to your database</a></li>
|
|
|
20 |
<li><a href="#">Displaying data from database</a></li>
|
|
|
21 |
</ol>
|
|
|
22 |
</div>
|
|
|
23 |
<div class="examples start-block">
|
|
|
24 |
<h2 id="2002">Examples and Demos</h2>
|
|
|
25 |
<ul>
|
|
|
26 |
<li><a href="../helloworld/">Hello World</a></li>
|
|
|
27 |
<li><a href="../currency-convert/">Currency Converter</a></li>
|
|
|
28 |
<li><a href="../address-book/">Address Book</a></li>
|
|
|
29 |
<li><a href="../blog/">Blog</a></li>
|
|
|
30 |
<li><a href="../chat/">AJAX Chat</a></li>
|
|
|
31 |
<li><a href="../time-tracker/">Project Time Tracker</a></li>
|
|
|
32 |
</ul>
|
|
|
33 |
<p id="10003" class="block-content">More examples in <a href="?page=Controls.Standard">Standard Controls</a>,
|
|
|
34 |
<a href="?page=Controls.Validation">Validation Controls</a> and
|
|
|
35 |
<a href="?page=Controls.Data">Data Controls</a>.
|
|
|
36 |
</div>
|
|
|
37 |
|
|
|
38 |
<div class="tutorials start-block">
|
|
|
39 |
<h2 id="2003">Tutorials and Help</h2>
|
|
|
40 |
<ul>
|
|
|
41 |
<li><a href="?page=GettingStarted.HelloWorld">Hello World in detail</a></li>
|
|
|
42 |
<li><a href="?page=Tutorial.CurrencyConverter">Currency Converter Tutorial</a></li>
|
|
|
43 |
<li><a href="?page=Tutorial.AddressBook">Address Book Tutorial</a></li>
|
|
|
44 |
<li><a href="?page=Tutorial.AjaxChat">AJAX Chat Tutorial</a></li>
|
|
|
45 |
</ul>
|
|
|
46 |
</div>
|
|
|
47 |
</div>
|
|
|
48 |
-->
|
|
|
49 |
|
|
|
50 |
<p id="10002">
|
|
|
51 |
You may refer to the following resources if you find this tutorial does not fulfill all your needs.
|
|
|
52 |
</p>
|
|
|
53 |
</div>
|
|
|
54 |
<ul class="block-content" id="intro-links">
|
|
|
55 |
<li><a href="http://www.pradosoft.com/docs/classdoc/">PRADO Classes</a></li>
|
|
|
56 |
<li><a href="http://www.pradosoft.com/docs/manual/">PRADO API Documentation</a></li>
|
|
|
57 |
<li><a href="http://www.pradosoft.com/forum/">PRADO Forum</a></li>
|
|
|
58 |
<li><a href="http://www.pradosoft.com/wiki/">PRADO Wiki</a></li>
|
|
|
59 |
<li><a href="http://trac.pradosoft.com/prado/">PRADO Trac</a></li>
|
|
|
60 |
</ul>
|
|
|
61 |
|
|
|
62 |
<div class="last-modified">$Id: Introduction.page 1902 2007-05-07 04:17:37Z wei $</div></com:TContent>
|