Re: why we love coldfusion..........

2005-08-09 Thread Jochem van Dieten
Aaron DC wrote:
 It'd be great if people included some of the post to which they are 
 replying in their reply. Or is that difficult with today's technology?

It is not difficult at all. In fact, that is just what Bryan did. 
In the headers of his message it says:
 References: [EMAIL PROTECTED]
As per RFC 2822 3.6.4 that is the Message-ID of the message he 
was replyig too and your MUA can use it to thread / sort properly.

Jochem

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214120
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Architecture thoughts

2005-08-09 Thread Thomas Chiverton
On Monday 08 August 2005 23:34, Marlon Moyer wrote:
 ability to use flash, html, ajax,etc.  I was thinking about creating
 all of the business logic as a set of web services.  Any thoughts,

Pitfall- web services are slow to execute, certainly much slower than an Ajax 
post/get.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214121
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Studio 8 announced

2005-08-09 Thread Robertson-Ravo, Neil (RX)
Installer? What can simpler than downloading a zip - unzip it, copy it to a
folder and click on Eclipse.exe  - no reg keys, not added bloat.



-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: 08 August 2005 20:55
To: CF-Talk
Subject: RE: Studio 8 announced

The lack of a descent one in all installer is currently holding back
Eclipse. People don't have the time to go through the entire process, of
downloading Eclipse, downloading the Web toolkit, downloading the
prequisites of that toolkit, downloading CFEclipse, etc. 
 
If they managed to put this all into one package, so that you get easily
started with an Eclipse installation where you can edit
xml,xsl,javascript,(x)html,css,cfml,php without going to that proces. And
maybe it is there already, and I just did not searched good enough ;)
 
As far as DW 8 concerned. For me personally the real good feature is code
collapse, but I hope they didn't took the CFStudio/Homesite codebase for
this functionality, because everybody who used it in those old products,
knows that when you collapsed a large amount of code, scrolling the document
was a pain in the ass.  So at least I hope that they did look at this
feature.
 
I like the enhanced compliance tests showed in the demo on the MM site, but
for some reason I hope for more. Like that they
- fixed the numerous issues involved with the treeview in DWMX
- crashes when searching through folders with find  replace (and they
occured on specific xml files)
- showing the directory path of a occurence within search results so that I
might now which one of the 1001 index.cfm's in the results belongs to which
project.
- step into, just like Eclipse has on folders
- enabling selection and printing of the reference inside DW
- fixing the lookup of selections on search
- split code view, like cfstudio had
- breakdown of cfc's in a project
 
If they at least payed attention to the treeview they have a buyer, but I
hope they improve the support of the product. I don't understand why there
haven't been released more updaters for DWMX 2004. I hope they pay more
attention to existing customers :)

 
Micha 
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OF-Test

2005-08-09 Thread Dan O'Keefe
novato

On 8/5/05, Rey Bango [EMAIL PROTECTED] wrote:
 Welcome back Gabriel. Que lo difrutas!
 
 Rey...
 
 Gabriel Bulfon wrote:
  Hi all guys.  I am back with CF !
 
  regards
 
  Gabriel Bulfon
  Email:[EMAIL PROTECTED]
 
 
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214123
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


sharing huge amount of data per webservice

2005-08-09 Thread Joerg Zimmer
Hi all,
we're running a site for a customer, which continously collects data from 
participants.
this data is callable for our customer through a webservice.
Our customer consumes this webservice with a .net client.
The webservice generates an XML file, which has already been optimized on 
lenght.

By the time, the collected data has grown to about half a million rows and 
counting...
Our Server seems to run out of memory now, when trying to create the xml-object 
(java.lang.outofmemory error).
We already tried a different method to create the data for transfer by 
cfsavecontent. We even rewrote the sql-script to generate the xml-nodes 
directly. 
But in the end, after about 100,000 rows the server (1GB RAM) runs out of 
memory again.

There must be a better way to transfer these amounts of data...
If our customer would have used coldfusion, we could just exchange a query 
object... 

Anyone a hint?

Greetz 

Joerg

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214124
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


squares in QoQ

2005-08-09 Thread Matthew Walker
I notice the power operator doesn't seem to work inside
query-of-queries. For example:

 

WHERE (#params.x# - x)^2 + (#params.y# - y)^2  #params.range^2#

 

The third one actually does work as CF evaluates it before processing
the query code. The first and second don't work as they are part of the
SQL. I can of course just use a multiplication operator. But I was
wondering if there's any info about on what operators are supported  in
QoQ (this is CF7). 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214125
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: why we love coldfusion..........

2005-08-09 Thread dave
lol, look at u guys tryin to find more pix ;) I forgot the gallery was in 
there.
 (which 4 those who all emailed me off list, no its not mine its a built in 
photoshop template(cs2))

 oh she was happy!! we are doing bikini shots in same spot weds whoo hoo!!

 paid? nope they do it cause they love the disruptor :)

 on an on-topic note corfield gave a rather enlightning talk our cfug last 
night, thanks Sean!!

 and i managed to leave my wallet in the university parking lot with almost 
$1000 in cash in it, oopsy!!!
 but I got it back full of cash haha

 see disrupting pays!!!

 and tg y'all quit whining about ide's :)

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient capital 
to form a corporation. 


From: Bryan Stevenson [EMAIL PROTECTED]
Sent: Monday, August 08, 2005 6:37 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: why we love coldfusion.. 

Gee Dave...Sam doesn't look too happy in some of the water shots...I hope 
she was well paid for the day ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED] 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214126
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


COM problems

2005-08-09 Thread Peter Shaw
I have been supplied a COM object to use in a CF application. It is
displaying some erratic behaviour and I wonder whether anyone with greater
experience of COM objects than I could shed any light on what might be going
wrong?

The COM object is installed on the same Server as CF. It takes a couple of
parameters and generates an image file within the webroot. Now the first
time the object is called everything works as expected but on subsequent
calls the generated image is of zero bytes size. The exception to this is
after a certain amount of time has elapsed (perhaps 2 - 3 minutes) when the
object is again able to generate a correct image file.

The COM object is apartment threaded. Is not being stored in a persistent
scope. The name of the image file is identical on each request and is being
displayed further down the same web page that generates it.

Many thanks for any help,

Peter


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: sharing huge amount of data per webservice

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 11:08, Joerg Zimmer wrote:
 There must be a better way to transfer these amounts of data...

1) Have one method that says howmany rows there are, then another that returns 
N rows starting at offset M.
2) Write the file to somewhere the web server can see it, and use the 
webservice to indicate the location of the file.

 If our customer would have used coldfusion, we could just exchange a query
 object...

And probably still blown up...

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214128
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 11:49, Peter Shaw wrote:
 scope. The name of the image file is identical on each request and is being
 displayed further down the same web page that generates it.

What if you make the filename unique per-request ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214129
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: sharing huge amount of data per webservice

2005-08-09 Thread Joerg Zimmer
hi,

1) Have one method that says howmany rows there are, then another that returns 
N rows starting at offset M.

We already applied arguments to the webservice, allowing to control start and 
end-date and to specify a participant.
However, some participants managed to create 80,000 Rows for them alone.

2) Write the file to somewhere the web server can see it, and use the 
webservice to indicate the location of the file.

To create this file I would have to generate it's content in a variables and 
write this variable into the file. Would result in an outofmemory error again.

something like
cffile action=write file=C:\test
here goes the content
/cffile

would be great :)

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214130
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: sharing huge amount of data per webservice

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 12:42, Joerg Zimmer wrote:
 and end-date and to specify a participant. However, some participants
 managed to create 80,000 Rows for them alone.

That's why I suggested making it row-based :-)

 and write this variable into the file. Would result in an outofmemory error
 again.

You wouldn't have to generate it all at once, you could generate your query, 
run it, and then write a row at a time to the file.
-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214131
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: sharing huge amount of data per webservice

2005-08-09 Thread Paul Hastings
Joerg Zimmer wrote:
 
 To create this file I would have to generate it's content in a
 variables and write this variable into the file. Would result in an
 outofmemory error again.

have a look at the java NIO classes, these seem to be less toxic to cf 
when handling large amounts of data.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214132
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Enterpise Manager or Query Analyzer like tool for Oracle

2005-08-09 Thread James Holmes
All add another voice in support of TOAD - it costs but it is brimming
with features and they keep adding more. It does things like creating
SQL statements via a drag and drop GUI, formatting execution plans,
excel/csv/etc import  export, table/index/sequence/trigger etc
creation, PL/SQL script editing, script generation, job scheduling and
a lot more; I think it's worth every cent of the price and so is
software maintenance as there are often a few major releases a year.

On 8/9/05, Aaron Rouse [EMAIL PROTECTED] wrote:
 Interesting, did not know they were doing that. Surprised they did not just
 team up with Quest since Toad already exists.
 
 I use Toad for all my Oracle needs, I probably do not know a 1/4 of all of
 its features. It is unbelievably handy to use though.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: COM problems

2005-08-09 Thread Peter Shaw
On Tuesday 09 August 2005 11:49, Peter Shaw wrote:
 scope. The name of the image file is identical on each request and is being
 displayed further down the same web page that generates it.

What if you make the filename unique per-request ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

I think that will be our next step but as it is a supplied COM object it 
involves going back to the authors. Can you forsee why non-unique names might 
be a problem? Removing the generated file from the directory appears to make no 
difference.

I have a quick update. I was mistaken that it was simply a period of time that 
needs to elapse before the COM object begins working again. Something happens 
sometimes which resets it and lets it work for another request but I can't for 
the life of me see what it is.

Software is CFMX7

Peter

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214134
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


mx 6.1 7

2005-08-09 Thread Tangorre, Michael
I have 7 installed on a dev box already but we also need 6.1. What would
the best approach be to getting them both up and running on the same
box. Right now MX 7 is installed using the J2EE Configuration option. I
can reinstall if need be... just looking for the best way to run both
until we can get all the production servers squared away.
 
TIA,
 
Mike


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: MD CFUG Tonight

2005-08-09 Thread Cutter (CF-Talk)
One last call here. Is there anyone from the Eastern Shore of MD 
planning on attending tonights CFUG at TeraTech? I'd really like to 
attend, but my car just won't make it. I'd be happy to split the 
(incredibly overpriced) gas costs?

