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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 121881 - 121910 of 154389   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
121881
... containing > a literal "</script>" within a HTML SCRIPT block, you manually split it > > and you're done. Still seems like duct tape-- but I agree that...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:43 am
121882
Thanks for the input Isaac. I dunno-- the more I've talked about it, the more I've convinced myself that maybe jsstringformat really does do all it should do....
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
9:14 am
121883
Good morning guys! Happy new year to you all. So, 2008 is already causing me stress and woe :-D I'm hoping you guys can give me a hand. This morning I've been...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
1:13 pm
121884
Hi, Robert... and happy new year! Your issue with the rich cftextarea and the file uploads sounds exactly like what happened with me. The solution for me was...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
1:56 pm
121885
If you have any interest in Java I strongly suggest No Fluff Just Stuff. Honestly even if Java is not your thing it really offers a good wealth of content not...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
4:33 pm
121886
... Good points. If we're recommending more general "good conferences" then I would suggest SD West / SD East. I went to SD West a few years back and it blew...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
5:52 pm
121887
ok not sure what i am doing wrong in my out put it does the count just fine, but i cant get it to SUM up the totals. error: [Macromedia][SQLServer JDBC...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
5:57 pm
121888
specify the column name that you're trying to SUM ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:08 pm
121889
yeah i was trying to sum on the result of the count if i do this i only get the last result, not the sum of all <cfquery datasource="myBD" name="get_totals"> ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:15 pm
121890
... Psst.... pssst.... TinyMCE/CFFM will fix it. Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:25 pm
121891
nm <cfset Sumtotal = 0> just had to nest <cfset Sumtotal = Sumtotal + get_totals> honestly i already have all every thing i need dont inside of a nested loop....
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:30 pm
121892
Won't fixed what he did. He modified his default <cftextarea> and it's not working. TimyMCE/CFFM will only fix it if he chooses to ignore what he just ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:31 pm
121893
use a subquery.. select sum(foo) as daSum from ( select count(goo) as foo from table where hoo = 1 ) ... ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:35 pm
121894
OK... very cool. i am not familiar with sub queries. will have to google. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:49 pm
121895
What's that buzzing noise? Shoo fly! Oh, never mind, it's only Will! :o) Hey, I just saw a demo of TinyMCE and it has a "full-screen" toggle button! I want...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:51 pm
121896
... "</script>" is not a "safe" string under certain JavaScript conditions. The problem is not with Javascript here, it is with the HTML parser. The HTML...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
6:58 pm
121897
... somewhere else, that's a bug. If it's a bug, it is only in the CMS that did not make sure the HTML code it produces was right. Not in the HTML parser. The...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
7:06 pm
121898
... has nothing to do with the "safety" of JavaScript string literals at all, and everything to do with HTML. Absolutely. -- ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
7:11 pm
121899
ok.. i did this <cfquery datasource="myBD" name="get_totals"> Select SUM(total) AS Sumtotal From ( Select Count(*) AS total From employees WHERE emp_assigned =...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
7:17 pm
121900
use query.sumtotal ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
7:40 pm
121901
thats what i just said. i can now get #get_totals.Sumtotal# but not #get_totals.total# where befor i could get either using a qoq. <cfquery datasource="myBD"...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
7:49 pm
121902
... Just tired of seeing everyone get FCK'ed up by the built-in when TinyMCE/CFFM is virtually painless. :) Will ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:05 pm
121903
You may have to use the QoQ.. if you bring the count up into the outer query you'll have to use GROUP BY defeating the sum() (unless you're using Oracle in...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:10 pm
121904
... You obviously need to get out more, then. SerializeJSON and CFWDDX allow you to take things that aren't strings at all, like queries, structures, etc, and...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:15 pm
121905
... Totally irrelevant. -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 503.236.3691 http://onTap.riaforge.org/blog ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:46 pm
121906
... I agree. Therefore, jsstringformat should format strings the way SerializeJSON does. -- s. isaac dealey ^ new epoch isn't it time for a change? ph:...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:46 pm
121907
This is a custom tag, not a CFC. Maybe it could fit your needs anyway: http://www.olimpo.ch/tmt/tag/querynav/ ... Massimo Foti, web-programmer for hire Tools...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
8:55 pm
121908
... I never recommended that it remove anything. If you put \ in front of / in a javascript literal, the literal then contains the same / that was in the...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
9:02 pm
121909
... Welcome. -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 503.236.3691 http://onTap.riaforge.org/blog ...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
9:07 pm
121910
mssql2000 ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and dramatic...
archive@...
mdinowit
Offline Send Email
Jan 1, 2008
9:12 pm
Messages 121881 - 121910 of 154389   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