The "No Show" Edition
No show this week folks--too much going on with both Matt and Peter in the week before cf.objective(). We'll be back soon with some great stuff from cf.objective()!
No show this week folks--too much going on with both Matt and Peter in the week before cf.objective(). We'll be back soon with some great stuff from cf.objective()!
<cffunction name="funkyMethod" access="public" returntype="struct" output="false"> <cfargument name="someStruct" type="struct" required="true"/> <cfset var coolThings = "" /> <cfloop collection="arguments.someStruct" index="i">
<cfif arguments.someStruct[i] EQ "cool" /> <cfset ListAppend(coolThings, i) /> </cfif> </cfloop> <cfreturn coolThings /></cffunction>
A Window Seat by The Exchange
<cffunction name="funkyMethod" access="public"
returntype="struct" output="false">
<cfargument name="someStruct" type="struct" required="true"/>
<cfset var coolThings = "" />
<cfloop collection="arguments.someStruct" index="i">
<cfif arguments.someStruct[i] EQ "cool" />
<cfset ListAppend(coolThings, i) />
</cfif>
</cfloop>
<cfreturn coolThings />
</cffunction>Three Squares by Ed Slack and the Slackestra
Hear the winner of the 2nd pass of the cf.Objective() Giveaway in just over a minute with our 1Mb file. Listen to find our if you won...
Hear the winner of the 2nd pass of the cf.Objective() Giveaway in just over a minute with our 1Mb file. Listen to find our if you won...
As Matt and I mentioned on the last podcast, there's no weekly this weekend. We will draw the winner to the second and last ticket to cf.Objective() on Sunday and notify the winner via email. We'll announce the winner on the next podcast. Be sure get your last entry in if you haven't done it yet and keep an eye on your email -- maybe you'll win!
Matt & PeterIn Summary The Exchange