Cutter

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 12:53, Peter Shaw wrote:
 I think that will be our next step but as it is a supplied COM object it
 involves going back to the authors. Can you forsee why non-unique names

Webserver holding onto the file ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Studio 8 announced

2005-08-09 Thread Micha Schopman
But does that zip contain a full IDE implementing the list I mentioned?
I haven't seen one yet. When someone stands up, and builds an installer
encapsulating this all you have a winner, but now it costs too much
money.

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: dinsdag 9 augustus 2005 9:51
To: CF-Talk
Subject: RE: Studio 8 announced

Installer? What can simpler than downloading a zip - unzip it, copy it
to a
folder and click on Eclipse.exe  - no reg keys, not added bloat.



-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: 08 August 2005 20:55
To: CF-Talk
Subject: RE: Studio 8 announced

The lack of a descent one in all installer is currently holding back
Eclipse. People don't have the time to go through the entire process, of
downloading Eclipse, downloading the Web toolkit, downloading the
prequisites of that toolkit, downloading CFEclipse, etc. 
 
If they managed to put this all into one package, so that you get easily
started with an Eclipse installation where you can edit
xml,xsl,javascript,(x)html,css,cfml,php without going to that proces.
And
maybe it is there already, and I just did not searched good enough ;)
 
As far as DW 8 concerned. For me personally the real good feature is
code
collapse, but I hope they didn't took the CFStudio/Homesite codebase for
this functionality, because everybody who used it in those old products,
knows that when you collapsed a large amount of code, scrolling the
document
was a pain in the ass.  So at least I hope that they did look at this
feature.
 
I like the enhanced compliance tests showed in the demo on the MM site,
but
for some reason I hope for more. Like that they
- fixed the numerous issues involved with the treeview in DWMX
- crashes when searching through folders with find  replace (and they
occured on specific xml files)
- showing the directory path of a occurence within search results so
that I
might now which one of the 1001 index.cfm's in the results belongs to
which
project.
- step into, just like Eclipse has on folders
- enabling selection and printing of the reference inside DW
- fixing the lookup of selections on search
- split code view, like cfstudio had
- breakdown of cfc's in a project
 
If they at least payed attention to the treeview they have a buyer, but
I
hope they improve the support of the product. I don't understand why
there
haven't been released more updaters for DWMX 2004. I hope they pay more
attention to existing customers :)

 
Micha 
 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Studio 8 announced

2005-08-09 Thread Cutter (CF-Talk)
Connie,

Actually I believe the license did allow for two installations of 
Studio, as long as both installations were not running simultaneously, 
just for your type of situation.

Cutter

Connie DeCinko wrote:
 I have not read the information yet, but wonder if anything has changed in
 regards to licensing?  I find it silly that I must pay for two licenses for
 each developer that happens to work part-time on a notebook and part-time on
 a desktop computer.  I thought the world was moving to a check-out system?
 So you could have say 5 licenses and 5 users working at any given time, even
 if you have dozens of authorized users.
  
  
 Constanty Connie DeCinko III
 Web Architect, Webmaster, Web Developer
 Lone Jet Enterprises
 Glendale, Arizona
 www.LoneJet.com
  
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Studio 8 announced

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 13:29, Micha Schopman wrote:
 But does that zip contain a full IDE implementing the list I mentioned?

I believe someone made one and posted it over on the CFEclipse mailing list.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


URL question

2005-08-09 Thread Will Tomlinson
I gave my affiliate a URL to link to my site, which I grab the variable and do 
my thing with it. 

His link SHOULD BE: www.mysite.com?AFFID=101

But he did this instead: www.mysite.com/?AFFID=101

Everything still works fine when testing but I didn't know if there could be  a 
potential pitfall with the extra slash in there. 

Thanks,
Will 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214141
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: COM problems

2005-08-09 Thread Peter Shaw
On Tuesday 09 August 2005 12:53, Peter Shaw wrote:
 I think that will be our next step but as it is a supplied COM object it
 involves going back to the authors. Can you forsee why non-unique names

Webserver holding onto the file ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

Hmm,

Restarting IIS doesn't help, but restart CF does the trick; thanks for the 
suggestion. Does this help or are we still going to need to wait for the 
amended COM object? The object can be called time and again just fine from the 
command line - does this suggest we lare ooking at a CF - COM problem.

Peter

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214142
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Studio 8 announced

2005-08-09 Thread Damien McKenna
 -Original Message-
 From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] 
 
 Actually I believe the license did allow for two installations of 
 Studio, as long as both installations were not running 
 simultaneously, just for your type of situation.

Actually there's an added limitation: you can only use the license on
Windows machines *or* on a Mac, so if you have a PC at work and a Mac at
home you need two licenses!

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214143
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Unhandled System exception !

2005-08-09 Thread David Manriquez Farias
Please guys , any tips about this issue?


Thanks.

-Mensaje original-
De: David Manriquez Farias [mailto:[EMAIL PROTECTED] 
Enviado el: Monday, August 08, 2005 3:49 PM
Para: CF-Talk
Asunto: RE: Unhandled System exception !

Sorry , i have and error (was when i translate the class for you guys)

The method called in main is test() not prueba()...



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Monday, August 08, 2005 3:45 PM
Para: CF-Talk
Asunto: Unhandled System exception !

People :

 i was tried to run a simple Java Class into CF5 (yeah that dinosaur), but i
get this error..


Unhandled System exception ! 

java.lang.ClassNotFoundException: ClassFormatError for class testClass. Java
exception occurred in call to method.


My java Class is too Simple..

***
public class testClass {

public static void main(String[] args) throws Exception {
prueba();
}
static void test() throws Exception
{
System.out.print(wazzap Bitch!);  
}
}


dont understand wtf is going on , i have more stuff in Java inherits
CustomTags (CFX) and that works fine...


What im doiung wrong?...


Compiling and Editing with eclipse and JRE 1.5 (yeah Coldfusion 5 is fully
complatible with JRE 1.2 i know , but for the others CFX_*  works fine with
1.5)

Thanks in Advance.





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 13:44, Peter Shaw wrote:
 Restarting IIS doesn't help, but restart CF does the trick; thanks for the

Hmm... explicitly set the instance of the object to '' when you're done with 
it ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: mx 6.1 7

2005-08-09 Thread dcooper
We designed CFMX7 to coexist peacefully with all previous versions (one of my 
requirements actually, since I figured you'd want to do this).  

Should be able to just install and go.

I have 7 installed on a dev box already but we also need 6.1. What would
the best approach be to getting them both up and running on the same
box. Right now MX 7 is installed using the J2EE Configuration option. I
can reinstall if need be... just looking for the best way to run both
until we can get all the production servers squared away.
 
TIA,
 
Mike

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214146
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: why we love coldfusion..........

2005-08-09 Thread grant
just curious, but doesn't this conflict with macromedia's trademark
policy? or do they know and love it?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: mx 6.1 7

2005-08-09 Thread Tangorre, Michael
 From: [EMAIL PROTECTED] [EMAIL PROTECTED] 
 We designed CFMX7 to coexist peacefully with all previous 
 versions (one of my requirements actually, since I figured 
 you'd want to do this).  
 Should be able to just install and go.

What is the best config options though? Install CF 7 using the J2EE
configuration option and tie into IIS then install 6 using the included
web server? I want both app servers to tie into the same webroot also.
:-) Sorry to sound so newbie-ish when it comes to installs and configs,
I am used to just installing and running with it.

Mike

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214148
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: why we love coldfusion..........

2005-08-09 Thread Will Tomlinson
just curious, but doesn't this conflict with macromedia's trademark
policy? or do they know and love it?

I checked with MM first and they're ok with the shirts. They review the designs 
I create and approve them. 

And FYI, I'm currently in the process of developing a new site with a new name:

www.coldfusiongear.com

Thanks,
Will


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214149
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Studio 8 announced

2005-08-09 Thread Robertson-Ravo, Neil (RX)
Well it includes Eclipse - which is the IDE in question.  Sure CFEclipse is
an extra download or if you will, the plugin.

Still takes a shorter time to get up and running than DW (not that I am
belittling DW ;-))




-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: 09 August 2005 13:29
To: CF-Talk
Subject: RE: Studio 8 announced

But does that zip contain a full IDE implementing the list I mentioned?
I haven't seen one yet. When someone stands up, and builds an installer
encapsulating this all you have a winner, but now it costs too much
money.

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: dinsdag 9 augustus 2005 9:51
To: CF-Talk
Subject: RE: Studio 8 announced

Installer? What can simpler than downloading a zip - unzip it, copy it
to a
folder and click on Eclipse.exe  - no reg keys, not added bloat.



-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: 08 August 2005 20:55
To: CF-Talk
Subject: RE: Studio 8 announced

The lack of a descent one in all installer is currently holding back
Eclipse. People don't have the time to go through the entire process, of
downloading Eclipse, downloading the Web toolkit, downloading the
prequisites of that toolkit, downloading CFEclipse, etc. 
 
If they managed to put this all into one package, so that you get easily
started with an Eclipse installation where you can edit
xml,xsl,javascript,(x)html,css,cfml,php without going to that proces.
And
maybe it is there already, and I just did not searched good enough ;)
 
As far as DW 8 concerned. For me personally the real good feature is
code
collapse, but I hope they didn't took the CFStudio/Homesite codebase for
this functionality, because everybody who used it in those old products,
knows that when you collapsed a large amount of code, scrolling the
document
was a pain in the ass.  So at least I hope that they did look at this
feature.
 
I like the enhanced compliance tests showed in the demo on the MM site,
but
for some reason I hope for more. Like that they
- fixed the numerous issues involved with the treeview in DWMX
- crashes when searching through folders with find  replace (and they
occured on specific xml files)
- showing the directory path of a occurence within search results so
that I
might now which one of the 1001 index.cfm's in the results belongs to
which
project.
- step into, just like Eclipse has on folders
- enabling selection and printing of the reference inside DW
- fixing the lookup of selections on search
- split code view, like cfstudio had
- breakdown of cfc's in a project
 
If they at least payed attention to the treeview they have a buyer, but
I
hope they improve the support of the product. I don't understand why
there
haven't been released more updaters for DWMX 2004. I hope they pay more
attention to existing customers :)

 
Micha 
 








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: why we love coldfusion..........

