Re: Is there a way to have all CFCatch messages display at once?

2004-06-22 Thread Dick Applebaum
On Jun 22, 2004, at 5:55 PM, Adrocknaphobia wrote: > Although rather than blast a user with all >  those errors, why not do something more subtle like highlight the >  invalid form fields with another color. > > I think you want to do both -- a list of errors and highlighted fields-- maybe highl

Re: ColdFusion Blogging Tool

2004-06-22 Thread Paul Hastings
> getting some ambiguous method errors in the org.hastings.locale.utils > component when calling the format() method of the SimpleDateFormat > class... I've emailed Ray about this one because it's beyond me. maybe not beyond me though. what errors? [Todays Threads] [This Message] [Subscript

Re: Can I ask once more?

2004-06-22 Thread Jeff
On 6/22/04 10:31 PM, "Joe Rinehart" <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > The way I deal with this is to use a CFC that stays in the session > scope.  However, I usually don't use the CFLOGIN framework, and my > answers may reflect this, but I image you could adapt it pretty > quickly. > > My

Re: Can I ask once more?

2004-06-22 Thread Joe Rinehart
Hi Jeff, The way I deal with this is to use a CFC that stays in the session scope.  However, I usually don't use the CFLOGIN framework, and my answers may reflect this, but I image you could adapt it pretty quickly. My opinions on the two questions: 1.  Yup, I'd validate the result of the query

Can I ask once more?

2004-06-22 Thread Jeff
I think I got lost in all that heated discussion today about the tab character...so I'll try once more. My current thinking on creating logins with CFCs is that you create a CFC that passes in the Form.username and Form.password into a CFC that Queries the DB and returns a Query object containing

Re: DateDiff Weirdness

2004-06-22 Thread Matt Woodward
>dateDiff measures the number of whole days different. The date you create >with createDate() is midnight, which is probably just a few hours away? > > > >Try setting today as createDate(year(now()), month(now()), day(now())) Perfect--exactly what I needed to know!  Thanks! Matt [Todays Threads

RE: Is there a way to have all CFCatch messages display at once?

2004-06-22 Thread Rick Faircloth
Thanks, all... I think I may be getting what you're saying...I'll tinker with this and see what I can come up with... Rick   -Original Message-   From: Matthew Walker [mailto:[EMAIL PROTECTED]   Sent: Tuesday, June 22, 2004 9:19 PM   To: CF-Talk   Subject: RE: Is there a way to have all

Re: HitBox for web traffic/marketing

2004-06-22 Thread Andrew Grosset
I havn't been able to test it out, thought somebody here would know... It's strange as I've never seen it before in a list of usable cgi.variables. Did a quick search on Google and turned up this which is interesting: zackmsg said on Jun 17, 2002 at 3:19 PM : Behind a firewall's proxy server, I

RE: Is there a way to have all CFCatch messages display at once?

2004-06-22 Thread Matthew Walker
Don't throw an error - just concatenate your error message to a string of error messages. Then after validation, if the error string has any length, dump it out to screen and reinclude the form. If you like you can also build a list of error fields as you validate, then highlight them as you redisp

RE: DateDiff Weirdness

2004-06-22 Thread Matthew Walker
dateDiff measures the number of whole days different. The date you create with createDate() is midnight, which is probably just a few hours away? Try setting today as createDate(year(now()), month(now()), day(now()))   _   From: Matt Woodward [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23

RE: Is there a way to have all CFCatch messages display at once?

2004-06-22 Thread Rick Faircloth
Let see...so how would that be coded? How do I validate the "entire" form as opposed to the typical technique below?        Message="Please enter your first name.">          Message="Please enter your last name.">  

DateDiff Weirdness

2004-06-22 Thread Matt Woodward
I'm seeing some weird behavior with DateDiff that I hope someone can shed some light on.  I'm sure it's just a misunderstanding on my part but it just doesn't do what I suspect that it should do. Today is 6/22/2004, so if you're reading this on a different day, assume that Now() is 6/22/2004. Exa

Re: Is there a way to have all CFCatch messages display at once?

2004-06-22 Thread Adrocknaphobia
Yeah, the array is the way to go. Validate the entire form and append each message to the array. Although rather than blast a user with all those errors, why not do something more subtle like highlight the invalid form fields with another color. -Adam - Original Message - From: Rick Fairc

Is there a way to have all CFCatch messages display at once?

2004-06-22 Thread Rick Faircloth
Hi, all. I run my validation on forms by having a form submit back to the page it's on, then just use CF code validation (since I know little about _javascript_) and then, either showing a CFCatch error or processing the form successfully, then CFLocating to a confirmation page. This works fine f

RE: Slightly OT: Graphics expert?

2004-06-22 Thread Erik Yowell
The examples look par for the course as far as anti-aliasing goes with that particular font. Thin-typed sans almost always come out that way. Even more so when your drop shadow and color (blue/black) blend together. try lightening the drop shadow, or change its color, adding contrasting backgrounds

RE: Slightly OT: Graphics expert?

2004-06-22 Thread Erik Yowell
The examples look par for the course as far as anti-aliasing goes with that particular font. Thin-typed sans almost always come out that way. Even more so when your drop shadow and color (blue/black) blend together. try lightening the drop shadow, or change its color, adding contrasting backgrounds

RE: CFX and Python?

2004-06-22 Thread Guy Rish
Daniel, Yes.  I've done it with both Python and Jython. Was this a general question of something specific to the needs of a job? rish -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 6:49 PM To: CF-Talk Subject: CFX and Python? I know about

CFX and Python?

2004-06-22 Thread Daniel Farmer
I know about creating CFX's with Java or C++, but can you create them with Python? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Slightly OT: Graphics expert?

2004-06-22 Thread Ray Champagne
Hi guys...I am at home right now (my wife hates it when I work from home) so I will answer all questions and try all solutions tomorrow and let everybody know what happens.  So far, it looks like there are lots of things to try and if that doesn't work then we will just fire her! J/K of course.

Re: Slightly OT: Graphics expert?

2004-06-22 Thread dana tierney
yes, dithering is the soft edges on some letters so that curved letters like C or B will not appear to have jagged edges - Original Message - From: Ian Skinner <[EMAIL PROTECTED]> Date: Tue, 22 Jun 2004 16:26:26 -0700 Subject: RE: Slightly OT: Graphics expert? To: CF-Talk <[EMAIL PROTECTED

RE: Slightly OT: Graphics expert?

2004-06-22 Thread Ian Skinner
My partner just asked You mean something like this?? http://www.web-architect.co.uk/textexample/ Paul So, as a means of explanation for those of us who are following this thread hoping to learn something. That was done with No-dithering?  If I understand dithering correctly to be the in

RE: OT: javascript submit

2004-06-22 Thread Frank Dewey
Jeff and Ben, Thanx for catching that equals.  I can't believe that I did that.  Of course after I did that it is working fine.  I am still haveing trouble with some other _javascript_ issues, but this problem is solved.  Thanx a lot for catching that stupid mistake - Frank _

Re: Verity Locale in ColdFusion MX J2EE

2004-06-22 Thread Dave Carabetta
On Tue, 22 Jun 2004 22:50:45 +0100, Greg Stewart <[EMAIL PROTECTED]> wrote: > > Hi, > Or if you are using CFMX instances then the path would be something like this: > {install path}Jrun4/servers/{instanceName}/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/ > Eh? I was talking about CFMX instances

Re: javascript submit

2004-06-22 Thread Jeff Garza
Get rid of the equals sign in your function and add an else statement to the mix... function checkForm() {     oFrm = document.forms["helpMe"];     if (oFrm.keywords.value== "") { alert("Please enter some text"); return false;     } else {     window.open('help/resultIndex.cfm',   

Re: OT: javascript submit

2004-06-22 Thread Ben Doom
Offhand, without spending any time looking at logic: > return = false; No equal sign here. > > checkForm();"> Remove the "return" from the onSubmit. --Ben Doom [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CSV HELL

2004-06-22 Thread Matthew Walker
This function will parse a single line of Excel CSV if that's any use to you.

OT: javascript submit

2004-06-22 Thread Frank Dewey
Hi all, This should be a simple question.  And I thought that I could do this wiht no problem, but I can't... Upon submitting a form: If the text field contains no data, then don't submit else a new window appears with the results. I am almost there...but I can't seem to figure this out.  

Re: Slightly OT: Graphics expert?

2004-06-22 Thread Adrocknaphobia
I think you should hire a new designer. -Adam - Original Message - From: Ray Champagne <[EMAIL PROTECTED]> Date: Tue, 22 Jun 2004 17:05:17 -0400 Subject: Slightly OT: Graphics expert? To: CF-Talk <[EMAIL PROTECTED]> Anybody here really good with graphics?  We have a designer here who is

CFMX won't start

2004-06-22 Thread LoriEdelen
Not really sure what is going on.  Everything was fine yesterday and now the CFMX service won't start.  Here is what is in the log: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMeth

RE: Slightly OT: Graphics expert?

2004-06-22 Thread Paul Vernon
My partner just asked You mean something like this?? http://www.web-architect.co.uk/textexample/ Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CF/FB Job in Portland

2004-06-22 Thread bret
Whoops, I meant to send this to CF-Community instead. My apologies for the off-topic post. -Bret bret wrote: > Hi All- > > Apologies to those of you on the Fusebox Topica list who might have seen > this message already. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: Verity Locale in ColdFusion MX J2EE

2004-06-22 Thread Greg Stewart
Hi, Or if you are using CFMX instances then the path would be something like this: {install path}Jrun4/servers/{instanceName}/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/ Cheers G On Tue, 22 Jun 2004 15:51:00 -0400, Dave Carabetta <[EMAIL PROTECTED]> wrote: > > On Tue, 22 Jun 2004 16:38:49 -0300

CF/FB Job in Portland

2004-06-22 Thread bret
Hi All- Apologies to those of you on the Fusebox Topica list who might have seen this message already. I'm leaving my part time job here in Portland, OR to freelance full time. It's a great place to work, decent benefits, regional government organization, no shortage of work to do, super-great

RE: Slightly OT: Graphics expert?

2004-06-22 Thread Paul Vernon
My partner does all the GFX work for us. She tells me she needs more information in order that she can help... Firstly, in your example what font are you using? Secondly, what version of Photoshop do you have? If you have specific questions, send them off list and I'll pass them on! Pau

Re: Slightly OT: Graphics expert?

2004-06-22 Thread Kevin Graeme
A lot of it depends on the version of Photoshop you use. More recent versions include more control over the anti-aliasing used which is the key. My preference is actually to use Fireworks. In Fireworks I can not only select from multiple AA options, but can set my own. -Kevin - Original Messa

Re: Slightly OT: Graphics expert?

2004-06-22 Thread Ben Doom
> Other than that, there shouldn't be too much else she has to do. The key > is to play with the anti-aliasing setting for that text layer. If you > want smooth, graphical text items, they will always be blurry to a > degree, as that's what anti-aliasing does to get rid of the jaggies. It's also g

Re: Slightly OT: Graphics expert?

2004-06-22 Thread Bob Haroche
I'm no graphics expert either, but what I'll often do is create a text layer and then clone it and overlay the clone over the original. I might then lower the opacity of the top level some. I do this in Fireworks and the effect is to sharpen the text in question. - Regards, Bob Haroche

Re: Slightly OT: Graphics expert?

2004-06-22 Thread bret
Ray Champagne wrote: > Anybody here really good with graphics?  We have a designer here who is > having a lot of trouble creating text graphics (for navigation, say) that > are not all fuzzy around the edges.  She swears that she has tried > everything in Photoshop, filters, etc, but they still lo

RE: Dreamweaver seeing database

2004-06-22 Thread Ian Skinner
Thank you, Hatton, for your help, but here is my problem. I have specified a site and a testing server, but the application panels are greyed out.  As a result, I cannot get to the data nor can I use my browser to look at it.  The strange thing is the Testing URL button. My path is:  d:\inetpub\w

Slightly OT: Graphics expert?

2004-06-22 Thread Ray Champagne
Anybody here really good with graphics?  We have a designer here who is having a lot of trouble creating text graphics (for navigation, say) that are not all fuzzy around the edges.  She swears that she has tried everything in Photoshop, filters, etc, but they still look like crap.  The way tha

ColdFusion TechNote Notification: "Changing the web root in JRun 4 and ColdFusion MX J2EE Configuration on JRun 4 when using JWS"

2004-06-22 Thread Debbie Dickerson
Check out the new TechNote at: http://www.macromedia.com/support/coldfusion/ts/documents/change_web_root_jw s.htm ws.htm> Intro: Changing the web root from the default web application root is a common practice in J2EE server configuration. This TechNote provides the steps to change the web root

Re: CFMX on Windows Server 2003

2004-06-22 Thread stas
For some reason the datacenter people set up /CFIDE and /docs outside of the default c:\cfusionmx. Also, when I look in the CF Admin, in the mapping section there is a hardcoded entry that can't deleted pointing \CFIDE to some location that should've not been there. I am sure that's why I am getti

RE: Good, free (or cheap) webmail application

2004-06-22 Thread cfhelp
We use UebiMiau. It's in PHP free and our clients seem to like it. You can look at our demo. http://webmail.arcriver.com/ username: [EMAIL PROTECTED] password: demo The Calendar does not come with it. Rick Eidson Partner & CTO ArcRiver Technology, LLC ASP, PHP, PERL, Cold Fusion

RE: CFMX on Windows Server 2003

2004-06-22 Thread Mark W. Breneman
I'm sure someone that understands the problem better than I will chime in, but I think it has to do with how the CF Root Vs. the IIS Root is seen by CF when using virtual directories. Mark W. Breneman -Cold Fusion Developer -Network Administrator   Vivid Media   [EMAIL PROTECTED]   www.vividmedia

RE: CFMX on Windows Server 2003

2004-06-22 Thread Burns, John D
I had a problem with a copy of the /cfide directory being somewhere other than c:\cfusionmx\cfide and the virtual directory not working. So we pointed everything back to the c:\cfusionmx\cfide copy and things worked fine.  Not sure if that helps any. John -Original Message- From: stas [m

RE: CFMX on Windows Server 2003

2004-06-22 Thread Mark W. Breneman
If you have access to the CFMX logs you might get an idea of what path CF is looking at and may a clue to the file not found error. Mark W. Breneman -Cold Fusion Developer -Network Administrator   Vivid Media   [EMAIL PROTECTED]   www.vividmedia.com   608.270.9770   _   From: Mark W. Brenema

Re: CFMX on Windows Server 2003

2004-06-22 Thread stas
Mark, Disabling the CFIDE virtual directory on one of the sites I am testing and then copying a physical CFIDE directory under the root of that site did the trick. Do you know what the problem may be? Even though the above works, this is a production box and obviously something isn't right Thank

Re: Verity Locale in ColdFusion MX J2EE

2004-06-22 Thread Dave Carabetta
On Tue, 22 Jun 2004 16:38:49 -0300, Antonio Mokarzel <[EMAIL PROTECTED]> wrote: > > Hi all, > > Where should I install Verity Locale Package in ColdFusion MX J2EE (JRUN 4)? > Commonly, the procedures are... > > Extract the ZIP or TAR file in your cf_root directory. > During extraction, the searc

Re: CGI.HTTP_X_FORWARDED_FOR

2004-06-22 Thread Jochem van Dieten
Bryan Stevenson wrote: > > I'm trying to access this var (CGI.HTTP_X_FORWARDED_FOR). > > It doesn't show up in the CF debugging output, but CFDUMP doesn't moan about > it when I dump it (just gives "empty string"). CGI variables will always exist and show up as an empty string, even if the brow

RE: CFMX on Windows Server 2003

2004-06-22 Thread Mark W. Breneman
I seem to remember having this problem not too long ago. Is your CFIDE folder the root of your site? If not, try moving it there and rerunning the CFadmin. Mark W. Breneman -Cold Fusion Developer -Network Administrator   Vivid Media   [EMAIL PROTECTED]   www.vividmedia.com   608.270.9770   ___

Verity Locale in ColdFusion MX J2EE

2004-06-22 Thread Antonio Mokarzel
Hi all, Where should I install Verity Locale Package in ColdFusion MX J2EE (JRUN 4)? Commonly, the procedures are... Extract the ZIP or TAR file in your cf_root directory. During extraction, the search files are automatically placed in the appropriate directories under the cf_root\lib or cf_root/

Re: CFMX on Windows Server 2003

2004-06-22 Thread stas
It's a CF error. I can't get to the admin to check the version for sure, but in Add/Remove Programs the version is recorded as 6.1.0.0 - Original Message - From: "Mark W. Breneman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 3:20 PM Subject: RE: CFM

RE: Dreamweaver seeing database

2004-06-22 Thread Karolus Smejda
Thank you, Hatton, for your help, but here is my problem. I have specified a site and a testing server, but the application panels are greyed out.  As a result, I cannot get to the data nor can I use my browser to look at it.  The strange thing is the Testing URL button. My path is:  d:\inetpub\w

CGI.HTTP_X_FORWARDED_FOR

2004-06-22 Thread Bryan Stevenson
Hey All, I'm trying to access this var (CGI.HTTP_X_FORWARDED_FOR). It doesn't show up in the CF debugging output, but CFDUMP doesn't moan about it when I dump it (just gives "empty string"). Now I've read a few differing things bout just exactly what it may report. So does it actually give the I

RE: CFMX on Windows Server 2003

2004-06-22 Thread Mark W. Breneman
What version of CF are you running? I *think* CFMX 6.1 is the only one "approved" to work with Win2003 server. Older versions will work seemingly fine but the installers will not correctly set up the ISAPI mappings. When you say "not found error" is this a CF error or a IIS error. Mark W. Brenema

Re: CFMX on Windows Server 2003

2004-06-22 Thread stas
Dave, The CFIDE directory is mapped. I removed the IIS connector and re-ran the script that adds connectors to all sites. To troubleshoot, I enabled directory browsing for CFIDE and I am able to browse to the /administrator subdirectory and see all files. However, whenever I click on any CFM file

Re: CSV HELL

2004-06-22 Thread Rizal Firmansyah
Rich, i have a custom tag to parse CSV files. Perhaps you can give it a shot: http://www.cftagstore.com/tags/csv2query.cfm Try the example here: http://www.masrizal.com/product/custom%20tag/csv2query/docs%20%26%20examples/csv2query_example.cfm Copy paste your CSV files into the textarea, and see

Re: Writing cfoutput to a text file

2004-06-22 Thread Bryan F. Hogan
And it was! Rick Root wrote: > I hope that was not directed at me.  Please don't accuse me of not > reading threads before posting.  I read EVERY message in the thread that > was in my mailbox before I posted. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settin

Re: Writing cfoutput to a text file

2004-06-22 Thread Rick Root
Bryan F. Hogan wrote: > I was commenting on the amount of traffic topics like this create. > Multiple answers had been posted and then we have someone that doesn't > read the other posts and still posts. I hope that was not directed at me.  Please don't accuse me of not reading threads before po

RE: Writing cfoutput to a text file

2004-06-22 Thread Greg.Morphis
And your bitching over this creates even more traffic. Thanks a lot... -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:47 PM To: CF-Talk Subject: Re: Writing cfoutput to a text file I was commenting on the amount of traffic topics like this

RE: Writing cfoutput to a text file

2004-06-22 Thread Greg.Morphis
The SQL statement generates the data formatted exactly how I need for it to be spaced in a certain manner. I'm generating a flat-file to be able to feed into another company's system parsed exactly how the SQL parses or formats it. The old code used mainly cold fusion to generate and output the row

RE: Body onUnload event (IE only)

2004-06-22 Thread Pascal Peters
window.> > -Original Message- > From: Burns, John D [mailto:[EMAIL PROTECTED] > Sent: dinsdag 22 juni 2004 20:40 > To: CF-Talk > Subject: SOT: Body onUnload event (IE only) > > I have a quick question that's somewhat off topic but does relate. >   > The onUnload event that goes in the bo

Re: Writing cfoutput to a text file

2004-06-22 Thread Bryan F. Hogan
I was commenting on the amount of traffic topics like this create. Multiple answers had been posted and then we have someone that doesn't read the other posts and still posts. It was not in response to you, it was in response to the message I copied in my email. [EMAIL PROTECTED] wrote: > Ummm

RE: Writing cfoutput to a text file

2004-06-22 Thread Tony Weeg
I think he meant, in nice, columns etc... remember, there are people who don't know everything on this list. those who think they do, usually, don't... tw -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:37 PM To: CF-Talk Subject: Re: Writing

SOT: Body onUnload event (IE only)

2004-06-22 Thread Burns, John D
I have a quick question that's somewhat off topic but does relate. The onUnload event that goes in the body tag and works for IEis there any way to dynamically write an event for that further down in the page? For instance: document.body. function() { } or something like that?  B

Re: cleaning up a word file

2004-06-22 Thread Dick Applebaum
On Jun 22, 2004, at 7:05 AM, Dave Carabetta wrote: > On Tue, 22 Jun 2004 00:26:28 -0700, Dick Applebaum > <[EMAIL PROTECTED]> wrote: >  > >  > Copy pasting into what? >  > >  > If it is just a doc displayed in word into a text area, you don't > need >  > to do anything -- you are copying the tex

RE: CFMX on Windows Server 2003

2004-06-22 Thread Dave Watts
> It did af first, and then it stopped. The hosting company > reinstalled CFMX and it started working, but now I am back to > square one. BTW, other CF-based sites configured through IIS > work on this machine. I am having the hosting company > re-image this box as W2KS. Moving to Windows 2000

RE: Writing cfoutput to a text file

2004-06-22 Thread Greg.Morphis
U the sql query DOES format the data... Check it again. Look up the decode and rpad functions in Oracle. customer, my ass -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:00 PM To: CF-Talk Subject: Re: Writing cfoutput to a text file

ANNOUNCE: CFUN-04 interviews 30/31/32 FB4 in 40, App Blueprints, CF Admin, Jeff Peters, Neil Ross, Nate Nelson

2004-06-22 Thread Michael Smith
In these CFUN-04 interviews, Michael Smith talks with Jeff Peters about "Fusebox 4 in 40 or Less.", Neil Ross about "Application Blueprinting" and Nate Nelson about "CF Admin". But first some news. * Conference and training news * $299 price expires midnight EST 6/25/04 (it costs $350 on

RE: Writing cfoutput to a text file

2004-06-22 Thread Greg.Morphis
No I don't, it works fine, Thanks though. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 12:36 PM To: CF-Talk Subject: Re: Writing cfoutput to a text file [EMAIL PROTECTED] wrote: > I am trying to dump a query to a text file.. > I tried using

Why don't query variables persist?

2004-06-22 Thread Richard Crawford
I have the following bit of code: debug="yes"> cfsqltype="cf_sql_varchar"> cfsqltype="cf_sql_varchar"> cfsqltype="cf_sql_varchar"> cfsqltype="cf_sql_varchar"> ...and later on, I have... #studentID# Unfortunately, by the time the second snippet is executed, which is

RE: Writing cfoutput to a text file

2004-06-22 Thread Greg.Morphis
Sure it does... it uses the rpad oracle function to format it -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 12:37 PM To: CF-Talk Subject: Re: Writing cfoutput to a text file [EMAIL PROTECTED] wrote: > Yes but I need to dump the whole query form

RE: Chr() for a tab?

2004-06-22 Thread Burns, John D
Just FYI, I created a page with a textarea box and when I submit it, the page loops over each char in the box and prints the char and the ASCII equivalent.  I just paste stuff in from MS docs to find the ASCII equivalent.  Just thought I'd share it as an idea. John -Original Message- Fro

Re: formatting URL params for search engine bots

2004-06-22 Thread Bryan Stevenson
great info Michaelsure wish the SEO company we've been in contact with could answer that question yikes ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] --

Re: Writing cfoutput to a text file

2004-06-22 Thread Rick Root
[EMAIL PROTECTED] wrote: > I am trying to dump a query to a text file.. > I tried using You could convert the query object to a WDDX packet using and then write it out...   - rick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Suppor

Re: Writing cfoutput to a text file

2004-06-22 Thread Bryan F. Hogan
We all have customers, we all should know how to read between the lines. :-) Rick Root wrote: > This confuses me.  The SQL query doesn't format the data at all, it just > returns the data in a query object. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CSV HELL

2004-06-22 Thread Barney Boisvert
"Normal" CSV files use backslashes to escape quotes that are inside fields:    "this is \"one\" field" While Excel uses doubling:    "this is ""one"" field" Cheers, barneyb > -Original Message- > From: Rick Root [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 22, 2004 10:29 AM > To: C

RE: ColdFusion Blogging Tool

2004-06-22 Thread Tony Weeg
ray... move the cancel button out of order in the tabbing, ive hit it on tim's blog, when I wrote a long message, rather than post ;) tw -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:42 PM To: CF-Talk Subject: Re: ColdFusion Blogging T

RE: Writing cfoutput to a text file

2004-06-22 Thread Tony Weeg
djew got it mang :) now, inside that savecontent tag, you can all sorts of stuff, so if you ever need it again, and want to manipulate data, you can do that as well. also, its REALLY handy when writing LARGE text files. 1mb+ with lots of rows, etc... far better than I used to do it with a one li

Re: ColdFusion Blogging Tool

2004-06-22 Thread Raymond Camden
Do you want multiple _users_ per blog, or multiple blogs per DSN? They are really different requirements. A new version of the blog isn't really being planned yet, but I am looking for what would be a good 4.0 release. -Raymond Camden George Abraham wrote: > By the way, is there a cf-based (o

RE: formatting URL params for search engine bots

2004-06-22 Thread Burns, John D
Mike, Can you post the SES script for IIS somewhere on HoF? John -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:15 PM To: CF-Talk Subject: Re: formatting URL params for search engine bots Dynamic URLs will be indexed if the page that

RE: OT: JavaScript - Return Confirm

2004-06-22 Thread Robert Orlini
Thanks. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:12 PM To: CF-Talk Subject: Re: OT: _javascript_ - Return Confirm Robert Orlini wrote: > I'm trying to use _javascript_ to issue a popup confirm before it goes to > a page. I'm using the "

Re: Writing cfoutput to a text file

2004-06-22 Thread Rick Root
[EMAIL PROTECTED] wrote: > Yes but I need to dump the whole query formatted just how the sql query > formats it. This confuses me.  The SQL query doesn't format the data at all, it just returns the data in a query object.   - Rick [Todays Threads] [This Message] [Subscription] [Fast Uns

Re: formatting URL params for search engine bots

2004-06-22 Thread Doug White
Hey, CFCs work of BOTH Windows and Apache under CFMX == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com http://www.forta.com/cf/isp/isp.cfm?isp_id=1069 ==

Re: ColdFusion Blogging Tool

2004-06-22 Thread Rick Root
Eric Dawson wrote: > > Does Ray's run on the latest free bluedragon? Apparently not, for a variety of reasons.. I've been working on making it work in BD for a couple hours now .. isn't supported by BD so that wipes that out... blog.cfc also has a function that begins with "cf", which BD does

Re: formatting URL params for search engine bots

2004-06-22 Thread Bryan Stevenson
Thanks Matt...that's great ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com --

Re: CSV HELL

2004-06-22 Thread Rick Root
Barney Boisvert wrote: > There's a really nice set of utility classes available at > http://www.ostermiller.org/utils/CSV.html that I've used with great success > for parsing CSV files.  It takes care of all the nastiness with quotes in > Excel CSV files.  It also has classes for handling "normal"

RE: JavaScript - Return Confirm

2004-06-22 Thread Adkins, Randy
I would wrap it all inside the JS: (something along these lines):
return confirm('Are you sure you want to RELEASE this PO?');
if (confirm == true){
window.location='purchaseorder_page_6_release.cfm';
}
-Original Message- From: Robert Orlini [mailto:[EMAIL PROTE

Re: CFMX on Windows Server 2003

2004-06-22 Thread stas
It did af first, and then it stopped. The hosting company reinstalled CFMX and it started working, but now I am back to square one. BTW, other CF-based sites configured through IIS work on this machine. I am having the hosting company re-image this box as W2KS. Stas - Original Message -

RE: Writing cfoutput to a text file

2004-06-22 Thread Greg.Morphis
I got it.. #record_data# -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:50 AM To: CF-Talk Subject: RE: Writing cfoutput to a text file so, loop through it, make each field, have a #queryName.column#, value in the cfsavecontent. -Origi

Re: formatting URL params for search engine bots

2004-06-22 Thread Michael Dinowitz
Dynamic URLs will be indexed if the page that refers to the dynamic URLs is NOT a dynamic page. A search bot will not search from one dynamic page to another. What defines a dynamic page? delimiters like a question mark (?) is the primary flag. Ampersands (&) and equals (=) are others. If all of th

Re: OT: JavaScript - Return Confirm

2004-06-22 Thread Rick Root
Robert Orlini wrote: > I'm trying to use _javascript_ to issue a popup confirm before it goes to > a page. I'm using the "return confirm" function below which I used in a > onSubmit. I'm kinda new to JS. Can I use the return confirm like an > alert? It doesn't stop to confirm. Not the way you'

Re: formatting URL params for search engine bots

2004-06-22 Thread Matt Robertson
OK, here's the code.  I modified this a coon's age ago to run under Apache (saw your post above).  Its still got my mod notes in it so you should be able to convert it back to IIS if you want.  Also looks like I put some stuff in (the return scope for the var) that wound up being never used, so cul

Re: formatting URL params for search engine bots

2004-06-22 Thread Bryan Stevenson
- Original Message - From: Pascal Peters To: CF-Talk Sent: Tuesday, June 22, 2004 9:01 AM Subject: RE: formatting URL params for search engine bots I don't think query strings are still an issue with search engine bots. But you can look at sesConvertor on fusium.com Can anyone confirm

Re: formatting URL params for search engine bots

2004-06-22 Thread Bryan Stevenson
Michael, I'd love the script...but alas it's a Red Hat Server running Apachebut perhaps other would like it ;-) Thanks Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] --

Re: formatting URL params for search engine bots

2004-06-22 Thread Bryan Stevenson
MattI'd love a copy...fire away ;-) Thanks Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com -

Re: JRUN and ColdFusion MX

2004-06-22 Thread Adrocknaphobia
I second that. - Original Message - From: Greg Stewart <[EMAIL PROTECTED]> Date: Tue, 22 Jun 2004 17:04:46 +0100 Subject: Re: JRUN and ColdFusion MX To: CF-Talk <[EMAIL PROTECTED]> Also do check out Brandon Purcell's site out (http://www.bpurcell.org/) He has some pretty useful info on JR

RE: CFMX on Windows Server 2003

2004-06-22 Thread Dave Watts
> Are there any gotchas related to running CFMX on WS '03? Not really, as far as I can tell. > For second time already we lost access to the CFMX Administrator, > I amm getting a CF error that the path is not found. When you installed CFMX, did you hook it to IIS? If so, did your CF Administrat

RE: formatting URL params for search engine bots

2004-06-22 Thread Dave Watts
> Also...any comments on how effective this change is in > getting bots/spiders to index a site. It's my understanding that it doesn't generally affect indexing, but may affect page rankings. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Today

RE: Writing cfoutput to a text file

2004-06-22 Thread Tony Weeg
so, loop through it, make each field, have a #queryName.column#, value in the cfsavecontent. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 12:41 PM To: CF-Talk Subject: RE: Writing cfoutput to a text file Yes but I need to dump the whol

  1   2   >