nikos
Member since Jan 25, 2010
- Profile: /members/5264-nikos.htm
- Comments: 22
Recent Blog Comments By nikos
-
Aborting An AJAX Request In AngularJS Using httpi
Posted on May 13, 2014 at 5:09 AM
I've been coming hear since 2008 when I first got into CF but now find that since I'm mainly a JS dev now that this is becoming one of my main JS resources. Good work Ben!!... read more »
-
Ask Ben: Adding A Column From Second Query To First Query
Posted on Jul 5, 2010 at 11:11 AM
I'm not able to do an outer join with 2 condtitions. I have 2 queries Have you ever been able to do this?... read more »
-
ColdFusion & AJAX: Converting ColdFusion Objects to Javascript Objects
Posted on Jun 11, 2010 at 4:50 AM
Always a pleasure mate :)... read more »
-
ColdFusion & AJAX: Converting ColdFusion Objects to Javascript Objects
Posted on Jun 10, 2010 at 9:04 AM
This looks like an awesome piece of code mate :)... read more »
-
CFDocument Errors And Resolving DNS
Posted on Feb 15, 2010 at 12:33 PM
This was what I wanted to do: <cfsavecontent variable="test"> test csv content </cfsavecontent> <cfmail from="test" to="test" subject="csv attachment test"> <cfmailparam disposition="attachment" file="testDoc.csv" type="text/csv" content="#test#" > mail content: blah bla... read more »
-
CFDocument Errors And Resolving DNS
Posted on Feb 12, 2010 at 10:56 AM
I would love to have a similar thing to cfdoc tag for other files like .csv files. I'm feed up ending up with lots of files on my server that I need to clean up. You know any workaround?... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Feb 9, 2010 at 8:05 AM
No probs :) anyway , Im good now :)... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Feb 9, 2010 at 5:34 AM
Any change you could show how to take advantage how the J2ee session stuff in your code? http://kb2.adobe.com/cps/182/tn_18232.html... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Feb 9, 2010 at 5:32 AM
This may help: http://bugs.farcrycms.org/browse/FC-79 Its the session variables' option being selected in the CF Admin... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Feb 8, 2010 at 10:08 AM
Thanks Ben for the links, albeit there a bit over my head, I've asked my hosting provider for help on this one :)... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Feb 6, 2010 at 12:57 PM
I have the same user.id is undefined problem too :(... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 30, 2010 at 9:47 AM
Well I had the sp in the database return the columns in the order I wanted the csv to show thats all :)... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 29, 2010 at 8:47 AM
@Ben Nadel, Thanks but if I do that it orders it alphabetically, not the same order from the database. I think its a colfusion setting.... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 29, 2010 at 8:09 AM
@Ben Nadel, awesome mate :)... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 27, 2010 at 5:03 AM
Thanks mate, I done that but I get this error: faultCode:Server.Processing faultString:'[Table (rows 30 columns CLIENT NAME, CLIENT ID, TRADE DATE, DUE DATE, TRANSACTION, 'DEPOSIT / REFUND CCY', 'DEPOSIT / REFUND AMOUNT'): [CLIENT NAME: coldfusion.sql.QueryColumn@629fe5] [CLIENT ID: coldfusion.sql.... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 26, 2010 at 12:44 PM
I ask because I usually just want to have a stored proc get specific data for a specific csv function and don't want to have to type out all the columns like this: <cfreturn QueryToCSV(sp,"Client name,Client ID,Trade date,Due date,Transaction,Deposit / refund CCY,Deposit / refund amount")> ... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 26, 2010 at 12:33 PM
How easy would it be to just to print out all the fields by default instead if having to specify them all?... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 26, 2010 at 7:25 AM
awesome :)... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 25, 2010 at 6:56 AM
Awesome code, would you recommend it with CF 9?... read more »