2005-08-09 Thread Matt Osbun
* All T- shirts are high quality, heavyweight 6.1 oz 100% cotton

That's great, but can I get mine in the new 7.0 oz version?

Okay- *I* thought it was funny, but I'm undercaffeinated. 

Matt Osbun
Web Developer
Health Systems, International


-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 8:18 AM
To: CF-Talk
Subject: Re: why we love coldfusion..


just curious, but doesn't this conflict with macromedia's trademark
policy? or do they know and love it?

I checked with MM first and they're ok with the shirts. They review the
designs I create and approve them. 

And FYI, I'm currently in the process of developing a new site with a
new name:

www.coldfusiongear.com

Thanks,
Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214151
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: mx 6.1 7

2005-08-09 Thread J.J. Merrick
I just did a straight install of both and have one talking to apache 2 
(7) and the other on port 8500 (6.1) using the internal webserver.

I then just created a bat file for each one that will start and stop as 
I need so I don't have 2 instances running at the same time when I only 
need one.


J.J.

Tangorre, Michael wrote:
From: [EMAIL PROTECTED] [EMAIL PROTECTED] 
We designed CFMX7 to coexist peacefully with all previous 
versions (one of my requirements actually, since I figured 
you'd want to do this).  
Should be able to just install and go.
 
 
 What is the best config options though? Install CF 7 using the J2EE
 configuration option and tie into IIS then install 6 using the included
 web server? I want both app servers to tie into the same webroot also.
 :-) Sorry to sound so newbie-ish when it comes to installs and configs,
 I am used to just installing and running with it.
 
 Mike
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: why we love coldfusion..........

2005-08-09 Thread Will Tomlinson
That's great, but can I get mine in the new 7.0 oz version?
Okay- *I* thought it was funny, but I'm undercaffeinated. 



No, that was kinda funny. *kinda*  heeheehee!

:)

Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cfform file upload

2005-08-09 Thread Will Tomlinson
I just think this is REALLY sweet!

http://www.asfusion.com/blog/entry/file-upload-with-coldFusion-flash-forms

Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Will Tomlinson
It has a progress bar. Bout damn time no?  :)

Will

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214155
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfform file upload

2005-08-09 Thread Damien McKenna
 http://www.asfusion.com/blog/entry/file-upload-with-coldFusion
 -flash-forms

Very nice indeed.  FYI it requires the Flash Player 8.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Will Tomlinson
Very nice indeed.  FYI it requires the Flash Player 8.



yeah, I was clickin on the file button and it didn't do anything. Then thought
DU! 

Got my 8 downloaded was an uploadin' fool! This is great!

Will

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfform file upload

2005-08-09 Thread Tangorre, Michael
 From: Damien McKenna [mailto:[EMAIL PROTECTED] 
 Very nice indeed.  FYI it requires the Flash Player 8.

I got installed yet I get IO Error. H

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Paul Hastings
Damien McKenna wrote:
http://www.asfusion.com/blog/entry/file-upload-with-coldFusion
-flash-forms
 
 
 Very nice indeed.  FYI it requires the Flash Player 8.

what happens if you hit it w/flash 7? does it prompt you to install flash 8?




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Will Tomlinson
I got installed yet I get IO Error. H

Mine worked ok here. 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214160
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Will Tomlinson
what happens if you hit it w/flash 7? does it prompt you to install flash 8?

I tried and it just did nothing. Absolutely nothing. I stared at the screen 
with a blank look. Then the light bulb came on. :)

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Will Tomlinson
It has a PROGRESS BAR! 

Did I mention that part?? 

YA!!!   :)


Will

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfform file upload

2005-08-09 Thread Marlon Moyer
That might be the biggest news for me concerning Flash 8.

On 8/9/05, Will Tomlinson [EMAIL PROTECTED] wrote:
 It has a progress bar. Bout damn time no?  :)
 
 Will
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214163
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URL question

2005-08-09 Thread Ewok
Not exactly sure what it is but all of these work fine on my dev server:

www.mysite.com?var=1
www.mysite.com/?var=1
www.mysite.com/index.cfm?var=1

but only the last one works in production. We are running the same versions
of windows/IIS/CF on both so it is a setting somewhere. So... yes. There's a
potential pitfall


-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 8:42 AM
To: CF-Talk
Subject: URL question

I gave my affiliate a URL to link to my site, which I grab the variable and
do my thing with it. 

His link SHOULD BE: www.mysite.com?AFFID=101

But he did this instead: www.mysite.com/?AFFID=101

Everything still works fine when testing but I didn't know if there could be
a potential pitfall with the extra slash in there. 

Thanks,
Will 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214164
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfform file upload

2005-08-09 Thread Micha Schopman
The widget acts like I am using a 1000mbit pipe (I wish). Transferring
14.5MB in just 5 seconds ... 

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 9 augustus 2005 14:50
To: CF-Talk
Subject: Re: cfform file upload

It has a PROGRESS BAR! 

Did I mention that part?? 

YA!!!   :)


Will



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214165
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URL question

2005-08-09 Thread Dave.Phillips
Sounds to me like your #1 default document on your production server for 
www.mysite.com is not index.cfm.  Check that, I'll bet they are different.

Dave

-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 9:54 AM
To: CF-Talk
Subject: RE: URL question


Not exactly sure what it is but all of these work fine on my dev server:

www.mysite.com?var=1
www.mysite.com/?var=1
www.mysite.com/index.cfm?var=1

but only the last one works in production. We are running the same versions
of windows/IIS/CF on both so it is a setting somewhere. So... yes. There's a
potential pitfall


-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 8:42 AM
To: CF-Talk
Subject: URL question

I gave my affiliate a URL to link to my site, which I grab the variable and
do my thing with it. 

His link SHOULD BE: www.mysite.com?AFFID=101

But he did this instead: www.mysite.com/?AFFID=101

Everything still works fine when testing but I didn't know if there could be
a potential pitfall with the extra slash in there. 

Thanks,
Will 





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214166
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: sharing huge amount of data per webservice

2005-08-09 Thread Dharmendar Kumar
Passing the resultset (~ million rows) from DB to CF may not work (unless
you break it up).

You could use the DB to write the file and then pass the file to CF. For eg,
in SQL Server, you could create a DTS package. Export stuff out of your
database, write to a file, FTP the file to the webserver, pass the file path
to the web service caller. If the file is very big, you could zip it up and
pass the zipped file around.

Also, you may want to use asynchronous Web services for this kind of work -
so your web service client does not have to wait till your servers do the
work.

Dharmendar Kumar (DK)

-Original Message-
From: Joerg Zimmer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 7:42 AM
To: CF-Talk
Subject: Re: sharing huge amount of data per webservice


hi,

1) Have one method that says howmany rows there are, then another that
returns 
N rows starting at offset M.

We already applied arguments to the webservice, allowing to control start
and end-date and to specify a participant.
However, some participants managed to create 80,000 Rows for them alone.

2) Write the file to somewhere the web server can see it, and use the 
webservice to indicate the location of the file.

To create this file I would have to generate it's content in a variables and
write this variable into the file. Would result in an outofmemory error
again.

something like
cffile action=write file=C:\test
here goes the content
/cffile

would be great :)



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214167
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFORM: ActionScript to Control TabNavigator in Flash Form?

2005-08-09 Thread Felipe Fernandes
Give your tabnavigator an id and use this code:

yourTabNavId[tabBar]._tab0.enabled = false; 

 _tab0 is the first tab on the tabnavigator (use _tab1 for the second
and so on).

Be aware, using unsupported code like this is not guaranteed to work
in future releases, and could have unintended consequences, and cause
your immortal soul to be damned to hell.  As said by Jeff Tapper in
this article from where I got it.
http://jeff.mxdj.com/disabling_a_tab_in_a_flex_tabnavigator.htm
The only modification you have to do in his article to work on cfform
is to use the id instead the name of yourtabnavigator

Felipe


On 8/9/05, Greg Hamer [EMAIL PROTECTED] wrote:
 fyi ... following is a definitive answer that I received off-list from Mike
 Nimer @ Macromedia (after a friend forwarded my question to him):
 
 Greg,
 
 No it's not possible. The closest you can get is to disable the fields in
 the tab (or the VBox, Panel, etc) cfformgroup that wraps the fields. But the
 tab has to stay. 
 
 Hth,
 
 ---nimer
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214168
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URL question

2005-08-09 Thread Burns, John D
You may want to check to make sure that index.cfm is set up as a default
document on the site.  For the first two examples, it uses the default
document since you didn't specify one and handles the rest as URL
variables. My guess would be that you need to set that up in IIS for
that website on production. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 9:54 AM
To: CF-Talk
Subject: RE: URL question

Not exactly sure what it is but all of these work fine on my dev server:

www.mysite.com?var=1
www.mysite.com/?var=1
www.mysite.com/index.cfm?var=1

but only the last one works in production. We are running the same
versions of windows/IIS/CF on both so it is a setting somewhere. So...
yes. There's a potential pitfall


-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 8:42 AM
To: CF-Talk
Subject: URL question

I gave my affiliate a URL to link to my site, which I grab the variable
and do my thing with it. 

His link SHOULD BE: www.mysite.com?AFFID=101

But he did this instead: www.mysite.com/?AFFID=101

Everything still works fine when testing but I didn't know if there
could be a potential pitfall with the extra slash in there. 

Thanks,
Will 





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214169
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: URL question

2005-08-09 Thread S . Isaac Dealey
 I gave my affiliate a URL to link to my site, which I grab
 the variable and do my thing with it.

 His link SHOULD BE: www.mysite.com?AFFID=101

 But he did this instead: www.mysite.com/?AFFID=101

 Everything still works fine when testing but I didn't know
 if there could be  a potential pitfall with the extra
 slash in there.

My experience has been that bad things happen when the slash is
omitted... at least that's the case when there's a directory after the
domain name but not a file... i.e. www.site.com/sub/?affid=101 works
but www.site.com/sub?affid=101 iirc produces a file not found on my
systems

s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214171
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Architecture thoughts

