OT: coldfusion & xml guru wanted for a small job

2000-12-27 Thread Martin Orth
Hi, I am searcing for an coldfusion & xml guru for a small job. TODO: 1. Import a xml directory structue like the one from yahoo to a database. 2. Import the directory entrys into a database. 3. Write a short documentation, so that it is possible to import all the data again. More info at

Is it possible to use Rand() in a CFQUERY?

2000-12-27 Thread Randy Zeitman
I'd like to ask a previous question in a different manner as it was suggested to me the way I originally phrased it wasn't clear. I'd like to use a rand() in a CFQUERY but get an error each and every time (is it even possible?). The Access database is being accessed through OLE if it matters.

OT - IIS Problem

2000-12-27 Thread Cold Fusion
Hello, I have NT 4.0 running IIS 4.0. Up until a few days ago everything worked fine on the machine. All of a sudden I can no longer see any virtual directories. I keep getting an error 'Incorrect Function' when connecting to any of the websites from a browser. That is all that is that is displ

ActiveX and Netscape - OT

2000-12-27 Thread Gina.M.Shillitani
Can anyone tell me if a Netscape plugin exists that will allow you to run ActiveX controls in Netscape? I have been searching for three days and cannot find anything that works. Any help GREATLY appreciated!!! Gina ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Se

Re: ActiveX and Netscape - OT

2000-12-27 Thread Joe Sheble aka Wizaerd
Check out NCompass at http://www.ncompasslabs.com Here's where I found it (after a quick 10 second search...) http://browserwatch.internet.com/news/story/plugin46.html At 09:06 AM 12/27/00 -0500, you wrote: >Can anyone tell me if a Netscape plugin exists that will allow you to run >ActiveX contr

RE: ActiveX and Netscape - OT

2000-12-27 Thread Duane Boudreau
> Check out NCompass at http://www.ncompasslabs.com > > Here's where I found it (after a quick 10 second search...) > http://browserwatch.internet.com/news/story/plugin46.html > > At 09:06 AM 12/27/00 -0500, you wrote: > >Can anyone tell me if a Netscape plugin exists that will allow you to run >

OT: Where is CF Studio 4.5.2?

2000-12-27 Thread Dylan Bromby
I'm trying to download CF Studio 4.5.2 from Allaire's web site, but the download page it keeps giving me only lists CF Server updates/patches. Anyone know the URL to get Studio 4.5.2? ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $9

RE: The +.htr bug strikes again

