Tony Brandner
Member since Oct 23, 2010
- Profile: /members/7133-tony-brandner.htm
- URL: http://www.brandners.com
- Comments: 3
Recent Blog Comments By Tony Brandner
-
ColdFusion Query-Of-Queries vs. The Group Attribute In CFOutput
Posted on Aug 5, 2011 at 3:27 PM
I'd do this: <code> <cfquery name="qAssessmentsAndReviews" ...> select a.assessmentID, a.assessment, p.progressNoteID, p.progressnote, r.reviewID, r.review from tblassessments a join tblAssessmentsProgressnotes p on p.... join tblAssessmentsProgressnotesReview r on r... </cf... read more »
-
ColdFusion Query-Of-Queries vs. The Group Attribute In CFOutput
Posted on Jun 14, 2011 at 11:44 AM
Interesting. I always felt the opposite. Nesting the CFLOOP and using Q-of-Q seems like the 'low hanging fruit' quick and dirty method. It is much more elegant to have one non-normalized recordset and then CFOUTPUT/GROUP as required. If I'm dealing with a hierarchical catalog of thousands of course... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Oct 23, 2010 at 3:05 PM
Hey, great tips here. I was just trying to figure out why my multipart emails weren't working in gmail. They were part text and part iCalendar/vCalendar. When I switched the order (ical text and then the body text), it worked great. Just note that this works for other multipart emails, not j... read more »