FW: cfapplet problem

2000-09-17 Thread Deva Ramesh
-Original Message- From: Deva Ramesh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 6:01 PM To: '[EMAIL PROTECTED]' Subject: cfapplet problem Hi all Actually i am trying to place one java applet on my browser. so that i down loaded one applet from the net and saved tha

Re: Upload and retrieval of stories?

2000-09-17 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >One thing though - I don't use fusebox and don't like the >methodology all > > that well (OK - let the flames begin - you people do seem a little > religious about dissenting voices), but it's a matter of personal > choice. Do though DB it all. Right

Re: cflocking.. -- ATTENTION -- MY CASE STUDY

2000-09-17 Thread [EMAIL PROTECTED]
say, there is a cool regex example in Ben's "Advanced Cold Fusion (Green)" book dealing with ParamaterExists() Anyone want to build one for Locking? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

Re: My brain is fried, can someone give me some regular expression help please...

2000-09-17 Thread David Cummins
It would definitely be nice if there was a parameter that told it to act like a real list, not a tokeniser. You know, for those uncommon tasks like... reading a tab-delimited file. ;) There's already a tokeniser in there anyway (GetToken). Dave "Scott, Andrew" wrote: > > This has been discusse

CFPOP's MessageNumber

2000-09-17 Thread Jim McAtee
If I do a CFPOP with ACTION="GetAll" and then later do an ACTION="Delete", how does CF keep track of which message I'm referring to? What if in the meantime another process had deleted one or more of the messages returned in the original call to CFPOP - will message #10 still be the message I tho

RE: WHOIS queries

2000-09-17 Thread lsellers
> You can try CFX_NicName from > http://www.intrafoundation.com/freeware.html or > cfx_odswhois from http://www.coolfusion.com/cfx_odswhois.cfm. Both are > freeware and the first one comes with source... It's not pretty source code, but... hey. -fat albert ---

RE: WHOIS queries

2000-09-17 Thread lsellers
> What's the most efficient way of running a WHOIS for a domain name > searching website using Coldfusion? > > I know I can use CFHTTP to plug into the registrar's facility, but can I > not use a command-line facility or something else to get faster results? If you want to talk DIRECTLY to a who

RE: My brain is fried, can someone give me some regular expression help please...

2000-09-17 Thread Scott, Andrew
This has been discussed with Allaire many times in the both the Allaire public and beta forums, they claim that there would not be any reason to allow for null counting. Yet I haven't found a reason why we shouldn't, or even any occasion we would not need to count nulls:-) regards Andrew Scott A

Re: WHOIS queries

2000-09-17 Thread pan
From: "seth ward" <[EMAIL PROTECTED]> > What's the most efficient way of running a WHOIS for a domain name > searching website using Coldfusion? > > I know I can use CFHTTP to plug into the registrar's facility, but can I > not use a command-line facility or something else to get faster result

Sandboxing Info

2000-09-17 Thread Bill Poff
I'm running CF Enterprise but cannot figure out how to implement the sandboxing security. Does anyone know where I can find some reference material which is a little less cryptic than the CF manual. --Bill -- Archives: h

Re: WHOIS queries

2000-09-17 Thread Howie Hamlin
You can try CFX_NicName from http://www.intrafoundation.com/freeware.html or cfx_odswhois from http://www.coolfusion.com/cfx_odswhois.cfm. Both are freeware and the first one comes with source... HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-73

RE: CF hosting needed

2000-09-17 Thread paul smith
Well, I'm on the hosting end of the equation. My issue is a way to enable CFFILE-like function for my customers without enabling any more security problems than I already have with FTP. You've just given me one more reason I'll never enable ASP on my servers (apart from the fact I don't have the

Re: MS SQL 7 Varchar

2000-09-17 Thread Jim McAtee
Thanks for the help. That may be the case when upsizing, but this database wasn't. Actually, I found the answer elsewhere - it's because I was using older ODBC drivers that aren't MS SQL 7 aware. In SQL 6.5 varchar fields have a limit of 255 characters, while in SQL 7 the limit is 8000. Jim

RE: CF hosting needed

2000-09-17 Thread Dave Watts
> I encountered this problem when I used a CF hosting service > with these tags disabled. For me the solution was simple. > Since most CF hosts will be using Windows NT, you can most > certainly expect them to support ASP. All you'll have to do > is to write an ASP template using FileSystemObj

RE: MS SQL 7 Varchar

2000-09-17 Thread stas
I believe this happens when you upsize from Access and the original Access field is Text (255). -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Friday, September 15, 2000 10:19 AM To: [EMAIL PROTECTED] Subject: MS SQL 7 Varchar I've got a MS SQL 7 table with some fi

