WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Jim Davis
[Sorry - I posted this in CFCommunity already but all the action seems to be over here...] I've worked on it some more and have something that, on paper, seems good to me. I've built a JavaScript Serializer (but haven't yet begun to tackle the deserializer). I've created and validated the XSD

RE: Ajax and CFCs

2005-08-18 Thread Jim Davis
-Original Message- From: Terry Nisenbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 11:31 PM To: CF-Talk Subject: Re: Ajax and CFCs implementation regardless whether it is written in ColdFusion of C#. In fact, one should be able to swap the underlying

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Jim Davis
Well - it looks like dataML is already taken for something else anyway... anybody got a good idea for a new name? I'm thinking either simple as in dpml (Depressed Press Markup Language) which says absolutely NOTHING about what it does or esoteric like Rosetta. Whatcha think? I know this is

RE: [SOT] OOP book

2005-08-18 Thread kola.oyedeji
Design patterns explained http://www.amazon.com/exec/obidos/tg/detail/-/0201715945/104-5144687-6916727 ?v=glance Is quite good And also Head first design patterns http://www.amazon.com/exec/obidos/ASIN/0596007124/qid=1124348537/sr=2-1/ref= pd_bbs_b_2_1/104-5144687-6916727 I believe

CFC not found error when called as web service

2005-08-18 Thread Russ Michaels
Anyone got a clue why I am getting this. The file does exist and I can browse to it directly. coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 semantic error compiling F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/stubs/WS36

Re: SOT: video frame capture on server side

2005-08-18 Thread Thomas Chiverton
On Wednesday 17 August 2005 20:04, George Abraham wrote: OK, I think I remember that convert is a component/command of ImageMagick. Anyway, aren't there any software out there for Windows The Cygwin project (go google) provides a wide variaty of GNU tools (like convert) for Win32, with a handy

Re: OT: To Catch a Nigerian Scam Artist!

2005-08-18 Thread Thomas Chiverton
On Thursday 18 August 2005 02:59, Will Tomlinson wrote: the counter for my form reached 9,000 submissions.:-D LMAO! THAT's good! I love it! You should join the BlueFrog project @ http://www.bluesecurity.com/ . It's a handy little app, and an email address to submit spam to. When a

RE: CFEclipse 1.2

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Never seen a performance degradation really - maybe sometimes when Java does it thang but even on 1K lines - it runs AOK. -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: 16 August 2005 18:06 To: CF-Talk Subject: RE: CFEclipse 1.2 Hmmm, any file for me over

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Calvin Ward
Interesting ideas and it seems like a good direction. The use of the word object seems to trip me up (since I always think of objects as having both values ( properties ) and funcionality ( methods )...) Going to be tough on a name, most of the 4/5 letter ...ml options have been used at this

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Thanks Isaac, saved me typing this.lesson hereDONT use @@identity ;-) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 15:48 To: CF-Talk Subject: RE: @@Identity returns excessive records I haven't used this method in a long time

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Avoid triggers if you can - they are horrible ;-) -Original Message- From: David Manriquez Farias [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 15:42 To: CF-Talk Subject: RE: @@Identity returns excessive records Did you tired using a trigger to return the inserted id?..

RE: @@Identity returns excessive records

2005-08-18 Thread Andy McShane
Have you tried just doing this 'SELECT @@IDENTITY (or SCOPE_IDENTITY() whichever you prefer) AS ID' Droping the table name part? -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 15:12 To: CF-Talk Subject: Re: @@Identity returns excessive records If I

RE: CFEclipse 1.2

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Send me the file and we can have a test on performance on DWMX, Eclipse and HS+ and we can check. It sounds to me as if your workspace in Eclipse needs tweaking - such as closing certain windows and the very slow browser view. -Original Message- From: Tony Weeg [mailto:[EMAIL

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
I like them. What have they done to you? Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 09:35 To: CF-Talk Subject: RE: @@Identity returns excessive records Avoid triggers if you can - they are horrible ;-) -Original

RE: Ajax and CFCs

2005-08-18 Thread Micha Schopman
Microsoft provides a free webservice.htc to accommodate SOAP operations with Javascript. There are several good implementations for SOAP support in Javascript. Bindows for example depends on it. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377,

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Well, they are unmanageable in the most part - unnecessary. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 12:48 To: CF-Talk Subject: RE: @@Identity returns excessive records I like them. What have they done to you? Russ -Original

RE: Ajax and CFCs

2005-08-18 Thread Calvin Ward
While I definitely agree with your first paragraph, an additional layer of server side applications seems a bit much for something that is in fact, natively supported, and well I might add, by the application server itself. XML generation with ColdFusion is trivial. All that really needs to be

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Nothing (as they are not physical entities) they are unmanageable and in the most part - unnecessary for what people use them for. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 12:48 To: CF-Talk Subject: RE: @@Identity returns excessive records

Re: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why not dpxl, seeing as it's not a markup language so much as a data transfer language that happens to an XML application? Jim Davis wrote: +) Something that's easy to parse for JavaScript. SOAP is NOT easy to parse (which is, I think, why there's

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Well I find them very handy. For example. I have a trigger that detects when a client account is deactivated, and then automatically deactivates all other records in related tables as well. No different than using the cascade update and delete triggers that are there by default. Russ

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Phillip Beazley
At 02:33 AM 8/18/2005, you wrote: Well - it looks like dataML is already taken for something else anyway... anybody got a good idea for a new name? I'm thinking either simple as in dpml (Depressed Press Markup Language) which says absolutely NOTHING about what it does or esoteric like Rosetta.

Re: cfselect - MultiColumn

2005-08-18 Thread Thomas Chiverton
On Wednesday 17 August 2005 19:11, Jason Brown wrote: The shopping cart at www.fitzandfloyd.com is exactly what I am looking Hmm. Slow. Vulnerable to cookie stealing/replay attacks (cut'n'paste URL from Konq. to Firefox, keeps on ticking). And what the hell does 'Fitz and floyd online --

Re: CFX tag installation - problem

2005-08-18 Thread Claude Schneegans
Claude, could that be my problem? In Server Settings Java and JVM, The ColdFusion Class Path box is empty Although I havn't much experience with Java custom tags, it sure could be the problem. -- ___ REUSE CODE! Use custom tags; See

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
What kind of trigger? There may be cases where you MUST use them - as in, you have no other options. Triggers have an unnecessary overhead on the server - If you are performing selects in them then you should use a trigger. If your DB has been designed well you can get away with default

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
That should be should NOT use a trigger. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:15 To: CF-Talk Subject: RE: @@Identity returns excessive records What kind of trigger? There may be cases where you MUST use them - as in, you

Re: CFX tag installation - problem

2005-08-18 Thread Claude Schneegans
Although I havn't much experience with Java custom tags, it sure could be the problem. Forget about this reply: I forgot that your tag is a C++ tag. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Well I use the rule. Don't get coldfusion to do the work of the database, when the database can obviously do it a lot better. Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:15 To: CF-Talk Subject: RE: @@Identity returns

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Yep, which is where SP's come in. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:37 To: CF-Talk Subject: RE: @@Identity returns excessive records Well I use the rule. Don't get coldfusion to do the work of the database, when the database can

RE: To Catch a Nigerian Scam Artist!

2005-08-18 Thread Che Vilnonis
As an owner of several online stores... I love the idea of eff-ing with these [EMAIL PROTECTED] Keep us updated, Che ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
And how would you make a SP execute when a column is updated without using a trigger? Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:40 To: CF-Talk Subject: RE: @@Identity returns excessive records Yep, which is where SP's

RE: @@Identity returns excessive records

2005-08-18 Thread Calvin Ward
The SP can update the record and perform related tasks... -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 8:57 AM To: CF-Talk Subject: RE: @@Identity returns excessive records And how would you make a SP execute when a column is updated

Re: Array of Structures Form

2005-08-18 Thread Lee
Works great thanks. It's so simple it took longer than it should have. If that makes any sense. LOL On Wed, 17 Aug 2005 16:39:48 -0400 Charlie Griefer [EMAIL PROTECTED] wrote: you can pass neither arrays nor structures in hidden form fields. hidden form fields only accept text. simple

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Easy...SP updates record, get success status, sp (or other sp) is called and does related tasks. Job doneno mess, no fuss. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:57 To: CF-Talk Subject: RE: @@Identity returns excessive records And

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Also, one HUGE drawback of a trigger is it cannot be used on a view - that alone is reason not to use one. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:57 To: CF-Talk Subject: RE: @@Identity returns excessive records And how would you make a

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Yes obviously, but how does the SP know that a column is updated and execute itself? -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 14:02 To: CF-Talk Subject: RE: @@Identity returns excessive records The SP can update the record and perform related

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
So your saying that an SP can automatically detect that data in a specific column has changed (as per my trigger example) and execute itself to update all the others. I am very interested to see how this is done. Please show me some example code. Russ -Original Message- From:

Re: @@Identity returns excessive records

2005-08-18 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: Also, one HUGE drawback of a trigger is it cannot be used on a view That is an issue with certain implementations, not with triggers in general. Complain to your vendor :) Jochem ~| Find out

Re: @@Identity returns excessive records

2005-08-18 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: Triggers have an unnecessary overhead on the server Could you elaborate? Jochem ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

RE: @@Identity returns excessive records

2005-08-18 Thread S . Isaac Dealey
Thanks Isaac, saved me typing this.lesson hereDONT use @@identity ;-) Welcome. :) Iirc it's been on here before... not recently I don't think, but I remember there being a relatively long thread about this last year or so... s. isaac dealey 954.522.6080 new epoch : isn't it time

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
LOL... -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 14:30 To: CF-Talk Subject: Re: @@Identity returns excessive records Robertson-Ravo, Neil (RX) wrote: Also, one HUGE drawback of a trigger is it cannot be used on a view That is an issue

