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.
Web development notes and commentary from Ryan Stille
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.
Ryan says:
I agree.
25 November 2006, 11:55 pmRyan says:
<b>test</b>
<cfif foo>
21 January 2009, 1:06 pm<Cfthrow this>
</cfif>
Ryan says:
21 January 2009, 1:13 pmRyan says:
ANd once more.
<cfif 1 EQ 2>
21 January 2009, 1:16 pm<cfset msg = "thats strange">
<cfset msg = "this one is tabbed in">
</cfif>
Ryan says:
Last time hopefully.
<cfif 1 EQ 2>
21 January 2009, 1:20 pm<cfset msg = "thats strange">
<cfset msg = "this one is tabbed in">
</cfif>
Ryan says:
Nope it wasn't the last one.
<cfif 1 EQ 2>
21 January 2009, 1:21 pm<cfset msg = "thats strange">
<cfset msg = "this one is tabbed in">
</cfif>