2005-08-09 Thread S . Isaac Dealey
 On Monday 08 August 2005 23:34, Marlon Moyer wrote:
 ability to use flash, html, ajax,etc.  I was thinking
 about creating
 all of the business logic as a set of web services.  Any
 thoughts,

 Pitfall- web services are slow to execute, certainly much
 slower than an Ajax
 post/get.

I thought AJAX apps generally used webservices to fetch their data...
isn't that the reason they use the XmlHttpRequest object? (and the
reason why X ended up in the acronym).


s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214170
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: mx 6.1 7

2005-08-09 Thread dcooper
Sure, you could do that.  If you'd like CFMX7 to pick up your CF5 or CFMX6.x 
settings, then installing CFMX7 last makes that easy.

You could also have diff web server instances/sites configured to point at 
different CF versions.

Or you could use the built-in JWS if you like.

 From: [EMAIL PROTECTED] [EMAIL PROTECTED] 
 We designed CFMX7 to coexist peacefully with all previous 
 versions (one of my requirements actually, since I figured 
 you'd want to do this).  
 Should be able to just install and go.

What is the best config options though? Install CF 7 using the J2EE
configuration option and tie into IIS then install 6 using the included
web server? I want both app servers to tie into the same webroot also.
:-) Sorry to sound so newbie-ish when it comes to installs and configs,
I am used to just installing and running with it.

Mike

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214172
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Architecture thoughts

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 15:49, S. Isaac Dealey wrote:
 I thought AJAX apps generally used webservices to fetch their data...
 isn't that the reason they use the XmlHttpRequest object? (and the
 reason why X ended up in the acronym).

In the context of having to submit a form, run the webservice server-side, and 
return a new page, a native Ajax request will be much faster.
'Course, you then have to expose your webservices to the world, which has 
security concerns...
That's what I meant.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214173
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: CFMAIL reverse DNS question

2005-08-09 Thread Burns, John D
This question is more about servers that receive mail from a cfmail tag
than it is about actually generating mail using cfmail.  I figured
someone here may know the answer.  I know many mail servers now do
reverse DNS lookups to make sure the mail server connecting is actually
who it says it is and that the mail can come from there.  My question is
if you had a site that allowed people to send e-cards or something like
that to friends and you had it so they could enter their email address
and wanted it to show up as the from address on the email, is that
very reliable since their domain isn't on your server? Will this cause
problems with delivery? Is it better to send it from an account that is
on your mail server? Just curious how this is handled. I know the
attempt to block out spam is a good thing but I'm wondering how we as
developers are going to handle some of these things that our users have
come to expect on the net. Any thoughts/ideas from any mail server/spam
gurus would be helpful.
 
John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 
 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214174
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Fwd: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread Jeremy Adams
Anyone else seen this? Just a reference to a cross-site scripting
attack, but I thought it interesting that it was posted as a
vulnerability with the fusebox framework as opposed to poor code
implementation by the application programmer.


- Original Message -
From: N.N.P [EMAIL PROTECTED]
To: bugtraq@securityfocus.com
Sent: Wednesday, August 03, 2005 4:19 AM
Subject: Coldfusion Fusebox V4.1.0 Vulnerability


This was discovered by myself over the weekend. I cant find out what
versions of fusebox this vulnerability is in but seeing as it affects
the main fusebox page I can only assume it is the latest v4.1.0 and
possibly some older versions.

According to the Fusebox site,

What is Fusebox?
Fusebox is a standard framework for building web-based applications.

Basically the fusebox takes all requests for actions such as
searching, login etc etc on a site and passes it off to the relevant
script (check out their site for more info). Normally you see
something like

[code]
http://www.fusebox.org/index.cfm?fuseaction=fusebox.overview[/code]

Basically this vulnerability allows the execution of JS. For example

http://www.site.org/index.cfm?fuseaction=;scriptdocument.location=http://silentcode.net;/script

Im sure if anyone feels like screwing around with it im sure you'll
find some other interesting problems with it, the thing is like swiss
cheese ; )

Comments and critisisms are welcome.

Comments:
Some sites using fusebox are not vulnerable. It appears to be possible
to set a standard page for errors and some filter out the script tags.
Also some will work with redirects and normal alert boxes but will
filter out document.cookie. In cases like these it often proves useful
to leave in the actual fuseaction. This helps avoid the error in some
cases. e.g
http://www.site.org/index.cfm?fuseaction=fusebox.overview;scriptalert(document.cookie)/script

Usage:
The main usage of this vulnerability would be cookie stealing. This is
achieved by redirecting the user to a php script on a site you control
with the users cookie as a parameter to the script. Then to avoid
raising suspicions redirect them back to the page they thought they
were accessing. Google cookie stealing for more info.

Fix:
Filtering all input to the fusebox correctly should solve this. As
well as that setting it to surpress errors and having a default error
page should also help.

Googling for allinurl:/index.cfm?fuseaction= will give you an idea of
how many sites are possibly vulnerable.

Enjoy,
NNP

As a side note, if the server isnt set to surpress errors you can get
some interesting info such as full path disclosure etc by passing in
special characters such as ?

e.g https://site.com/index.cfm?fuseaction=?

If you want to see an example of what i mean have a look on
http://silentcode.net/community

I've posted a vulnerable site there.
--
http://silentcode.net


From: Ian Mitchell [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: bugtraq@securityfocus.com
Date: Aug 3, 2005 1:12 PM
Subject: Re: Coldfusion Fusebox V4.1.0 Vulnerability
Reply | Reply to all | Forward | Print | Add sender to Contacts list |
Trash this message | Report phishing | Show original

Having been a modified fusebox developer for a while I can say that there
are likely MANY more problems besides that, such as SQL injection and XSS
issues that still need to be resolved in many Fusebox apps. We addressed
them by creating a standard parse function in the index.cfm file that
prevented any sub fuses from being affected. However since I was under
contract I can't provide said code, sorry. But I highly advise a security
module that does basic sanity checks, authentication validation, tests for
session hijacks/fixations, and other funny business that gets thrown at
the fusebox. This security module or fuse needs to be called first and
formost before ANY other fuses get called and should be accessed directly
from the index.cfm file before anything else happens. Coldfusion itself
doesn't do much for sanity checks, it's up to the developer to take those
into consideration.

What I found interesting was that the first 10 entries returned from the
google search were Senator's... interesting.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214175
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMAIL reverse DNS question

2005-08-09 Thread Mark A Kruger
John,

Yes it will cause problems - particularly with AOL who is the biggest
proponent of reverse lookup.  Here's how we get around that for a customer
(webbrochures.net).

1. Set up a catch all account for YOUR on the mail server. Any mail that
does not have a correct username will end up here.
2. Send from a unique email address at YOUR domain that does NOT have a
mailbox on the mail server - bounces and replies will end up going back into
your catchall account.
3. Retrieve mail from the catchall mail box and forward it appropriately.

-mark

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 9:53 AM
To: CF-Talk
Subject: SOT: CFMAIL reverse DNS question


This question is more about servers that receive mail from a cfmail tag
than it is about actually generating mail using cfmail.  I figured
someone here may know the answer.  I know many mail servers now do
reverse DNS lookups to make sure the mail server connecting is actually
who it says it is and that the mail can come from there.  My question is
if you had a site that allowed people to send e-cards or something like
that to friends and you had it so they could enter their email address
and wanted it to show up as the from address on the email, is that
very reliable since their domain isn't on your server? Will this cause
problems with delivery? Is it better to send it from an account that is
on your mail server? Just curious how this is handled. I know the
attempt to block out spam is a good thing but I'm wondering how we as
developers are going to handle some of these things that our users have
come to expect on the net. Any thoughts/ideas from any mail server/spam
gurus would be helpful.

John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214176
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMAIL reverse DNS question

2005-08-09 Thread Robertson-Ravo, Neil (RX)
First off, little paragraphs would help here ;-)

You are correct in assuming - it isn't safe - basically when you send an
email to from say [EMAIL PROTECTED] to your email addy and your SMTP server
has RDNSL setup it should look at the sending domain then reverse lookup to
see if Microsoft.com sent it - you can override these checks but you
wouldn't want to really.

What are we doing about it - well we as developers have to ensure that the
sender address is indeed valid and can be validated back to the domain it
appeared to come from.

What you could do to fool the system (which would work on systems which
support it) is to use the alias so you could say From: [EMAIL PROTECTED]
but the actual email address would be [EMAIL PROTECTED] and as long as
yoursite.com can be validated via RDNSL then you will be fine.

Neil









-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: 09 August 2005 15:53
To: CF-Talk
Subject: SOT: CFMAIL reverse DNS question

This question is more about servers that receive mail from a cfmail tag
than it is about actually generating mail using cfmail.  I figured
someone here may know the answer.  I know many mail servers now do
reverse DNS lookups to make sure the mail server connecting is actually
who it says it is and that the mail can come from there.  My question is
if you had a site that allowed people to send e-cards or something like
that to friends and you had it so they could enter their email address
and wanted it to show up as the from address on the email, is that
very reliable since their domain isn't on your server? Will this cause
problems with delivery? Is it better to send it from an account that is
on your mail server? Just curious how this is handled. I know the
attempt to block out spam is a good thing but I'm wondering how we as
developers are going to handle some of these things that our users have
come to expect on the net. Any thoughts/ideas from any mail server/spam
gurus would be helpful.
 
John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 
 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214178
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Architecture thoughts

2005-08-09 Thread S . Isaac Dealey
 On Tuesday 09 August 2005 15:49, S. Isaac Dealey wrote:
 I thought AJAX apps generally used webservices to fetch
 their data...
 isn't that the reason they use the XmlHttpRequest object?
 (and the
 reason why X ended up in the acronym).

 In the context of having to submit a form, run the
 webservice server-side, and
 return a new page, a native Ajax request will be much
 faster.
 'Course, you then have to expose your webservices to the
 world, which has
 security concerns...
 That's what I meant.

I must have missed the context 'cause I'm still lost. but okay. :)

s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214177
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMAIL reverse DNS question

2005-08-09 Thread Robertson-Ravo, Neil (RX)
RDNSL will be on as *standard* soon - it is becoming the norm.



-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: 09 August 2005 16:08
To: CF-Talk
Subject: RE: CFMAIL reverse DNS question

John,

Yes it will cause problems - particularly with AOL who is the biggest
proponent of reverse lookup.  Here's how we get around that for a customer
(webbrochures.net).