RE: @@Identity returns excessive records

2005-08-18 Thread Calvin Ward
That's usually as effective as throwing a handful of sand away from you while facing the wind... -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 9:30 AM To: CF-Talk Subject: Re: @@Identity returns excessive records Robertson-Ravo,

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
What you are stating and what the process is are two different beasts.your trigger is simply a lazy way to monitor a process which you are not doubt firing as part of what I would assume is a cfquery. Why don't you just throw that update into an SP and handle the whole shebang in the SP? You

RE: @@Identity returns excessive records

2005-08-18 Thread S . Isaac Dealey
Well yes... it does sound laughable ... in a lot of cases anyway... but you know, the alternative really sounds like it would be an argument against using stored procedures and views also, since some popular database(s) (which shall remain nameless) didn't support views until very recently and

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Neil, You are totally avoiding answering the question. You have stated that an SP can do everything a trigger can do, and you have stated that an SP can automatically be execute when a certain event occurs just like a trigger. So for the 3rd time, please show me how. russ -Original

Re: cfselect - MultiColumn

2005-08-18 Thread S . Isaac Dealey
On Wednesday 17 August 2005 19:11, Jason Brown wrote: The shopping cart at www.fitzandfloyd.com is exactly what I am looking Hmm. Slow. Vulnerable to cookie stealing/replay attacks (cut'n'paste URL from Konq. to Firefox, keeps on ticking). That's an attack?... I don't get it ... Are you

