Re: OT: Stress testing tools - OpenSTA vs JMeter

2004-07-02 Thread Mark Drew
Nick I have used OpenSTA a couple of times and it provides very good stress testing logs, although I must admit I am a bit rusty on its workings currently. With regards to the server side you could enable CFperfmon to get analysis from that. The problem (or benefit) on multi-tierd systems is

RE: XFORMS and BLACKSTONE

2004-07-02 Thread Whittingham, P
i believe the example is xsl.xsl(file), meaning it is a style sheet for rendering the xml. Pat -Original Message- From: Alexander L Sherwood [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 7:43 PM To: CF-Talk Subject: RE: XFORMS and BLACKSTONE -- Original Message

Re: XFORMS and BLACKSTONE

2004-07-02 Thread Joe Rinehart
Alex, Someone asked this at the WAMMO meeting when Ben was showing this - the answer was that they want to keep the Flash player download as small as possible,and don't want to expand it for XForms support. I think you're thinking of DENG -joe - Original Message - From: Alexander

Re: XFORMS and BLACKSTONE

2004-07-02 Thread Joe Rinehart
Will it be possible to access/inject XML inside of the CFFORM tag when format=xml?If so, being able to access the XML as Alex mentioned would be very useful. i.e. cfform format=xml xforms:labelPart 1/xforms:label cfinput name=someField type=text /cffform ...or would anything I place inside get

RE: XFORMS and BLACKSTONE

2004-07-02 Thread Alexander Sherwood
At 07:06 AM 7/2/2004, you wrote: i believe the example is xsl.xsl(file), meaning it is a style sheet for rendering the xml. Yes, but how do you address the file? xsl.xsl implies that CF knows where to look for the file...perhaps in the same directory as the ACTION attribute of the form itself?

he3

2004-07-02 Thread Tony Weeg
I heard we could download this today? any ideas where from? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 visit www.antiwrap.com to send long url emails to your friends! -- dont mistake my perfection as arrogance anonymous

Re: string parsing

2004-07-02 Thread Claude Schneegans
How 'bout a working example? No problem: See http://www.contentbox.com/claude/customtags/REextract/test.cfm And here is the code: !--- 1º extract each record into a query --- CF_REExtract INPUTMODE=embed OUTPUTMODE=query OUTPUT=getNews RE1=STAMP:[^#chr(13)##chr(10)#]+ RE2=={13}|$

blackstone talk at CFUN

2004-07-02 Thread Doug James
All, Below are my notes taken from Ben Forta's talk at CF-UN. None of what is listed below is guaranteed to be included in Blackstone. Due to time constraints, he could only show a little but apparently some of his talks at user groups have been going 3+ hours. Doug Timeline: - CFMX 6.1

RE: he3

2004-07-02 Thread Matt Liotta
We plan to post the latest installer on our web site today. I'd recommend joining the He3 mailing list at House of Fusion if you want to be informed first. -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Weeg Sent: Friday, July 02, 2004

Re: he3

2004-07-02 Thread Buddy Langston
I think it would be here... http://richpalette.com/ - Buddy I heard we could download this today? any ideas where from? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 visit www.antiwrap.com to send long url emails to your

flash problem

2004-07-02 Thread Sima Lee
Hi All, We have a flash movie that plays a sound as a reminder (ie every 5 or 10 min) and displays a particular screen (ie time is up) at the same time.We would like to have the flash viewer take focus (meaning bring it to the top most window on the desktop).We have attempted to use

RE: Programmatically Creating Custom Tag Paths

2004-07-02 Thread Qasim Rasheed
This link could help you http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=22 Qasim -Original Message- From: Tony Pimm [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 5:01 AM To: CF-Talk Subject: Programmatically Creating Custom Tag Paths One of my pet peeves is having to

RE: Stress testing tools - OpenSTA vs JMeter

2004-07-02 Thread Dave Watts
Does anyone have a view on which of these is a better tool for stress testing a Java-based web app on a remote Linux server and/or on local Windows dev boxes? And why? Or is there a better free tool (eg MS WAS)? I don't have much experience with JMeter, but I do use and like OpenSTA quite

Re: CFMail Sanity Check

2004-07-02 Thread Howie Hamlin
Answers in-line below. - Original Message - From: stylo stylo To: CF-Talk Sent: Friday, July 02, 2004 12:04 AM Subject: Re: CFMail Sanity Check I, too, briefly tried the Outlook lines and saw they were being IDed as forged. [Todays Threads] [This Message] [Subscription] [Fast

RE: CFMail Sanity Check

2004-07-02 Thread Mark Leder
I removed the mailerid=Microsoft Outlook Express 6.00.2800.1158 from within the cfmail tag. Looking back through my code, I already had a cfmailparam message ID (is this not the appropriate way to do it?): cfmailparam name=Message-ID value=#CreateUUID()[EMAIL PROTECTED] !--- The

RE: serving non-CFM files w/ Cold Fusion

2004-07-02 Thread Dave Watts
I don't know if this is possible (perhaps someone can tell me) But what if you did the following: 1) secured all files under a folder called /whatever 2) protected the folder using iis except for a custom windows restricted user account, let's say, called cfsessionuser which has no

Re: blackstone talk at CFUN

2004-07-02 Thread Dick Applebaum
On Jul 2, 2004, at 6:19 AM, Doug James wrote: - demonstrated a file drop gateway    - produced a text file and placed it into a directory    - the gateway produced the event    - CF server responded and picked the file out of the directory and displayed its contents on the web page automagically

Re: string parsing

2004-07-02 Thread Dick Applebaum
Interesting tag! Dick On Jul 2, 2004, at 6:08 AM, Claude Schneegans wrote: How 'bout a working example? No problem: See http://www.contentbox.com/claude/customtags/REextract/test.cfm And here is the code: !--- 1º extract each record into a query --- CF_REExtract INPUTMODE=embed

Re: CFMail Sanity Check

2004-07-02 Thread Howie Hamlin
Argh - I guess my email had too many dashes and the list server saw that as the footer :) Anyway - I did test using cfmailparam to specify the message-id of the email and that parameter was ignored by CFMX and the generated email still had the java message-id.As for mail servers tagging mail as

Re: CFMail Sanity Check

2004-07-02 Thread Howie Hamlin
Your code is correct for setting the message-id - it's just that CFMAIL ignores it.And, email servers tagging mail as spam when a ColdFusion header is detected has been happening for many years now. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. -

RE: blackstone talk at CFUN

2004-07-02 Thread Burns, John D
I have a question about these flash generated forms... The accordion or tabbed method sounds great for some of the site management controls I like to give customers, however, some of the form items I use on those tabs are WYSIWYG editors.Any plans of having something like that built into this new

RE: flash problem

2004-07-02 Thread Burns, John D
You need some _javascript_ on the page that the flash movie is being played in that will bring that window to focus and then call that function from your flash movie. John -Original Message- From: Sima Lee [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 9:29 AM To: CF-Talk

Re: Help with CFTree or a replacement for it.

2004-07-02 Thread Thomas Chiverton
On Wednesday 30 Jun 2004 20:22 pm, Ciliotta, Mario wrote: java.lang.ClassNotFoundException: java.io.FileNotFoundException: http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTree Applet/class.class I guess that is your problem - can you retrieve that from your webbrowser

Re: TreeMenu for Fusebox/CF site

2004-07-02 Thread Matt Robertson
Got an email off-list telling me the download link to the MM Exchange link doesn't work. It used to be that you could shortcut the (rather long these days) MM Exchange approval process by directly linking to a tag they hadn't approved yet.Looks like they finally closed that loophole. Here's the

RE: he3

2004-07-02 Thread Tony Weeg
I would to, however, not yet, from what I can see... ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 visit www.antiwrap.com to send long url emails to your friends! -- dont mistake my perfection as arrogance anonymous

RE: flash problem

2004-07-02 Thread Sima Lee
Hi John, Thanks a lot for the suggestion. However, the flash movie is not being played in browser. It is simply played in flash viewer. Regards, Sima -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 9:52 AM To: CF-Talk Subject: RE: flash

RE: flash problem

2004-07-02 Thread Burns, John D
I don't believe flash has any way to do that, but I'm not sure.Sorry John -Original Message- From: Sima Lee [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 10:07 AM To: CF-Talk Subject: RE: flash problem Hi John, Thanks a lot for the suggestion. However, the flash movie is not

Re: sot: login box

2004-07-02 Thread Matthew Fusfield
Yeah, something like that although it doesn't seem to work in IE. The behavior is exactly what I need in Firefox, however. Thanks Matt - Original Message - From: Greg Stewart [EMAIL PROTECTED] Date: Fri, 2 Jul 2004 09:58:59 +0100 Subject: Re: sot: login box To: CF-Talk [EMAIL PROTECTED]

JRUN Error

2004-07-02 Thread David O Malley
Hello, if anyone can lend some assistance, I am at my wits end! I have a site deployed on CFMX (6.1) on a J2EE platform. Occasionally, and there seems to be no consistency with this - I get an error when I try to hit the site. The error is simple, and short: Server Error The server encountered

Re: HTML2PDF3 --book ?

2004-07-02 Thread Tony . D . Nguyen
Nevermind I got it ...I got the source code and realized that he has hard-coded --webpage in there...so im gonna modify it to be as a parameter instead [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: blackstone talk at CFUN

2004-07-02 Thread Doug James
If I remember correctly the gateway polled the directory and when the file showed up it fired the appropriate event and the CF server responded. Doug Dick Applebaum wrote: On Jul 2, 2004, at 6:19 AM, Doug James wrote: - demonstrated a file drop gateway - produced a text file and placed it

RE: flash problem

2004-07-02 Thread Robertson-Ravo, Neil (RX)
Use Director to display the movieyou can control Window actions this way. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 July 2004 15:07 To: CF-Talk Subject: RE: flash problem Hi John, Thanks a lot for the suggestion. However, the flash movie is not being played in

Re: Fusebox 4 MVC

2004-07-02 Thread Brian Kotek
The controller circuit is there, it's just not explicitly called controller, it's called blog I believe.MVC isn't about naming the circuits something, it's about what the circuits do.And you also must consider what you want the user to see in the URL.I thought

RE: Fusebox 4 MVC

2004-07-02 Thread Tangorre, Michael
The controller circuit is there, it's just not explicitly called controller, it's called blog I believe.MVC isn't about naming the circuits something, it's about what the circuits do.And you also must consider what you want the user to see in the URL.I thought

IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Dick Applebaum
After being beaten down (but not crying uncle) about using CFML for desktop and combo desktop/web apps, I have decided to learn Java. (some day I suppose I will need to thank the people on the list who discouraged me about CFML). I have used BBedit as an IDE and it has some very nice features

RE: blackstone talk at CFUN

2004-07-02 Thread Ben Forta
We'd love to, but I doubt we'll get to it this time around. Basically, Blackstone is leveraging controls created for Flash MX 2004 and Flex, so we're somewhat constrained (for now) but the controls available for those products. But maybe in the future ... --- Ben _ From: Burns, John D

RE: Fusebox 4 MVC

2004-07-02 Thread Marlon Moyer
Sorry to hijack the thread, but what does Fusebox 4 bring to the table that Mach-II doesn't.I'm curious because I'm about to spend this weekend trying to design a Mach-II site and was curious if I should also devote some time to Fusebox 4. Marlon -Original Message- From: Tangorre,

RE: Fusebox 4 MVC

2004-07-02 Thread Ray Champagne
Oh, man, here we go Ray At 10:49 AM 7/2/2004, you wrote: Sorry to hijack the thread, but what does Fusebox 4 bring to the table that Mach-II doesn't.I'm curious because I'm about to spend this weekend trying to design a Mach-II site and was curious if I should also devote some time to

Re: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Thomas Chiverton
On Friday 02 Jul 2004 15:45 pm, Dick Applebaum wrote: didn't support multiple windows (I Have a 17 and a 23 display) So run it again - this is all IDEA does. Anyway, I would like to hear what everyone is using -- especially Mac users. I use IDEA for Java development, as it's a Java app

Re: blackstone talk at CFUN

2004-07-02 Thread Dick Applebaum
What I was wondering is: 1) Was there a browser request pending for CF Template the server event satisfied the request (Pull) 2) Was there an autorefresh in the page that made a server request every n seconds (Pull) 3) Did the server send an unsolicited page to an idle browser (Push) I know

RE: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Matt Liotta
I Looked at Eclipse -- seemed too involved for what I was doing didn't support multiple windows (I Have a 17 and a 23 display) Not sure what you mean by too involved. I've found most of the Java IDEs to require the same level of involvement. Eclipse 3 does support multiple monitors. I use the

RE: Fusebox 4 MVC

2004-07-02 Thread Marlon Moyer
Yeah, I was kind of afraid to ask, but documentation for both seems a little lite on both sides.Plus, I'd like to get the opinions of people who have done both if possible.oh, and it is Friday.It's not like any work is going to get done :) Marlon -Original Message- From: Ray

Re: blackstone talk at CFUN

2004-07-02 Thread Jochem van Dieten
Dick Applebaum wrote: 1) Was there a browser request pending for CF Template the server event satisfied the request (Pull) 2) Was there an autorefresh in the page that made a server request every n seconds (Pull) 3) Did the server send an unsolicited page to an idle browser (Push) I

