GithubHelp home page GithubHelp logo

cfml-in-100-minutes's Introduction

readme

CFML in 100 minutes was modified from Ruby in 100 Minutes

Where is CFML in 100 minutes?

CFML in 100 minutes is a see wiki using simple markdown file for easy editing and contributions. Markdown is a lightweight markup language that converts its marked-up text input to valid, well-formed XHTML.

License

These works were originally created by Jeff Casimir ([email protected]) and JumpstartLab. They are licensed Creative CommonsAttribution-Noncommercial-Share Alike 3.0 . If they are useful to you please drop him an email!

Contributors

Please add yourself if you help:

Mike Henke ([email protected]) * https://github.com/mhenke/

russplaysguitar * https://github.com/russplaysguitar/

Daniel Short (@danshort on twitter) * http://www.dansshorts.com

Craig Kaminsky (@craigkaminsky on twitter) * http://craigkaminsky.me

Daniel Sellers (@daniel_sellers on twitter) * http://designfrontier.net

Bradley Moore (@orangexception on twitter) * http://orangexception.com

Ryan Anklam * GitHub * @bittersweetryan on twitter * http://blog.bittersweetryan.com

Nicholas Tunney @ntunney on Twitter

Git Workflow for Contributors

This project uses the excellent Git Workflow series by Bob Silverburg for contributions.

Dealing with line endings

Before contributing, please read this http://help.github.com/dealing-with-lineendings/

cfml-in-100-minutes's People

Contributors

abbottmw avatar bittersweetryan avatar busches avatar chandler3224 avatar designfrontier avatar donquist avatar imageaid avatar kristofp avatar mhenke avatar misterdai avatar ntunney avatar orangexception avatar pfreitag avatar phoenixfangor avatar russplaysguitar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cfml-in-100-minutes's Issues

correct grammer - You might be thinking...

You might be thinking. What was the point of that since we still just wrote Saturday in the first line? should be

You might be thinking, "What was the point of that since we still just wrote Saturday in the first line?"

cfquery loop

Need to review, and probably make more clear what's required during different types of query loops. Should also specify what you get if you reference query that's empty, or reference #rs.column# outside of any sort of loop.

add more links

links to ColdFusion wiki, maybe cf documentation of tags, etc. any links to make the tutorial more useful

Array Looping

Add section on the super-duper-all-powerful array looping.

java syntax example

If applicable, add a java syntax example to the comparison of syntax section

var scoping

Bit concerned that the CFC examples don't var the variable - that's kinda important to get into people's minds, especially if they're used to other languages...

using the code formatting wiki indicator

make sure any methods/actions/controllers/cf tags/variables not in code examples are using the code formatting wiki indicator

Examples

  • "&&" and "||"
  • method "makeToast".
  • "result" variable.

explain new ternary feature in cf9

< !---
< cfif Val(rsArtists.IsSold)>
< cfset numberSold ++ />
< /cfif>
--- >

        < cfset numberSold = Val(rsArtists.IsSold) ? ++ numberSold : numberSold />

         < cfset totalPieces ++ />
        < tr class="#(totalPieces MOD 2 EQ 0) ? "evenRow" : "oddRow"#">
            < td>#rsArtists.ArtName#</td>
            < td>#YesNoFormat(rsArtists.IsSold)#</td>
        < /tr>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.