CFSCRIPT Equivalent of CFPARAM?

2005-08-18 Thread asherwood
My mind is failing me. Is there a CFSCRIPT alternative to CFPARAM other than an IsDefined() block? Thanks! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting

Recent Microsoft Patches and Jrun spiking

2005-08-18 Thread Ben Doom
Yesterday, in the wake of the worm that took down CNN, ABC, etc, we patched our Win2k servers. Starting sometime last night, JRun started spiking, then disconnecting. Has anyone else had this problem? If so, have you figured out how to fix it? --Ben

Re: Ajax and CFCs

2005-08-18 Thread Thomas Chiverton
On Thursday 18 August 2005 10:04, Micha Schopman wrote: Microsoft provides a free webservice.htc to accommodate SOAP operations with Javascript. ..htc aren't real web pages. -- Tom Chiverton Advanced ColdFusion Programmer

RE: @@Identity returns excessive records

2005-08-18 Thread Calvin Ward
That's not what he's saying. What he's saying is that an SP can accomplish the same goal. The difference is that the SP encapsulates the update and 'triggered' functionality and therefore would receive the updates instead of the table itself. Calvin -Original Message- From: Russ

RE: Triggers (was @@Identity returns excessive records)

2005-08-18 Thread Dave.Phillips
I think what Neil is trying to say is that a Trigger would be unnecessary if the resulting events that need to be executed were programmed in the original SP. I tend to agree with NeilsomewhatI wouldn't say Triggers are useless, but it seems to me that if proper planning and design are

Re: CFSCRIPT Equivalent of CFPARAM?

2005-08-18 Thread Neculai Macarie
My mind is failing me. Is there a CFSCRIPT alternative to CFPARAM other than an IsDefined() block? function cf_param(name, value) { if(not isDefined(name)) SetVariable(name, value); } -- mack / ~| Logware

Re: Recent Microsoft Patches and Jrun spiking