Re: blackstone talk at CFUN

2004-07-02 Thread Doug James
OK, I understand the question now. Ben, please correct me if I am wrong. I believe there was a 15 second refresh set on the display page (pull). Yes, the gateways open a very large list ...interesting possibilities Doug Dick Applebaum wrote: What I was wondering is: 1) Was there a

RE: blackstone talk at CFUN

2004-07-02 Thread Ben Forta
In my example the CF code fired by the event (the presence of a file) opened the file, extracted the data, used CFQUERY to update a database, and then deleted the file. I manually refreshed the page to show that the next SELECT statement pulled all the data, including the one just auto-inserted.

RE: blackstone talk at CFUN

2004-07-02 Thread Burns, John D
From what I've heard about the demo...I didn't think it had anything to do with the browser.I think the text file got dropped to a folder, Java triggered an event that triggered a CFC function to parse the text file and insert into a db and then Ben manually went back and refreshed the

RE: Fusebox 4 MVC

2004-07-02 Thread Sandy Clark
Simplest answer Mach-ii - Implicit Invocation.Relies heavily on OOP and requires a good working knowledge of OOP Fusebox - Pipes and Filter - Procedural in nature No OOP knowledge required. _ From: Marlon Moyer Sorry to hijack the thread, but what does Fusebox 4 bring to the table that

