RE: webcam software

2006-12-19 Thread Will Swain
That's a different kind of webcam site altogether! -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 19:39 To: CF-Talk Subject: RE: webcam software I had to take mine down because I'd forget that it was there and the

RE: splitting large csv file into smaller parts

2006-12-16 Thread Will Swain
: Will Swain [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 4:23 PM To: CF-Talk Subject: RE: splitting large csv file into smaller parts Well, my test has just run into problems and thrown a java.lang.OutOfMemoryError error. I'm thinking though maybe I can use the LineNumberReader code

splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
Hi, I have a tool that reads a nightly uploaded CSV file, and imports the data in it into a mySQL database. This works fine, after some messing around with the code to allow for consecutive blank fields in the CSV and stuff like that. Only problem is, some of these CSV files can be quite

RE: splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 3:36 PM To: CF-Talk Subject: splitting large csv file into smaller parts Hi, I have a tool that reads

RE: splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 3:45 PM To: CF-Talk Subject: RE: splitting large csv file into smaller parts Hi Ben, That sounds

RE: splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
Well, my test has just run into problems and thrown a java.lang.OutOfMemoryError error. I'm thinking though maybe I can use the LineNumberReader code to split the csv file into smaller parts. Maybe take 5,000 rows at a time and write them out to a new csv file. Then I can just run the processing

last updated date from MySql database

2006-12-12 Thread Will Swain
Hi, I want to show the last updated date on a site. Rather than do this manually, is there a way I can get this programatically for a table in mySQL? Also, is it possible with an MSACCESS database? Part of the site runs on an old access database, so rather than update it all (they don't want

RE: last updated date from MySql database

2006-12-12 Thread Will Swain
Resending this. I had a major mailserver problem this am and lost a few mails, so just incase I missed any replies! -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 09:55 To: CF-Talk Subject: last updated date from MySql

RE: last updated date from MySql database

2006-12-12 Thread Will Swain
Hi Jacob, I just want to check the last time a table was updated and display that time on the homepage. I know I can write some code that marks the time of an update or insert into the database and use that, but I noticed that mySQL tables have an update time on them, and wondered if I can

RE: last updated date from MySql database

2006-12-12 Thread Will Swain
Thanks Jacob. Thought it might be something standard that I was unaware of. I'll go read the mySQL docs. Will -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 17:49 To: CF-Talk Subject: Re: last updated date from MySql database I

RE: Coldfusion roadmap

2006-12-12 Thread Will Swain
FWIW, I think they rely on the developers to do the marketing for them. -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 21:57 To: CF-Talk Subject: Re: Coldfusion roadmap What marketing? I was being facetious, but in

RE: dynamically generating .flv files on upload

2006-12-11 Thread Will Swain
and conversion times though. That's a task that is pretty strenuous on a processor. I'd suggest batching them late at night with a system task rather than coldfsuion. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Will Swain

SOT: dynamically generating .flv files on upload

2006-12-08 Thread Will Swain
I want to allow users to upload video files which I will then convert automatically to .flv files. If I have a copy of quicktime pro with the FLV QuickTime Export plug-in installed on the server, is it possible to do this using CF to manage the uploads and conversion? Anyone done anything like

RE: dynamically generating .flv files on upload

2006-12-08 Thread Will Swain
done anything like that but I'd totally be interested in hearing the solution. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Will Swain

RE: grrrr....

2006-11-15 Thread Will Swain
I had a 'discussion' with the IT consultant at a client of mine who insisted that CF was built on ASP. He wouldn't have it any other way. He was obviously an MS man and didn't view anything else as 'proper'. What annoyed me more than anything else was that he was getting paid a small fortune as

RE: grrrr....

2006-11-15 Thread Will Swain
at the client and raise your eyebrow. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:34 AM To: CF-Talk Subject: RE: g I had a 'discussion' with the IT consultant at a client of mine who insisted that CF was built on ASP. He

image security on forms.

2006-11-07 Thread Will Swain
Hi, You know the kind of thing, where an image with text and numbers is generated and you have to enter what it says to submit the form (what is this called?) Anyone recommend something like this that plays nicely with CFMX 7? Thanks Will

RE: image security on forms.

2006-11-07 Thread Will Swain
within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Will Swain To: CF-Talk Sent: Tue Nov 07 10:43:04 2006 Subject: image security on forms. Hi, You know the kind of thing, where an image

RE: Best CF7 Hosting company

2006-11-03 Thread Will Swain
I agree, There's nothing like a personal recommendation, if you can get one. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 03 November 2006 16:35 To: CF-Talk Subject: RE: Best CF7 Hosting company Well I dunno about the other ISP's

RE: Second Server

2006-11-03 Thread Will Swain
of smaller boxes is interesting. Do you host this yourself or outsource it? Will Swain -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 03 November 2006 16:16 To: CF-Talk Subject: Re: Second Server On 11/3/06, Richard Cooper

RE: video hosting?

2006-10-16 Thread Will Swain
Firstserv offer shared hosting with Flash Communication Server. Not used that specific service, but we have a managed server with them and are very happy with it. http://www.firstserv.co.uk/hostingServices/sharedHosting/flashCom/ Will Swain

RE: Soap and namespaces A bit deeper

2006-10-12 Thread Will Swain
Hey Dan, Not yet. I've very little Java experience, so I'm on a steep learning curve at the minute. :) -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: 12 October 2006 06:28 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Will,

RE: Soap and namespaces A bit deeper

2006-10-12 Thread Will Swain
Hi Dan, I took a look for your class dumper you posted on here but couldn't find itcan you point me in the right direction? Thanks Will -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: 12 October 2006 06:28 To: CF-Talk Subject: Re: Soap

RE: Soap and namespaces A bit deeper

2006-10-12 Thread Will Swain
Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 12 October 2006 10:22 To: CF-Talk Subject: RE: Soap and namespaces A bit deeper Hi Dan, I took a look for your class dumper you posted on here but couldn't find itcan you point me in the right direction? Thanks

RE: Soap and namespaces A bit deeper

2006-10-11 Thread Will Swain
). hope this helps! jonese On 10/6/06, Will Swain [EMAIL PROTECTED] wrote: Hi jonese, I've followed the first part of your suggestion, but can you explain to me what's going on here in a bit more detail: SNIP ~| Introducing

