Re: Cfqueryparam and list

2007-08-01 Thread Ariel Jakobovits
cfset keyword1 = test cfset keyword2 = test and (prds.title like cfqueryparam cfsqltype=cf_sql_varchar list=true value=%#keyword1#% OR prds.title like cfqueryparam cfsqltype=cf_sql_varchar list=true value=%#keyword2#%) or maybe and prds.title IN cfqueryparam cfsqltype=cf_sql_varchar list=true

Re: CF Performance re: multiple CPUs, Cores, Servers, Virtualization

2007-07-27 Thread Ariel Jakobovits
look into railo. apparently, it is much faster. - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 27, 2007 10:17:49 AM Subject: CF Performance re: multiple CPUs, Cores, Servers, Virtualization We're looking at throwing

Re: Coldfusion Video Tutorials

2007-06-23 Thread Ariel Jakobovits
Where are you involved with teaching of web development? I too am interested in teaching about HTML and CF. Tell me more about what it is your are doing there. Ariel - Original Message From: Ali Majdzadeh [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, June 22,

Re: Detecting lack of cookies/session on same page?

2007-06-20 Thread Ariel Jakobovits
Not in the classic sense of same page or page request in that the page can load, present the user something to look at, and content within a div can be loaded afterwards open request. No, but in the literal sense of page request, it's a second page request. Just being technical, but

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread Ariel Jakobovits
AJAX - Original Message From: Scott Weikert [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 19, 2007 11:11:52 AM Subject: Re: Detecting lack of cookies/session on same page? Ben Nadel wrote: As far as I know, this is not possible. While the ColdFusion page

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread Ariel Jakobovits
Not in the classic sense of same page or page request in that the page can load, present the user something to look at, and content within a div can be loaded afterwards open request. - Original Message From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

XMLFormat and ![CDATA[

2007-06-18 Thread Ariel Jakobovits
I was having an issue where Flex was sending me data with only \r in it, and after it came back out of the database, I was sending it back with Cold Fusion and applying XMLFormat() to the string before returning it to Flex. XMLFormat() clears out \r, but apparently doesn't clear out \n. I found

web page snapshots

2007-06-18 Thread Ariel Jakobovits
does anyone know how to make one of those server programs to retrieve a web page and save it as an image? ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Stupid Date Question

2007-06-15 Thread Ariel Jakobovits
quotation marks and pound signs? - Original Message From: Robert Harrrison [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, June 15, 2007 1:09:32 PM Subject: Stupid Date Question I validate dates all the time, but in this case I have to combine three separate fields

Re: I love CF but it's not fair

2007-06-13 Thread Ariel Jakobovits
No, s/he is not, because web development is fun and CF web development is the best. - Original Message From: Dinner [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 12, 2007 5:23:33 PM Subject: Re: I love CF but it's not fair On 6/12/07, Dave l wrote: One

Re: cfabort triggering onError function in Application.cfc

2007-06-13 Thread Ariel Jakobovits
aborts will trigger an error inside a cfc being called as a web service. - Original Message From: Jake Pilgrim [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 12, 2007 5:06:18 PM Subject: Re: cfabort triggering onError function in Application.cfc An abort is

Re: I love CF but it's not fair

2007-06-12 Thread Ariel Jakobovits
I would also say that maybe the CF job openings are filled to higher capacity...for whatever reason. And if you are a CF programmer and you don't like your job, it's time to move. But the point is you need 1 job so go get it and don't complain that there is not more trash to sort through. CF

Re: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Ariel Jakobovits
did you get an answer to this? - Original Message From: Les Mizzell [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, June 10, 2007 7:43:28 PM Subject: Re: A Date Problem that's got me tearing out my hair! I have worked with this all weekend, and can find no rhyme or

Re: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Ariel Jakobovits
Sounds like the data incoming has UTC data that is being taken into consideration before it gets to your printf statement. would something in http headers affect deserialization of values from the FORM scope before they are printable? - Original Message From: Ariel Jakobovits [EMAIL

Re: AJAX Libraries

2007-06-11 Thread Ariel Jakobovits
, then that might be interesting to me. I'm gonna check them all out :) Brook -Original Message- From: Ariel Jakobovits [mailto:[EMAIL PROTECTED] Sent: June 10, 2007 3:09 PM To: CF-Talk Subject: Re: AJAX Libraries Just like to throw in that unlike the other toolkits, jQuery is a unique

Re: AJAX Libraries

2007-06-10 Thread Ariel Jakobovits
Just like to throw in that unlike the other toolkits, jQuery is a unique and expressive language to use for adding your own javascript functionality to webpages with very little coding. It teaches you the DOM structure very well and will hone your CSS/XPath skills. Discovering it was like

Re: Matching database field names with label names

2007-06-07 Thread Ariel Jakobovits
don't forget that valid sql names are likely to be valid cf variable names, so a structure with labels[table_name][field_name] is likely to work well. - Original Message From: Les Mizzell [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, June 7, 2007 12:18:43 PM

Re: Reducing phantom sessions?

2007-06-06 Thread Ariel Jakobovits
What about identifying the bot requests and assigning them all the same session? - Original Message From: Judith Dinowitz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, June 6, 2007 8:32:59 PM Subject: Re: Reducing phantom sessions? Terry, The only thing

Re: SOT: Looking for opinions on menu functionality

2007-06-05 Thread Ariel Jakobovits
THAT IS SOOO NICE. Perhaps, THE NICEST MENU I HAVE SEEN YET. - Original Message From: Jason Rogoz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 5, 2007 8:24:12 AM Subject: SOT: Looking for opinions on menu functionality Hello We have just rolled out a

Re: passing long list of values

2007-06-05 Thread Ariel Jakobovits
put them in session then cflocate - Original Message From: Orlini, Robert [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 5, 2007 9:05:11 AM Subject: passing long list of values How can I pass values to another page via a URL without listing all of them

Re: Dedicated Server co-op

2007-05-30 Thread Ariel Jakobovits
still available? - Original Message From: Rick Root [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, May 30, 2007 6:37:09 AM Subject: Dedicated Server co-op I have a dedicated server - mostly for personal use... ie, my own web site, opensourcecf.com, cfmbb.org,

Re: Speeding up first hit compile time

2007-05-13 Thread Ariel Jakobovits
hit the page yourself the first time as soon as you release it to cause it to compile so that it is ready for your users - Original Message From: Gert Franz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, May 13, 2007 9:37:51 AM Subject: Re: Speeding up first hit

URL params in POST

2007-05-11 Thread Ariel Jakobovits
Is it supported to put params in the URL when using method=POST? Can I expect web servers to see them or are is the POST/GET mutually exclusive? ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable

Client-provided cookies

2007-05-08 Thread Ariel Jakobovits
Anyone know if its possible for the client to set a cookie for the server to reply with in the same fashion that the server asks the client to maintain state across http requests? ~| Create robust enterprise, web RIAs.

Re: Client-provided cookies

2007-05-08 Thread Ariel Jakobovits
: Client-provided cookies yep through the url... But I do not reccommend it for security reasons. Why do you ask? On 5/8/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: Anyone know if its possible for the client to set a cookie for the server to reply with in the same fashion that the server asks

Re: why SESSION scope is not enabled error on new server?

2007-04-26 Thread Ariel Jakobovits
yes, i have experienced this: you do have to match case in your SQL statements - Original Message From: stylo stylo [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 26, 2007 5:35:09 AM Subject: Re: why SESSION scope is not enabled error on new server? Next

Re: How do you guys save progressing projects?

2007-04-26 Thread Ariel Jakobovits
i use perforce, and like it a lot. - Original Message From: Will Tomlinson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 26, 2007 3:58:35 PM Subject: Re: How do you guys save progressing projects? Is this what you use? http://subversion.tigris.org/

Re: Preferred clientstorage setting for client variables

2007-04-25 Thread Ariel Jakobovits
dont forget that these days people have their browsers configured to remember stuff for them, so they may not need a cookie to do that - Original Message From: james carberry [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, April 25, 2007 2:58:06 PM Subject:

Re: HTTP Compression with CF7

2007-04-25 Thread Ariel Jakobovits
so this concept of compressing data, it saves bandwidth but how about client and server side processing time. more server load? faster to decompress on client than download more? - Original Message From: Andrew Scott [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

Re: Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word

2007-04-19 Thread Ariel Jakobovits
if that's literally your code, maybe you need tr? - Original Message From: ismail cassiem [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 19, 2007 6:31:39 AM Subject: Re: Coldfusion 5, nowrap the text in a table td style=word-wrap: break-word Thank You for

cfscript and javascript

2007-04-19 Thread Ariel Jakobovits
where do their syntax differ? Wouldn't it be nice if we could import one script either into a cfscript tag body or as JSON and use it to do the same thing in either case? can we? ~| Create robust enterprise, web RIAs.

Re: Client-side validation or Server-side Validation?

2007-04-17 Thread Ariel Jakobovits
I think we, as a community of developers, should address the real problem here. Actually there are several, but they are all related to the basic need for a framework that will make our programming lives easier when dealing with the topic of input validation. I mean, look, how many of us were

Re: Strange Error

2007-04-11 Thread Ariel Jakobovits
Dave, are you serious? - Original Message From: Dave Francis [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, April 11, 2007 11:49:31 AM Subject: RE: Strange Error minus 1 on the *ALL* -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent:

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Ariel Jakobovits
HTTP can carry any message that I can imagine, thus it can be the delivery mechanism for any language to express an RIA. The only argument that makes sense is that the _browser_ is an inefficient mechanism for delivering RIA as opposed to Flex. Regarding Flex, I hate compiling things when

Re: Session timeout problems

2007-04-07 Thread Ariel Jakobovits
Does the use of AJAX also make race conditions more likely? - Original Message From: James Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, April 6, 2007 8:04:20 AM Subject: Re: Session timeout problems If you aren't using frames (or any other techniques

Re: SOT: advantages/disadvantages of using CF and XSLT.

2007-04-04 Thread Ariel Jakobovits
XML/XSLT does not query databases or produce structures that can be forwarded to web services and other applications. CF is a good framework/backend tool that can serve raw data to be altered by XSL. - Original Message From: Larry Lyons [EMAIL PROTECTED] To: CF-Talk