RE: blackstone talk at CFUN

2004-07-02 Thread Samuel R. Neff
The display of the new data in the browser was a standard HTTP request/response.What happened was Ben copied the file to the drop folder. Then talk for about 15 seconds and explain that he's waiting for the event to kick in and make sure it processes.Then he refresh his browser and it display the

ATTN Duke People

2004-07-02 Thread Rick Root
If there are any folks on this list at Duke University, please email me off list - rick dot root at duke dot e dee you. I'm forming a campus macromedia users group. Thanks. Rick Root [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Rob
Hola Dick :-D, On Fri, 2 Jul 2004 07:45:21 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: After being beaten down (but not crying uncle) about using CFML for desktop and combo desktop/web apps, I have decided to learn Java. (some day I suppose I will need to thank the people on the list who

RE: Fusebox 4 MVC

2004-07-02 Thread Ray Champagne
This may not help, as I seem to remember that it turned into a little of a pissing match, but search for Mach II vs FuseBox in the archives, as this was a hotly debated topic a few weeks ago. Don't use either one extensively myself (FuseBox a little, should use it more I know), so I can't

Re: blackstone talk at CFUN

2004-07-02 Thread Dave Carabetta
On Fri, 2 Jul 2004 09:51:28 -0400, Burns, John D [EMAIL PROTECTED] wrote: I have a question about these flash generated forms... The accordion or tabbed method sounds great for some of the site management controls I like to give customers, however, some of the form items I use on those

RE: ATTN Duke People

2004-07-02 Thread Tony Weeg
is coach k gone? whats the word down there? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 visit www.antiwrap.com to send long url emails to your friends! -- dont mistake my perfection as arrogance anonymous -Original

Re: Fusebox 4 MVC

2004-07-02 Thread simeon
Well I have not done any mach-ii development yet, but I see them as a similar tool for a job.The truth is that they both act as the controlor for your application.Either way you go you can build the model (business Layer) in cfc's or java classes.Then I imagine the view portion is very similar

Posting to db as GMT date/time

2004-07-02 Thread Mark Leder
Hi all, I have a forum app which is hosted in Arizona, but almost all users are here in Ohio.When a message is posted or replied to, I use #CreateODBCDate(Now())# which inserts the post to Arizona Time (theire time zone doesn't seem to follow anyone elses).I'm thinking that a better solution might

Re: ATTN Duke People

2004-07-02 Thread Dick Applebaum
You may need a new RoundBall coach-- I heard that Lakers made an offer to coach K. Dick On Jul 2, 2004, at 8:11 AM, Rick Root wrote: If there are any folks on this list at Duke University, please email me off list - rick dot root at duke dot e dee you. I'm forming a campus macromedia users

I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Jon Block
This is on a machine with windows 2003 server ... we're currently running CF in command line mode... here's what's ruining my day... please help... cfexecute name=echo 1234 jonyay.txt timeout=10 / -- Detail The cause of this exception was that: java.io.IOException: CreateProcess: echo

RE: blackstone talk at CFUN

2004-07-02 Thread Dave Watts
What I was wondering is: 1) Was there a browser request pending for CF Template the server event satisfied the request (Pull) 2) Was there an autorefresh in the page that made a server request every n seconds (Pull) 3) Did the server send an unsolicited page to an idle browser (Push)