RE: Soap and namespaces A bit deeper

2006-10-11 Thread Will Swain
Also, you mention updating the asix.jar file. Assuming a mx 7.0.2, what version of Axis is that? I'm thinking 1.2. but I'm not sure. Any advice would be appreciated. Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 16:11 To: CF

RE: What makes this happen?

2006-10-09 Thread Will Swain
I see what you mean. Using Firefox 1.5.0.7 -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 09 October 2006 15:32 To: CF-Talk Subject: RE: What makes this happen? Hmm works fine for me IE6 -Original Message- From: Will

Re: Soap and namespaces A bit deeper

2006-10-06 Thread WIll Swain
Sorry to resurrect an old topic, but I stumbled across this in a web search. I'm having the same issues with the netsuite webservices. Can jonese or anyone else shed any light? Did you find a solution in the end? Thanks Will Based on some help from andrew i'm a bit closer but still at a loss

Netsuite webservices and cfmx

2006-10-06 Thread Will Swain
Hi, Found this old thread: http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:45098 and I wondered if jonese or anyone else has made any progress on it? Thanks in advance Will ~| Introducing the Fusion

RE: Soap and namespaces A bit deeper

2006-10-06 Thread Will Swain
On 10/6/06, WIll Swain [EMAIL PROTECTED] wrote: Sorry to resurrect an old topic, but I stumbled across this in a web search. I'm having the same issues with the netsuite webservices. Can jonese or anyone else shed any light? Did you find a solution in the end? Thanks Will Based on some help

RE: Soap and namespaces A bit deeper

2006-10-06 Thread Will Swain
/06, Will Swain [EMAIL PROTECTED] wrote: Hi Jonese, Version 1.3.1 I believe. Thanks Will -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: 06 October 2006 14:55 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Will which version of netsuite webservices