2005-08-18 Thread Jochem van Dieten
Ben Doom wrote: Yesterday, in the wake of the worm that took down CNN, ABC, etc, we patched our Win2k servers. Starting sometime last night, JRun started spiking, then disconnecting. Has anyone else had this problem? If so, have you figured out how to fix it? Did you make any other

RE: cfselect - MultiColumn

2005-08-18 Thread Russ
If you copy and paste the url, into another browser, and it keeps your session, that's bad... this means that if they send a link to a friend, or post it somewhere, anyone clicking on it would be able to get into their session (and possibly their account, if they are logged in), and be able to

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
And you are not looking into the issue here: - this is not CF related so this will be my last post on the subject - and it is entirely possible to do what you seem as being the impossible. To answer your Q in pseudo code (it is not difficult to grasp). A) You are updating a record WITH an sp

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
But an SP still has to be triggered by something. And that is really what he is saying, because my example cannot be accomplished just by a SP, unless you implicitly execute that SP every time. Which means your still relying on the ColdFusion code to do so. If someone edits a record directly on

RE: CFSCRIPT Equivalent of CFPARAM?

2005-08-18 Thread Calvin Ward
Yeps! if (NOT (IsDefined(myvar)) { myvar = 'myval'; } - Calvin -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:05 AM To: CF-Talk Subject: CFSCRIPT Equivalent of CFPARAM? My mind is failing me. Is there a

Re: Recent Microsoft Patches and Jrun spiking

2005-08-18 Thread Ben Doom
We updated the virus protection and ran the MS patches. We've never had problems out of the virus protection before, but have from MS (which is why they're my first suspect). Yes, we are also using MS-SQL 2k on another box which was also patched. It does not seem to be having issues, however,

RE: @@Identity returns excessive records