RE: blackstone talk at CFUN

2004-07-02 Thread Tyler Silcox
WYSIWYG editors We'd love to, but I doubt we'll get to it this time around. I know that sounds like a NO, but can I give a giant PLEASE for this one?! There are a ton of different WYSIWYG editors out there-some free, some not. But they all have different implementations, and it would be

RE: JRUN Error

2004-07-02 Thread Dave Watts
Hello, if anyone can lend some assistance, I am at my wits end! I have a site deployed on CFMX (6.1) on a J2EE platform. Occasionally, and there seems to be no consistency with this - I get an error when I try to hit the site. The error is simple, and short: Server Error The server

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Dave Watts
This is on a machine with windows 2003 server ... we're currently running CF in command line mode... here's what's ruining my day... please help... cfexecute name=echo 1234 jonyay.txt timeout=10 / The program you want to run is cmd.exe. The echo command is part of the command processor

Re: blackstone talk at CFUN

2004-07-02 Thread Aaron Rouse
If we use the new CFForm and its tabbed abilities, can we still drop in other non-MM components?For instance in this case of people wanting a WYSIWYG and it sounding like MM is not planning that feature, will we still be able to drop a 3rd party built one into the CF built tabbed form? On Fri, 2

RE: blackstone talk at CFUN

2004-07-02 Thread Tyler Silcox
Well, until the Flash Player allows for file uploading For what? Images to place within the html/text?You could easy do the uploading/managing as a separate process, but just have a directory/list/query of available images for insertion in an attribute for the call to the WYSIWYG component:

Re: blackstone talk at CFUN

2004-07-02 Thread Dick Applebaum
On Jul 2, 2004, at 8:09 AM, Jochem van Dieten wrote: Dick Applebaum wrote: 1) Was there a browser request pending for CF Template the server event satisfied the request (Pull) 2) Was there an autorefresh in the page that made a server request every n seconds (Pull) 3) Did the server send

sql question

2004-07-02 Thread Tony Weeg
is there a function in transact sql that allows something like the cfmx insert() function? I have a number field, 1236547852145632, that I want to display like: 1236-5478-5214-5632 and don't want to do this... cfset myNum = 4103346331 cfloop from = 4 to = #len(myNum)# index = i step = 5

Re: Posting to db as GMT date/time

2004-07-02 Thread Ian Potts
Sounds like a solid plan to me. Adjust to GMT on insert, display in whatever timezone you like. I believe the function GetTimeZoneInfo() will return a struct with the server's offset info. 1) Convert the date from whatever timezone to GMT (use the server's offset). 2) Display using the offset for

Re: sql question

2004-07-02 Thread Ian Potts
I haven't used transact sql, but I'd imagine it supports some form of substring function? There may be a better option, but that would work if the data is all valid and you concatenate the string with dashes. Ian - Original Message - From: Tony Weeg [EMAIL PROTECTED] Date: Fri, 2 Jul

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Jon Block
Dave, When I do it that way, I don't get any errors but it just doesn't work at all Any ideas? Jon _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 11:42 AM To: CF-Talk Subject: RE: I'm so frustrated - Can somebody make my day? (cfexecute) This is on a

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Stephen Milligan
I don't think that will work either. I've found that cmd.exe doesn't play well with CFMX. I'm not quite sure why, but it could have something to do with it being a shell for other commands. What exactly was it that you wanted to do with cfexecute? The example you gave doesn't look like it does