RE: Soap and namespaces A bit deeper

2006-10-06 Thread Will Swain
Hi jonese, I've followed the first part of your suggestion, but can you explain to me what's going on here in a bit more detail: / Get a handle to the class RecType = CreateObject(java, com.netsuite.webservices.platform.core_1_2.types.RecordType); // Call the static method of the class

RE: WOT-Website Marketing

2003-03-20 Thread Will Swain
search engine update will -Original Message- From: Issac Rosa [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 13:03 To: CF-Talk Subject: WOT-Website Marketing Does anyone know of some good resources that discuss website marketing and ranking and how to improve them through search

RE: site wide error handling

2003-03-05 Thread Will Swain
Hi Lee, Sorry, combination of slow brain and lack of sleep. Can you just overview in a little more detail what you are doing here? It looks very interesting as an error handling strategy. Cheers Will -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL

RE: New Macromedia.com launched!

2003-03-05 Thread Will Swain
I quite like it (the new site I mean). w -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED] Sent: 05 March 2003 17:18 To: CF-Talk Subject: Re: New Macromedia.com launched! Tell me about it... it sure would be nice on all of us if all the browsers would get together and

RE: New Macromedia.com launched!

2003-03-05 Thread Will Swain
theres a few things I can think of getting Nielsen to end... ;) w -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: 05 March 2003 16:57 To: CF-Talk Subject: RE: New Macromedia.com launched! Let's get Jakob Nielsen to end this -Original Message- From:

RE: New Macromedia.com launched!

2003-03-05 Thread Will Swain
Agreed...most of our sites have no more than 1% hits from Opera users, according to our web stats. w -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 05 March 2003 17:30 To: CF-Talk Subject: RE: New Macromedia.com launched! I dont think its dumb. It

RE: PHP versus CF Development Speed?

2003-02-28 Thread Will Swain
It was a very very long line. :) w -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 28 February 2003 14:14 To: CF-Talk Subject: RE: PHP versus CF Development Speed? tag for CF, about 40 lines of code, that took ONE line of code in PHP and Jeezo, I

RE: Creating a login screen

2003-02-26 Thread Will Swain
Didn't get much help on this I see In terms of security, I do something like this in my Application.cfm (comments included): !--- this is the security to prevent unauthorised access --- !--- make sure the session variable loggedin exists --- CFIF #isDefined(session.loggedin)# is False

RE: CFFILE and carriage returns

2003-02-26 Thread Will Swain
use chr(13) in orderInfo for a new line. w -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 26 February 2003 17:01 To: CF-Talk Subject: CFFILE and carriage returns I am trying to write files using CFFILE and I would like to have carriage returns in the file to

RE: CFFILE and carriage returns

2003-02-26 Thread Will Swain
? If not what should you use? -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 26 February 2003 17:11 To: CF-Talk Subject: RE: CFFILE and carriage returns use chr(13) in orderInfo for a new line. w -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Pre-populating a file form field