RE: cflocking.. -- ATTENTION -- MY CASE STUDY

2000-09-17 Thread Peter Theobald
I agree. The article claims they don't automate locking for (1) performance issues. Well, if I do all the same locks by hand the performance will be WORSE, and (2) to give the developer the option to do less granular locks. How about giving me the option to set a manual lock but otherwise automat

Re: Extranet's

2000-09-17 Thread John Allred
Rif, I'm not certain how you're using the term, "extranet." If you mean access by a limited number of people outside your firewall (not the whole world), then it's basically similar to your intranet with some extra security considerations. How much access you give the extranet users should proba

RE: CF hosting needed

2000-09-17 Thread Leong Yew
Paul, I encountered this problem when I used a CF hosting service with these tags disabled. For me the solution was simple. Since most CF hosts will be using Windows NT, you can most certainly expect them to support ASP. All you'll have to do is to write an ASP template using FileSystemObject

WHOIS queries

2000-09-17 Thread seth ward
What's the most efficient way of running a WHOIS for a domain name searching website using Coldfusion? I know I can use CFHTTP to plug into the registrar's facility, but can I not use a command-line facility or something else to get faster results? Seth _

Re: Regular expressions

2000-09-17 Thread Tom Muck
Did you try using it twice? or even to make it really confusing tom - Original Message - From: "Aidan Whitehall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 17, 2000 10:35 AM Subject: Regular expressions > This regular expression > > "all")> > > turns

Re: Query problem

2000-09-17 Thread Bud
On 9/17/00, W Luke penned: >Hi, > >I'm probably being stupid here but can someone please help me on my query? >It's displaying the correct results - but more than once: > > > > SELECT ID, cat_name, sub_name, sub_id, catid > FROM categories, sub_categories > WHERE sub_categories.catid = #url.cid

Re: Page view stats for .cfm files

2000-09-17 Thread [EMAIL PROTECTED]
> I am trying to add a stats counter for our us to be able to see how many > times a page has been viewed at any given time. I have made the update > query for each of the pages, but I am not so sure about the value code I > should use to count the times viewed. > > Any ideas? You could just que

Re: Help

2000-09-17 Thread Dick Applebaum
CF variables need to be within a cf statement or within certain CF tags, to be evaluated, e.g.: . .. so, use: Request Another Inventory or Request Another Inventory ItemEnter Another User ID Before you ask, #myVar# is evaluated as the value of myVar ## is recogn

Page view stats for .cfm files

2000-09-17 Thread Overman Internet Services, Inc.
Hello, I am trying to add a stats counter for our us to be able to see how many times a page has been viewed at any given time. I have made the update query for each of the pages, but I am not so sure about the value code I should use to count the times viewed. Any ideas? Thanks in advance. P

Re: Query problem

2000-09-17 Thread jeff
You're missing a relationship between the categories and subcategories tables Guessing : WHERE ( categories.catid = sub_categories.catid) AND (sub_categories.catid = #url.cid#) Jeff Craig - Original Message - From: "W Luke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Help

2000-09-17 Thread Alan Wolf
Sorry to bother the list with newbie stuff but I have the following simple piece of code that strips off the ending pound sign. Simple syntax error for sure. Help please. Request Another Inventory ItemEnter Another User ID ---

Query problem

2000-09-17 Thread W Luke
Hi, I'm probably being stupid here but can someone please help me on my query? It's displaying the correct results - but more than once: SELECT ID, cat_name, sub_name, sub_id, catid FROM categories, sub_categories WHERE sub_categories.catid = #url.cid# #cats.cat_name# - Sub Cats: #sub_nam

Extranet's

2000-09-17 Thread Rif Kiamil
Dear All, I am current designing our 2nd Intranet and we know it about a years time where are going to have Extranet users. I just want to know. Would u develop a total separate system for Extranet users or give then access to only parts of the Intranet? Any ideas about Security and database des

Re: Two Selects Related - Problem

2000-09-17 Thread W Luke
- Original Message - From: "Double Down" <[EMAIL PROTECTED]> To: "House Of Fusion" <[EMAIL PROTECTED]> Sent: Sunday, September 17, 2000 7:35 PM Subject: Two Selects Related - Problem > Has anyone had a problem with the two selects related tag where it gets hung > up and eats up all of t

RE: Microsoft Word and Power Point with CF

2000-09-17 Thread Rif Kiamil
I think u can get an OLE DB driver for MS Work. I could never find it. - Rif -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: 16 September 2000 00:03 To: [EMAIL PROTECTED] Subject: Microsoft Word and Power Point with CF Does anyone have a tag that will take data fro

Two Selects Related - Problem