Re: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Jochem van Dieten
Jon Block wrote: When I do it that way, I don't get any errors but it just doesn't work at all Any ideas? Probably it works, but the file is created in a directory different from the one you expect. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Dave Watts
When I do it that way, I don't get any errors but it just doesn't work at all Any ideas? How do you know it doesn't work? You might want to specify the file location you're piping to: echo 1234 c:\jonyay.txt Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496

RE: sql question

2004-07-02 Thread Dave Watts
is there a function in transact sql that allows something like the cfmx insert() function? I have a number field, 1236547852145632, that I want to display like: 1236-5478-5214-5632 and don't want to do this... cfset myNum = 4103346331 cfloop from = 4 to = #len(myNum)# index = i

Re: blackstone talk at CFUN

2004-07-02 Thread Jochem van Dieten
Dick Applebaum wrote: 1) didn't Netscape have a flaver of _javascript_ that supported push technology -- called LiveScript? I don't know. I don't see how that is relevant either, since that obviously is a client side solution. BlackStone runs on a server. 2) Can't you do Push with CGI?

RE: blackstone talk at CFUN

2004-07-02 Thread Dave Watts
I know that but: 1) didn't Netscape have a flaver of _javascript_ that supported push technology -- called LiveScript? LiveScript was simply the initial name for _javascript_, if I recall correctly. As a marketing ploy, Netscape changed the name shortly after Sun announced Java. 2) Can't

Re: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Dick Applebaum
On Jul 2, 2004, at 8:04 AM, Matt Liotta wrote: I Looked at Eclipse -- seemed too involved for what I was doing didn't support multiple windows (I Have a 17 and a 23 display) Not sure what you mean by too involved. I've found most of the Java IDEs to require the same level of involvement.

RE: sql question