2003-01-02 Thread Will Swain
but according to this (http://www.blooberry.com/indexdot/html/tagpages/i/inputfile.htm) it does have a value attribute, and also a readonly attribute. will -Original Message- From: Boardwine, David L. [mailto:[EMAIL PROTECTED]] Sent: 02 January 2003 16:07 To: CF-Talk Subject: RE:

RE: Pre-populating a file form field

2003-01-02 Thread Will Swain
, but not one to automatically fill in the information (path) about a specific file. It's a security feature. Tim -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 11:21 AM To: CF-Talk Subject: RE: Pre-populating a file form field but according

RE: CFMX CF5: notes on backwards compatibility

2002-12-04 Thread Will Swain
Thanks...that makes for interesting reading. I've seen plenty about migrating from CF5 to CFMX but nothing coming the other way. I can think of a few scenarios where this will be useful information. Cheers Will -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: 04

CFMX and WorldPay

2002-11-11 Thread Will Swain
Hi, Anyone else experienced problems with the callback from WorldPay and CFMX? I have been having loads of problems with one of my sites, since moving it to a CFMX server. The callback variables appeared to not be being passed, however WorldPay's logs indicated that these variables were being

RE: Does a windows 2000 web server need antivirus?

2002-11-08 Thread Will Swain
I've been evaluating Sophos anti virus, and it seems to work well, and doesn't slow our server down too much. Mind you, it IS only a development server. w -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: 08 November 2002 15:36 To: CF-Talk Subject: RE:

RE: Mystery: images not arriving at browser

2002-11-08 Thread Will Swain
Could it be that the users experiencing the problems have caching turned off in their browsers? Just a thought. w -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: 08 November 2002 15:38 To: CF-Talk Subject: RE: Mystery: images not arriving at browser

RE: Mystery: images not arriving at browser

2002-11-08 Thread Will Swain
: Mystery: images not arriving at browser I suppose it's possible, but... It's all the users at a particular customer's location and we force our pages to not be cached at all. -Original Message- From: Will Swain [mailto:will;hothorse.com] Sent: Friday, November 08, 2002 10:49 AM

RE: outputting all client vars

2002-11-05 Thread Will Swain
tried that: An error occurred while evaluating the expression: #CLIENT# Error near line 36, column 15 works for session though. Cheers will -Original Message- From: Randell B Adkins [mailto:AdkinsR;GAO.GOV] Sent: 05 November 2002 17:07 To: CF-Talk Subject: Re: outputting all

RE: outputting all client vars

2002-11-05 Thread Will Swain
vars I don't think you can view them like that. Try cfoutput cfloop list=#GetClientVariablesList()# index=i delimiters=, #i#br /cfloop /cfoutput See if that works. Ade -Original Message- From: Will Swain [mailto:will;hothorse.com] Sent: 05 November

RE: outputting all client vars

2002-11-05 Thread Will Swain
CF5 will -Original Message- From: Everett, Al [mailto:AEverett;askallied.com] Sent: 05 November 2002 17:18 To: CF-Talk Subject: RE: outputting all client vars What version of CF? -Original Message- From: Will Swain [mailto:will;hothorse.com] Sent: Tuesday, November 05, 2002

RE: outputting all client vars

2002-11-05 Thread Will Swain
that. Try cfoutput cfloop list=#GetClientVariablesList()# index=i delimiters=, #i#br /cfloop /cfoutput See if that works. Ade -Original Message- From: Will Swain [mailto:will;hothorse.com] Sent: 05 November 2002 16:57 To: CF-Talk Subject: outputting all

strange error

2002-11-04 Thread Will Swain
Hi, Apologies for the double posting firstly. A client has moved over to a new hosting company, and has started getting this error on a fairly standard page that never threw an error before: Corrupt form data: no leading boundary: != -7d21a0e60332 Any ideas what

double posting:Enter network password dialog box

2002-10-15 Thread Will Swain
Hi all, Any ideas why I'd be getting a Enter network password dialog box when trying to view a word document via a web page. This doesn't happen on our local development server, but does in virtual web space with our hosts. Strange thing is, you don't need to enter a username or password, just

RE: double posting:Enter network password dialog box

2002-10-15 Thread Will Swain
Just re posting this. Any ideas anyone? w -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 11:16 To: CF-Talk Subject: double posting:Enter network password dialog box Hi all, Any ideas why I'd be getting a Enter network password dialog box when

RE: double posting:Enter network password dialog box

2002-10-15 Thread Will Swain
posting this. Any ideas anyone? w -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 11:16 To: CF-Talk Subject: double posting:Enter network password dialog box Hi all, Any ideas why I'd be getting a Enter network password dialog box when trying to view

RE: double posting:Enter network password dialog box

2002-10-15 Thread Will Swain
Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 10/15/2002 9:25:41 AM Just re posting this. Any ideas anyone? w -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Will Swain
Hmmm I haven't ported any of our clients over to CFMX yet, and won't be for the moment. Will -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: 08 October 2002 14:36 To: CF-Talk Subject: RE: LONG time CF Supporter - About ready to dump CF! Yup | is this CFMX?

Cross posting: CF5 eval???

2002-10-01 Thread Will Swain
Hi, Looking for an evaluation version of CF5 but all I can find on the macromedia web site is the eval version of MX. Anyone know if I can still get an eval version of CF5 and if so where? Cheers Will __ Structure your

RE: Cross posting: CF5 eval???

2002-10-01 Thread Will Swain
the direct links bookmarked, what OS are you looking for? Christine -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 6:31 AM To: CF-Talk Subject: Cross posting: CF5 eval??? Hi, Looking for an evaluation version of CF5 but all I can find

RE: Cross posting: CF5 eval???

2002-10-01 Thread Will Swain
for Windows: http://download.macromedia.com/pub/coldfusion/esd/coldfusion-50-win-us_devre l.exe Christine -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 8:39 AM To: CF-Talk Subject: RE: Cross posting: CF5 eval??? Hi Christine, Windows, but I

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Will Swain
Are these available with CF5 too, or are they new to MX? will -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:29 To: CF-Talk Subject: RE: Verity operators - THESAURUS, TYPO, SOUNDEX They are available - you don't need to do anything

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Will Swain
lovely...thanks Ray w -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 15:18 To: CF-Talk Subject: RE: Verity operators - THESAURUS, TYPO, SOUNDEX They were in CF5 as well.

RE: Some emails are by passing my 'rules' and coming into my reception.

2002-09-03 Thread Will Swain
are the folders full? Just ask cos when it has happened to me, it's because the folder was full (can't remember the exact size). You might need to do some archiving. w -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: 03 September 2002 15:37 To: CF-Talk Subject: RE:

