Unique ID's

2000-03-30 Thread Bill Killillay
What is the best way based on experience to create, store and retrieve a unique ID? The method I have been using requires the setting of a cookie, then checking for it when the user comes back. Is this the best way, also what's the best type of information to store in that cookie. Some sort of

RE: Defroster, or CF to ASP

2000-03-30 Thread Mark Zukiwsky
Thanks Christian, but I checked out the link and it didn't really tell me anything, so I did a search of the site and only found a few news release circa 1997-98. Looks like I'll have to tell the company that wants to use my web app to buy CF Server, or I'll contract someone for the ASP versio

Re: Shutdown problem w/ cfexec.exe

2000-03-30 Thread Rahul Joshi
Seems some query is making cf server unresponsive check out all the queries ... first stop & restart CFide service & then try for cf server - Original Message - From: Bud <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 31, 2000 7:14 AM Subject: Shutdown problem w

Re: How to build an Array of Structures

2000-03-30 Thread David Nesbitt
Thanks, this is exactly what my brain was striving for -it [my brain] has a detailed knowledge of arrays and only a topical knowledge of structures, your explanation really clarifies it for me. Luckily the setup I'm working with has a built in unique numeric identifier so I won't have to use CFID

RE: 237 checkboxes

2000-03-30 Thread Daniel Murphy
Thanks for everyone's help. Here is how I finally accomplished it. I used a variant of Sean's example: #evaluate('form.' & field_name)# I gave every check box a name (Q1,Q2,Q3...) -I'm only up to 21 right now. And created this code in the results page (I omitted the table fo

Re: quotes and truncation

2000-03-30 Thread Jeff
kaigler, :~~ : From: cfm <[EMAIL PROTECTED]> : : input=hidden name="variable" value="#value#" : : if the user placed double quotes within the : variable "value" only the information up to the : second double quote actually gets stored on : my file. :~~~

Re: How to build an Array of Structures

2000-03-30 Thread Seth Petry-Johnson
>Howdy all, maybe I'm missing something in my knowledge of Structures but I can't >seem to figure out how to make an array of structures (or maybe I want a >structure of arrays?). I think maybe you want a Structure of Structures (SOS... get it? sorry...) Seriously, I would use nested structures

quotes and truncation

2000-03-30 Thread cfm
Hello, I am having problems storing information that includes quotes in the variables being stored. Here is my process: A user enters information on page 1 and presses submit the user is taken to page 2 where the information they just entered is displayed for verification. If this informati

Q: How to build an Array of Structures

2000-03-30 Thread David Nesbitt
Howdy all, maybe I'm missing something in my knowledge of Structures but I can't seem to figure out how to make an array of structures (or maybe I want a structure of arrays?). Anyway, what I am attempting to do is to load a users preferences into my mythical Array of Structures (AoS) so that at

RE: Formatting Input Fields