2000-09-17 Thread Double Down
Has anyone had a problem with the two selects related tag where it gets hung up and eats up all of the CPU. If you have, can you please tell me how you fixed it. I am using CF Enterprise server 4.5.1 TIA DDINC -- Arch

RE: CF hosting needed

2000-09-17 Thread paul smith
Anyone have any comments on the CFFILE replacements in Allaire's tag gallery, CFX_File & CFX_Secure_Functions? It appears to me they introduce password protection, but not other functions that would be nice such as directory restriction by password, no *.EXE, etc, that would bring functionality u

RE: CF hosting needed

2000-09-17 Thread Steve Pierce
The reason many of those features are turned off is because of security concerns. You have to balance shared hosting with good security while providing good service. Hosting companies that just open up the entire server are likely to be very unreliable. Sandboxing is also only available under CF

Regular expressions

2000-09-17 Thread Aidan Whitehall
This regular expression turns this valuevalue into value, ,, ,value when I want it to be turned into value, , , ,value Can anyone alter it so that it works as needed? Thanks if you can :-) -- Aidan Whitehall <[EMAIL PROTECTED]> The Net Profits Internet Services ColdFusion webs

Re: Upload and retrieval of stories?

2000-09-17 Thread paul smith
Where? I couldn't find it. best, paul At 01:45 AM 9/17/00 -0600, you wrote: >(submit a response to a >thread - there's a link that shows all the pseudo-code). -- Archives: http://www.mail-archive.com/cf-talk@houseoff

RE: My brain is fried, can someone give me some regular expression help please...

2000-09-17 Thread Jeff Beer
Ahh - I misunderstood your original questions. I thought you were counting the pieces of data, and verifying that the data was present, not the total number of tabs. I'll read more carefully next time :) -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Sunday, Septe

Re: CF hosting needed

2000-09-17 Thread Barbara J. Smith
I, too, am in need of CF hosting for testing purposes, so I am benefiting from the original question. But I do have one to add . . . can I expect that CF hosts will utilize such allow CFDirectory and CFRegistry. And should I expect that they have sandboxes enabled? I'm using sitehosting.net rig

outputting from a stored query

2000-09-17 Thread seth ward
How do you output a particular value from a query? I have stored a query as application.companynames This query currently contains 3 columns: id, name, description If I know the particular id of the company I am looking for, and application.companynames contains every company in the database, h

Re: My brain is fried, can someone give me some regular expression help please...

2000-09-17 Thread Aidan Whitehall
> now you would think that would work, but it doesn't. > when running the code below, you see that there are 51 tabs in the string. > If you use listlen, you only get the tabs that have data between them which > amounts to 34. Hey Allaire, are you reading this? How about ListLen(List, 38, "allow

Re: My brain is fried, can someone give me some regularexpression help please...

2000-09-17 Thread Sean Renet
That did the trick, thanks. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 16, 2000 9:15 PM Subject: Re: My brain is fried, can someone give me some regularexpression help please... > How about an RegEx that removes all characters that a

Re: My brain is fried, can someone give me some regular expression help please...

2000-09-17 Thread Sean Renet
now you would think that would work, but it doesn't. when running the code below, you see that there are 51 tabs in the string. If you use listlen, you only get the tabs that have data between them which amounts to 34. - Original Message - From: "Jeff Beer" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Regular expressions . . . a good tutorial somewhere?

2000-09-17 Thread Larry W. Virden
From: "Steve Bernard" <[EMAIL PROTECTED]> > etc.. Also, be prepared to be frustrated because you'll find some great > RegEx features that CF doesn't support because it has a half-ass, > third-party RegEx library bundled into it. So what would it take to wrap code around Henry Spenser's regular

Re: converting Word docs or PDF's to HTML

2000-09-17 Thread Larry W. Virden
From: "Kevin Queen" <[EMAIL PROTECTED]> >Easier way: >open word choose File --> Save as Web Page (word 2k) > -or- >open word choose File --> Save As --> Change file type to *.htm (word 97) > >Makes messy code but if you are using word to edit the docs and not editing >the

Re: Upload and retrieval of stories?

2000-09-17 Thread Stephen R. Cassady
Chris; This problem is exactly what we have built a solution for in publishing Spank! Youth Culture Online (http://www.spankmag.com). We are also beginning to market the engine as a product called Lopedia. There are several fields for each entry - but importantly, we strip out all HTML and ASCII

Dreaded Location: 25 error

2000-09-17 Thread Xing Li
I know this has been touched on before but I forgot what the general agreement was on this topic. Can someone refresh me on this? Thanks in advance. For me, this error is directly attributed to volume. After a few days of heavy heavy volume, the servers goes cold with Location: 25. This is pretty