RE: Women programmers

2002-08-29 Thread Will Swain
women are good. :) w -Original Message- From: Robyn Follen [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 16:49 To: CF-Talk Subject: RE: Women programmers 3 of the 8 people on my dev team are women (myself included)... and the battle of the sexes is alive and well in our office! :-)

RE: access db

2002-08-15 Thread Will Swain
Try adding a new datasource for the new db...then delete the old one. Its a pain, but if you set the datasource name in your Application.cfm it should be relatively easy to change. Or restart the server? w -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: 15

RE: cfdev

2002-07-11 Thread Will Swain
yeah. Its a file called favicon.ico that you store in the webroot. Your browser will look for it and do exactly what you said. have a look here: http://www.favicon.com/ HTH will -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 11 July 2002 11:20 To: CF-Talk

strange cfmail problem: double post

2002-07-10 Thread Will Swain
H Apologies for the long email. I have experienced a very strange CFmail problem, and I'm not entirely sure if it's not someone messing with me. Basically, I have some code that sends an email to a box office, with the details of a ticket request, the individuals name and address and a

RE: New to all this

2002-07-05 Thread Will Swain
how to post a question to the list?? just send a mail to [EMAIL PROTECTED] and ask away. w __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: server ip and CGI vars

2002-07-03 Thread Will Swain
try SERVER_NAME - Server's hostname, DNS alias, or IP address as it appears in self-referencing URLs. The cf docs have a full listing of CGI vars HTH w -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 10:22 To: CF-Talk Subject: server ip and CGI

RE: server ip and CGI vars

2002-07-03 Thread Will Swain
applications to diifferent servers for various reasons and within app gloabls would like to determine the IP as oppossed to a DNS so as to set the apprpriate system vars, -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 10:48 AM To: CF-Talk

RE: ATTN ALL: New Macromedia Security Zone Bulletins Posted

2002-06-14 Thread Will Swain
yup..i got one yesterday too. w -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED]] Sent: 14 June 2002 10:35 To: CF-Talk Subject: RE: ATTN ALL: New Macromedia Security Zone Bulletins Posted Stephen... These bulletins were released June 13, 2002 :) 1. MPSB02-04 -

combining two verity recordsets: double post