2000-03-30 Thread Bill Killillay
Will that work with Netscape too, or just IE.? > -Original Message- > From: Billy Cravens [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 7:40 PM > To: [EMAIL PROTECTED] > Subject: Re: Formatting Input Fields > > > Use style. Here's an example: > style="font-family:verdana;

Shutdown problem w/ cfexec.exe

2000-03-30 Thread Bud
Hi. Whenever I try and shut down or restart my new server, I get an error that ceexec.exe won't stop. I click End Task, and wait a couple minutes and try again. Same thing. I've tried to go into Services to Sto CF and it won't let me because it says the machine is shutting down. About 3 or 4 t

RE: Security issues

2000-03-30 Thread stas
And if it's deleted? -Original Message- From: Eddie Shipman [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 7:10 PM To: [EMAIL PROTECTED] Subject: RE: Security issues Check to see if your cookie exists when they go to your registration page... --

Re: Netscape 6 preview release 1

2000-03-30 Thread Chris Lott
Does renaming any file work? Wrapster creates a nice mp3 container for any item, which can then be shared on napster and found using 32khz/32000 as search parameters... c -- Chris Lott <[EMAIL PROTECTED]>, Technical Manager Center for Distance Education, University of AK Fairbanks p907.474.5122

Re: Formatting Input Fields

2000-03-30 Thread Billy Cravens
Use style. Here's an example: You can use any style elements you'd like. And yes, it will work with cfinput with this as well (remember, cfinput is nothing more than an tag that renders some javascript validation when it is called by the browser. --- Billy Cravens [EMAIL PROTECTED] - Or

[OT] Stock Quotes

2000-03-30 Thread Greg Edmonds
Hello, I've noticed several people talking about getting news feeds and such from other sites. I'm looking for a place to get customized stock quotes. Any ideas? Sorry for the off topic post. Thanks, Greg ## Greg Edmonds Sitecon http://www.sitecon.com ---

RE: subtract elements of one list from another?

2000-03-30 Thread andrew m kneisler
--openmail-part-0a1570ef-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline > Is there an easy way to take the elements of one list and remove them from > another list? i.e. Subtract ListB from ListA to get ListC

RE: Selected CFTree Node

2000-03-30 Thread Duane Boudreau
Thanks Ken I'll give this a try. Duane -Original Message- From: Ken M. Mevand [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 5:04 AM To: [EMAIL PROTECTED] Subject: Re: Selected CFTree Node the path and node information is contained in the hidden field (generated by CF) : doc

RE: Security issues

2000-03-30 Thread Eddie Shipman
Check to see if your cookie exists when they go to your registration page... >Hello, > >We have rolled out a new promotion on the site, where it lets >user to go >through the shopping cart process and "buy" 5 downloadable >items without >paying for them. Is there a more or less bullet proof wa

Formatting Input Fields

2000-03-30 Thread andrew m kneisler
--openmail-part-0a156088-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Does anyone know of a way to format the inside of a ? I want to format the input text and size of the input field box. Any suggestions? Will CFINPUT work?

Re: Database question.

2000-03-30 Thread Jacob
Shawn, Just stay away from Access. You will start out with access fine, but will have to move to SQL later. lol Jacob At 12:48 PM 3/30/00 -0800, you wrote: >This message is in MIME format. Since your mail reader does not understand >this format, some or all of this message may not be leg

subtract elements of one list from another?

2000-03-30 Thread Park, Simon
Is there an easy way to take the elements of one list and remove them from another list? i.e. Subtract ListB from ListA to get ListC ListA = (1,2,3,4,5,6) ListB = (2,4,6) I want returned ListC = (1,3,5) Thanks! =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Simon Park Co

RE: [OT] Buying certificates

2000-03-30 Thread Kent Runyan
Another place I've had really good luck with is www.thawte.com Fast response for new certs and renewals and they only cost $125. > -Original Message- > From: calvis [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 5:12 PM > To: [EMAIL PROTECTED] > Subject: RE: [OT] Buying ce

RE: custom cf tag to remove html from a document?

2000-03-30 Thread Craig M. Rosenblum
use cf_parsehtml it's at allaire... > -Original Message- > From: Julie Stoller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 3:57 PM > To: [EMAIL PROTECTED] > Subject: custom cf tag to remove html from a document? > > > Hello everyone, > > I'm currently getting Reuters news

Re: Netscape 6 preview release 1

2000-03-30 Thread Steve Aylor
Yeah baby... Napster... Napster Napster Napster... Napster... Napster... > > it's stable but it is destroying every website I go to > > > > where do you want me to put this thing so you guys can get it? > > Well, if you have a sense of humor, rename it netscape6beta.mp3 and

Re: some high traffic cf websites please

2000-03-30 Thread Judith Campbell
This particular site is running Cold Fusion on one NT server and MS-SQL 7 on a NT different box. Traffic is in the millions of hits a month, depending on the season of the year, with December being very heavy. J At 11:02 PM 03/30/2000 +0100, you wrote: >- Original Message - >From:

RE: custom cf tag to remove html from a document?

2000-03-30 Thread Eddie Shipman
On the allaire site: http://www.allaire.com/developer/gallery/index.cfm?ObjectID=13988&nocache=yes Name: CF_NoTags Description: This strips all tags (HTML and CFML) from whatever text is passed to it -- great for an application where visitors post text to

this is jus a test

2000-03-30 Thread aslam bajaria
__ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://ww

Re: Automated Error pages

2000-03-30 Thread Jeff
robert, :~~ : From: Robert Everland III <[EMAIL PROTECTED]> : : I am trying to work on making an automated error page. Thing : is stupid cferror doesn't let you use any tags in your error page. :~~ there's another way around this th

Re: [OT] Buying certificates

2000-03-30 Thread Beau Harbin
http://www.equifax.com I have been fairly satisfied with Media3 so far. A bit slow at times, but not too bad. Better than my former ISP, Minerva.net Would you care to expand on your opinions? Off-line if you prefer. Thanks, Beau calvis wrote: > > What is the URL to pick up those cheap cer

images and/or OLE objects or objects in database

2000-03-30 Thread John N Westerlund
Does anyone know a good resource to find out general background for how images and/or (OLE/normal) objects are stored in a database, and how to extract,update,delete them? Thanks -Original Message- From: Mike Sheldon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thur

Security issues

2000-03-30 Thread stas
Hello, We have rolled out a new promotion on the site, where it lets user to go through the shopping cart process and "buy" 5 downloadable items without paying for them. Is there a more or less bullet proof way of ensuring that a user doesn't re-register on the site and get more freebies? Our so

RE: Duplicate Values in a query

2000-03-30 Thread Bogesdorfer, Dan L.
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF9A9C.09B07C40 Content-Type: text/plain; charset="iso-8859-1" You can select count(*), username from Table_Name group by userna

Re: custom cf tag to remove html from a document?

2000-03-30 Thread Tariq Ahmed
Hi Julie. In the custom tag gallery is a function called notags, it trips out all HTML. On Thu, 30 Mar 2000, Julie Stoller wrote: > Hello everyone, > > I'm currently getting Reuters news feeds which come in as html documents. > I'm able get the various fields of data into a database,

RE: Navbar icons

2000-03-30 Thread Peter Tilbrook
http://gst.accc.gov.au/acccgst.ico"> -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Friday, 31 March 2000 2:45 AM To: [EMAIL PROTECTED] Subject: Navbar icons OK, I know this isnt a CF question but since there is so much talent here, I'll through this out. Se

RE: Navbar icons

2000-03-30 Thread Peter Tilbrook
-Original Message- From: Childress, Emily [mailto:[EMAIL PROTECTED]] Sent: Friday, 31 March 2000 2:45 AM To: '[EMAIL PROTECTED]' Subject: RE: Navbar icons FAVICON. www.favicon.com -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2

RE: Duplicate Values in a query

2000-03-30 Thread Jordon Saardchit
eliminate the duplicates from the SQL side the DISTINCT keyword. SELECT DISTINCT blah FROM tableBlah WHERE columnBlah = moreBlah -J -Original Message- From: Lincoln Manning [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 1:26 PM To: [EMAIL PROTECTED] Subject: Duplicate

Re: custom cf tag to remove html from a document?

2000-03-30 Thread Kevin Miller
How about a Replace function using RegEx to replace <*> with a null? You would then have to deal with the various other characters such at "e; and   separately. Kevin Kevin Miller IT Systems Resource Manager Medtronic Vascular [EMAIL PROTECTED] (707) 566-1200 >>> [EMAIL PROTECTED] 03/30/00 01

Re: custom cf tag to remove html from a document?

2000-03-30 Thread John Quarto-vonTivadar
Julie, there is a custom tag at the TagGallery that strips HTML tags out . I think you can also determine which tags it strips (in case you want to leave some in). I think it is called TagStripper or something close to that. > > I'm currently getting Reuters news feeds which come in as html docu

RE: urgent Cold Fusion Server Question

2000-03-30 Thread Jim Gonthier
You can update clientstores in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\ClientStores Change DefaultStore to "Registry" If my memory serves me correct, I believe that is it. HTH, Jim Gonthier Spaceweb -Original Message- From: Chris Lott [mailto:[EMA

RE: Was CFGRID new to 4?

2000-03-30 Thread Eric Duncan
No, it didn't work (ha, ha) in 3 either, but maybe even before that. Eric Duncan BiggByte Software, Inc. www.biggbyte.com -Original Message- From: Carter Development [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 3:49 PM To: [EMAIL PROTECTED] Subject: Was CFGRID new to 4? I c

Re: CFFILE and large text blocks

2000-03-30 Thread Jeff Beer
It was the size of the RTF header that was choking it. The graphics dood had used a JPG with layers, 16 gazillion colors, etc, so the RTF representation was rather huge - about 4000 lines of code. The server ran out of memory while trying to read that huge block of text. I changed it to a .gif,

RE: [OT] Buying certificates

2000-03-30 Thread calvis
What is the URL to pick up those cheap certificates? Media3? Hope you have better luck than what I had from them. You can move your verisign certificate to another server without any problems. However, you need the right files or assistance from your former ISP to do so. Charles -Origina

Re: Netscape 6 preview release 1

2000-03-30 Thread KungFusion
it's not stable... I would just wait for a the official April 5 release. It seems to be having problems rendering some sites. I will try to go to another site and some of the previous site I was at is on top of the new site.. Or better yet the parts of a site is completly blacked out Bria

RE: Automated Error pages

2000-03-30 Thread Robert Everland III
I know I can do that, but that doesn't give me the error. The big thing I want is for me to see the error. That way I can fix them. Robert Everland III Network Administrator Orlando.com -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 4:29 P

Re: Duplicate Values in a query

2000-03-30 Thread John N Westerlund
I just recieved the answer to this one and now I cant find the copy that I've saved... The gist is that you have to use SELECT SUM(username) FROM table GROUP BY username but I too would enjoy seeing the solution again. -Original Message- From: Lincoln Manning <[EMAIL PROTECTED]> To: [EMA

Re: some high traffic cf websites please

2000-03-30 Thread Adrian Cooper
- Original Message - From: "Judith Campbell" <[EMAIL PROTECTED]> Sent: Thursday, March 30, 2000 10:32 PM > We did a custom Cold Fusion based e-commerce site at KEH.COM that is > getting significant traffic. > > It is running on a dedicated NT server with MS-SQL server for the backend > d

custom cf tag to remove html from a document?

2000-03-30 Thread Julie Stoller
Hello everyone, I'm currently getting Reuters news feeds which come in as html documents. I'm able get the various fields of data into a database, but the 'body' of each story has embedded html tags (and  's) which I would like to remove. Does anyone have or know of a custom tag that will do this

RE: Duplicate Values in a query

2000-03-30 Thread Sean Daniels
> I would like to find a way to isolate duplicate values that I get from a > query. Can someone help me? I tried to put all the values into a list, > but I am not sure how to only get the duplicate values. If you are trying to get a list of column values without duplicates, you could use: sele

RE: CF4.5 doesn't support Win2000 file encryption?

2000-03-30 Thread Mike Sheldon
Actually, IIS does NOT "shove the .cfm file to the CF parser sight unseen" IIS never touches .cfm files unless it's mis-configured, or has been told to check for the file's existence before handing the request off. (Even then it does not actually open the file, it just looks for it.). Why do you

Re: Netscape 6 preview release 1

2000-03-30 Thread Kevin Hemenway
> it's stable but it is destroying every website I go to > > where do you want me to put this thing so you guys can get it? Well, if you have a sense of humor, rename it netscape6beta.mp3 and post it to Napster ;) Kevin Hemenway --

Was CFGRID new to 4?

2000-03-30 Thread Carter Development
I can't remember. Sincerely, Shawnea Carter -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PRO

Re: Netscape 6 preview release 1

2000-03-30 Thread Chris Porter
hehehe delete it now before it does any more harm to your computer :) j/k long live the browser wars! :) At 02:44 PM 3/30/00 -0600, you wrote: >hey guys, >someone on slashdot noticed >that netscape accidentally put it on their ftp servers, and then >mirrored it. netscape has pulled it now,

Re: Netscape 6 preview release 1

2000-03-30 Thread William James
You mean its stable but every website you go to is so lax in its coding it doesnt render properly? :) I used many of the Mozilla alphas and betas and tested them on my own sites. For the most part everything was fine but I found some things that were major errors although I'd never had any problem

Fw: urgent Cold Fusion Server Question

2000-03-30 Thread Chris Lott
> Hi folks, we had a database that was wiped out and unfortunately it was the > database that CF was looking to for client variable mgt. Now we can't get > into CF Admin because it looks for these tables and they aren't found. Our > error message reads: > > Invalid client variable storage specif

RE: Duplicate Values in a query

2000-03-30 Thread andrew m kneisler
--openmail-part-0a1399e0-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Try this. ListValueCount(#List#,"ValueToFind") This function returns a number of instances for the specifed value in a list. Enjoy. Andrew Kneisler Cold F

RE: Database question.

2000-03-30 Thread Shawn Regan
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF9A90.FF573FE0 Content-Type: text/plain; charset="iso-8859-1" Yes please send me the link to the doc on MS. Shawn Regan -

RE: Duplicate Values in a query

2000-03-30 Thread Craig M. Rosenblum
use distinct and then add or remove order by statements... > -Original Message- > From: Lincoln Manning [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 3:26 PM > To: [EMAIL PROTECTED] > Subject: Duplicate Values in a query > > > I would like to find a way to isolate duplicate

RE: blockfactor

2000-03-30 Thread Craig M. Rosenblum
according to cfdocs, it says it has a range limit of 1 to 100in my queries it still gives correct recordcount where as if i use maxrows it does not... > -Original Message- > From: Olive, Christopher M Mr. USACHPPM > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 3:01 PM >

RE: CFFILE and large text blocks

2000-03-30 Thread mherbene
I create large (up to 400K) rtf files all the time. It takes a while to generate them, but I think that's the querying, not the CFFILE action, and I don't have memory issues like that. Using CF 4.01 on NT 4 SP 5. -Original Message- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: Thur

RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford
What do you mean destroying every website?? -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 1:11 PM To: [EMAIL PROTECTED] Subject:Re: Netscape 6 preview release 1 it's stable but it is destroying every website I go to where

Re: Netscape 6 preview release 1

2000-03-30 Thread Howie Hamlin
Sounds more like Godzilla, not Mozilla :-) Howie - Original Message - From: KungFusion <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 30, 2000 4:10 PM Subject: Re: Netscape 6 preview release 1 > it's stable but it is destroying every website I go to > ---

Re: Automated Error pages

2000-03-30 Thread Larry Meadors
I haven't done this, but I know you can use . Couldn't you create a form with hidden fields containing your error message and submit it automatically using javascript? Larry >>> [EMAIL PROTECTED] 03/30/00 02:02PM >>> I am trying to work on making an automated error page. Thing is stup

Re: defualt "output to single line"

2000-03-30 Thread Jeff Beer
In Studio, hit F8, click HTML, uncheck "When editing tags, return the output on a single line". - Original Message - From: "Chris Giminez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 12, 2000 4:35 PM Subject: defualt "output to single line" > I would much prefer the

RE: Automated Error pages

2000-03-30 Thread Sean Daniels
> I am trying to work on making an automated error page. > Thing is stupid > cferror doesn't let you use any tags in your error page. So what I have to > do is mailto:[EMAIL PROTECTED]?subject=error&body=errortext only thing is > once it hits some text in there it craps out on the body part.

RE: some high traffic cf websites please

2000-03-30 Thread Judith Campbell
We did a custom Cold Fusion based e-commerce site at KEH.COM that is getting significant traffic. It is running on a dedicated NT server with MS-SQL server for the backend database. Judith Campbell Chief Technical Officer Digital Positions, Inc. [EMAIL PROTECTED] 404-351-9366 -

Duplicate Values in a query

2000-03-30 Thread Lincoln Manning
I would like to find a way to isolate duplicate values that I get from a query. Can someone help me? I tried to put all the values into a list, but I am not sure how to only get the duplicate values. -- Archives: http:/

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-30 Thread Jeff Beer
It's not CF that doesn't support on the-fly-decrypting, it's the web server. IIS just shoves the .cfm file to the CF parser sight unseen. Of course CF chokes on the encrypted file - it look like garbage to the CF server. Same with ASP, Perl, Tango, what have you. MS would need to build support

Re: Netscape 6 preview release 1

2000-03-30 Thread KungFusion
it's stable but it is destroying every website I go to where do you want me to put this thing so you guys can get it? Brian Silvers [EMAIL PROTECTED] X-Net Web Systems ColdFusion, CGI's, Dynamic Content http://www.x-net.com Flash, Database Integration, and more! - Original Mes

CFFILE and large text blocks

2000-03-30 Thread Jeff Beer
This is a multi-part message in MIME format. --=_NextPart_000_000F_01BF9A62.89D9AD40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Has anyone seen problems with writing large text blocks to disk using = CFFILE? I'm writing approximately 1

Re: Defroster, or CF to ASP

2000-03-30 Thread Aymeric Grassart
Stephen, If you're interested, check out one of our side projects: http://dev.aylo.com/fusionasp2cf/ "Stephen M. Aylor" wrote: > I beleive that has-been product only converted cfml 2.0 tag set, so if > you've developed your cf app using cfml 3/4/4.5 tags or features - defroster > wont really do

Automated Error pages

2000-03-30 Thread Robert Everland III
I am trying to work on making an automated error page. Thing is stupid cferror doesn't let you use any tags in your error page. So what I have to do is mailto:[EMAIL PROTECTED]?subject=error&body=errortext only thing is once it hits some text in there it craps out on the body part. Has any

RE: blockfactor

2000-03-30 Thread Olive, Christopher M Mr USACHPPM
BLOCKFACTOR does not restrict the maximum number of rows returned as MAXROWS does. it merely specifies that the DB is to send over BLOCKFACTOR number of rows at a time. eg, if you have 1000 rows returned, and a BLOCKFACTOR of 100, the db will send all 1000 rows over the wire, in chunks of 100 ro

RE: Database question.

2000-03-30 Thread Bogesdorfer, Dan L.
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF9A8A.CB93F920 Content-Type: text/plain; charset="iso-8859-1" Microsoft clearly explains that Access is really a development da

RE: some high traffic cf websites please

2000-03-30 Thread Levi Wallach
A couple of friends of mine work at a company called eContributor which does back-end contribution handling for a whole bunch of different causes, candidates, organizations, etc. I imagine they must get hit very hard during certain periods - such as around debates, etc... Levi -

Re: Netscape 6 preview release 1

2000-03-30 Thread Howie Hamlin
It's going to be released April 5, anyway. There is also specuation that AOL will switch to Mozilla. Article: http://www.pcworld.com/cgi-bin/pcwtoday?ID=15969 Regards, Howie - Original Message - From: KungFusion <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 30, 200

RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford
How does the new Netscape look?? And can you tell a speed increase? Doug -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 12:45 PM To: [EMAIL PROTECTED] Subject:Netscape 6 preview release 1 hey guys, someone on slashdot noticed

RE: Netscape 6 preview release 1

2000-03-30 Thread Christian Labrecque
Is it stable? Can we have it? > -Original Message- > From: KungFusion [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 3:45 PM > To: [EMAIL PROTECTED] > Subject: Netscape 6 preview release 1 > > hey guys, > someone on slashdot noticed > that netscape accidentally put it

Database question.

2000-03-30 Thread Shawn Regan
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF9A89.3FBB16A0 Content-Type: text/plain; charset="iso-8859-1" Hey guys, I need to know how much an Access database can handle

Netscape 6 preview release 1

2000-03-30 Thread KungFusion
hey guys, someone on slashdot noticed that netscape accidentally put it on their ftp servers, and then mirrored it. netscape has pulled it now, but i have a copy pretty interesting Brian Silvers [EMAIL PROTECTED] X-Net Web Systems ColdFusion, CGI's, Dynamic Content http

RE: some high traffic cf websites please

2000-03-30 Thread Won Lee
Hmm interesting. I'll go check out IBMs site to see if I can get a free demo version or something. Thanks for the info, PS you avoided the more important question about any openings there ;) -Original Message- From: Chris Evans [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 200

RE: some high traffic cf websites please

2000-03-30 Thread Chris Evans
There are some minor issues with interoperability, though not too many. The biggest issue is that NetCommerce encrypts some URLs when it redirects, I assume in case a developer is naive enough to put password or credit card info in the URL. Passing data between CF and NetCommerce can be tricky.

blockfactor

2000-03-30 Thread Craig M. Rosenblum
do any of you have experience in using it in your queries vs using maxrows in the cfquery statement? > -Original Message- > From: Eddie Shipman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 2:00 PM > To: [EMAIL PROTECTED] > Subject: RE: CF4.5 doesn't support Win2000 file enc

Infonautics Bets the Farm on CF 4.5 Beta on Linux - News Story

2000-03-30 Thread Steve Aylor
http://www.techweb.com/wire/story/TWB2328S0004 Thought this was interesting... guess $1,000,000 isnt all that much $$$ these days :-) Stephen M. Aylor Aylor Insurance Agency, Inc. "Specialized Insurance for IT - We Cover IT" [EMAIL PROTECTED] 949.581.2333 (v) 949.581.2814 (f) -

RE: some high traffic cf websites please

2000-03-30 Thread Won Lee
Major headache trying to get the two to operate with each other? I'm wondering how poor IBM's NetCommerce mail capabilities, if they have any, are that you choose to go with CF. CFMAIL isn't exactly something that is worry free. PS any job openings there? ;) -Original Message- From:

RE: CF4.5 doesn't support Win2000 file encryption? - answer

2000-03-30 Thread Mike Sheldon
The system account does NOT have permissions accross the network. In fact, the system account is pretty restricted in what it can do for security reasons. The system account cannot access ANY user's accounts. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desert

RE: some high traffic cf websites please

2000-03-30 Thread Chris Evans
Our site is using a mix of Cold Fusion and IBM's NetCommerce product. Cold Fusion handles our Wish List, our customer surveys, and our new Mix'n'Match feature. It also handles our backend mail processes for mailing passwords, gift reminders, and customer service requests. We are also in the midd

RE: CF4.5 doesn't support Win2000 file encryption? - answer

2000-03-30 Thread Eddie Shipman
It should but are you logged in as administrator? The services use the System account. I don't know how to impersonate that account using a login... >So here is a question: >CF is running under a service account - that has permissions across teh >network. > >If the file in Question is encrypted u

Time Question

2000-03-30 Thread S R
Hi everyone, I have a date/time field in Access that is set to 'Short Time' format Ex. (5:34 PM). When I enter a time using the CreateTime function in CF how do I specify AM OR PM when I enter the time. Sal __ Get Your Private, Free Email at

RE: CF4.5 doesn't support Win2000 file encryption? - answer

2000-03-30 Thread Pecora, James
So here is a question: CF is running under a service account - that has permissions across teh network. If the file in Question is encrypted under the Admin account - won't the system have access to it then??? -Original Message- From: Eddie Shipman [mailto:[EMAIL PROTECTED]] Sent: Thur

Re: [OT] Buying certificates

2000-03-30 Thread Rey Bango
Nope! Doh! ;) Rey - The Skimmer - Original Message - From: "Mike Sheldon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 30, 2000 2:30 PM Subject: RE: [OT] Buying certificates > You didn't read ALL of his message, did you? :) > > Michael J. Sheldon > Internet App

RE: [OT] Buying certificates

2000-03-30 Thread Mike Sheldon
You didn't read ALL of his message, did you? :) Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 12:14 To: [EMAIL PR

OT - tool for displaying site functionality/navigation?

2000-03-30 Thread Levi Wallach
Hey All, I was wondering if you could help with a question that has come up in a recent project. We are actually subs on this project, but the prime is having a problems laying out to the client how the site is going to work functionally/navigationally. They have written sitemaps and we have do

RE: Inline html editor

2000-03-30 Thread Eddie Shipman
I just found this: http://webfx.eae.net/dhtml/richedit/richedit.shtml Maybe you can get something from it... >OK, here's a stupid idea. We've got a section on one of our sites where >people can update the content... sounds bad already yeah? > >So this is for blocks of text etc. which is good b

RE: Inline html editor

2000-03-30 Thread Eddie Shipman
And also this: http://webfx.eae.net/dhtml/DHTMLeditor.shtml >OK, here's a stupid idea. We've got a section on one of our sites where >people can update the content... sounds bad already yeah? > >So this is for blocks of text etc. which is good because we >don't have to do >all of the site conte

RE: CF4.5 doesn't support Win2000 file encryption? - answer

2000-03-30 Thread Eddie Shipman
But you can cause your service to run under a spceific security context. Basically, all services run using a service account unless you specify that you want them to run under a different one. Check with your NT Administrator on that one...You should be able to have the CF service "impersonate"

Re: [OT] Buying certificates

2000-03-30 Thread Rey Bango
Judah, Wasn't Thawte bought out by VeriSign? Rey... - Original Message - From: "Judah McAuley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 30, 2000 1:50 PM Subject: Re: [OT] Buying certificates > I buy from Thawte. Why? Verisign irritated the @#!&* out of me. I

RE: Navbar icons

2000-03-30 Thread CGaddy
Create an icon file (*.ico) and upload it to the root directory of the Web server. Name the file favicon.ico, and IE will handle it from there. Doesn't work for NN. -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 11:45 AM To: [EMAIL PRO

Re: [OT] Buying certificates

2000-03-30 Thread Larry Meadors
Thanks! This is just the kind of info I'm looking for! >>> [EMAIL PROTECTED] 03/30/00 11:43AM >>> I have gone the Verisign (http://www.verisign.com) route in the past. But their certificates are expensive, and the company was totaly unresponsive to me when I had a question about a certificate I

Re: [OT] Buying certificates

2000-03-30 Thread Judah McAuley
I buy from Thawte. Why? Verisign irritated the @#!&* out of me. I found them arrogant, unresponsive, and overpriced. Seems only fitting that they acquired Network Solutions. Unfortunately, Verisign also acquired Thawte. I wrote a letter to Thawte explaining my fears about their quality go

Re: How much load can CF server take?

2000-03-30 Thread Adrian Cesana
Im no expert but this majorly depends on what you are doing, a little script saying hello world or a heavy duty query to a huge DB that isnt really designed all that well is a big difference. So many variables, if it is a specific application that you can concentrate on than thats probably easier

  1   2   >