Re: UDF to work with html

2004-09-19 Thread Yves Arsenault
I was using that udf to strip the html But I'm not sure how to go about re-entering the html where it once was before it was stripped Yves - Original Message - From: Qasim Rasheed <[EMAIL PROTECTED]> Date: Fri, 17 Sep 2004 18:08:20 -0400 Subject: Re: UDF to work with html To: CF-

Re: CSS Editor (Good CSS Developer)

2004-09-19 Thread Dwayne Cole
>Better yet you could hire me and I'll use the W3C CSS Validation service. > ;^) > > Jim Davis > Well the CSS validation tool does not provide information about cross browser, and cross platform hacks.  Plus my pages are .cfm pages and it looks like the XHTML validator chocks up with .cfm files.

Re: any good weather Web service?

2004-09-19 Thread Claude Schneegans
>>Would this not be country specific? I can not find the beginning of this thread, but for Canada, to obtain that information, I would go visit the Environment Canada website and see if they have the required web services. They are the ones responsible for those kinds of readings. I have one for F

time conumdrum

2004-09-19 Thread Richard Meredith-Hardy
Dear all In converting over a timesheets application from Access to MSSQL I am having difficulty with datetime fields:  consider the following (in CF5): output: {ts '1899-12-30 00:00:00'} output: {ts '1899-12-30 12:00:00'} output: {ts '1899-12-30 00:30:00'} output: 0.5 output: 0.5

RE: time conumdrum

2004-09-19 Thread Dawson, Michael
I've never really had a use for time that didn't also use date as well. In your case, what would happen if an employee's shift overlapped midnight?  For example, the person starts at 9:00 pm and quits at 5:00 am.  If you disregard the date, wouldn't you end up with a negative time? If this doesn

Re: time conumdrum

2004-09-19 Thread Richard Meredith-Hardy
Michael I'm not recording start time - stoptime, it's not what the client wants, just 'time spent' on a job, entered on a daily basis. The nature of the business is such that each employee often does a bit of work on half a dozen different jobs each day. Ultimately they are interested in: a) Total

Re: time conumdrum

