Re: cfquery error on new database

2004-09-07 Thread Gert Franz
hi joe, i'm just guessing, but maybe MX reads the datasources at the begin of every request, so that it does not know your datasource you just created. maybe if you use cflocation you would have more luck ... cheers gert - Original Message - From: joe velez To: CF-Talk Sent: Tuesday,

Return Links (best practice)

2004-09-07 Thread Paul Giesenhagen
What are some of you doing to return people to where they were once they have logged in. I am curious what are some of the best methods to returning users back to where they came from after they log in. Example;user is browsing your website and comes to a form to submit some information.But they

RE: Return Links (best practice)

2004-09-07 Thread Micha Schopman
Save the referrer when locating them to the login page. Use that referrer upon login to relocate again. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This

Re: Return Links (best practice)

2004-09-07 Thread Paul Giesenhagen
Yes, but that can be unreliable ... but what I am looking for is are you passing this information via what type of variable. url, session, client ect... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Micha Schopman To: CF-Talk Sent:

RE: Return Links (best practice)

2004-09-07 Thread Micha Schopman
Why would that be unreliable? Yes you can spoof referrers as a client, but they are only used as a relocate target not as a check whether someone is logged in. You can store paths in sessions etc. but you must make sure you update the path on each request, and ignore the setting of the path during

Re: Return Links (best practice)

2004-09-07 Thread Paul Giesenhagen
Sometimes servers turn those off but that is not the point of my question, my question is how would are some folks storing and processing this? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Micha Schopman To: CF-Talk Sent:

RE: Return Links (best practice)

2004-09-07 Thread Micha Schopman
I think most developers still use referrers though :P Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Return Links (best practice)

2004-09-07 Thread Pascal Peters
You could use Application.cfm (or a file that you include in relevant places) to contain the whole login procedure and use self posting forms for the login. This way you never leave the page you requested. IF not logged in IF not coming from the login form Show the login form Abort IF coming from

Re: any issues with XP sp2 on your CF development machine?

2004-09-07 Thread Mike Kear
I've been using mine on two machines for 2 days - no issues at all so far.I've got a IIs web server, and CFMX6.1 and SQLServer2000 all running on it - no negative effects at all, and remarkable drop in internet annoyances - popups, ads, unwanted cookies etc. But all the same,follow Mr Gates's

Re: Return Links (best practice)

2004-09-07 Thread Massimo Foti
I think most developers still use referrers though :P Many personal security software, like Norton Firewall remove the referrer from the HTTP request. Same for a good amount of corporate firewalls. It's indeed pretty annoying for us developers... Massimo Foti

RE: Return Links (best practice)

2004-09-07 Thread Micha Schopman
Yup that is indeed true Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: CFHTTP, Struts and some other stuff...

2004-09-07 Thread Thomas Chiverton
On Friday 03 Sep 2004 20:35 pm, B G wrote: Any guidance on where to get info to help debug is greatly appreciated. Dump timestamps to a log file after each batch of operations. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: SOT: Nix shell script to test if CF is running on port xxxx

2004-09-07 Thread Thomas Chiverton
On Monday 06 Sep 2004 17:39 pm, Adrian Lynch wrote: Wookey Hole Road --- a place where Han Solo sometimes went? :OD Me like :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS.

Re: cfquery error on new database

2004-09-07 Thread joe velez
hmm i dunno .. actually i managed to get it to work some of the time HEHE .. then i found a java sleep tag to use .. and that worked every time except when i refreshed the page 5 times real quick, then it gave me an error that either the db didnt exist, or the table didnt exist. i guess i coudl

Re: SOT: Unix, Linux, OS X scripting list

2004-09-07 Thread Thomas Chiverton
On Monday 06 Sep 2004 16:35 pm, Dick Applebaum wrote: Anyone know of a good list that discusses 'Nix shell scripting -- that will be gentle with a novice? If you use Bash (the One True Shell), I find http://www.redmondlinux.com/Bash_Info/HTML/ very handy. -- Tom Chiverton Advanced ColdFusion

Re: CFMail Forwarding