1. Set up a catch all account for YOUR on the mail server. Any mail that
does not have a correct username will end up here.
2. Send from a unique email address at YOUR domain that does NOT have a
mailbox on the mail server - bounces and replies will end up going back into
your catchall account.
3. Retrieve mail from the catchall mail box and forward it appropriately.

-mark

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 9:53 AM
To: CF-Talk
Subject: SOT: CFMAIL reverse DNS question


This question is more about servers that receive mail from a cfmail tag
than it is about actually generating mail using cfmail.  I figured
someone here may know the answer.  I know many mail servers now do
reverse DNS lookups to make sure the mail server connecting is actually
who it says it is and that the mail can come from there.  My question is
if you had a site that allowed people to send e-cards or something like
that to friends and you had it so they could enter their email address
and wanted it to show up as the from address on the email, is that
very reliable since their domain isn't on your server? Will this cause
problems with delivery? Is it better to send it from an account that is
on your mail server? Just curious how this is handled. I know the
attempt to block out spam is a good thing but I'm wondering how we as
developers are going to handle some of these things that our users have
come to expect on the net. Any thoughts/ideas from any mail server/spam
gurus would be helpful.

John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer








~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214179
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread Adrocknaphobia
This doesnt look like a fusebox vulnerability. Rather it is a
vulnerability of any web application that displays URL values in the
processing page.

Fusebox does not output these values to HTML by default. The developer
of the application would need to code it in that manner. For exmaple
there are a number of fusebox applications that do not output html at
all.

Whoever submitted this to SecurityFocus is a retard.

-Adam

On 8/9/05, Jeremy Adams [EMAIL PROTECTED] wrote:
 Anyone else seen this? Just a reference to a cross-site scripting
 attack, but I thought it interesting that it was posted as a
 vulnerability with the fusebox framework as opposed to poor code
 implementation by the application programmer.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214180
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread Loathe
Tell us what you really think Adam :)

Seriously though, you are, as usual, exactly right.  Whoever submitted 
this as a 'Fusebox' vulnerability doesn't seem to know much about web 
development in general.  This would be a problem with a poorly written 
application in any language and not something that is, or should be, 
handled natively by the fusebox core files.

Adrocknaphobia wrote:
 This doesnt look like a fusebox vulnerability. Rather it is a
 vulnerability of any web application that displays URL values in the
 processing page.
 
 Fusebox does not output these values to HTML by default. The developer
 of the application would need to code it in that manner. For exmaple
 there are a number of fusebox applications that do not output html at
 all.
 
 Whoever submitted this to SecurityFocus is a retard.
 
 -Adam

-- 
Tim Heald
Senior Web Developer
TeraTech, Inc.
2003 Winner CFDJ awards Best Consulting Service

Email: [EMAIL PROTECTED]
Voice: 1-301-424-3903 x111
Web:   http://www.teratech.com

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214181
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFCOMPILE question

2005-08-09 Thread Steve Brownlee
I haven't seen many people talk about using this little tool, but I'm hoping
someone has some experience in it.  When I run cfcompile.bat from the command
line, I keep seeing this message and the process stops.

Exception in thread main java.lang.NoClassDefFoundError:
javax/servlet/ServletException
at
coldfusion.tools.CommandLineInvoker.main(CommandLineInvoker.java:65)

After poking around for a while, I determined that it's attempting to load
the coldfusion.tools.Compiler class and failing.  Has anyone seen the
cfcompile tool fail like this before and have a possible solution?

TIA,
Steve

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214182
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Totals from Last 7 days, multiple tables

2005-08-09 Thread Eric J. Hoffman
Quick question...this query is wrong, but I am in the middle of spitballing how 
to get this information.  I am sure an old SQL hand will want to slap me and 
say duh..but what I am trying to get is the total of calls for each day for the 
last seven days...the logs of these calls exist over three separate tables.  I 
don't know how to group the calcs in the subqueries.   So maybe it should be 
rewritten?
 
Here's what I have:
 
SELECT COUNT (*) + (Select count(*) as totalcalls from cases_notes WHERE 
note_date BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) +
  (Select count(*) as totalcalls from customer_info WHERE logdate BETWEEN 
#createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) as contacts,
  DATEPART(dd, customer_log.logdate) as dow
 FROM customer_log
 WHERE customer_log.logdate BETWEEN #createodbcdate(dateformat(Dateadd('D', -7, 
now()), 'mm/dd/'))# AND #DateAdd('D', 1, now())#
 GROUP BY DATEPART(dd, customer_log.logdate)

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214183
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: squares in QoQ

2005-08-09 Thread Short Fuse Media
Haven't tested it, but does the Sqr function work in this case?

http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=0870.htm

Erik Yowell
Short Fuse Media, Inc.

Matthew Walker wrote:

I notice the power operator doesn't seem to work inside
query-of-queries. For example:

 

WHERE (#params.x# - x)^2 + (#params.y# - y)^2  #params.range^2#

 

The third one actually does work as CF evaluates it before processing
the query code. The first and second don't work as they are part of the
SQL. I can of course just use a multiplication operator. But I was
wondering if there's any info about on what operators are supported  in
QoQ (this is CF7). 





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214184
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Totals from Last 7 days, multiple tables

2005-08-09 Thread Robertson-Ravo, Neil (RX)
Could cheat and just do this ;-)

DECLARE @count1 INT
DECLARE @count2 INT
DECLARE @count3 INT
DECLARE @total INT
select @count1 = count(*) as totalcalls from cases_notes WHERE note_date
BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#)
Select @count2 = count(*) as totalcalls from customer_info WHERE logdate
BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#)
select @count3 = count(*)  FROM customer_log WHERE customer_log.logdate
BETWEEN #createodbcdate(dateformat(Dateadd('D', -7, now()), 'mm/dd/'))#
AND #DateAdd('D', 1, now())#)

set @total = @count1 +  @count2 + @count3

SELECT @total




-Original Message-
From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] 
Sent: 09 August 2005 16:26
To: CF-Talk
Subject: Totals from Last 7 days, multiple tables

Quick question...this query is wrong, but I am in the middle of spitballing
how to get this information.  I am sure an old SQL hand will want to slap me
and say duh..but what I am trying to get is the total of calls for each day
for the last seven days...the logs of these calls exist over three separate
tables.  I don't know how to group the calcs in the subqueries.   So maybe
it should be rewritten?
 
Here's what I have:
 
SELECT COUNT (*) + (Select count(*) as totalcalls from cases_notes WHERE
note_date BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#)
+
  (Select count(*) as totalcalls from customer_info WHERE logdate BETWEEN
#createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) as contacts,
  DATEPART(dd, customer_log.logdate) as dow
 FROM customer_log
 WHERE customer_log.logdate BETWEEN #createodbcdate(dateformat(Dateadd('D',
-7, now()), 'mm/dd/'))# AND #DateAdd('D', 1, now())#
 GROUP BY DATEPART(dd, customer_log.logdate)



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214185
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


ColdFusion and Oracle Single Sign On

2005-08-09 Thread wolf2k5
Hi,

Does anyone have experience integrating Oracle Single Sign On (OSS)
with ColdFusion?

Do you know any good resource to get started?

Thanks.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214186
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFForm format flash grid does not refresh

2005-08-09 Thread David Brown
This is very strange and I am going to try to explain it. 
First the problem: 
Only on windows 2000 workstations with IE 6 using flash 7 player does this 
problem occur. I have a flash form with 5 cfgrids on it. I can click on the 
columns in the first grid and you hear the click and see the column turn into a 
blank to allow typing. You can also type anything that you want without issue. 
It works as it should. But below that grid down the other cfgrids and input 
fields does not work. You can click on them and you hear the click, but if you 
type you don't see anything. But if you scroll the screen untill the grid is 
not displayed and then scroll back down to see you can see what was typed. 

This same machine on a different web server works fine on the same form with 
the same code. You can change the web address from server to server and it will 
work fine and not work as described with the same workstation windows 2000 
flash 7. 

But Windows xp Pro IE 6 and Flash 7 player does not have a problem on either 
server. 

I have copied the code that is working on the good server to the same path 
location on our production server and with windows 2000 it does not work. But 
using windows xp both with flash 7 and windows xp works. So that means it can't 
be the code right or the server? Because I have shown that it the code works on 
both servers with windows xp and works on one server with windows 2000. The 
flash player is the same v7. I thought that flash takes care of browser issues. 

Any suggestions? Would you like to see the code that I am using? 


David

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214187
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fwd: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread S . Isaac Dealey
 Anyone else seen this? Just a reference to a
 cross-site scripting attack, but I thought it
 interesting that it was posted as a
 vulnerability with the fusebox framework as
 opposed to poor code implementation by the
 application programmer.

It's definately an implementation issue, not a framework issue...
Reminds me of something else ... I remember reading some well
respected web developer saying that CF was crap because it didn't
innately prevent XSS attacks, but then went on to promote PHP -- which
also doesn't innately prevent XSS attacks.

Anyway... Yeah, the folks who maintain the FB site should know better,
and they should use urlencodedformat() and/or htmleditformat() on
_all_ their variables... but that's not a bug in the framework...

On the other hand, it is possible to have an implementation style,
tool or set of tools that help to alleviate XSS attacks without
necessarily requiring the developer to take the time and attention to
ensure that all those variables are indeed formatted with either of
those methods. The onTap framework as an example has a library of
functions designed to build modular HTML interfaces. This function
library is then further abstracted by a library of functions used to
parse XHTML documents (or more commonly fragments) into these modular
html interfaces. Either way, by using the function library or by using
a parsed XHTML fragment, these tools apply the necessary
html-formatting automatically (and in some cases url formatting),
which virtually eliminates the threat of this form of XSS when it's
used (there are of course many forms of XSS).


s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214188
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


sharing query objects between coldfusion to .net

2005-08-09 Thread Protoculture
is there any way this can be done? putting the query object into a server or 
session varible perhaps?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214189
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Totals from Last 7 days, multiple tables

2005-08-09 Thread Eric J. Hoffman
Thanks for the SP...
 
But I need to output:   Day 1  55 Day 2 130  Day 3 110
 
So I have to group the totals by day.



From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Sent: Tue 8/9/2005 10:25 AM
To: CF-Talk
Subject: RE: Totals from Last 7 days, multiple tables



