This blog will be a place I use to store neat snippets of code, cool ideas, and offer commentary on all things in web development.  I’m doing this mainly for myself, but if other people come across this and find it useful, thats great too.

6 Comments

  1. Ryan says:

    I agree.

  2. Ryan says:

    <b>test</b>

    <cfif foo>
    <Cfthrow this>
    </cfif>

  3. Ryan says:

  4. Ryan says:

    ANd once more.

    <cfif 1 EQ 2>
        <cfset msg = "thats strange">
        <cfset msg = "this one is tabbed in">
    </cfif>

  5. Ryan says:

    Last time hopefully.

    <cfif 1 EQ 2>
        <cfset msg = "thats strange">
        <cfset msg = "this one is tabbed in">
    </cfif>

  6. Ryan says:

    Nope it wasn't the last one.

    <cfif 1 EQ 2>
        <cfset msg = "thats strange">
        <cfset msg = "this one is tabbed in">
    </cfif>