Guillaume
Member since Aug 28, 2011
- Profile: /members/8892-guillaume.htm
- Comments: 9
Recent Blog Comments By Guillaume
-
Converting Between String And Binary Values In ColdFusion
Posted on Aug 23, 2012 at 3:18 PM
Adobe might recommend using charsetDecode/charsetEncode especially because of the character encoding. This is only speculation of course.... read more »
-
ColdFusion Query of Queries: Uses NULL Values, Returns Empty Strings
Posted on Apr 21, 2012 at 9:37 AM
You want to change that OR to an AND. If vehicleDescription is null, it is not an empty string and if it is an empty string, it is not null.... read more »
-
ColdFusion 10 - Don't Use Dynamic Query Values In CFLoop
Posted on Apr 20, 2012 at 8:07 PM
I'm just wondering, is it possible to get the cfloop execution context? And if so, wouldn't it be possible to access the query over which you loop to then reference it when accessing its values?... read more »
-
SQL Server Text Matching Is Case INSENSITIVE
Posted on Apr 20, 2012 at 5:41 PM
@MM What is the error you get? Does it fail at casting? Or is the ordering wrong?... read more »
-
SQL Server Text Matching Is Case INSENSITIVE
Posted on Jan 19, 2012 at 4:41 PM
The collation determines the rules used to compare different strings(case-sensitivity/ ordering of accents) The varbinary treats the data as raw bytes and comparison will be done on value. If you are using strings, you should go with collation as it offers you control over different aspects of th... read more »
-
Using The RequireJS Build / Optimizer To Concatenate Modularized CSS Files
Posted on Jan 10, 2012 at 12:20 PM
Now that you are on your way to becoming a bash expert it would look like a good exercice to a build a script that does exactly that. (tips : cat filename1 >> filename2 appends the content of filename1 into filename2, grep and egrep are used to find lines that match a regex. You can use -o t... read more »
-
Building Executable Scripts For The Mac OSX Command Line
Posted on Jan 9, 2012 at 3:21 PM
"So, it's basically like Bash creating another bash process to execute the script? [...]" I'm not sure if that's how Node.js will work that's how it works for bash. It will fork itself into executing the script.... read more »
-
Building Executable Scripts For The Mac OSX Command Line
Posted on Jan 9, 2012 at 1:02 PM
To run you need to prefix the script with "./" otherwise the shell will search in your path for a file with this name. With the ./ you tell it to look in the current directory.... read more »
-
Win A Copy Of JavaScript Enlightenment By Cody Lindley
Posted on Aug 28, 2011 at 11:12 AM
@Anna "in french, tard means slow as well" That is simply false. "Tard" means late.... read more »