Terry Sasaki
Member since Oct 14, 2009
- Profile: /members/4533-terry-sasaki.htm
- Comments: 4
Recent Blog Comments By Terry Sasaki
-
ColdFusion Query-Of-Queries vs. The Group Attribute In CFOutput
Posted on Jun 22, 2011 at 8:29 PM
@Ben yeah I've read the new post :) Glad to contribute to a bit odd post ;) And big thanks for your contribution to the comunity - I have learnt a lot of things from your blog!... read more »
-
ColdFusion Query-Of-Queries vs. The Group Attribute In CFOutput
Posted on Jun 16, 2011 at 11:00 PM
Ben, as far as I remember this behaviour has been existing at least since CFMX6 days. For better readability, a snippet would be something like: <cfloop query="q"> <cfset prev = q.currentRow - 1> <cfset next = q.currentRow + 1> <cfif q.someColumn neq q.someColumn[pr... read more »
-
ColdFusion Query-Of-Queries vs. The Group Attribute In CFOutput
Posted on Jun 14, 2011 at 10:52 PM
I always use cfloop against one perfectly sorted query object. Not a big fan of cfoutput/group. I just need a few conditions such as: if (q.singer_id[currentRow] neq q.singer_id[currentRow-1])...etc. (I'm utilising cf's behaviour that does not throw an exception when referencing 0 or recordCount+1... read more »
-
jQuery In Action By Bear Bibeault And Yehuda Katz
Posted on Oct 14, 2009 at 6:48 PM
FYI. If you get eBook of jQuery in Action 2 on Manning's Early Access Program, you can get the full version of the previous edition (eBook) too.... read more »