Could cheat and just do this ;-)

DECLARE @count1 INT
DECLARE @count2 INT
DECLARE @count3 INT
DECLARE @total INT
select @count1 = count(*) as totalcalls from cases_notes WHERE note_date
BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#)
Select @count2 = count(*) as totalcalls from customer_info WHERE logdate
BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#)
select @count3 = count(*)  FROM customer_log WHERE customer_log.logdate
BETWEEN #createodbcdate(dateformat(Dateadd('D', -7, now()), 'mm/dd/'))#
AND #DateAdd('D', 1, now())#)

set @total = @count1 +  @count2 + @count3

SELECT @total




-Original Message-
From: Eric J. Hoffman [mailto:[EMAIL PROTECTED]
Sent: 09 August 2005 16:26
To: CF-Talk
Subject: Totals from Last 7 days, multiple tables

Quick question...this query is wrong, but I am in the middle of spitballing
how to get this information.  I am sure an old SQL hand will want to slap me
and say duh..but what I am trying to get is the total of calls for each day
for the last seven days...the logs of these calls exist over three separate
tables.  I don't know how to group the calcs in the subqueries.   So maybe
it should be rewritten?

Here's what I have:

SELECT COUNT (*) + (Select count(*) as totalcalls from cases_notes WHERE
note_date BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#)
+
  (Select count(*) as totalcalls from customer_info WHERE logdate BETWEEN
#createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) as contacts,
  DATEPART(dd, customer_log.logdate) as dow
 FROM customer_log
 WHERE customer_log.logdate BETWEEN #createodbcdate(dateformat(Dateadd('D',
-7, now()), 'mm/dd/'))# AND #DateAdd('D', 1, now())#
 GROUP BY DATEPART(dd, customer_log.logdate)





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214190
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: sharing query objects between coldfusion to .net

2005-08-09 Thread Marlon Moyer
use bluedragon.net :)


On 8/9/05, Protoculture [EMAIL PROTECTED] wrote:
 is there any way this can be done? putting the query object into a server or 
 session varible perhaps?
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214191
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: sharing query objects between coldfusion to .net

2005-08-09 Thread Steve Brownlee
Yes, you can write remote ColdFusion Components and publish them as web
services which .NET can consume.  One caveat to note... .NET can't innately
convert a ColdFusion query to a native object.  You have to convert your
CFQUERY recordset - usually to an XML string - in your CFC method before
returning it to .NET.

 -Original Message-
 From: Protoculture [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 09, 2005 11:57 AM
 To: CF-Talk
 Subject: sharing query objects between coldfusion to .net
 
 is there any way this can be done? putting the query object 
 into a server or session varible perhaps?

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214192
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Architecture thoughts

2005-08-09 Thread Barney Boisvert
I rarely use web services, instead preferring to just use GET and POST
operations.  The XmlHttpRequest object was designed for fetching
remote XML, but it's really nothing more than an HttpRequest object,
and can be used as such.  There's some XML-related stuff, but at the
core is just simple HTTP.

If you're doing complex data passing, web services are very helpful,
particularly the ability to have multiple typed parameters and complex
data that is automatically marshalled/unmarshalled for you, but for
simpler stuff, GET and POST are more than adequate.  Web services also
have a fairly high spin-up cost for parsing the WSDL and making the
stubs and stuff.  Not a big deal if you have a single page UI that
does everything dynamically, but if you're still switching pages and
just doing dynamic things within those pages, that cost can be
prohibitive.

Since GET/POST don't require any of that, they don't have any
initialization cost except making an HTTP connection (something
browsers are good at), and are therefore ridiculously fast.

cheers,
barneyb

On 8/9/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:
 I thought AJAX apps generally used webservices to fetch their data...
 isn't that the reason they use the XmlHttpRequest object? (and the
 reason why X ended up in the acronym).
 
 
 s. isaac dealey 954.522.6080
 new epoch : isn't it time for a change?


-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214193
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: sharing query objects between coldfusion to .net

2005-08-09 Thread Dave Carabetta
On 8/9/05, Protoculture [EMAIL PROTECTED] wrote:
 is there any way this can be done? putting the query object into a server or 
 session varible perhaps?
 

Joe Rinehart just wrote an excellent article about sharing data
between CF and .NET:

http://coldfusion.sys-con.com/read/47199.htm

Regards,
Dave.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214194
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF7 lots of new Ambiguous column name issues

2005-08-09 Thread jonese
Has anyone else encountered a rash of  Ambiguous column name errors 
cropping up in CF7 that you didn't get in CF6.1 or CF5?

We have a MS SQL 2000 backend and our CMS was recently upgraded and ported 
to CF7 from CF6.1. Since moving to CF7 a lot of our scripts are breaking due 
to  Ambiguous column name errors which we never encountered in previous CF 
versions. 

Am i missing a configuration setting or did the major leap in DataDirect 
dirvers versions bring this bug to the surface.

And yes we know that it's bad to not referance the columns as 
tablename.columnname but in our system some things are just too dynamic to 
do this at this time.

Ideas? thoughts? solutions??

jonese


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214195
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


XML Random Error

2005-08-09 Thread jonese
Man it's a day of bugs. 

Our CMS uses XML for certain things like our dynamic flash menu etc. and on 
occasion we'll get the following error:

An error occured while Parsing an XML document. 
Premature end of file. 

Anyone have any idea why this error would show up just once in a blue moon?

here's the snippet when the code is choaking:

cfswitch expression=#ATTRIBUTES.action#
cfcase value=XML2CFML
cfif attributes.output EQ a_formelements
cfset userInput = XmlParse(ATTRIBUTES.input) -- CF 
reports error on this line
!--- Create array/struct object from datadefinition XML object--- 
cfset a_formelements=arrayNew(1)
cfloop from=1 to=#arrayLen(userInput.XMLRoot.XmlChildren)# index=q
cfset thisStruct=structNew()
cfloop from=1 to=#arrayLen(userInput.XMLRoot.XmlChildren[q].XmlChildren)# 
index=r
cfset 
thisStruct.#userInput.XMLRoot.XmlChildren[q].XmlChildren[r].XmlName#=
userInput.XMLRoot.XmlChildren[q].XmlChildren[r].XmlText
/cfloop
cfset a_formelements[q]=thisStruct
/cfloop
cfset returnThis = a_formelements
snip

jonese


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214196
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


EAR Problems

2005-08-09 Thread Tangorre, Michael
I download the JRE, install it, and add the following to the class path:
C:\Program Files\Java\j2re1.4.2_08
 
I installed JRUN. Ran the updater. The default and admin servers are
running fine.
 
I ran the cfmx 6.1 installer and had the EAR file placed into c:\cfmx61\
I ran the cfmx 7.0 installer and had the EAR file placed into c:\cfmx70\
 
By the way, I am following directions from here:
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/instal16.htm#wp11
4171
 
Anyway, I open a command window and create a directory in c:\cfmx61\
called cfusion-ear
 
When I try to cd to that directory I get Invalid Directory. I go into
Windows explorer and the directory is there!
 
Any ideas? I tried rebooting, tried starting over... nothing works. Am I
missing something here. Once I can navigate to that directory I will
expand the file out and continue on this just seems very odd. And
yes, I tried using quotes around the directory name, etc.
 
Mike
 
 
 
 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214197
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Barney Boisvert
Is it a SQL error, or a CF error?  Because it could be CF not liking
having a query return multiple columns with the same name (SELECT
t1.name, t2.name), because query objects can't deal with that.

That's a total WAG, as I don't use SQL Server, the Data Direct
drivers, or much of CF7 (just one server of 14), but thought I'd throw
it out there.

cheers,
barneyb

On 8/9/05, jonese [EMAIL PROTECTED] wrote:
 Has anyone else encountered a rash of  Ambiguous column name errors
 cropping up in CF7 that you didn't get in CF6.1 or CF5?
 
 We have a MS SQL 2000 backend and our CMS was recently upgraded and ported
 to CF7 from CF6.1. Since moving to CF7 a lot of our scripts are breaking due
 to  Ambiguous column name errors which we never encountered in previous CF
 versions.
 
 Am i missing a configuration setting or did the major leap in DataDirect
 dirvers versions bring this bug to the surface.
 
 And yes we know that it's bad to not referance the columns as
 tablename.columnname but in our system some things are just too dynamic to
 do this at this time.
 
 Ideas? thoughts? solutions??
 
 jonese
 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214198
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Damien McKenna
Is it specific queries or apparently random?  Can you post a sample
query?

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214199
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: EAR Problems

2005-08-09 Thread Russ
This is very strange... how did you create the directory?  Through the
command prompt?  I'm not sure how good you are at using the command prompt,
but make sure you're in the right place before cding to the directory.  For
example open up a command prompt:

Start-run-cmd

C:
Cd \cfmx61
mkdir cfusion-ear
cd cfusion-ear
dir


that should work... you can also do dir in every directory up till you get
there to make sure you're in the right place... also try using tab... newer
versions of windows allow you to do autocomplete by using tab... so
something like cd cfus[tab] would probably work... 

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 12:37 PM
To: CF-Talk
Subject: EAR Problems

I download the JRE, install it, and add the following to the class path:
C:\Program Files\Java\j2re1.4.2_08
 
I installed JRUN. Ran the updater. The default and admin servers are
running fine.
 
I ran the cfmx 6.1 installer and had the EAR file placed into c:\cfmx61\
I ran the cfmx 7.0 installer and had the EAR file placed into c:\cfmx70\
 
By the way, I am following directions from here:
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/instal16.htm#wp11
4171
 
Anyway, I open a command window and create a directory in c:\cfmx61\
called cfusion-ear
 
When I try to cd to that directory I get Invalid Directory. I go into
Windows explorer and the directory is there!
 
Any ideas? I tried rebooting, tried starting over... nothing works. Am I
missing something here. Once I can navigate to that directory I will
expand the file out and continue on this just seems very odd. And
yes, I tried using quotes around the directory name, etc.
 
Mike
 
 
 
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214200
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: EAR Problems