2000-12-27 Thread Philip Arnold - ASP
> As far as being an "older" internet worker, how old do you think I am? I'm > kind of curious. I'll grant that I can be annoying and dull. Hey, I've met Dave and I have no idea how old he is... I respect him because of his knowledge, not because he's older than me (he probably isn't, but there

Re: Is it possible to use Rand() in a CFQUERY?

2000-12-27 Thread paul smith
I don't understand why you want it random. Multiple pages doesn't explain why to me. If you just want next and previous GROUPS instead of next and previous records (even in the case of a differing number of records in each group) this just takes arithmetic as in the news items grouped by day o

RE: Where is CF Studio 4.5.2?

2000-12-27 Thread Ken Wilson
Aha! Looks like they've removed it...perhaps to fix the zero-length Help file problem before anyone else downloads it. Hopefully they'll also move the Edit Tag menu item back to the top of the "right-click" menu (where it's been for years) before they re-post it. Ken > I'm trying to download

RE: OT - IIS Problem

2000-12-27 Thread cfxvx100
Try to remove and recreate the application within IIS. -Original Message- From: Cold Fusion [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 8:46 AM To: CF-Talk Subject: OT - IIS Problem Hello, I have NT 4.0 running IIS 4.0. Up until a few days ago everything worked fine

RE: ActiveX and Netscape - OT

2000-12-27 Thread Gina.M.Shillitani
NCompass doesn't have the plugin any longer, and Esker doesn't support CAB files (from Esker's site: The Esker ActiveX Plug-in does not implement the CAB format...), which I need. I am trying to run the IntraLaunch (http://www.particle.net/IntraLaunch) ActiveX control on my corporate intranet, and

RE: javascript problem

2000-12-27 Thread cfxvx100
I would do away with the onload and the function and and allow. This way if Coldfusion has determined if a user is not logged in ten the Javascript will be executed on the fly. But if you think about the logic of your code. There will never be a session.userid because you delete it every time the

External Datasource help??

2000-12-27 Thread ibtoad
How can I query an external datasource? I have the full root path and the datasource name, is this even possible? Thanks, Rich ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM

RE: External Datasource help??

2000-12-27 Thread Warrick, Mark
Set it up as an ODBC datasource on the server from which you are making requests and run a query against it. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.w

RE: External Datasource help??

2000-12-27 Thread ibtoad
I'm sorry but I don't understand what you mean. Could you elaborate? Thanks again, Rich -Original Message- From: Warrick, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:06 AM To: CF-Talk Subject: RE: External Datasource help?? Set it up as an ODBC datasource on t

RE: External Datasource help??

2000-12-27 Thread ibtoad
Forget it, I got it thanks Rich -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:13 AM To: CF-Talk Subject: RE: External Datasource help?? I'm sorry but I don't understand what you mean. Could you elaborate? Thanks again, Rich -Origi

CFIF not working

2000-12-27 Thread Robert Everland
Can anyone see as to why the cfif after the cfelse wouldn't be working. I am using cf_ziprad which was purchased, and I can not get those cfif's to work. Formula is 1 and it won't set miles to 0 which of course erros everyhting out. I am using 4.5.1 sp1

FW: Excel Spreadsheet Trouble

2000-12-27 Thread Larry Juncker
Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 10:14 AM To: Cold Fusion Talk List Subject: Excel Spreadsheet Trouble Good Morning list; I am using Ex

RE: External Datasource help??

2000-12-27 Thread Eron Cohen
To further Mark's suggestion, you could use a tag like CF_AutoAddMDB or CF_datasource to simply add the datasource on the fly. It might not be exactly what you wanted, but I don't know of any other way to do this. I am pretty sure you always have to "register" your datasources first. Maybe so

RE: External Datasource help??

2000-12-27 Thread ibtoad
I spoke to soon, I don't got it. Can I query a database from a different server if I have the datasource name and the full server root? Rich -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:16 AM To: CF-Talk Subject: RE: External Datasource

Re: CFIF not working

2000-12-27 Thread Dylan Bromby
instead of use - Original Message - From: "Robert Everland" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 8:08 AM Subject: CFIF not working > Can anyone see as to why the cfif after the cfelse wouldn't be working. I > am using cf_ziprad whic

Re: External Datasource help??

2000-12-27 Thread Dylan Bromby
i think you can map a remote DSN using UNC to get to the remote machine. - Original Message - From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 8:23 AM Subject: RE: External Datasource help?? > I spoke to soon, I don't got it. Can I

OT: Tips now searchable

2000-12-27 Thread Ben Forta
Sorry for the OT (and cross) posting, but as dozens of you have asked for this ... My "CF Tip-of-the-Day" now has over 100 tips in it, and by popular request you can now (finally) search and browse the list (instead of having to flip through them one at a time). Tips are at http://www.forta.com/c

it wont loop back!....

2000-12-27 Thread Jay Patton
here is my problem, when the code below gets ran it runs fine all accept when it gets to the end of the list of images it keeps going with blank pages with just a back and next button. my question is how do i get it to loop back to the beginning of the list when it gets to the end or last image

Re: Is it possible to use Rand() in a CFQUERY?

2000-12-27 Thread paul smith
OK, now I understand. 1. Create an algorithm that randomly orders the integers 1,2,...26 with each request 2. Re-order your result query according to the order of the integers in (1). That is, assign records starting with "A" the Order_ID of "1", assign those starting with "B" the Order_ID of

RE: Where is CF Studio 4.5.2?

2000-12-27 Thread paul smith
I hope they also fix the zero-length edit file problem in 4.5.1 that showed up here the other day. Perhaps add a feature that does a file copy to a backup directory to save me doing it by hand with each edit. best, paul At 10:18 AM 12/27/00 -0500, you wrote: >Aha! Looks like they've removed

RE: it wont loop back!....

2000-12-27 Thread Johan Coens
try Back   |  &nbs p; Next 8 Best regards, Johan Coens -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: woensdag 27 december 2000 17:48 To: CF-Talk Subject: it wont loop back! here is my problem, when the code below gets ran it runs fine al

RE: cfhttp response header not displaying

2000-12-27 Thread Dave Watts
> Does anyone know why periodiocally the file.content from a > cfhttp tag fails to output any content? I find it doubtful > its on my end,as I can still output file.content from other > sites. Actually, I'm trying to output the response.header, > but just get a blank page sometimes. I'm thinki

RE: CFIF not working

2000-12-27 Thread Robert Everland
Tried that, didn't work either. It's as though the cfif that is nested isn't working at all. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:20 AM To: CF-Talk Subject: Re: CFIF not

Re: it wont loop back! Thanks

2000-12-27 Thread Jay Patton
Thank you Johan it works great. Jay Patton Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com - Original Message - From: "Johan Coens" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 10:16 AM Subject: RE: it wont loop back! > t

RE: CFIF not working

2000-12-27 Thread Andrew Middleton
Sounds like your problem is in the evaluation of the expression , are you sure that ZP1.zip and ZP2.zip are returning values? -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 12:13 PM To: CF-Talk Subject: RE: CFIF not working Tried

RE: showing up as gray Java block

2000-12-27 Thread Dave Watts
> Do you know which classes are needed for the cfgrid applet? > Can the classes be placed anywhere in the URL space? You'll want all of the classes in the /cfide/classes directory to resolve correctly; different browsers may potentially use different files. You need to make sure that this URL r

RE: The +.htr bug strikes again

2000-12-27 Thread Eric Dawson
sign me up. (note: token Dave Watts quote in Sig) Eric Dawson (various companies and projects) Looking for free beer really easy contracts and sleep Work hard, play harder! "You could try another approach." My token Dave Watts quote (just trying to fit in. :) From: "Philip Arnold -

Re: Is it possible to use Rand() in a CFQUERY?

2000-12-27 Thread paul smith
Well, I was thinking of other Query tags there, but I just now happened to notice one titled CF_QueryRandomize at: http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34760F-2830-11D4-AA9700508B94F380&method=Full best, paul At 11:52 AM 12/27/00 -0500, you wrote: >How does one 'reorder th

RE: CFIF not working

2000-12-27 Thread Dylan Bromby
maybe try: 1) make sure your ZIP1.zip and ZIP2.zip are values you expect 2) use TYPE=ANY in CFCATCH just to make sure you're not missing some error -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 9:13 AM To: CF-Talk Subject: RE: CFI

Re: it wont loop back!....

2000-12-27 Thread stas
This should help: - Original Message - From: "Jay Patton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 11:48 AM Subject: it wont loop back! > here is my problem, when the code below gets ran it runs fine all accept when it gets to

RE: CFIF not working

2000-12-27 Thread Robert Everland
Yes positive, see the thing is it goes to the next part, it calculates the formula thing is when formula eq 1 it gives me a floating point integer with an E in it and CF sees this as an error since an e isn't numeric. The author of the tag knew this which is why it skips it if it is a 1, but it is

RE: CFIF not working

2000-12-27 Thread Robert Everland
The thing is with the ZIP1.zip and ZIP2.zip if they are the same it sets a zero value which is good, then it loops again so when they are different is when it goes to the formula section. So once it is in the formula section that is where I am having a problem. CF is acting as though it doesn't ev

RE: CFIF not working

2000-12-27 Thread Robert Everland
Ok here is what I have found. isnumeric(formula) is yes, there are no space, puttin an is in there doesn't help it. But everytime it skips it. I changed it to cfscript to see if that would help it, it hasn't. What the heck could be causing that code to mess up. Robert Everland III Web Developer D

RE: CFIF not working

2000-12-27 Thread Andrew Middleton
Are you able to covert that number before it is returned exp (number), so that you never encounter the error, or would this totally ruin the results? I would wrap some conditional logic around that portion of processing that traps errors when you are returned a number with E in it (either before i

RE: CFIF not working

2000-12-27 Thread Dylan Bromby
you might try using IS or IS NOT in place of EQ or NEQ respectively if you're not dealing with integers...at least to see if that will process. -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 9:55 AM To: CF-Talk Subject: RE: CFIF not

RE: CFIF not working

2000-12-27 Thread Robert Everland
Ok got it working this is what I had to do:

RE: CFIF not working

2000-12-27 Thread Dylan Bromby
there isn't a known problem nesting CFIFs if that's what you mean. do this: try placing some characters (i use x's) around the CF statements and see if they even show up when you execute the page. if the x's don't show then the statement they surround isn't being processed. with some debugging,

CFMail error

2000-12-27 Thread Jason Larson
Can someone help me out? What the heck does the following cfmail error mean? unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (79:1) to (79:121) in the template file Thanks Ja

figleaf.com

2000-12-27 Thread Jay Patton
Hey Dave, Whats up with figleaf.com? i wanted to play some smackdown durring lunch and the site wont come up? Jay Patton Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for

RE: figleaf.com

2000-12-27 Thread Raymond Camden
I just checked the site and it looks completely different. I bet you hit it during the update. What I _really_ want to know is the name of the techno song used during the intro??? :> === Raymond Camden, Principal Spectra Complia

RE: figleaf.com

2000-12-27 Thread Dylan Bromby
working fine from here. -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 10:57 AM To: CF-Talk Subject: figleaf.com Hey Dave, Whats up with figleaf.com? i wanted to play some smackdown durring lunch and the site wont come up? Jay Patton W

OT Flash Uplift... was Java Letdown

2000-12-27 Thread Dick Applebaum
A while ago I posted an item of how disappointed I was with Java as a cross-browser/cross platform client-side solution to augment html and JavaScript. What I am trying to accomplish is a form for content editing that includes several textarea-like input fields where the user can create/displ

RE: figleaf.com

2000-12-27 Thread Robert Segal
try http://www.figleaf.com/smackdown/splash.cfm -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 1:57 PM To: CF-Talk Subject: figleaf.com Hey Dave, Whats up with figleaf.com? i wanted to play some smackdown durring lunch and the site wont

Re: figleaf.com

2000-12-27 Thread Jay Patton
yeah its up now thanks Jay Patton Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com - Original Message - From: "Dylan Bromby" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 11:59 AM Subject: RE: figleaf.com > working fine from h

RE: figleaf.com

2000-12-27 Thread ron
> Hey Dave, > Whats up with figleaf.com? i wanted to play some smackdown > durring lunch and the site wont come up? www.figleaf.com comes up for me, but figleaf.com does not. Probably just an oversight, if it's a DNS thing. -ron ~ Paid Sponsorship ~ Get Your Own Dedicat

RE: figleaf.com

2000-12-27 Thread Jeremy Allen
I know this may sound a little silly, but a lot of companies like to force you to use the www alias for their websites. so just "http://figleaf.com" will not open up.. you should use "http://www.figleaf.com" Least, thats how it is from here, YMMV Jeremy Allen elliptIQ Inc. >-Original Mes

RE: figleaf.com

2000-12-27 Thread Simon Horwith
having to specify the "www." isn't all that silly what if a site is also running an ftp server gopher server, etc. for a domain then you'd want to force the www ~Simon > Simon Horwith > Allaire Certified ColdFusion Instructor > Certified ColdFusion Developer > Fig Leaf Software > 1400 16

RE: figleaf.com

2000-12-27 Thread Jay Jennings
> I know this may sound a little silly, but a lot of companies > like to force you to use the www alias for their websites. I can't believe that's done on purpose. About 1/3 of my traffic comes in without the www part. Do those companies think people will keep searching until they find the site?

MOD math function?

2000-12-27 Thread Jon Hall
Maybe I should have paid attention in math, but here is my problem. I have 2 numbers, for example 40 and 4. All I need to do is find out if (40 / 4) has a remainder. For some reason, (40 MOD 4) does not seem to be working. jon ~ Paid Sponsorship ~ Get Your Own Dedicate

RE: figleaf.com

2000-12-27 Thread Jay Jennings
> having to specify the "www." isn't all that silly what if a > site is also > running an ftp server gopher server, etc. for a domain then you'd want > to force the www Ooooh, one of my pet peeves and you guys just keep pushing my buttons. :) There is no _good_ reason to force a user to

RE: figleaf.com

2000-12-27 Thread Simon Horwith
I never gave it that much thought. I also can't think of any GOOD reason to do it, but hey, to each their own. If a company is concerned with people possibly accidentally trying to browse their other protocol (or subnet) servers or just like the way it looks that's their call. I agree thoug

RE: figleaf.com

2000-12-27 Thread Dylan Bromby
a lot of companies do in fact do this on purpose. some companies route the 3rd level www component to a server or farm on a specific segment of their network. it can be done using just the second level domain; my point is some companies use only the 3rd level prefix for security reasons. -Ori

RE: figleaf.com

2000-12-27 Thread lsellers
> having to specify the "www." isn't all that silly what if a > site is also > running an ftp server gopher server, etc. for a domain then you'd want > to force the www Well, grouping the dns's so "www.figleaf.com" and "figleaf.com" map to the same thing wouldn't really be an issue. The

OT: Re: figleaf.com

2000-12-27 Thread Todd Ashworth
Yeah, but it just makes sense to default the plain tld to *something* (I prefer the web server), otherwise clueless users will just assume the site is down and never visit again. This is easily done in the DNS records. If the user wants anything besides the web server, they need to specify the m

Collection and Indexing question

2000-12-27 Thread mike
1.) Can a site have more than one collection? 2.) How does collection work with dynamic pages ? 3.) Does it work with fusebox ? ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM /

Select Distinct problems

2000-12-27 Thread W Luke
Hi, I've used SELECT DISTINCT email FROM EMAILS successfully, but now I am trying to select 2 columns from 2 different tables, as follows, to obtain x unique email address from the columns "email" and "email2", part of the tables "EMAILS" and "EMAILS2" respectively. SELECT distinct email,email2

RE: figleaf.com

2000-12-27 Thread Marcus
> There is no _good_ reason to force a user to type "www." on your > URL. None. > Period. If you require it, it's a geek thing, not a user thing. Of course, > if you don't care about users, then that's another matter. There is a very good reason for a user to type the "www." on my URL. If they d

RE: figleaf.com

2000-12-27 Thread Simon Horwith
a fellow employee here also pointed out that the www differentiates a company from its site. I don't know what the legal or ethical signifigance of this is but I suppose somebody out there is concerned with such things. It's also worth mentioning that most users out there are not real "up" o

Re: MOD math function?

2000-12-27 Thread Howie Hamlin
This works: divisible! not divisible! HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server - Original Message - From: "Jon Hall" <[EMAIL PROTECTED]> T

Re: MOD math function?

2000-12-27 Thread Bud
On 12/27/00, Jon Hall penned: >Maybe I should have paid attention in math, but here is my problem. > >I have 2 numbers, for example 40 and 4. All I need to do is find out if (40 >/ 4) has a remainder. > >For some reason, (40 MOD 4) does not seem to be working. Two ways you could write a cfif: No

