root/trunk/website/training.cfm @ 37

Revision 26, 1.4 kB (checked in by DanWilson, 16 years ago)

Added the currentrelease durable link.
Added links to training
Added training page
Added training menu item

Line 
1<cfsilent>
2        <cfset page.title = "The Model-Glue Framework" />
3</cfsilent>
4
5<cfinclude template="include/dspHeader.cfm" />
6
7<div class="body">
8
9<h1>Model-Glue: Training</h1>
10
11<div class="contentSection">
12<div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
13        <h2><strong>Web Based Training for Model-Glue 3.1</h2>
14        <p>
15                <a href="http://docs.model-glue.com/wiki/Training#WelcometoModel-Glue3Training">Free self-paced training course</a></strong> is newly available! This training uses real-world application principles to teach you Model Glue development.
16        </p>
17        <p>
18                In this self-paced course, you will learn Model-Glue development as intended by the framework authors. You should be able to complete this training in only a couple of hours. A small investment to ensure you are getting the maximum out of your development time.
19        </p>
20        <h3>Covering:</h3>
21        <ol>
22                <li>Section 1: Installation</li>
23                <li>Section 2: Show Me Some Skinning</li>
24                <li>Section 3: Dealing with Data</li>
25                <li>Section 4: Request Formats Are Your Friend</li>
26                <li>Section 5: Mother's Little Helper</li>
27                <li>Section 6: Flow and Dependencies</li>
28                <li>Section 7: Crossing the Generational Gap</li>
29                <li>Section 8: Extending Model-Glue </li>
30        </ol>
31        <p><a href="http://docs.model-glue.com/wiki/Training#WelcometoModel-Glue3Training">Get started!</a></p>
32</div>
33
34</div>
35
36<cfinclude template="include/dspFooter.cfm" />?
Note: See TracBrowser for help on using the browser.