2002-05-29 Thread Will Swain
HI all, Another Verity question. Is it possible to combine the results from 2 or more CFSearch's? I have a search page that is searching a number of different collections, but I want the results displayed together. Any ideas? Will Swain Hot Horse Ltd

RE: combining two verity recordsets: double post

2002-05-29 Thread Will Swain
super.cheers Philip. will -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 11:26 To: CF-Talk Subject: RE: combining two verity recordsets: double post Another Verity question. Is it possible to combine the results from 2 or more

verity strategies: double post!!

2002-05-28 Thread Will Swain
? Just some general pointers about strategy here would be great. I have used Verity a little before. Cheers Will Swain Hot Horse Ltd __ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: Populating the body of an outlook message

2002-05-28 Thread Will Swain
try looking at http://developer.netscape.com/viewsource/husted_mailto/mailto.html seems to cover what you need. will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 28 May 2002 18:45 To: CF-Talk Subject: Populating the body of an outlook message Is it

RE: Apologies

2002-05-28 Thread Will Swain
yup...me too. Message did get through though. will -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 28 May 2002 21:03 To: CF-Talk Subject: RE: Apologies My apologies for my recent barage of the same question (OT: Adding Properties to Form elements?). The list

10 records per page

2002-05-02 Thread Will Swain
brain spasm going on here isn't there a custom tag for limiting the number of records outputted per page to 10 or whatever? can't remember the name. cheers Will __ Get the mailserver that powers this list at

RE: 10 records per page

2002-05-02 Thread Will Swain
-Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 6:46 AM To: CF-Talk Subject: 10 records per page brain spasm going on here isn't there a custom tag for limiting the number of records outputted per page to 10 or whatever? can't remember

