SuperAlly
Member since Nov 27, 2009
- Profile: /members/4854-superally.htm
- Comments: 8
Recent Blog Comments By SuperAlly
-
Ask Ben: Getting The Start And End Dates Of The Previous Week In ColdFusion
Posted on May 17, 2012 at 1:36 PM
Ben This was exactly what I was looking for, but didn't know exactly how to approach it. You've saved me a bunch of time! Cheers... read more »
-
Ask Ben: Removing Duplicate List Items While Maintaining Original List Order
Posted on Aug 12, 2010 at 1:52 PM
Thanks once again, Ben. This came in handy today, saved me a little stress.... read more »
-
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Posted on Jul 19, 2010 at 8:23 PM
Ben Thanks kindly for another great post. This was very helpful. Cheers.... read more »
-
Ask Ben: Displaying A Blog Teaser (Showing The First N Words)
Posted on May 5, 2010 at 3:05 PM
Just thought I would pass along, I added <cfprocessingdirective pageencoding="utf-8"> This removed the characters. There is still an extra linebreak where the character was, but that I can deal with. Cheers.... read more »
-
Ask Ben: Displaying A Blog Teaser (Showing The First N Words)
Posted on Apr 28, 2010 at 5:57 PM
I have put this on two different pages and it works perfectly... except on one page, right before each instance of the outputted content there are two characters... ¬† And on the other page before each instance of the output there is  Any idea why that might be? ¬† used to be ¬†¬†, but I rem... read more »
-
ColdFusion CFQueryParam Varchar-List Puts In Single Quotes For You
Posted on Apr 27, 2010 at 1:47 PM
@Leon, Sure, but I basically just did what Ben outlined above, I certainly didn't reinvent the wheel :) I was dealing with a form field with a multi-select list of cities. I did: WHERE municipality IN ( <cfqueryparam value="#FORM.city#" cfsqltype="cf_sql_varchar" list="true" /> ) Cheers... read more »
-
ColdFusion CFQueryParam Varchar-List Puts In Single Quotes For You
Posted on Feb 21, 2010 at 11:19 PM
This was the perfect solution to an issue I have been having trouble with in regards to single quotes in a query variable. Thanks very much.... read more »
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Nov 27, 2009 at 8:49 PM
Thanks very much for this, exactly what I needed and had been struggling with all afternoon.... read more »