RE: MOD math function?

2000-12-27 Thread Benjamin S. Rogers
-Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 2:27 PM To: CF-Talk Subject: MOD math function? Maybe I should have paid attention in math, but here is my problem. I have 2 numbers, for example 40 and 4. All I need to

RE: CFMail error

2000-12-27 Thread lsellers
> Can someone help me out? > What the heck does the following cfmail error mean? It means the allaire programmers need to spend more time stress testing their DLL's? :-) I'm guessing it's something either in their winsock send routines or the routine that prepares the text for sending that crash

RE: figleaf.com

2000-12-27 Thread Len Conrad
>having to specify the "www." isn't all that silly. But it's mostly counterproductive. www.domain.com and domain.com A records both return the the same ip, WTF else do you want to at port 80 of that ip? Having an A record lookup of www and domain.com return different ip's serves what purpos

RE: figleaf.com

2000-12-27 Thread ron
> having to specify the "www." isn't all that silly what if a > site is also > running an ftp server gopher server, etc. for a domain then you'd want > to force the www If a user wants to get your ftp or gopher server, then they can enter the full URL. This is just a simple DNS issue we'r

RE: figleaf.com

2000-12-27 Thread Jeremy Allen
Ehh, just a personal preference but I like the load balancer setup to all be coming to one IP and *then* being rerouted not forcing someone to type "www3.xyz.com" I realize some aliases are useful but for only the main portion of the companies site. I guess I should have pointed out I think of it