double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Will Swain
Hello, This might be a stoopid question (in fact i'm pretty sure it is) but I have always worked with NT servers up to now. I want to port a site over to a unix server. The backend DB is Access2000. Are there ODBC drivers for Access on Unix? Can I do this, or do I need to upgrade to SQL server?

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Will Swain
: access2000 on unix. Is it even possible?? What about exporting to a MySQL database and using that, it is pretty comparable to Access as far as databases go.. Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Will Swain [mailto:[EMAIL

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Will Swain
/ODBC_UNIX_access.asp -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:47 To: CF-Talk Subject: double post: access2000 on unix. Is it even possible?? Hello, This might be a stoopid question (in fact i'm pretty sure it is) but I have always worked with NT

RE: NumberFormat UGH

2002-04-22 Thread Will Swain
sounds like the problem is with the DB you are using. Not sure how formatting the number with CF once you have pulled it from the db would help. What DB is it you are using? will -Original Message- From: David Schmidt [mailto:[EMAIL PROTECTED]] Sent: 19 April 2002 20:54 To: CF-Talk

kinda ot: dw temp files

2002-04-19 Thread Will Swain
Hi all, Slightly OT so apologies. Dreamweaver seems to be creating temp files which aren't so temporary, i.e. they remain. They are prefixed TMP. Any idea how to stop DW doing this? cheers Will Swain Technical Director Hot Horse Ltd e: [EMAIL PROTECTED] t: 01273 675375 This email

RE: kinda ot: dw temp files

2002-04-19 Thread Will Swain
4 for the Mac w -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: 19 April 2002 12:39 To: CF-Talk Subject: RE: kinda ot: dw temp files Which version of DW? Neil Team Macromedia Spectra http://www.macromedia.com/go/team

RE: Web based Chat

2002-04-04 Thread Will Swain
not sure if this would work but have you had a look at knownow www.knownow.com will -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: 04 April 2002 00:12 To: CF-Talk Subject: Web based Chat A client wants some type of web-based chat integrated into their site.

RE: UDF or Custom Tag

2002-04-03 Thread Will Swain
I've used one called cf_createLinks, which may be the one Ray is referring to. Works well. will -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: 03 April 2002 17:45 To: CF-Talk Subject: UDF or Custom Tag does anyone have a UDF or Custom tag that will turn,

udf to recognise url in a block of text or do i need a regex?

2002-03-12 Thread Will Swain
Hi guys, I seem to remember a udf that would pick out a link in a block of text, and make it a display it on a page as a clickable hyperlink within that text. Or am I just imagining it? Anyway a cursory search of CFlib turns up nothing, so can any of you guys help? Cheers Will

RE: udf to recognise url in a block of text or do i need a regex?

2002-03-12 Thread Will Swain
of www.coderbox.com @llan -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:28 PM To: CF-Talk Subject: udf to recognise url in a block of text or do i need a regex? Hi guys, I seem to remember a udf that would pick out a link in a block

RE: udf to recognise url in a block of text or do i need a regex?

2002-03-12 Thread Will Swain
lolno worries steve, take a pill man!!! I have altered the custom tag from coderbox slightly, so that the links open in new windows, and it works a treat. I'm sure it would be easy enough to convert to a UDF if needed. Cheers Will -Original Message- From: Stephen Moretti

related selects, not query driven

2002-03-11 Thread Will Swain
Hey guys, Does anyone have some code for two related selects, that are not query driven. All the examples I can find require the information to be drawn from a query. Cheers Will __ Get Your Own Dedicated Windows 2000 Server

form variables in structures

2002-03-06 Thread Will Swain
Hi, I have a dynamic form that has a number of dynamic fields. I know that Form variables are passed as a structure, but how would I access this. I need to loop over the fields and display their values. Can any of you guys help? Cheers Will

RE: form variables in structures

2002-03-06 Thread Will Swain
#frmVar# = #FORM[frmVar]#br /CFOUTPUT /CFLOOP HTH -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 12:51 To: CF-Talk Subject: form variables in structures Hi, I have a dynamic form that has a number of dynamic fields. I know that Form

RE: can someone see a problem with this!!!

2002-03-05 Thread Will Swain
I assume all of the fields from mensapparel down, and also saleinfo, are number fields? will -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: 05 March 2002 17:47 To: CF-Talk Subject: can someone see a problem with this!!! Hello everyone, I must be missing

query problem

2002-02-21 Thread Will Swain
('fdhdfh', 1, 'sdfhsdfh', 12/08/02, '', 'asfasf', , 'yes') Any ideas? Will Swain Tecnical Director Hot Horse Ltd e: [EMAIL PROTECTED] t: 01273 675375 This email is intended for the recipient only and contains confidential information, some or all of which may be legally privileged. If you

RE: query problem

2002-02-21 Thread Will Swain
All working nowthe delete date field was having a problem when no data was being added. Cheers Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 21 February 2002 11:30 To: CF-Talk Subject: query problem Hi all, Ok, having an annoying little problem

RE: query problem

2002-02-21 Thread Will Swain
[mailto:[EMAIL PROTECTED]] Sent: 21 February 2002 12:42 To: CF-Talk Subject: Re: query problem Will, Your date needs to be an ODBC Date. Use CreateODBCDate() on your Date form field and CreateODBCTime() on your Time form Field. Regards Stephen - Original Message - From: Will Swain [EMAIL

browser history and cache: double post

2002-01-29 Thread Will Swain
Hello, A general question. Is it possible to interact with a browsers history. I know we can prevent a page from being cached by a browser, but what I need to know is if it is possible to access and delete a browser's history. Thanks. Will Swain Technical Director Hot Horse Ltd

RE: CF and Regular Expressions

2002-01-11 Thread Will Swain
The Forta book Advanced ColdFusion 5 Application Development has a good chapter on regular expressions particularly with reference to CF. HTH Will -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: 11 January 2002 14:14 To: CF-Talk Subject: RE: CF and Regular

RE: Quick Question

2001-12-20 Thread Will Swain
800 x 600 still. -Original Message- From: ehoma [mailto:[EMAIL PROTECTED]] Sent: 19 December 2001 21:44 To: CF-Talk Subject: Quick Question I hope that you'll permit me to ask a non cf question here. It is the only list that I subscribe to and I know that all of the top web developers

<    1   2   3   4   5   6   >