Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 102897 - 102926 of 154441   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
102897
Quite right. One benefit of using the AJAX method is that the same server-side routine can be used via AJAX before posting (for the client's benefit) and also...
archive@...
mdinowit
Offline Send Email
May 1, 2007
7:37 am
102898
Hello Guys, I'd like to get your thoughts on the differences between cfscript and standard cfml tag based code. I've worked using both methods for some time ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
10:25 am
102899
You can use what the previous guy said - and replace or escape the html as you want when outputting your search. You may also want to consider this post: ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:08 am
102900
Actually for #2, you want to just use htmleditformat <cfset cleantext = htmlEditFormat(queryname.column)> ... ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:11 am
102901
... It might reflect the version of FarCry you are running. Last I saw you were running something much older than the current version. Unfortunately,...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:12 am
102902
Hello Guys, I have a bunch of records of log data, all with a datetime stamp on it, and I'm looking to have SQL Server return them grouped into hours. I've...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:48 am
102903
Pre MX that was the case, now there is no spped increase in cfscript over cfml anymore. As for preference, I think it is just that now preference. On 5/1/07,...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:53 am
102904
We have inherited web sites with a lot of Crystal Reports. None of the reports are 508 compliant. We have been looking into converting the reports. One...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:55 am
102905
my typo error on posting. the codes are: <cffunction access="public" name="onAdd" output="no"> <cfargument name="CFEvent" type="struct" required="yes"> <cfset...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:55 am
102906
I can't remember where I saw it, but someone actually looked at the compiled code of CFScript vs. the compiles code of Tag based coding. The Cfscript compiles...
archive@...
mdinowit
Offline Send Email
May 1, 2007
11:57 am
102907
select logid, classid, datetime, datepart(year, datetime) + '/' + datepart(month, datetime) + '/' + datepart(day, datetime) + '/' + datepart(hour, datetime) AS...
archive@...
mdinowit
Offline Send Email
May 1, 2007
12:27 pm
102908
Check out datepart. ... From: Robert Rawlins - Think Blue [mailto:robert.rawlins@...] Sent: Tuesday, May 01, 2007 7:42 AM To: CF-Talk Subject:...
archive@...
mdinowit
Offline Send Email
May 1, 2007
12:29 pm
102909
... okay, that does help. I need a new oracle book because I have difficulty finding a reference list of functions. I can do "if null then insert a base...
archive@...
mdinowit
Offline Send Email
May 1, 2007
12:32 pm
102910
Until the maintenance bill goes to the customer and they ask why the JS and the CF routines had to be written twice... But if you have rich customers, no...
archive@...
mdinowit
Offline Send Email
May 1, 2007
12:46 pm
102911
Hi all, I've an issue with the output of a query. I want to create an output that spans timeslots. I think I might have to do a series of nested loops and...
archive@...
mdinowit
Offline Send Email
May 1, 2007
12:46 pm
102912
... twice... But if you have rich customers, no problem. My customers are not rich, (my taylor is) but they don't even know what is JS or CF anyway ;-) -- ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
12:53 pm
102913
Don't Worry, Onto something now with that date part stuff. I'll let you know how I get on. Rob ... From: Robert Rawlins - Think Blue ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:01 pm
102914
Ok, So I now have this grouping as I want it too, using that date part function, I just need a little help with the counting. Look below for my current query ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:18 pm
102915
A guy in my CFUG did a comparison of the decompiled JIT code, and found that cfscript was faster. Sure if your example is: <cfif (a eq b)> <cfset a = c /> ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:18 pm
102916
... We use Reactor and ColdSpring to underpin a fairly normal n-tier service/manager methodology. All our new front-ends are Flex, so we don't have a current...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:19 pm
102917
It's pretty much as you said, except the syntax is: SUM(CASE WHEN logclass_id = 1 THEN 1 ELSE 0 END) as sent ... ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:24 pm
102918
Thanks for the input on this stuff guys, I think I can agree with you Chris, that was always my line of thought that cfscript is nearer to the runtime code and...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:28 pm
102919
Lucky you - mine often become experts as soon as I hand over the app. ... -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:28 pm
102920
LOL! ... From: Claude Schneegans [mailto:schneegans@...] Sent: Tuesday, May 01, 2007 8:51 AM To: CF-Talk Subject: Re: client side and server side...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:31 pm
102921
That too :-) Cheers, Previous Guy ... From: Raymond Camden [mailto:rcamden@...] Sent: Tuesday, May 01, 2007 7:05 AM To: CF-Talk Subject: Re: Strip HTML...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:31 pm
102922
Can anyone suggest a regex or another easy way to change all the cfquery table name code and other required bits (file names, etc.) to lowercase for...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:37 pm
102923
... only one validation routine needs to be maintained. Fine, but it is means more overhead for the server, thus less efficiency for the user. The purpose of...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:43 pm
102924
stylo, If you change the setting for mysql to lower_case_table_names=1 instead of the default 0, you won't have to worry about the upper case names in your...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:49 pm
102925
Perfect Deanna, That works nicely, glad I've got you guys on hand, I would have NEVER gotten that one on my own. Thanks a million, Rob ... From: Deanna...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:49 pm
102926
Thanks for the suggestion Pete, I'm sure that this datepart() function is defiantly going to be the way to do this, however I'm struggling to get your solution...
archive@...
mdinowit
Offline Send Email
May 1, 2007
1:52 pm
Messages 102897 - 102926 of 154441   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help