Re: Select Distinct problems

2000-12-27 Thread Todd Ashworth
Are these tables related in any way? What the SQL server is doing is returning every distinct row it can make up. Say you have table 1 contains A and B and table 2 conatins 1, 2, and 3. With your query you end up with this A 1 A 2 A 3 B 1 B 2 B 3 As you can see .. all of these are indeed disti

Repeat Question still needing help

2000-12-27 Thread ibtoad
Can I query a database from a different server if I have the datasource name and the full server root? Any suggestions would be great, Rich ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 /

Re: MOD math function?

2000-12-27 Thread Jon Hall
Thanks...I must have not had enough caffeine yet. jon - Original Message - From: "Bud" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 2:42 PM Subject: Re: MOD math function? > On 12/27/00, Jon Hall penned: > >Maybe I should have paid attention i

RE: figleaf.com

2000-12-27 Thread Dave Watts
> www.figleaf.com comes up for me, but figleaf.com does not. > Probably just an oversight, if it's a DNS thing. Thanks for pointing out this oversight. The A record for figleaf.com was pointing at the old host address. We recently changed our ISP, and this was a leftover. Dave Watts, CTO, Fig L

RE: figleaf.com

2000-12-27 Thread Simon Horwith
they can enter a full url anytime. Like I said, I agree that forcing a user to type 'www' can annoy or deter people, but I don't personally think it's that big a deal. As I and others have pointed out, a site running multiple domains, subdomains, or clustered machines may or may not have issues