2005-08-09 Thread Tangorre, Michael
 


 From: Russ [mailto:[EMAIL PROTECTED] 
 This is very strange... how did you create the directory?  
 Through the command prompt?  I'm not sure how good you are at 
 using the command prompt, but make sure you're in the right 
 place before cding to the directory.  For example open up a 
 command prompt:

I created the directory from within the initial directory (c:\cfmx61 and
c:\cfmx70) using the following (minus quotes): md cfusion-ear

It is very odd!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214201
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: COM problems

2005-08-09 Thread Peter Shaw
On Tuesday 09 August 2005 11:49, Peter Shaw wrote:
 scope. The name of the image file is identical on each request and is being
 displayed further down the same web page that generates it.

What if you make the filename unique per-request ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

Thanks Tom,

The COM object has been amended so that it generates a unique filename for each 
request but I am still seeing the same behaviour. I can create an instance 
which works, but only one time and then ColdFusion needs to be restarted before 
another image can be successfully created.

The object is being released at the end of each request with
cfset releaseComObject(instance)

If I try to create another instance of the COM object with a different name 
then this also fails.

Most grateful for any ideas on how to work out what is wrong.

Peter


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214202
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread jonese
It is definatly a sql issue because when i copy out the queries and past 
them into enterprise manager or query analyzer i get the same error.

It's not random it happens on the same query on every site which has 2 
tables with the same column name (in this case archive).

I've changed the query to referance the column as tablename.column name and 
this has resolved the error for our users but i'm still curious as to why 
this suddenly started appearing with CF7. 

an example query would be like so:

SELECT #preserveSingleQuotes(CompanyNewsTitle)# AS thisValue, companyNewsid 
AS thisID, ordinal, ISNULL(active, 1) AS Active
FROM companyNews
WHERE companynewsid NOT IN 
(SELECT companynews.companynewsid 
FROM version 
INNER JOIN companynews 
ON version.instanceItemID = companynews.companynewsid 
WHERE formobjectitemid = 134 AND archive = 1)

jonese

On 8/9/05, Damien McKenna [EMAIL PROTECTED] wrote:
 
 Is it specific queries or apparently random? Can you post a sample
 query?
 
 --
 Damien McKenna - Web Developer - [EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 #include stdjoke.h
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214203
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Dave.Phillips
Jonese,

Has your administrator also upgraded your version of SQL Server by chance?  
I've gotten this error before in older versions of CF when forgetting to 
specify a tablename, so I can't imagine it has anything to do with CF7.  As far 
as I know, since the error is generated by SQL, then CF just passes it on to 
you and doesn't actually do 'anything' with it.  Could you have had a 
CFTRY/CFCATCH around it previously, or some kind of other error exception 
handling?  Something else must have changed.

Dave

-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 1:03 PM
To: CF-Talk
Subject: Re: CF7 lots of new Ambiguous column name issues


It is definatly a sql issue because when i copy out the queries and past 
them into enterprise manager or query analyzer i get the same error.

It's not random it happens on the same query on every site which has 2 
tables with the same column name (in this case archive).

I've changed the query to referance the column as tablename.column name and 
this has resolved the error for our users but i'm still curious as to why 
this suddenly started appearing with CF7. 

an example query would be like so:

SELECT #preserveSingleQuotes(CompanyNewsTitle)# AS thisValue, companyNewsid 
AS thisID, ordinal, ISNULL(active, 1) AS Active
FROM companyNews
WHERE companynewsid NOT IN 
(SELECT companynews.companynewsid 
FROM version 
INNER JOIN companynews 
ON version.instanceItemID = companynews.companynewsid 
WHERE formobjectitemid = 134 AND archive = 1)

jonese

On 8/9/05, Damien McKenna [EMAIL PROTECTED] wrote:
 
 Is it specific queries or apparently random? Can you post a sample
 query?
 
 --
 Damien McKenna - Web Developer - [EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 #include stdjoke.h
 
 
 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214204
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Barney Boisvert
Well, if it's happening in Query Analyzer, then it's not CF that's
causing the problem.  CF's not in the mix at all at that point.  Did
your SQL server get patched without you knowing or anything?

cheers,
barneyb

On 8/9/05, jonese [EMAIL PROTECTED] wrote:
 It is definatly a sql issue because when i copy out the queries and past
 them into enterprise manager or query analyzer i get the same error.
 
 It's not random it happens on the same query on every site which has 2
 tables with the same column name (in this case archive).
 
 I've changed the query to referance the column as tablename.column name and
 this has resolved the error for our users but i'm still curious as to why
 this suddenly started appearing with CF7.
 
 an example query would be like so:
 
 SELECT #preserveSingleQuotes(CompanyNewsTitle)# AS thisValue, companyNewsid
 AS thisID, ordinal, ISNULL(active, 1) AS Active
 FROM companyNews
 WHERE companynewsid NOT IN
 (SELECT companynews.companynewsid
 FROM version
 INNER JOIN companynews
 ON version.instanceItemID = companynews.companynewsid
 WHERE formobjectitemid = 134 AND archive = 1)
 
 jonese
 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: 15 minute rule

2005-08-09 Thread Ray Champagne
such as setting your mail server date/time to be about 4 months in the 
future?  :)

Kevin Aebig wrote:
 I find it easier to never make mistakes =P~
 
 !k
 
 - Original Message - 
 From: Bryan Stevenson [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, August 03, 2005 7:15 PM
 Subject: OT: 15 minute rule
 
 
 
Hey All,

Around Electric Edge we have something called The 15 Minute Rule.  I'm 
not sure if this is a common sort of rule, but it sure does help keep 
development moving ;-)

When the rule applies:

You've been staring at the same error or unexpected output and you've 
exhausted your arsenal of coding kung fu and still can't get it sorted. 
Around Electric Edge we then call out I'd like to invoke the 15 Minute 
Rule!.  At this pooint any available developers will come over so you can 
share your heartache over this mysterious situation you just can't solve. 
One of them barely glances at your code and says You spelled that var 
name wrong (you knowthe one you double checked 25 times becuase it 
was a var undefined error) and wanders back to his/her desk leaving your 
jaw on the floor.

Although techies asking for help is often like guys asking for directions, 
it does solve those stupid issues but quick ;-)

Anyways...just figured other teams may have similar rules??

I often use this list as my 15 minute rulehehe

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com


 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214206
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cfprocparam

2005-08-09 Thread Anthony Prato
I'm confused about cfprocparam. (mx7pro) The documentation states you
have to specify them in order relative to the stored proc. There is no
way to bind them to the proc's variable. However the debugging output
generates a table for each proc call and there is a column for
dbVarName, which makes me think that binding to a named parameter is
possible. Has anyone written a replacement cfstoredproc tag? Can I use
the underlying java to do this? Does anyone have any good links for
this. Mostly what i've found so far just repeats that you must pass
all db vars in order.

TIA
Anthony

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214207
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: EAR Problems

2005-08-09 Thread Russ
Have you tried following my examples and seeing if you can cd to the
directory?  Sometimes not being able to access a file or directory can mean
that there is some sort of corruption on the hard drive (possibly some bad
sectors...).  



-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 12:52 PM
To: CF-Talk
Subject: RE: EAR Problems

 


 From: Russ [mailto:[EMAIL PROTECTED] 
 This is very strange... how did you create the directory?  
 Through the command prompt?  I'm not sure how good you are at 
 using the command prompt, but make sure you're in the right 
 place before cding to the directory.  For example open up a 
 command prompt:

I created the directory from within the initial directory (c:\cfmx61 and
c:\cfmx70) using the following (minus quotes): md cfusion-ear

It is very odd!




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214208
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URL question

2005-08-09 Thread Dave Watts
 I gave my affiliate a URL to link to my site, which I grab 
 the variable and do my thing with it. 
 
 His link SHOULD BE: www.mysite.com?AFFID=101
 
 But he did this instead: www.mysite.com/?AFFID=101
 
 Everything still works fine when testing but I didn't know if 
 there could be a potential pitfall with the extra slash in 
 there.

I think the one with the slash is correct, assuming there's a default file
for the web root directory. I don't think the other one is a valid URL,
actually.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: XML Random Error

2005-08-09 Thread Rob
how is ATTRIBUTES.input getting into this block? Meaning, is it coming
from a file or an http post or ... ?

On 8/9/05, jonese [EMAIL PROTECTED] wrote:
 Man it's a day of bugs.
 
 Our CMS uses XML for certain things like our dynamic flash menu etc. and on
 occasion we'll get the following error:
 
 An error occured while Parsing an XML document.
 Premature end of file.
 
 Anyone have any idea why this error would show up just once in a blue moon?
 
 here's the snippet when the code is choaking:
 
 cfswitch expression=#ATTRIBUTES.action#
 cfcase value=XML2CFML
 cfif attributes.output EQ a_formelements
 cfset userInput = XmlParse(ATTRIBUTES.input) -- CF
 reports error on this line
 !--- Create array/struct object from datadefinition XML object---
 cfset a_formelements=arrayNew(1)
 cfloop from=1 to=#arrayLen(userInput.XMLRoot.XmlChildren)# index=q
 cfset thisStruct=structNew()
 cfloop from=1 to=#arrayLen(userInput.XMLRoot.XmlChildren[q].XmlChildren)#
 index=r
 cfset
 thisStruct.#userInput.XMLRoot.XmlChildren[q].XmlChildren[r].XmlName#=
 userInput.XMLRoot.XmlChildren[q].XmlChildren[r].XmlText
 /cfloop
 cfset a_formelements[q]=thisStruct
 /cfloop
 cfset returnThis = a_formelements
 snip
 
 jonese
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214210
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfprocparam

2005-08-09 Thread Dave Watts
 I'm confused about cfprocparam. (mx7pro) The documentation 
 states you have to specify them in order relative to the 
 stored proc. There is no way to bind them to the proc's 
 variable. However the debugging output generates a table 
 for each proc call and there is a column for dbVarName, 
 which makes me think that binding to a named parameter is
 possible. Has anyone written a replacement cfstoredproc 
 tag? Can I use the underlying java to do this? Does anyone 
 have any good links for this. Mostly what i've found so far 
 just repeats that you must pass all db vars in order.

You must pass all db vars in order.

Sorry, but I couldn't resist. You must, in fact, do so. The DBVARNAME
attribute used to work prior to CFMX using some databases, but it doesn't
work with CFMX and is there for backward compatibility - you can still have
it, but it doesn't actually do anything I guess. I don't think you can do
this from Java; I believe this is a limitation of either the database
drivers or of JDBC itself.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214211
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: EAR Problems

2005-08-09 Thread Tangorre, Michael
 From: Russ [mailto:[EMAIL PROTECTED] 
 Have you tried following my examples and seeing if you can cd 
 to the directory?  Sometimes not being able to access a file 
 or directory can mean that there is some sort of corruption 
 on the hard drive (possibly some bad sectors...).  

I tried it. No luck. It's very odd.

Anyway, I cranked open WinRAR and expanded the archives. 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214212
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Totals from Last 7 days, multiple tables

2005-08-09 Thread Dave.Phillips
Eric,

What about this:

(use a specific field name instead of * in the count function to save on 
resources - doesn't matter which one, I usually use the ID field if there is 
one).

cfquery name=myquery
Select Count(fieldname) as TheCount FROM table1 WHERE datecheck
UNION
Select Count(fieldname) as TheCount FROM table2 WHERE datecheck
UNION
Select Count(fieldname) as TheCount FROM table3 WHERE datecheck
/cfquery
Then in CF do:  

CFSET TotalCount = ArraySum(ListToArray(myquery.TheCount)) 

That gives you the total of all 3 counts together.  There may be a better way 
to do it in SQL.  You might be able to use a COMPUTE sum(Thecount) as TheTotal 
at the end of the query, but I'm not sure.  I've never used that function, just 
saw it recently.

Hope this helps.

Dave

-Original Message-
From: Eric J. Hoffman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 11:26 AM
To: CF-Talk
Subject: Totals from Last 7 days, multiple tables


Quick question...this query is wrong, but I am in the middle of spitballing how 
to get this information.  I am sure an old SQL hand will want to slap me and 
say duh..but what I am trying to get is the total of calls for each day for the 
last seven days...the logs of these calls exist over three separate tables.  I 
don't know how to group the calcs in the subqueries.   So maybe it should be 
rewritten?
 
Here's what I have:
 
SELECT COUNT (*) + (Select count(*) as totalcalls from cases_notes WHERE 
note_date BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) +
  (Select count(*) as totalcalls from customer_info WHERE logdate BETWEEN 
#createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) as contacts,
  DATEPART(dd, customer_log.logdate) as dow
 FROM customer_log
 WHERE customer_log.logdate BETWEEN #createodbcdate(dateformat(Dateadd('D', -7, 
now()), 'mm/dd/'))# AND #DateAdd('D', 1, now())#
 GROUP BY DATEPART(dd, customer_log.logdate)



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214213
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-09 Thread RADEMAKERS Tanguy
Hello,

I'll second Barney's post with a big +1. For simple data passing, you
don't even need to use XML, let alone SOAP based web services - you can
get simple text strings and inject them directly in your layout. Google
XHConn for a nice little(43 lines) .js file that wraps the
XMLHttpRequest object (or MS equivalent) and will have you
getting/posting from your page in minutes. I guess you'd want to look
into a more complete framework (like CFAjax) for real work, but this
will get you up and tinkering in minutes (no need to create server
mappings, etc)

After all the brouhaha over AJAX in the last few months, the biggest
surprise for me was how simple it was.

/t


-Original Message-
Subject: Architecture thoughts
From: Barney Boisvert [EMAIL PROTECTED]
Date: Tue, 9 Aug 2005 09:20:15 -0700
Thread: 
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
threadid=41599forumid=4#214193

I rarely use web services, instead preferring to just use GET and POST
operations.  The XmlHttpRequest object was designed for fetching
remote XML, but it's really nothing more than an HttpRequest object,
and can be used as such.  There's some XML-related stuff, but at the
core is just simple HTTP.

If you're doing complex data passing, web services are very helpful,
particularly the ability to have multiple typed parameters and complex
data that is automatically marshalled/unmarshalled for you, but for
simpler stuff, GET and POST are more than adequate.  Web services also
have a fairly high spin-up cost for parsing the WSDL and making the
stubs and stuff.  Not a big deal if you have a single page UI that
does everything dynamically, but if you're still switching pages and
just doing dynamic things within those pages, that cost can be
prohibitive.

Since GET/POST don't require any of that, they don't have any
initialization cost except making an HTTP connection (something
browsers are good at), and are therefore ridiculously fast.

cheers,
barneyb

On 8/9/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:
 I thought AJAX apps generally used webservices to fetch their data...
 isn't that the reason they use the XmlHttpRequest object? (and the
 reason why X ended up in the acronym).
 
 
 s. isaac dealey 954.522.6080
 new epoch : isn't it time for a change?