2004-09-19 Thread Jochem van Dieten
Richard Meredith-Hardy wrote: > > In converting over a timesheets application from Access to MSSQL I am > having difficulty with datetime fields:  consider the following (in > CF5): > > > output: {ts '1899-12-30 00:00:00'} > > output: {ts '1899-12-30 12:00:00'} > > output: {ts '1899-12-

Re: time conumdrum

2004-09-19 Thread Richard Meredith-Hardy
Jochem Thankyou.  I was rather thinking I might have to convert everything to sec (I have no choice in this case but to use MS SQL) but as this is going to be a bit of a job it's nice to know it is a sensible thing to do. Jochem van Dieten wrote: > > Richard Meredith-Hardy wrote: > > > > In conv

Re: cfschedule question

2004-09-19 Thread Nick Cabell
This could really save me. My hosting company is threatening to turn off read access to neo-cron.xml after I rolled out my app assuming I could read it. They do seem to allow CreateObject. I am not a java programmer, but can you tell me if there is a not-too-hard way to read the individual element

Re: Best J2EE server for CFMX 6.1

2004-09-19 Thread Robert Munn
> >Although I am a little confused as to what you mean by an application >is only supported on Tomcat? A program that will run on Tomcat should >run on any J2EE App server. Or are you saying that you can only get >product support from the developer if that product is running on >Tomcat? > Right, I

Re: CSS Editor (Good CSS Developer)

2004-09-19 Thread Johan Steenkamp
Jim noted that valid CSS does not mean cross browser. However if you move to a standards-based site design(ie:W3C standards - X/HTML, CSS, DOM) then by testing with the validators your pages should render consistently in new generation browsers: IE6, FireFox, NS7.2, Opera etc. So valid markup + v

Re: cfschedule question

2004-09-19 Thread Johan Steenkamp
Tony May have been convered already but in my experience all you can really do it update or delete a scheduled event based on its name. So you cannot get any other details about it. In practise all you need to store - a simple text file is sufficient so no need to use a database is something like

Re: cfschedule question

2004-09-19 Thread Andrew Grosset
use the interval attribute like this: interval="once" ( CFMX Docs: Interval at which task is scheduled.     * number of seconds (minimum is 60)     * once     * daily     * weekly     * monthly ) >How do I schedule a one time task with cfschedule. I get I can set the start >and end date to the

Web Application Development using Cold Fusion in a Team Environment (Draft)

2004-09-19 Thread Don
This writing is an attempt to address some of the critical issues related to database-driven web application development using Macromedia’s Cold Fusion scripting language in a team environment, it is by no means to cover most aspects of Cold Fusion web application development and grammar in the wri

Re: Web Application Development using Cold Fusion in a Team Environment (Draft)

2004-09-19 Thread Adam Churvis
We're about to go to Public Beta with our new product named Plum (Practical Lightweight Universal Methodology) that addresses each of the issues you mention, plus a ton more. I put a little temporary info about it (and a RoboDemo link of the New Plum Project Wizard at the bottom of the page) here:

cfhttp

2004-09-19 Thread Brant Winter
Hi - for whatever reason I cannot seem to access livedocs at present. I am having problems parsing a csv file using cfhttp - I am not sure what I am doing wrong here: My Code: delimiter="," resolveurl="no" timeout="20"> CF Error: The column name "" is invalid. Column names must be valid var

Re: Web Application Development using Cold Fusion in a Team Environment (Draft)

2004-09-19 Thread Adam Churvis
Don, it's good to hear someone bring this subject up. We're about to go to Public Beta with our new product named Plum (Practical Lightweight Universal Methodology) that addresses each of the issues you mention, plus a ton more. I put a little temporary info about it (and a RoboDemo link of the N

Sorry about the duplicate

2004-09-19 Thread Adam Churvis
Sorry about the duplicate post, guys.  I got an automated reply from the list that my original post was longer than 100 lines (I just replied to Don's post), so I assumed that it didn't go through. Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive Training: * C# & A

Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Brant Winter
Just never seem to see responses anymore ? The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, disseminat

Re: Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Charlie Griefer
ayup.   maybe you're just not asking the right questions? :D On Mon, 20 Sep 2004 13:03:20 +1000, Brant Winter <[EMAIL PROTECTED]> wrote: > Just never seem to see responses anymore ? > > > The information transmitted is intended onl

RE: Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Brant Winter
Ummm... Can you then help me with the re wording of the following "question"? ( I thought it was pretty clear ) Somebody on this list mentioned that I should be using cfhttp to be parsing csv data straight into a query object. I just cannot make it work. My Code: delimiter="," resolveurl="no"

Re: Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Charlie Griefer
well, i guess that's what i get for being a wise-assi inherited the question :) is there more code than just the ?  if so, can you post?   On Mon, 20 Sep 2004 13:27:26 +1000, Brant Winter <[EMAIL PROTECTED]> wrote: > Ummm... > > Can you then help me with the re wording of the following "que

Strange list behavior

2004-09-19 Thread Ben Densmore
I am running a query then taking the results of the query and storing them in a list using the quotedValueList() function. I am then doing another query to see if any of the values in the list match any values in the database using the following: SELECT Distinct subcategory_name FROM subcategor

Re: Web Application Development using Cold Fusion in a Team Environment (Draft)

2004-09-19 Thread Don
Hi Adam, I hope it's a starting point where many of us can contribute to make it as some sort of a quick informal reference (more on the concept side) for various development teams.  Meantimes, tools like yours (just took a quick peak, looks very interesting, more on the implementation side) would

CFHTTP error

2004-09-19 Thread Brant Winter
Well there was more code, but I have gradually deleted it all in anger... I now simply have: method="get" name="qGetData" delimiter="," textqualifier= url=""> timeout="20" > The Book1.csv file is as

RE: Strange list behavior

2004-09-19 Thread Matthew Walker
That's a feature. CF is automatically escaping any single quotes in your data -- normally a good thing. Try the preserveSingleQuotes() function or (better) try using cfqueryparam.   _   From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 3:32 p.m. To: CF-Talk Subjec

RE: Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Jim Davis
Well - I'll take a crack at it.  ;^) A CSV file should only have content in it - no other HTML or tags.  When you "view source" on your CSV file the very first line should be the column names and all other lines values.  Your first line is a DocType declaration which throws everything off (or at l

Re: CFHTTP error

2004-09-19 Thread dave
is this a non changing (non dynamic) list? if so why dont u just import it into say mysql and not go through this PIA -- Original Message -- From: "Brant Winter" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date:  Mon, 20 Sep 2004 13:46:28 +1000 >Well th

RE: CFHTTP error

2004-09-19 Thread Matthew Walker
looks like it's using the wrong page e.g. a server error page. Have you tried a fully qualifyed URL?   _   From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 3:46 p.m. To: CF-Talk Subject: CFHTTP error Well there was more code, but I have gradually deleted it all i

RE: Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Brant Winter
Its just a plain old text file - I have added the column names in with and without quotes around them. No matter what I have tried, I end up with the same error. I have even made a new text file as below: A,B,C,D,E,F "something","goes","in","here","to","test" You get the picture, no matter what

RE: CFHTTP error

2004-09-19 Thread Brant Winter
The 200 - 300 lines of data change daily - by the way, what does PIA mean ?   _   From: dave [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 1:41 PM To: CF-Talk Subject: Re: CFHTTP error is this a non changing (non dynamic) list? if so why dont u just import it into say mysql

RE: CFHTTP error

2004-09-19 Thread Brant Winter
Yes I have.   _   From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 1:50 PM To: CF-Talk Subject: RE: CFHTTP error looks like it's using the wrong page e.g. a server error page. Have you tried a fully qualifyed URL?   _   From: Brant Winter [mailto:[EMAIL P

RE: CFHTTP error

2004-09-19 Thread Matthew Walker
OK. Have you tried ... Does that work?   _   From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 4:08 p.m. To: CF-Talk Subject: RE: CFHTTP error Yes I have.   _   From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 1:50 PM T

RE: CFHTTP error

2004-09-19 Thread dave
PIA was supposed to be PITA aka "pain in the ass" i have something similiar that im working on that takes a csv list for stream flows and only grabs a few sections of it, deletes the rest, puts it into a list, then breaks it down into seperate fields and puts in into the db (every 15 minutes this

RE: Are my posts hitting the cf-talk lists ???

2004-09-19 Thread Jim Davis
When you call the file in a browser (not using CFHTTP) do you see any other tags in there (remember you may not see any extra tags in the browser - you'll have to view the source)?  Is the file your're trying to hit public, can you post the URL? If so you should check if other things are adding co

RE: CFHTTP error

2004-09-19 Thread Brant Winter
I don't understand this, I get a 404 in the header output on that page: Not sure if you can see that screen shot ?   _   From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 2:01 PM To: CF-Talk Subject: RE: CFHTTP error OK. Have you tried ... Does that work?

RE: CFHTTP error

2004-09-19 Thread Matthew Walker
I'm assuming you pasted your URL into those two lines, right? Can you share the URL of your CSV?   _   From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 4:30 p.m. To: CF-Talk Subject: RE: CFHTTP error I don't understand this, I get a 404 in the header output on th

RE: CFHTTP error

2004-09-19 Thread Brant Winter
I cant share the URL, but yes I have amended the URL line in the code you sent. I have tried both FQDN and relative URL's   _   From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 2:25 PM To: CF-Talk Subject: RE: CFHTTP error I'm assuming you pasted your URL into

RE: CFHTTP error

2004-09-19 Thread Matthew Walker
right and you got a 404 error? Have you tried specifying the port number? Also might be worth trying to use cfhttpparam for any values in the query string instead of putting them in the URL. I have this nagging feeling there's a problem with that.   _   From: Brant Winter [mailto:[EMAIL PROT

RE: CFHTTP error

2004-09-19 Thread Brant Winter
Its working now, I assumed from the 404 that DNS resolution has failed, so in the URL field I included the IP of the web server, and now it is working. Have to go back to the CF server and see whats going on. Thanks for your help, I hadn't thought of dumping the #cfhttp# variable.   _   From:

RE: CFHTTP error

2004-09-19 Thread Matthew Walker
cool!   _   From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 4:45 p.m. To: CF-Talk Subject: RE: CFHTTP error Its working now, I assumed from the 404 that DNS resolution has failed, so in the URL field I included the IP of the web server, and now it is working. Ha

RE: CFHTTP error

2004-09-19 Thread dave
see!! matthew is always right :) -- Original Message -- From: Matthew Walker <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date:  Mon, 20 Sep 2004 16:38:05 +1200 >cool! > > >  _   > >From: Brant Winter [mailto:[EMAIL PROTECTED] >Sent: Monday, 20 Sept

Looping

2004-09-19 Thread Brant Winter
Now that I have gotten myself to the point I needed to be at this morning when I started on this again, I can ask the question I needed to ask 6 hours ago ! I have all of this data, each row has patient details, doctors details, and a drug type, qty, dosage etc. I need to generate "electronic" pre

Re: Looping

2004-09-19 Thread dave
without answering your ? i will tell u this i have 3 medical degrees and ur dipping into something quite serious here and i wouldnt be trusting my ass to a csv file!! i would start thinking but writing this to a db with every error catcher u can find. Cause if there is a prob, its u they come after

RE: Looping

2004-09-19 Thread Brant Winter
If you do indeed have 3 medical degrees ( not sure how one can have 3 but anyway ) you may be aware of the situation of the dispensation of drugs from a pharmacy in an oncology environment. Cancer patient are treated based on chemotherapy regimes know as protocols. The protocols are a series of dr

RE: CFHTTP error

2004-09-19 Thread Brant Winter
Once I have the query object from the cfhttp tag, can I then query this data within a cfloop sort of a query of a query I guess   _   From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Monday, 20 September 2004 2:34 PM To: CF-Talk Subject: RE: CFHTTP error right and you got a 40

RE: Looping

2004-09-19 Thread dave
well there are a lot more then 1 type of degree ;) if u  must know i have an A.H.T, L.A.T & a teaching degree for veterinary surgery & ecc. there are lots of things u can do, maybe im getting lost on exactly what ur trying to do. if u wanna call me tomorrow, id be more than happy to see what i can

RE: Looping

2004-09-19 Thread Brant Winter
There is no digital signature required. They are actually going to be printing out the scripts onto the standard script letterhead, and hand signing each one. I didn't want to be mucking around with digital signatures. The pharmacy have access to the csv files, as they are the ones generating them

RE: CFMX performance improvements ?

2004-09-19 Thread Micha Schopman
I would not use xtree if I were you, .. xtree has some serious issues which are unresolvable in MSIE due to browser engine limits. It has to do with the amount of images xtree uses for rendering. I have a treeview available for the ones who need one. This is version 1, and version 2 currently is cu

RE: Content Management System (CMS) Wishlist

2004-09-19 Thread Micha Schopman
The issues with object based content management are for example, -  do you create a totally separate content repository based on that perticulair language? Or do all languages select content out of the same bin. So all languages get mixed. -  do all languages have the same accoun