RE: Collection and Indexing question

2000-12-27 Thread James McCullough
-Original Message- From: mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 2:39 PM To: CF-Talk Subject: Collection and Indexing question 1.) Can a site have more than one collection? Yes. Just create a collection for each that you need in the administrator or create

RE: figleaf.com

2000-12-27 Thread ron
Hey Marcus, > There is a very good reason for a user to type the "www." on my > URL. If they > don't, they will not arrive at my sites! I got to http://adtelusa.com/ just fine. Whew. :) > Do I register every possible misspelling just in case they are > dyslexic? NO! That's right. Just two lin

Convert HTM to PDF

2000-12-27 Thread Chen, Yung-Chih (CIT)
Hi, Is there a custom tag or program that I can call to convert html file into PDF file? Thank you very much YC ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM / 20 GB HD /

SmackDown

2000-12-27 Thread Lee Surma
Are the opponents Figleaf employees? One of them looks a lot like Dave Watts.;-) -- ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support Visit Sol

OT: Need some sql sever 2000 help

2000-12-27 Thread Art Broussard
I am going to be using Cold Fusion and SQL Sever 2000 and I need some resources on SQL Sever 2000. Does anyone know of some good sites to go to for info, docs, I tried Microsoft but I couldn't find anything there to help me. They just want to sell me books. like I need more of those right

Fwd: RE: Net Tanking?

2000-12-27 Thread Judith Taylor
I believe this was to go to the list... ;o) Judith >From: Nick Baker <[EMAIL PROTECTED]> >Subject: RE: Net Tanking? > >John I would ask you to consider if you painted with too broad of a brush? >Judith is right. Formal training allows the same person to become >proficient at a faster pace. On

Re: Repeat Question still needing help

2000-12-27 Thread Howie Hamlin
What kind of database? In general you can access a desktop or SQL database if you configure it properly in ODBC. For desktop DBs I'm pretty sure that the ColdFusion service needs to be logged in as a user with rights to the other server. Regards, Howie - Original Message - From: "ibto

RE: Collection and Indexing question

2000-12-27 Thread Kurt Ward
Yes, a site can have multiple collections (actually, fewer smaller collections are better if you have a really large site). For dynamic pages, you index the collection from a query. Yes it can work with fusebox. -Original Message- From: mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, D

RE: Repeat Question still needing help

2000-12-27 Thread ibtoad
Access Database. I want to be able to upload files using cffile on our website and store them on a seperate server. Rich -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 3:22 PM To: CF-Talk Subject: Re: Repeat Question still needing hel

RE: figleaf.com

2000-12-27 Thread Marcus
> Some would argue that having a 60kb image-mapped graphic that > serves as the > entire content of your home page isn't effective, either, but > that's another > topic altogether. ;) Oh yes... And I would be one of them... If someone out there could please inform the Vice President of Developmen

RE: SmackDown

2000-12-27 Thread Ken Wilson
> Are the opponents Figleaf employees? One of them looks a lot like > Dave Watts.;-) Might that be the ornery one with grey hair and dentures? ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PI

Re: Repeat Question still needing help

2000-12-27 Thread Howie Hamlin
Then you should create the ODBC from the CF Server (don't use the cf administrator for this). The ODBC connection points to the other server via UNC paths. Make sure that the connection verifies from the ODBC setup. Once the connection is verified you need to configure the CF service to log in a

RE: Need some sql sever 2000 help

2000-12-27 Thread Chris Montgomery
Art, Start here: http://msdn.microsoft.com/default.asp and do a search for SQL Server 2000 or go here: http://msdn.microsoft.com/library/default.asp and browse/search the library. You can also visit the SQL Server home at http://www.microsoft.com/sql/ and check out the links for Learning Resource

cfmail and aol addresses

2000-12-27 Thread Jonathan Karlen
For some reason the mail generated by CFMAIL tags on a web site I'm buidling are not being delivered to AOL addresses. Any ide why? TIA - Jonathan Karlen ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloS

Re: RE: Net Tanking?

2000-12-27 Thread Jon Hall
This was not meant for this list I dont believe, but please tell me which. I'd love to give this John Wilker a piece of my mind. As a high school dropout, I believe the opposite is true. Classes teach you syntax not solutions. Most college educated computer "professionals" I know, know far fewer w

RE: cfmail and aol addresses

2000-12-27 Thread Kevin Langevin
How many are you sending at once? A company I previously worked for sent mass-e-mails out to registered newsletter subscribers, and AOL throttled the incoming mail automatically until we went through some hoops to get the throttle lifted from our IP address specifically. -Kev > -Original

Re: Select Distinct problems

2000-12-27 Thread Jamie Keane
What you may wish to do is perform a UNION query and alias each subquery's column to the same name. That's worked for me in the past. -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291 Fa

Re: cfmail and aol addresses

2000-12-27 Thread Mr Urc with no email client
Quoting Jonathan Karlen <[EMAIL PROTECTED]>: > For some reason the mail generated by CFMAIL tags on a web site I'm > buidling are not being delivered to AOL addresses. Any ide why? This may be unrelated, but one of my friends recently had an issue where his personal mail was not being delivere

Re: cfmail and aol addresses

2000-12-27 Thread Jonathan Karlen
Just one at a time. Order confirmations and "I forgot my password" e-mails. We're taking over development of an existing site. Do you think the domain name is blocked? Jonathan Karlen Kevin Langevin wrote: > How many are you sending at once? A company I previously worked for sent > mass-e-

RE: cfmail and aol addresses

2000-12-27 Thread Simon Horwith
I just checked AOL's site, and saw nothing indicating that their network should be blocking your mail (this doesn't mean they aren't). You're probably just sending too much traffic from a single address or domain, and their firewall, Mail Server, or anti-spam software is throwing up a red flag.

Re: Repeat Question still needing help

2000-12-27 Thread Bud
On 12/27/00, Howie Hamlin penned: >Then you should create the ODBC from the CF Server (don't use the cf >administrator for this). The ODBC connection points to the other server via >UNC paths. Make sure that the connection verifies from the ODBC setup. >Once the connection is verified you need t

Re: cfmail and aol addresses

2000-12-27 Thread Howie Hamlin
Have a look in your CFMAIL logs. These are under: \Mail\Log You may get some idea from there... HTH, Howie - Original Message - From: "Jonathan Karlen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 4:20 PM Subject: cfmail and aol addresses

RE: cfmail and aol addresses

2000-12-27 Thread Cold Fusion
Is your mail server on the ORBS list? Check at orbs.org. I had a similar problem with AOL. They wouldn't accept any Cold Fusion (or other email) from one of the mail servers because the Open Mail Relay option was not off. Just a possibility... craig -Original Message- From: Jonathan K

  1   2   >