-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214215
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: XML Random Error

2005-08-09 Thread jonese
This code is inside a custom tag. so this is something passed in when the 
custom tag is called. 

sorry forgot to mention that :)

jonese

On 8/9/05, Rob [EMAIL PROTECTED] wrote:
 
 how is ATTRIBUTES.input getting into this block? Meaning, is it coming
 from a file or an http post or ... ?
 
 On 8/9/05, jonese [EMAIL PROTECTED] wrote:
  Man it's a day of bugs.
 
  Our CMS uses XML for certain things like our dynamic flash menu etc. and 
 on
  occasion we'll get the following error:
 
  An error occured while Parsing an XML document.
  Premature end of file.
 
  Anyone have any idea why this error would show up just once in a blue 
 moon?
 
  here's the snippet when the code is choaking:
 
  cfswitch expression=#ATTRIBUTES.action#
  cfcase value=XML2CFML
  cfif attributes.output EQ a_formelements
  cfset userInput = XmlParse(ATTRIBUTES.input) -- 
 CF
  reports error on this line
  !--- Create array/struct object from datadefinition XML object---
  cfset a_formelements=arrayNew(1)
  cfloop from=1 to=#arrayLen(userInput.XMLRoot.XmlChildren)# 
 index=q
  cfset thisStruct=structNew()
  cfloop from=1 to=#arrayLen(userInput.XMLRoot.XmlChildren
 [q].XmlChildren)#
  index=r
  cfset
  thisStruct.#userInput.XMLRoot.XmlChildren[q].XmlChildren[r].XmlName#=
  userInput.XMLRoot.XmlChildren[q].XmlChildren[r].XmlText
  /cfloop
  cfset a_formelements[q]=thisStruct
  /cfloop
  cfset returnThis = a_formelements
  snip
 
  jonese
 
 
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214216
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Architecture thoughts

2005-08-09 Thread Dawson, Michael
We are currently working on a small project to test AJAX feasibility for
us.  We found that it is a great deal of work compared to simple page
refreshes.  However, the stuff is very cool and has some great
potential.

We do not use web services, so to speak.  I created a simple page that
returns an XML packet to the AJAX request.  Simple and very effective.

M!ke

-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 9:50 AM
To: CF-Talk
Subject: Re: Architecture thoughts

 On Monday 08 August 2005 23:34, Marlon Moyer wrote:
 ability to use flash, html, ajax,etc.  I was thinking about 
 creating all of the business logic as a set of web services.  Any 
 thoughts,

 Pitfall- web services are slow to execute, certainly much slower than 
 an Ajax post/get.

I thought AJAX apps generally used webservices to fetch their data...
isn't that the reason they use the XmlHttpRequest object? (and the
reason why X ended up in the acronym).

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214217
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


flash form property

2005-08-09 Thread Asim Manzur
Does anyone have an idea that how can acheive this.
Two input fields (pdfurl and txturl) in flash form. onChange event of the 
first input field the following function
 if ((domain == www.yahoo.com http://www.yahoo.com) || (domain == 
www.google.com http://www.google.com))
{
txturl.setFocus();
//txturl.setRequired = yes;
what do I put something here which set the second filed to required=yes 
dynamically.
}

-- 
Regards,


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214218
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Architecture thoughts

2005-08-09 Thread Barney Boisvert
Have to second this one.  Just like Flash, building DHTML/JS Remoting
apps is a lot of work.  If you've got a large HTML-based UI already,
however, there are often places where some simple remoting calls can
make a HUGE difference in percieved performance and user friendliness.

As an example, a page where you have a list of items that you can
check one or more, and the do something to them.  You often want to
do multiple actions to the same set of items, and if you perform the
action behind the scenes, the user can just call each action in
sequence without waiting for page refreshes or having to recheck the
items.

Another place is form validation for stuff that can only be validated
server-side.  For example, uniqueness of incoming usernames. 
Ordinarily you check for the presence of a value with JS, and then
submit to the server for the unqueness check, and possibly return the
user to the form to pick a different (unique) username.  With a JS
Remoting call, you can make that uniqueness check as part of the JS
validation.  Still have to check server-side, of course, but doing it
client-side makes for a much nicer user experience.

cheers,
barneyb

On 8/9/05, Dawson, Michael [EMAIL PROTECTED] wrote:
 We are currently working on a small project to test AJAX feasibility for
 us.  We found that it is a great deal of work compared to simple page
 refreshes.  However, the stuff is very cool and has some great
 potential.
 
 We do not use web services, so to speak.  I created a simple page that
 returns an XML packet to the AJAX request.  Simple and very effective.
 
 M!ke


-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214219
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfprocparam

2005-08-09 Thread Anthony Prato
ugh... and it doesn't even pass the dbvarname parameter to the table
generated in the debugging output.

On 8/9/05, Dave Watts [EMAIL PROTECTED] wrote:
  I'm confused about cfprocparam. (mx7pro) The documentation
  states you have to specify them in order relative to the
  stored proc. There is no way to bind them to the proc's
  variable. However the debugging output generates a table
  for each proc call and there is a column for dbVarName,
  which makes me think that binding to a named parameter is
  possible. Has anyone written a replacement cfstoredproc
  tag? Can I use the underlying java to do this? Does anyone
  have any good links for this. Mostly what i've found so far
  just repeats that you must pass all db vars in order.
 
 You must pass all db vars in order.
 
 Sorry, but I couldn't resist. You must, in fact, do so. The DBVARNAME
 attribute used to work prior to CFMX using some databases, but it doesn't
 work with CFMX and is there for backward compatibility - you can still have
 it, but it doesn't actually do anything I guess. I don't think you can do
 this from Java; I believe this is a limitation of either the database
 drivers or of JDBC itself.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 
 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214220
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >