Changes in / [20:30]

Show
Ignore:
Location:
/trunk/website
Files:
42 added
7 modified

Legend:

Unmodified
Added
Removed
  • /trunk/website/blog/includes/pods/sponsors.cfm

    r14 r24  
    1919        <p><a href="http://www.nodans.com/">Dan Wilson</a>, <a href="http://www.datacurl.com">DataCurl LLC</a></p> 
    2020        <h4>Associate Director</h4> 
    21         <p>Ezra Parker</p> 
     21        <p><a href="http://www.cfgrok.com/">Ezra Parker</a>, <a href="http://www.alagad.com/">Alagad Inc.</a></p> 
    2222        <h4>Community Evangelist</h4> 
    2323        <p><a href="http://www.coldfusionjedi.com">Raymond Camden</a></p> 
  • /trunk/website/include/dspHeader.cfm

    r20 r26  
    88 
    99<cfset application.downloads.mgcoldfusion3 = structNew() /> 
    10 <cfset application.downloads.mgcoldfusion3.title = "Model-Glue: 3.1" /> 
    11 <cfset application.downloads.mgcoldfusion3.version = "3.1.185" /> 
    12 <cfset application.downloads.mgcoldfusion3.url = "http://www.model-glue.com/downloads/ModelGlue_3.1.185.zip" /> 
     10<cfset application.downloads.mgcoldfusion3.title = "Model-Glue: 3.1M" /> 
     11<cfset application.downloads.mgcoldfusion3.version = "3.1.299" /> 
     12<cfset application.downloads.mgcoldfusion3.url = "http://www.model-glue.com/downloads/ModelGlue_3.1.299.zip" /> 
    1313 
    1414<cfset application.downloads.mgcoldfusion3beta = structNew() /> 
    15 <cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.1 Maintenance Release Candidate" /> 
    16 <cfset application.downloads.mgcoldfusion3beta.version = "3.1.294" /> 
    17 <cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/ModelGlue_3.1.294.zip" /> 
     15<cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.2 Alpha" /> 
     16<cfset application.downloads.mgcoldfusion3beta.version = "3.2.700.341" /> 
     17<cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/modelglue_3.2.700.341.zip" /> 
    1818 
    1919<cfset application.downloads.mgflex = structNew() /> 
     
    8989                        <li><a href="/" class="current">home</a></li> 
    9090                        <li><a href="/coldfusion.cfm">coldfusion</a></li> 
     91                        <li><a href="/training.cfm">training</a></li> 
    9192                        <li><a href="/flex.cfm">flex</a></li> 
    9293                        <li><a href="/blog">blog</a></li> 
  • /trunk/website/org/camden/blog/blog.ini.cfm

    r5 r24  
    99blogDBType=MYSQL 
    1010locale=en_US 
    11 users=joe,sstroz,rcamden,jared,rmaxim,mdrew,danwilson 
     11users=joe,sstroz,rcamden,jared,rmaxim,mdrew,danwilson,ezraparker 
    1212commentsFrom= 
    1313mailserver= 
  • /trunk/website/sites.cfm

    r5 r26  
    55        <cfset sites = queryNew("title,url,description")> 
    66        <cfsavecontent variable="data"> 
     7challengewave.com@http://challengewave.com@ChallengeWave is a tool helping businesses reduce health care cost, worker compensation cost and keep employees engaged in their own health 
     8groups.adobe.com@http://groups.adobe.com@The Adobe Groups site is a worldwide user group management system built with ColdFusion 9, Model-Glue and ColdSpring 
    79cfsnippets.org@http://www.cfsnippets.org@This site is an online interface to a public SnipEx server for use with CFEclipse. Once you have registered and verified your account you will be able to upload your own code snippets that will be shared on our public server. By registering you will also be able to create your own custom server by subscribing only to the libraries that you are interested in. You don't have to register to use this service, you can simply plug the server URL listed here into CFEclipse to begin using the libraries and snippets hosted here. 
    810cfelipse.org@http://www.cfeclipse.org@The official site for CFEclipse development. 
     
    1820OrientXpress Jewels@http://www.orientxpressjewels.com/@Colored gemstones and jewelry. 
    1921whichfranchise Australia@http://www.whichfranchise.net.au/@Franchise and Franchising Resources in Australia 
     22calozzio.com@http://www.calozzio.com/@l'Arte di Ricevere 
    2023        </cfsavecontent> 
    2124        <cfset data = trim(data)> 
  • /trunk/website/coldfusion.cfm

    r19 r27  
    88 
    99<h1>Model-Glue: ColdFusion</h1> 
    10  
    1110<div class="contentSection"> 
    12         <h1><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h1> 
     11        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1> 
     12</div><br /> 
     13<div class="sectionNavigation"> 
     14        <cfoutput> 
     15        [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>] 
     16        [<a href="http://docs.model-glue.com">Documentation</a>] 
     17        [<a href="http://bugs.model-glue.com">Report Bugs</a>] 
     18        [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>] 
     19        [<a href="http://docs.model-glue.com/wiki/Training##WelcometoModel-Glue3Training">Training</a>] 
     20        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>] 
     21        </cfoutput> 
     22</div> 
     23<div class="contentSection"> 
     24        <p> 
     25                <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.2 now has an Alpha release</a>. This code will be in alpha for early adopter/bleeding edge review, then released as a beta after the alpha period ends. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput> 
     26        </p> 
     27</div> 
     28<div class="contentSection"> 
     29        <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h2> 
    1330</div><br /> 
    1431<div class="sectionNavigation"> 
    1532        <cfoutput> 
    1633        [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>] 
     34        [<a href="http://docs.model-glue.com">Documentation</a>] 
    1735        [<a href="http://bugs.model-glue.com">Report Bugs</a>] 
    1836        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>] 
     37        [<a href="http://docs.model-glue.com/wiki/Training##WelcometoModel-Glue3Training">Training</a>]  
     38        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>] 
    1939        </cfoutput> 
    2040</div> 
     
    2646        </cfoutput> 
    2747        <p> 
    28                 Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3.0 series is the most up to date, actively developed version of Model-Glue. 
     48                Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3.1 series is the most up to date, actively developed version of Model-Glue. 
    2949        </p> 
    3050        <p> 
    31                 The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!</p> 
    32 </div> 
    33  
    34 <div class="contentSection"> 
    35         <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1> 
    36 </div><br /> 
    37 <div class="sectionNavigation"> 
    38         <cfoutput> 
    39         [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>] 
    40         [<a href="http://bugs.model-glue.com">Report Bugs</a>] 
    41         [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>] 
    42         </cfoutput> 
    43 </div> 
    44 <div class="contentSection"> 
    45         <p> 
    46                 <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.1 now has a maintenance release</a>. This code will be in beta for community review, then released and made final. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput> 
     51                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1! 
    4752        </p> 
    4853</div> 
    49  
     54<hr /> 
    5055<div class="contentSection"> 
    51         <h2>[Archive] Model-Glue: <strong>"Unity" Release</strong></h2> 
     56        <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2> 
    5257</div><br /> 
    5358<div class="sectionNavigation"> 
     
    5762        [<a href="http://docs.model-glue.com">Documentation</a>] 
    5863        [<a href="http://trac.model-glue.com">Report Bugs</a>] 
     64        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>] 
    5965        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]---> 
    6066</div> 
     
    7278        </cfoutput> 
    7379</div> 
    74 <div class="contentSection"> 
    75         <h2>Model-Glue is:</h2> 
    76          
    77         <ol> 
    78         <li>Unobtrusive.  <p>It's designed to be easy to use, letting you focus on business problems and user interface, not framework hoops.</p></li> 
    79          
    80         <li>Enabling.  <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li> 
    81          
    82         <li>Strong but Simple.  <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li> 
    83          
    84         <li>Open.  <p>All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.</p></li> 
    85          
    86         <li>Compatible.  <p>Model-Glue is lightweight enough to play well with others: it works with Model frameworks like Tartan and ColdSpring as well as Object/Relational Mapping frameworks like Reactor and Transfer.</p></li> 
    87          
    88         </ol> 
    89          
    90         <h2>What People Say About Model-Glue:</h2> 
    91         <br /> 
    92         <em>Model-Glue is the best thing for ColdFusion since the cfquery tag. It relieves me of worrying about application organization and lets me focus on what matters - the business requirements of the application.</em> 
    93         <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div> 
    94          
    95         <br /> 
    96         <em>Model-Glue:Unity, by helping to eliminate a lot of tedious and redundant tasks, has allowed me to code more efficiently than I ever could have imagined.</em> 
    97         <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div> 
    98         <br /> 
    99         <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em> 
    100         <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div> 
    101         <br /> 
    102          
    103         <em>Model-Glue is more gooder!</em> 
    104         <div class="contentNote">Anonymously yelled at CFUnited 2005</div> 
    105 </div> 
    10680 
    10781</div> 
    10882 
    109 <cfinclude template="include/dspFooter.cfm" />? 
     83<cfinclude template="include/dspFooter.cfm" /> 
  • /trunk/website/index.cfm

    r20 r27  
    2525        <cfoutput> 
    2626        <span class="contentNote">Currently Available Version: #application.downloads.mgcoldfusion3.version# - <a href="#application.downloads.mgcoldfusion3.url#">Download</a> <a href="/coldfusion.cfm">Learn More</a></span> 
    27         <h3>Available Now:  #application.downloads.mgcoldfusion3beta.title# #application.downloads.mgcoldfusion3beta.version#  <a href="/coldfusion.cfm">Learn More</a></h3> 
     27        <h3>Available Now:  #application.downloads.mgcoldfusion3beta.title# #application.downloads.mgcoldfusion3beta.version# </h3> 
    2828        </cfoutput> 
    2929        <p> 
     
    3333                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks. 
    3434        </p> 
     35        <p> 
     36                <strong>New:</strong> <a href="/wallpaper.cfm">Download Model-Glue wallpaper</a> 
     37        </p> 
     38</div> 
     39<div class="contentSection"> 
     40        <h2><strong>Web Based Training for Model-Glue 3.1</h2> 
     41        <p> 
     42        <a href="training.cfm">Free self-paced training course</a></strong> is newly available!</a> 
     43        </p> 
     44</div> 
     45<div class="contentSection"> 
     46        <h2>Model-Glue is:</h2> 
     47         
     48        <ol> 
     49        <li>Unobtrusive.  <p>It's designed to be easy to use, letting you focus on business problems and user interface, not framework hoops.</p></li> 
     50         
     51        <li>Enabling.  <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li> 
     52         
     53        <li>Strong but Simple.  <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li> 
     54         
     55        <li>Open.  <p>All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.</p></li> 
     56         
     57        <li>Compatible.  <p>Model-Glue is lightweight enough to play well with others: it works with Model frameworks like Tartan and ColdSpring as well as Object/Relational Mapping frameworks like Reactor and Transfer.</p></li> 
     58         
     59        </ol> 
     60         
     61        <h2>What People Say About Model-Glue:</h2> 
     62        <br /> 
     63        <em>Model-Glue is the best thing for ColdFusion since the cfquery tag. It relieves me of worrying about application organization and lets me focus on what matters - the business requirements of the application.</em> 
     64        <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div> 
     65         
     66        <br /> 
     67        <em>Model-Glue:Unity, by helping to eliminate a lot of tedious and redundant tasks, has allowed me to code more efficiently than I ever could have imagined.</em> 
     68        <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div> 
     69        <br /> 
     70        <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em> 
     71        <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div> 
     72        <br /> 
     73         
     74        <em>Model-Glue is more gooder!</em> 
     75        <div class="contentNote">Anonymously yelled at CFUnited 2005</div> 
    3576</div> 
    3677