2005-08-18 Thread Dave.Phillips
If someone edits a record directly on the database, then how would that SP get executed. Yikes! Someone can edit a record directly in the database? That's scary... Dave -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:20 AM To:

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Neil, So your saying that if I logged into the database using enterprise manager and edited a field in a specific row, that this stored procedure would magically detect this and execute itself just as a trigger would. -- Snake -Original Message- From: Robertson-Ravo, Neil (RX)

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
Simple solution - you call the SP to do your updates - which is what you should do anyway - that is the whole point of an application. SELECTS are the only thing you should be doing via simple/flat T-SQL directly on a database. -Original Message- From: Russ Michaels [mailto:[EMAIL

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
YOU NEVER log onto a DB and do this - apart from locking the table (which will happen) it is completely and utterly reckless. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:25 To: CF-Talk Subject: RE: @@Identity returns excessive records Neil,

RE: @@Identity returns excessive records

2005-08-18 Thread Calvin Ward
You can secure access to the database, limiting all updates, for example, to that SP. That should still accomplish the same goal. - Calvin -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:20 AM To: CF-Talk Subject: RE: @@Identity

Re: @@Identity returns excessive records

2005-08-18 Thread Aaron Rouse
True, but I bet it happens more times than people realize. On 8/18/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: YOU NEVER log onto a DB and do this - apart from locking the table (which will happen) it is completely and utterly reckless.

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
As for overhead on say an update - you perform a BULK update on a table with an audit trigger - it can lead to serious memory issues and performance problems as it runs each and every time. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:25 To:

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Your just providing workarounds for something that can be done natively in the database. Which opens up all kind of scope for errors. A database could be edited from numerous sources, not just from CF. Saying, everyone should use the SP is just bad coding practice. That like not building in form

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread S . Isaac Dealey
Well - it looks like dataML is already taken for something else anyway... anybody got a good idea for a new name? I'm thinking either simple as in dpml (Depressed Press Markup Language) which says absolutely NOTHING about what it does or esoteric like Rosetta. Whatcha think? I know

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
That's it Neil just keep on side stepping. Why do I have the Muppets theme tune in my head all of a sudden.. -- Snake -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:19 To: CF-Talk Subject: RE: @@Identity returns excessive records

RE: @@Identity returns excessive records

2005-08-18 Thread Allan Cliff
I would disagree here with the last 2 posts. Many are the times when an entry needs entering into a db manually, whether it be from a website being down etc. A trigger would always keep data integrity whereas an SP wouldn't. An SP may be able to do the same job but it would have to called and

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Then you may as well just say don't even write stored procedures either, do it all via CFQUERY. Or don't build in any relationships, let CF handle that as well. Having a trigger that detects an update and then executes the stored procedure would cover you against unforseen circumstances where the

Re: @@Identity returns excessive records

2005-08-18 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: As for overhead on say an update - you perform a BULK update on a table with an audit trigger - it can lead to serious memory issues and performance problems as it runs each and every time. So use a statement trigger instead of a row trigger. Jochem

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
The key here is that, like others you know the ins and outs of a DB ;-) -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:49 To: CF-Talk Subject: Re: @@Identity returns excessive records Robertson-Ravo, Neil (RX) wrote: As for overhead on

RE: CFSCRIPT Equivalent of CFPARAM?

2005-08-18 Thread S . Isaac Dealey
You can write this as a function also... function param(v,d) { if (not isdefined(v)) { setVariable(v,d); } } Yeps! if (NOT (IsDefined(myvar)) { myvar = 'myval'; } - Calvin -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: cfselect - MultiColumn

2005-08-18 Thread S . Isaac Dealey
If you copy and paste the url, into another browser, and it keeps your session, that's bad... this means that if they send a link to a friend, or post it somewhere, anyone clicking on it would be able to get into their session (and possibly their account, if they are logged in), and be

RE: Ajax and CFCs

2005-08-18 Thread Jim Davis
-Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 5:04 AM To: CF-Talk Subject: RE: Ajax and CFCs Microsoft provides a free webservice.htc to accommodate SOAP operations with Javascript. This component doesn't actually work with CF

RE: Triggers (was @@Identity returns excessive records)

2005-08-18 Thread S . Isaac Dealey
I think what Neil is trying to say is that a Trigger would be unnecessary if the resulting events that need to be executed were programmed in the original SP. I tend to agree with NeilsomewhatI wouldn't say Triggers are useless, but it seems to me that if proper planning and design

RE: @@Identity returns excessive records

2005-08-18 Thread Calvin Ward
This can be done by calling the sp via query analyzer. If the security is correct, you shouldn't be able to 'forget' - Calvin -Original Message- From: Allan Cliff [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:36 AM To: CF-Talk Subject: RE: @@Identity returns excessive

RE: @@Identity returns excessive records

2005-08-18 Thread Robertson-Ravo, Neil (RX)
But you are correct, a trigger itself may not be an overhead but the complexity within it. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:49 To: CF-Talk Subject: Re: @@Identity returns excessive records Robertson-Ravo, Neil (RX) wrote: As

Re: cfselect - MultiColumn

2005-08-18 Thread Ken Ferguson
Slow is def. a problem, but that's the problem of the CHEAP ASS ex-boss of mine! That page wouldn't be very slow at all if they'd take it off of the POS machine it is on (which also runs several other things not related to being a webserver), give the mouse in the wheel a break and move it

RE: @@Identity returns excessive records

2005-08-18 Thread Calvin Ward
Not at all. I'm saying that you can use an SP to accomplish the same goals and it also secures your data and ensures the integrity you need. It is a different approach, but it is a viable and often used approach. Security is what should prevent data being changed without going through the stored

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Calvin Ward
XIEF (XML Information Exchange Format) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:33 AM To: CF-Talk Subject: RE: WDDX Replacement Attempt (was RE: Ajax and CFCs) Well - it looks like dataML is already taken for something else

Re: cfselect - MultiColumn

2005-08-18 Thread Ken Ferguson
I agree with Isaac, but that is one of the bullet points I had as a to-do for the app before I quit. There are actually quite a few mild security issues on the list, but like I said, they decided to go live anyway rather than pay for someone to do the work. I even offered to do it or to bring

RE: Ajax and CFCs

2005-08-18 Thread Jim Davis
-Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:08 AM To: CF-Talk Subject: Re: Ajax and CFCs On Thursday 18 August 2005 10:04, Micha Schopman wrote: Microsoft provides a free webservice.htc to accommodate SOAP operations

Re: Ajax and CFCs

2005-08-18 Thread Terry Nisenbaum
Jim, we plan to publish a schema for the protocol. It hasn't been done yet since the product is in Beta and want to make sure everything is done right and works as intended. When the schema is published it will be contributed to the public domain, so other can contribute and use it in their own

Re: Ajax and CFCs

2005-08-18 Thread Rey Bango
Jim, Contact me off list about WDDX. Rey... Jim Davis wrote: -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:08 AM To: CF-Talk Subject: Re: Ajax and CFCs On Thursday 18 August 2005 10:04, Micha Schopman wrote: Microsoft provides a

(open source) web testing/scalability tools

2005-08-18 Thread John Paul Ashenfelter
Folks, I'm working on a project that involves some stress/load testing work and am curious about people's experience with different tools. For the record, I've been certified in Empirix eTest Suite (which is what they call it when you get the training from them) and familiar with using it to

RE: CF-Talk: Digest every 2 hours

2005-08-18 Thread Smith, Ryan
-Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 9:01 AM To: CF-Talk Subject: CF-Talk: Digest every 2 hours CF-Talk 18-Aug-05 Issue:9550 In this issue: @@Identity returns excessive records @@Identity returns

Re: CFC not found error when called as web service

2005-08-18 Thread Bryan Stevenson
Hey Russ, My guess is you need to go into CF Adminweb services.and then refresh that service (should be in the list). This is known behaviourespecially if you add a method and get a not found error. It's a real PITA to have to constantly refresh your services while developing...but

RE: @@Identity returns excessive records

2005-08-18 Thread Mark A Kruger
I agree that triggers are A little bit more obscure than other methods of handling DB tasks. I think there IS a place for them. The afore mentioned cascading deactivation seemed to me to be a good example. I always think about 2 things when doing a trigger. 1) Make sure you document them.

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Jim Davis
-Original Message- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 7:57 AM To: CF-Talk Subject: Re: WDDX Replacement Attempt (was RE: Ajax and CFCs) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why not dpxl, seeing as it's not a markup language so

OT: Announce: Blogs onTap 2.0 Beta Released

2005-08-18 Thread S . Isaac Dealey
Hi all, After slightly more than a week of work I've published the first release of Blogs onTap 2.0 Beta and would be grateful for any feedback anyone would like to offer. I would like to get some comparison with the other free blog applications available for CF recently, although I haven't had

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Well I always put comments in the CFM pages stating that triggers will be called as a result of the query. Russ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 16:55 To: CF-Talk Subject: RE: @@Identity returns excessive records I agree that

Matt Robertson's FedEx Monger

2005-08-18 Thread Ray Champagne
Has anyone else used Matt's Custom Tag for FedEx? I know it seems a little old, but I would assume that a new download of the tables from FedEx would update it. I have to implement FedEx into a site, have never used FedEx before, and would like a quick, easy solution. From the description

Re: Matt Robertson's FedEx Monger

2005-08-18 Thread Ray Champagne
Forget it. I should have read further. Visiting his site got me all the info I needed. Ray Champagne wrote: Has anyone else used Matt's Custom Tag for FedEx? I know it seems a little old, but I would assume that a new download of the tables from FedEx would update it. I have to

Dir Mapping Question

2005-08-18 Thread Mark Leder
Hi all, I want to be able to use FCKeditor in different apps on one server (win 2003/IIS 6). I placed fck in a folder on the server in the following path: c:\inetpub\wwwroot\fckeditor\. Then I created a mapping in CF Admin 7 called /fckeditor pointing to the dir location. Finally I created an

Re: OT: Announce: Blogs onTap 2.0 Beta Released

2005-08-18 Thread Raymond Camden
I don't think your server is responding. On 8/18/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: Hi all, After slightly more than a week of work I've published the first release of Blogs onTap 2.0 Beta and would be grateful for any feedback anyone would like to offer. I would like to get some

Re: Number of weekdays between dates?

2005-08-18 Thread julian
Excellent, Thanks to both of you. I found the script in CFLIB that you were referring to CHeers, Julian ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Re: OT: Announce: Blogs onTap 2.0 Beta Released

2005-08-18 Thread Aaron Rouse
It responded for me but was very slow, figured it was our network still having issues. On 8/18/05, Raymond Camden [EMAIL PROTECTED] wrote: I don't think your server is responding. On 8/18/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: Hi all, After slightly more than a week of work

Re: OT: Announce: Blogs onTap 2.0 Beta Released

2005-08-18 Thread Tony Weeg
+1 . On 8/18/05, Raymond Camden [EMAIL PROTECTED] wrote: I don't think your server is responding. On 8/18/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: Hi all, After slightly more than a week of work I've published the first release of Blogs onTap 2.0 Beta and would be grateful for

RE: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-18 Thread Jim Davis
-Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 7:32 AM To: CF-Talk Subject: RE: WDDX Replacement Attempt (was RE: Ajax and CFCs) Interesting ideas and it seems like a good direction. The use of the word object seems to trip me up

RE: CFC not found error when called as web service

2005-08-18 Thread Russ Michaels
Yea I tried that, no joy. This did work fine the last time I tried it a couple of months ago. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 16:33 To: CF-Talk Subject: Re: CFC not found error when called as web service Hey Russ, My guess is

  1   2   >