2004-07-02 Thread Ryan Duckworth
is there a function in transact sql that allows something like the cfmx insert() function? To display it, just use mid and call your CFC function that returns the decrypted CC number. #mid(objCreditCard.getCcNumberDecrypted(),1,4)#-#mid(objCreditCard.getCc

Re: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Dick Applebaum
On Jul 2, 2004, at 8:12 AM, Rob wrote: Hola Dick :-D, On Fri, 2 Jul 2004 07:45:21 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: After being beaten down (but not crying uncle) about using CFML for desktop and combo desktop/web apps, I have decided to learn Java. (some day I suppose I

Re: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Rob
On Fri, 2 Jul 2004 09:10:16 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: On Jul 2, 2004, at 8:12 AM, Rob wrote: Eclipse is a better bet then netbeans because of the many many plug ins it can handle - (I know of a great cfml one :-D). OH? You know it :)

Re: blackstone talk at CFUN

2004-07-02 Thread Nick de Voil
1) didn't Netscape have a flaver of _javascript_ that supported push technology -- called LiveScript? You're thinking of LiveConnect, but that was simply an interface for client-side communication between JS and applets. Nick [Todays Threads] [This Message] [Subscription] [Fast

RE: sql question

2004-07-02 Thread Tony Weeg
t'is not a credit card number, but that's ok, doesn't matter. really its just for readability sake on a printed label. :) so, basically im working with an old label making program, formatting some data, sending it to a csv, odbc on the client pc, to the csv file, and then the label program works

RE: blackstone talk at CFUN

2004-07-02 Thread Ben Forta
No, in my example there was no auto-refresh on the client page, the 15 second timer was how often the gateway checked for files in the folder. --- Ben _ From: Doug James [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 11:10 AM To: CF-Talk Subject: Re: blackstone talk at CFUN OK, I

RE: Posting to db as GMT date/time

2004-07-02 Thread Mark Leder
Thanks for your insight. Thanks, Mark _ From: Ian Potts [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 11:47 AM To: CF-Talk Subject: Re: Posting to db as GMT date/time Sounds like a solid plan to me. Adjust to GMT on insert, display in whatever timezone you like. I believe the

Re: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Dave Jones
Dick, If the bulk of your time will be spent in Java and if you can afford the bucks, check out IntelliJ IDEA http://www.intellij.com/idea/. I also looked at JEdit, Eclipse, etc. and switching to IDEA was the single biggest boost to my Java productivity of anything I've done. I can't imagine

Re: blackstone talk at CFUN

2004-07-02 Thread Dick Applebaum
On Jul 2, 2004, at 8:36 AM, Dave Watts wrote: I don't think you can really do that at all. The browser needs to make some initial request. Once the browser has made a request, you may be able to get the browser to continue to accept content (server push using multipart/x-mixed-replace), but

RE: IDE for Java, CF, ,Javascript, JSP, ASP, PHP, Perl on Mac OS X

2004-07-02 Thread Stephen Milligan
*snip* Caveat: it handles JSP (and XML) fine, but don't know how it does with ASP, PHP or Perl. For HTML, CF and JS, I still rely on an old but heavily customized copy of Multi-Edit. I'll check out Eclipse for CF if and when I can figure out how to create templates for CF code fragments.

Re: string parsing

2004-07-02 Thread Claude Schneegans
Interesting tag! Thanks, I've added a tool to test it on line. see: http://www.contentbox.com/claude/customtags/REextract/testingREextract.cfm -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

Re: sql question

2004-07-02 Thread Joe Rinehart
Hey Tony, Dave's certainly right, substring can help, but you'll need to cast the field over to some sort of text field before you use it.This should get you started: SELECT top 1 SUBSTRING(CAST(1234123412341234 AS varchar(16)), 1, 4) + '-' + SUBSTRING(CAST(1234123412341234 AS varchar(16)),

Re: blackstone talk at CFUN

2004-07-02 Thread Cary Gordon
You are describing two related Netscape technologies: LiveScript became _javascript_, and Netscape built an early push system based on its server-side _javascript_/LiveScript technology. I was working - with little to show for it - with the Netscape SuiteSpot server-side technology when I

multiple column update

2004-07-02 Thread Greg.Morphis
I'm trying to use one form to update multiple rows and columns in a table.. this is what I have so far.. on the form page I have 2 input boxes.. td valign=top class=#ClassName# align=center#quota_id#/td td valign=top class=#ClassName# align=centerinput type=text name=quotat_#quota_id#

Re: sql question

2004-07-02 Thread Dick Applebaum
On Jul 2, 2004, at 9:13 AM, Dave Watts wrote: There's no built-in function that does exactly what you want, but I'm pretty sure you can use the SUBSTRING function to get where you want to go. You might even write your own SQL Server user-defined function that uses it. Yes! Haven't done

Re: blackstone talk at CFUN

2004-07-02 Thread Sean Corfield
From: Dick Applebaum [EMAIL PROTECTED] Was this an unsolicitedpush from a server to a client browser? No, Doug's choice of the word automatically might be misleading you... Ben put a file in a directory, a listener (in Java) spotted the change and notified Blackstone to invoke a method on a

RE: blackstone talk at CFUN

2004-07-02 Thread dave
that editor was by josh dura not MM, very nice though -- Original Message -- From: Tyler Silcox [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Fri, 2 Jul 2004 11:32:20 -0400 WYSIWYG editors We'd love to, but I doubt we'll get to it this time

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Jon Block
What I'm really trying to do is encrypt a file like this: C:\C:\pgp\pgp.exe -e O:\temp\abc.txt MYTESTKEY This command works on the command line... but now matter what I've tried, I just won't work. I've tried about 25 variations of cfexecute calls ... calling the tag in various ways. I've also

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Jon Block
Dave, Tried that... it doesn't work... Jon _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 12:12 PM To: CF-Talk Subject: RE: I'm so frustrated - Can somebody make my day? (cfexecute) When I do it that way, I don't get any errors but it just doesn't work at

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Jon Block
Jochem, I scanned the whole hard drive... it didn't create any files. Jon _ From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 12:02 PM To: CF-Talk Subject: Re: I'm so frustrated - Can somebody make my day? (cfexecute) Jon Block wrote: When I do it that

Re: blackstone talk at CFUN

2004-07-02 Thread dave
http://www.yamago.net/components/ -- Original Message -- From: Dave Carabetta [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Fri, 2 Jul 2004 11:14:21 -0400 On Fri, 2 Jul 2004 09:51:28 -0400, Burns, John D [EMAIL PROTECTED] wrote: I have a question

RE: flash problem

2004-07-02 Thread dave
u need to move it up over your main level in the timeline then what i would do is make it appear disappear by simple making it transparent -- Original Message -- From: [EMAIL PROTECTED] (Sima Lee) Reply-To: [EMAIL PROTECTED] Date:Fri, 2 Jul 2004 10:06:54

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Dave Watts
What I'm really trying to do is encrypt a file like this: C:\C:\pgp\pgp.exe -e O:\temp\abc.txt MYTESTKEY This command works on the command line... but now matter what I've tried, I just won't work. I've tried about 25 variations of cfexecute calls ... calling the tag in various ways.

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Stephen Milligan
Did you try the batch file method I suggested? For what you're trying to do I think the syntax would be: C:\encrypt.bat would look like this: C:\pgp\pgp.exe -e %1 %2 test.cfm cfset args = arrayNew(1) cfset arrayAppend(args,'O:\temp\abc.txt') cfset arrayAppend(args,'MYTESTKEY') cfexecute

Re: Fusebox 4 MVC

2004-07-02 Thread Brian Kotek
It should also be noted that while OO is not *required* to do Fusebox, you are by no means prevented from using OO techniques within a Fusebox application.We have a very large Fusebox 4 app in a MVC configuration.A large amount of the Model is written in CFCs with a fully OO implementation.We have

  1   2   >