2004-09-07 Thread Jochem van Dieten
Mark Leder wrote: I have a CFMail routine on a website which I host in which the mail server is at a separate location (the client's). When I want to have an email sent from, say [EMAIL PROTECTED] (as in an autoresponder form), do I set the CFMail Server attribute to their mail server,

Re: Displaying a dynamic map - how?

2004-09-07 Thread Paul Hastings
The New Year's Eve site I do (www.firstnight.org http://www.firstnight.org/ ) needs a fairly complex map of Boston with locations and special markers which of course change every year.I've been doing the site going on nine years and the map is always one of the most challenging aspects.

Re: CFMail Forwarding

2004-09-07 Thread Thomas Chiverton
On Monday 06 Sep 2004 18:00 pm, Mark Leder wrote: When I want to have an email sent from, say [EMAIL PROTECTED] (as in an autoresponder form), do I set the CFMail Server attribute to their mail server, such as mail.myclientswebsite.com? Depends, will your local mail server rely for that

Re: Displaying a dynamic map - how?

2004-09-07 Thread Claude Schneegans
The New Year's Eve site I do (www.firstnight.org http://www.firstnight.org/ ) needs a fairly complex map of Boston with locations and special markers which of course change every year. Hi, Is the map you are refering to online now ? I cannot find any on the site, could you be more specific about

Re: any issues with XP sp2 on your CF development machine?

2004-09-07 Thread Daniel Farmer
I've got a similar setup... IIS running CFMX6.1 / asp/asp.net /php / mysql. so I'm hoping I won't have any problems with SP2 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: any issues with XP sp2 on your CF development machine?

2004-09-07 Thread Daniel Farmer
I've got a similar setup... IIS running CFMX6.1 / asp/asp.net /php / mysql. so I'm hoping I won't have any problems with SP2 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Fusebox

2004-09-07 Thread Greg Luce
Andrew, The Fusebox conference is in a couple of weeks in Maryland. That would be the best place to get info about Fusebox. http://www.cfconf.org/fusebox2004/ There may be other frameworks out there with some clever concepts, but everyone that I know that has ever given Fusebox a decent shot,

MX 6.1 W2K3 Installation Hangs

2004-09-07 Thread Alistair Davidson
Hi All We have a completely fresh, pristine and virgin installation of Windows Server 2003 Standard, and we're trying to install MX 6.1 Pro onto it. Every time we try, it goes right through the installation to point of Installing Web Server Connectors... Then it pops up a cmd.exe window with

RE: Displaying a dynamic map - how?

2004-09-07 Thread Jim Davis
Sorry - we're not really promoting the 31st any longer.;^)The map is here: http://www.firstnight.org/Content/NewYears/Artists/Index.cfm It's actually the print map given to us by the print designer (whom we have no control over and doesn't often take into account online needs being so swamped

Re: Return Links (best practice)

2004-09-07 Thread Adam Haskell
I disagree on that. If you use referrer information your website to redirect people back, your website is not working properly for about 30-40% of you customers. We store the last page visited in the Session scope. Adam H On Tue, 7 Sep 2004 08:55:35 +0200, Micha Schopman [EMAIL PROTECTED] wrote:

Array Help

2004-09-07 Thread KeAnne Hoeg
I have a form on which I am trying to populate a few text boxes with SSN and address based on the name selected in a drop-down box.I can see that the array was created successfully, but I am having problems getting the selected value to work with the array to find the SSN and address. The error

RE: Return Links (best practice)

2004-09-07 Thread Andy Ousterhout
I have a security check in my Application.cfm that checks to see if the requested page requires a login, and if the person is not currently logged in, calls the logon page, sending it the requested page. In the logon page, I copy all URL to the FORM statement and create INPUT TYPE=HIDDEN for each

RE: Fusebox

2004-09-07 Thread S . Isaac Dealey
Come to the conference and check it out. $200 is well worth it. And the classes on Thursday and Friday are a great opportunity to get up to speed quickly. I think it was the international air-fare that was their cost issue. s. isaac dealey954.927.5117 new epoch : isn't it time for a

RE: Displaying a dynamic map - how?

2004-09-07 Thread Jim Davis
There're actually a few problems here: 1) We don't have any control over the map, really.It's designed by the print designer for the paper program guide then given to us (usually at the last minute).We do, however often have to update the map when venues change before the event.But we (the web

Re: OT- netstat report

2004-09-07 Thread Asim Manzur
No Yves, I am still finding the thread from google regarding the same problems, and if I couldn't find anything, for sure that I will re-install everything. Thants only I can say for now. but don't worry, if I found something I will definately post the solution. -Asim Not to sure exactly what

Re: Fusebox

2004-09-07 Thread Nando
On Tue, 7 Sep 2004 08:45:33 -0400, S. Isaac Dealey [EMAIL PROTECTED] wrote: Come to the conference and check it out. $200 is well worth it. And the classes on Thursday and Friday are a great opportunity to get up to speed quickly. I think it was the international air-fare that was

Stopping Macromedia JRUN CFusion Server Services

2004-09-07 Thread Adkins, Randy
Does anyone have any information as to why when stopping the CFusion Server Services, the following error would pop up but when clicking on OK the services would finally stop and I could restart them. Error when attempted to close Macromedia JRun CFusion Server service. Once I clicked OK, the

Re: Fusebox

2004-09-07 Thread Nando
As you can see, i have a lot to say on this issue ... Andrew - any questions you have about Fusebox, just go ahead and ask. If i know the answer and can manage to use an email interface properly, i'll reply. :) On Tue, 7 Sep 2004 15:05:58 +0200, Nando [EMAIL PROTECTED] wrote: On Tue, 7 Sep

Re: Count Online Users Conundrum

2004-09-07 Thread Sung Woo
I've been tied up with stuff lately, but I finally have a bit of a breather, so I'm ready to tackle this thing once and for all.I just want to get some feedback on what I plan on doing: On my site, UserID (an integer) is a session variable.I'll create a structure that has the following three

Re: Array Help

2004-09-07 Thread Charlie Griefer
Be easier to troubleshoot this if you could post the actual HTML from the browser. Not sure if this might be the problem...your cfform tag isn't closed (no ) ? ...also, parameterExists() has been deprecated since roughly CF 3 (somebody will likely correct me if i'm wrong there...but it's been a

Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Sung Woo
I just came back from a weeklong training session with java/JSP programming and have a couple of things to discuss. FYI, I've been a long-time CF programmer (first version of 3.1).I've dabbled in UNIX shell scripts, perl, ASP, VB, and Pascal (yes, Pascal!) in my past incarnations, and hands down,

RE: Count Online Users Conundrum

2004-09-07 Thread Eric Creese
yes but you can also run the update to knock out past connections when you update the current time, that is what I do. -Original Message- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 8:23 AM To: CF-Talk Subject: Re: Count Online Users Conundrum I've been

repost: create/manage CF verity from java

2004-09-07 Thread Burns, John D
Does anyone know any info on the service factory that controls verity within CF? We have a backend java program that is doing some stuff and needs to trigger verity to build an index available to be searched within CF.I know java could make an http request and trigger a cf page to build the index,

Anyone know what to do about this please? Error Establishing Socket

2004-09-07 Thread Mike Kear
We're getting the error as follows: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect I think this is to do with the hosting company - is there anything we might do as site owners and developers to cause this?I think its something we're going to have to get

Cannot establish socket -

2004-09-07 Thread Mike Kear
We're getting the error as follows: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect I think this is to do with the hosting company - is there anything we might do as site owners and developers to cause this?I think its something we're going to have to

Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Mike Kear
We're getting the error as follows: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect I think this is to do with the hosting company - is there anything we might do as site owners and developers to cause this?I think its something we're going to have to get

Re: Fusebox

2004-09-07 Thread Andrew Dixon
Hi. It is the airfair, hotel, etc... costs that stop me going to a conference in the US, but really I just need to get into doing some programming with Fusebox and this will happen soon as I've nearly finished my planning and we are all nearly agreed on what we doing. Nando, Thanks for the offer

Re: Array Help

2004-09-07 Thread KeAnne Hoeg
The cfform tag is closed in the actual code, but it must have lost the bracket when I copied it. As for the parameterexists(), can you tell that someone started creating this form a LONG time ago? LOL. Here's the code from the browser (edited since the form contains more info than what is

RE: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Jason L. West, Sr.
You might want to check to see if the authentication to the datasource is correct. Thanks,   Jason L. West, Sr. WezBiz Technologies [EMAIL PROTECTED] http://wezbiz.com   From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 10:03 To:

RE: Cannot establish socket -

2004-09-07 Thread Ewok
I can’t think of anything (that definitely doesn’t mean that there isn’t something) code wise that would cause it other than your username and/or password being wrong. I think you’re probably right about getting the hosting company to look into it since it was refused and at least get them to

Re: MX 6.1 W2K3 Installation Hangs

2004-09-07 Thread Greg Stewart
Hi Alistair, Anything in the install log? And what kind of an install are you performing? J2EE/standalone? Also maybe this post can help a little: http://www.bpurcell.org/index.cfm?mode=entryentry=949 and there are a fwe comments relating to win2k3 as well.. Cheers G On Tue, 7 Sep 2004 13:39:47

RE: Stopping Macromedia JRUN CFusion Server Services

2004-09-07 Thread Dave Watts
Does anyone have any information as to why when stopping the CFusion Server Services, the following error would pop up but when clicking on OK the services would finally stop and I could restart them. Error when attempted to close Macromedia JRun CFusion Server service. Once I clicked OK,

Re: Count Online Users Conundrum

2004-09-07 Thread Sung Woo
Excellent.So there are two instructions on the structure update: 1) update my time 2) kill any connections older than 15 minutes I'd still need to run a cleanup script every fifteen minutes, just to clean up any last connections, right?Otherwise, there will always be 1 person logged on, I'd

RE: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Dave Watts
1) Since CFMX 6.1 is now running off of jrun, is it reasonable to see it as a huge and complicated set of JSP custom tags?JSP seems to behave very similarly to CF -- you write the code in a .jsp file and the compiler creates a .class file after the initial run. There are a ton of custom

RE: MX 6.1 W2K3 Installation Hangs

2004-09-07 Thread Alistair Davidson
Thanks for the info - I've forwarded it onto the guy who's actually doing the server work, so fingers crossed It's a standalone installation - we only have the Professional version, hence no J2EE configuration. _ From: Greg Stewart [mailto:[EMAIL PROTECTED] Sent: 07 September 2004

Looping Question

2004-09-07 Thread Jeffrey Fongemie
Hi everyone, I'm using a query and loop to fill a body onLoad statement for a _javascript_ image preload. So far I've got: body query=allphotos startrow=1 endrow=#allphotos.recordcount#cfoutput'photoslarge/#filenamelarge#',/cfoutput/cfloop) This works except that it puts a comma at the end

RE: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Dave Watts
We're getting the error as follows: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect I think this is to do with the hosting company - is there anything we might do as site owners and developers to cause this?I think its something we're going to have

RE: Looping Question

2004-09-07 Thread Tangorre, Michael
ValueList() would work better for you here. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funca117.htm#wp11 14236 Mike I'm using a query and loop to fill a body onLoad statement for a _javascript_ image preload. So far I've got: body query=allphotos startrow=1

RE: MX 6.1 W2K3 Installation Hangs

2004-09-07 Thread Dave Watts
We have a completely fresh, pristine and virgin installation of Windows Server 2003 Standard, and we're trying to install MX 6.1 Pro onto it. Every time we try, it goes right through the installation to point of Installing Web Server Connectors... Then it pops up a cmd.exe window with

RE: Looping Question

2004-09-07 Thread Pascal Peters
body > query=allphotos'photoslarge/#filenamelarge#'cfif allphotos.recordcount NEQ allphotos.currentrow,/cfif/cfoutput) Pascal -Original Message- From: Jeffrey Fongemie [mailto:[EMAIL PROTECTED] Sent: 07 September 2004 16:55 To: CF-Talk Subject: Looping Question Hi everyone,

Re: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Mike Kear
I think most people are pointing to the same root cause then..The ip address is set in the CF Adminstrator by the hosting company when we set up the site, andsince we havent changed the Application.cfm file (which passes the username and password as application variables) for over 18 months,that

RE: Looping Question

2004-09-07 Thread John Stanley
body > query=allphotos'photoslarge/#filenamelarge#' cfifcurrentrow lt allphotos.recordcount, /cfif /cfoutput) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Vince Bonfanti
It's generally true that CFML, as a higher level language that removes much of the silliness you find in lower-level programming languages, will not perform as well as Java/JSP. But, - It's also generally true that code written in C will outperform Java, and code written in machine-level assembly

RE: Count Online Users Conundrum

2004-09-07 Thread Eric Creese
I run through my login script whenever someone logs on, I do not schedule it myself. Seems to work just fine. -Original Message- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 9:44 AM To: CF-Talk Subject: Re: Count Online Users Conundrum Excellent.So there are

RE: Looping Question

2004-09-07 Thread Pascal Peters
It would be QuotedValueList and this would only work if the query was altered to include the path: cfquery name=allphotos datasource=#request.dsn# SELECT filenamelarge, 'photoslarge' + filenamelarge as filepath /cfquery body > /cfoutput) Pascal -Original Message- From: Tangorre,

E-Checks

2004-09-07 Thread Greg Luce
Against my wishes our company is going to start processing E-Check payments. (We're doing this ourselves not through a service.) I've found info on validating the ABA routing numbers with js and CF. But is there any way to validate a checking account number without actually authorizing the

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Andrew Grosset
why is there a br before every word in this thread..? makes it incredibly hard to read. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Looping Question

2004-09-07 Thread Greg Luce
How's this play? body > query=allphotos'photoslarge/#filenamelarge#'cfif currentrow LT allphotos.recordcount,/cfif/cfoutput) Greg - Original Message - From: Jeffrey Fongemie [EMAIL PROTECTED] Date: Tue, 7 Sep 2004 10:55:26 -0400 Subject: Looping Question To: CF-Talk [EMAIL PROTECTED] Hi

Re: Fusebox

2004-09-07 Thread Greg Luce
Andrew, The Code Rutters Discovering Fusebox4 With ColdFusion by John Quarto Von Tividar explains it nicely. A must have! Greg - Original Message - From: Andrew Dixon [EMAIL PROTECTED] Date: Tue, 7 Sep 2004 15:06:58 +0100 Subject: Re: Fusebox To: CF-Talk [EMAIL PROTECTED] Hi. It is the

RE: Looping Question

2004-09-07 Thread Tangorre, Michael
Good catch Pascal. Personally I am not a fan of cluttering up tags with nested cftags inside them, so I'd go with the QuotedValueList() over the conditional logic in the body tag.Just a preference thing. Michael T. Tangorre It would be QuotedValueList and this would only work if the query was

RE: Looping Question

2004-09-07 Thread Jeffrey Fongemie
On Tue, 7 Sep 2004 17:03:43 +0200, Pascal Peters wrote: body > query=allphotos'photoslarge/#filenamelarge#'cfif allphotos.recordcount NEQ allphotos.currentrow,/cfif/cfoutput) Pascal Perfect. Thanks! makes perfect sense, and so simple. -Jeff [Todays Threads] [This Message]

RE: cfloop / cfquery and displaying results

2004-09-07 Thread Cornillon, Matthieu (Consultant)
Keith, Perhaps I am not understanding correctly, but it sounds like a query within which you group the results is the way to go. You can handle the grouping in a couple of different ways.I would start by reading the help on the CFOUTPUT tag, looking at the group parameter. HTH, Matthieu

Re: Free for non-commercial usage? Donationware?

2004-09-07 Thread Matt Robertson
I've found the best way to deal with this is to build in 'awareness' of a Lite version into the code from the start.Then you can just -- for example -- set a flag in Application.cfm and it will automatically shift into Lite mode.Then you encapsulate all of your Pro functionality into includes and

RE: More drag and drop

2004-09-07 Thread Cornillon, Matthieu (Consultant)
However, I can't seem to get it to work with text unless I select the text not 100% surebut the text could be in a div and the div could have somehting along the lines of John, I'm not sure about the DIV tag that Bryan suggested.It may indeed work. The other way to do it is

Load Testing software

2004-09-07 Thread Ben Frame
Hi All, I've been working on Stress/Load testing some applications recently, and wondered which, if any, testing tools work best for testing CF applications? I've mostly used the general web stress test tools (Rational, MS Web Application Stress Tool, etc...).However, it seems there are some

Re: Stopping Macromedia JRUN CFusion Server Services

2004-09-07 Thread Greg Stewart
Not sure if Dave was referring to stopping/starting the service, but I can also recommend starting/stopping your JRun/CFMX instance using (again from the command line): $ jrun -start cfusion So far I have never had any problems using this as opposed to using a windows service. Furthermore you

RE: MX 6.1 W2K3 Installation Hangs

2004-09-07 Thread Alistair Davidson
You're saying that the install runs the web server configuration utility even if you choose the JRun web server during the installation? I've never seen that happen before. Hey, Dave, come on over to our place! You can watch it happening over and over again! ;D Anyway, Brandon Purcells tip about

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Nando
On Tue, 07 Sep 2004 11:12:15 -0400, Andrew Grosset [EMAIL PROTECTED] wrote: why is there a br before every word in this thread..? makes it incredibly hard to read. Not here. Short reply. Make easier for you. :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

CF Blog for CF 5?

2004-09-07 Thread Mark W. Breneman
My personal site it running on a server that is using CF 5. (Go figure I admin 4 servers all running CFMX) I don't have the time to write a Blogging app, so is there a CF 5 based Blog app that has RSS support? Maybe even free? Thanks Mark W. Breneman -Cold Fusion Developer -Network

COTS Product

2004-09-07 Thread Andrew Tyrone
Hi everyone, Recently we were told we had to provide quite a few documents for SDLC (Systems Development Life-cycle), one month before a project deadline, for the COTS (Commercial-Off-the-Shelf) Product we are using for a government client.This product is CFMX 6.1.After installation testing on

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Thomas Chiverton
On Tuesday 07 Sep 2004 16:12 pm, Andrew Grosset wrote: why is there a br before every word in this thread..? makes it incredibly hard to read. Not here there isn't. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

Re: E-Checks

2004-09-07 Thread C. Hatton Humphrey
From personal experience I know that the routing number is uniform but IIRC the account number is not. Interestingly the associated links in my gMail pointed me to this page: http://www.abanumbers.com/solutions/webservices.asp HTH Hatton [Todays Threads] [This Message] [Subscription]

Re: ColdFusion MX Log Viewer

2004-09-07 Thread Nathan Strutz
CF Administrator log file viewer doesn't work for you? -nathan strutz http://www.dopefly.com/ Dave Phillips wrote: Hi, Anyone know of a good replacement log viewer for CF MX ?All the ones I find are for older versions of CF and don't take into account the complexity of the exception.log.

Re: Displaying a dynamic map - how?

2004-09-07 Thread Claude Schneegans
That being said the map (or at least the venues) are indeed databased already. I have build a tool to define these mappings 100% the DHTML way on any image, presently mostly photos. For the time being only circles are used, but it could be squares, rectangles etc as well. Have a glance at

Re: E-Checks

2004-09-07 Thread joe velez
length ? don't you have a checkbook? hehe jk my routing is 9 and account is 10, but the first digit is 0 .. and i had to omit it on either paypal or my banks site for verification. so just 9 i'd say. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Calling a .Net control from ColdFusion

2004-09-07 Thread Nathan Strutz
This is actually close to something I was throwing around... I was thinking, what if I had a tag library and use cfimport, and give it the asp: prefix. It would be pretty easy to re-create most of the web form controls through a custom tag library. We could have the interesting control-style

Re: Cannot establish socket -

2004-09-07 Thread Simeon Bateman
I was recently having this problem as well.After doing a little bit of searching I found an article, (might even have been an HoF Post) that suggested that setting up the db in window odbc, and then setting up the datasource to use an odbc connection would fix the problem. I set this up and

RE: Calling a .Net control from ColdFusion

2004-09-07 Thread Vince Bonfanti
We actually looked into that as a way to embed ASP.NET controls in a CFML page--in fact, I gave a demo of some of our early efforts at CFUN-04. It turns out that what appears conceptually easy at the beginning is really very hard. In order to support the viewstate, postback, and event-driven

Re: Load Testing software

2004-09-07 Thread Adam Churvis
We use e-TEST Suite 7.0 in our load testing lab.It's an amazing product, but it's expensive. Regarding platform-specific tools, the main thing you're looking for is its ability to directly read and use metrics from the platform, which e-TEST Suite does quite well. Respectfully, Adam Phillip

Re: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Jochem van Dieten
Mike Kear wrote: We're getting the error as follows: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect I think this is to do with the hosting company - is there anything we might do as site owners and developers to cause this? If you didn't set up

Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
Hi, Is there any restriction about where the file return by CFCONTENT may be in the server? I return a gif file with something like: CFCONTENT TYPE=image/gif FILE=#tempFilePath# DELETEFILE=yes If the location of the file is in the HTTP server scope, it works, but if it is in C:\windows\temp... it

Re: cf_aebrowser - New Version Testing Help Required

2004-09-07 Thread Douglas Knudsen
checking for WML capable is fairly simple.in CF CFIF cgi.http_accept CONTAINS text/vnd.wap.wml Now, what could be very valuable for some is what browser type the client is using on their PDA or Cell.Once you determine its WML capabe, there are only a few WML browsers to check for, yup a PITA.

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Douglas Knudsen
If CF has no rights to delete the file, then it can't.I've also seen IIS put a stranglehold on file using this approach too. Doug - Original Message - From: Claude Schneegans [EMAIL PROTECTED] Date: Tue, 07 Sep 2004 13:50:55 -0400 Subject: Any restriction in CFCONTENT? To: CF-Talk [EMAIL

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
If CF has no rights to delete the file, then it can't.I've also seen IIS put a stranglehold on file using this approach too. Hmmm so I better use another directory ;-/ But how come CF returns this directory in getTempDirectory() id it has no rights on it? --

Re: E-Checks

2004-09-07 Thread Greg Luce
Yeah, from googling I've found that Europeans have implimented a standard called IBAN that has potential for real-time validation. But it doesn't sound like the US is going to impliment it anytime soon. Greg - Original Message - From: joe velez [EMAIL PROTECTED] Date: Tue, 07 Sep 2004

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
It is even weirder considering the file was in fact created by CF itself using a call to GetTempFile ()... ;-/ -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Sung Woo
I think the br issue is because of the URL...I've seen this exhibited on some other messages. Here's my message again, without the link...should be easier to read. --- I just came back from a weeklong training session with java/JSP programming and have a couple of things to discuss. FYI, I've

Re: Fusebox

2004-09-07 Thread Sean Corfield
I can also recommend Jeff Peters book on Fusebox 4 and FLiP, published by Proton Arts: http://www.protonarts.com/ On Tue, 7 Sep 2004 11:21:17 -0400, Greg Luce [EMAIL PROTECTED] wrote: Andrew, The Code Rutters Discovering Fusebox4 With ColdFusion by John Quarto Von Tividar explains it nicely.

cfoutput -- group and maxrows problem

2004-09-07 Thread Christy Wilkens
Hi everyone, I'm new to the list, but was driven to subscribe by a problem that's been driving me mad for days. I have three tables: publications, authors, and pub_author. I designed it this way b/c pubs can have multiple authors, and I wanted a controlled list of authors. They're joined like

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Andrew Grosset
The first posting in this thread has a BR before every word, in the source it looks like this: bAuthor:/b Sung Woobr bShort Link:/b a HREF="" style=color: Blue;http://www.houseoffusion.com/lists.cfm/link=m:4:35156:177328/abrbr I brjust brcame brback brfrom bra brweeklong brtraining

RE: Any restriction in CFCONTENT?

2004-09-07 Thread Dave Watts
It is even weirder considering the file was in fact created by CF itself using a call to GetTempFile ()... ;-/ I vaguely recall that the CFCONTENT tag runs within the security context of the web server, not the CF server itself. I don't know if this is still true with CFMX, but if so it could

Suggestion for Windows HTML editor

2004-09-07 Thread Damien McKenna
I'm looking for a HTML/CFML editor for Windows with the following requirements: 1. A projects system for easily managing a limited directory structure regarding an individual project.A simple file browser could suffice. 2. _Good_ syntax highlighting, i.e. able to highlight _javascript_ and

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
if you try to delete a file so soon after creating it, you might have a problem there too, as it may well still be locked. I understand, but isn't CFCONTENT supposed to take care of this if 1. the file was created by CF itself, 2. CFCONTENT provides an attribute to delete the file after, I mean

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Lawrence Ng
I'd stick with Studio.. using it for years and still do. [EMAIL PROTECTED] 9/7/2004 12:07:33 PM I'm looking for a HTML/CFML editor for Windows with the following requirements: 1. A projects system for easily managing a limited directory structure regarding an individual project.A simple file

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Bryan Stevenson
Anything wrong with CF Studio or HomeSite+ ?? 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 [Todays Threads] [This Message]

  1   2   >