Re: Fusebox - opinions?

2001-11-18 Thread Joseph Thompson
Cool toy :-) I tried to create an egg on toast recipe but I guess I would need to wiegh the bread and egg first :-) If you have another three months to kill maybe add some default wieghts for a slice or an egg? My wife is a diabetic so she always runs a similiar program when she whips up

RE: CF Tables and Resolution

2001-11-18 Thread Michael Wilson
Hi, I would start all over and reconsider your table structure. I don't think your CF code has anything to do with it. 1: you have a nested table in the first table's right column 1st td that is 300 pixels wide. 2: You have a nested table in the first table's left column 2nd td that is 800

RE: Mystery?!! Variables not being recognized via CFLOCATION

2001-11-18 Thread Joseph DeVore
Pardeep, Are your variables URL encoded? Wrap this function around each string variable. URLEncodedFormat() How's that dynamic image app coming along? Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday,

RE: Mystery?!! Variables not being recognized via CFLOCATION

2001-11-18 Thread Joseph DeVore
Have you tried prefixing your variable with the URL scope? Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 17, 2001 7:29 PM To: CF-Talk Subject: Mystery?!! Variables not being recognized via CFLOCATION

Re: RESOLVED:: problem with insert

2001-11-18 Thread Douglas L. Brown
Yes we do, and I for one sure hate the way we have to learn!!! Only if the world was a better place and query languages gave you real error messages. You dumb A@$ you forgot the stupid () :) DB - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

SOLVED RE: CF Tables and Resolution

2001-11-18 Thread Tangorre, Michael T.
Thanks Mike, I guess I just needed another set of eyes to take a peek at the table layout (which was quite sloppy). I redid the tables, and checked in the resolutions as I went along... Its working good now. The CF content spreads the tables perfectly without distortion. Thanks again for the

Off Topic

2001-11-18 Thread Tangorre, Michael T.
Sorry for posting this here but I could not find a CSS list that had people responding on it.. I signed up at 2 different ones. I am trying to figure out how to change the background color of a cell in a table that has a link in it. I can get the background color of the link itsel to change, but

RE: Off Topic

2001-11-18 Thread Philip Arnold - ASP
Sorry for posting this here but I could not find a CSS list that had people responding on it.. I signed up at 2 different ones. I am trying to figure out how to change the background color of a cell in a table that has a link in it. I can get the background color of the link itsel to

Re: Off Topic

2001-11-18 Thread Douglas L. Brown
TD class=header2a href=test.cfm class=greenHello world/a/TD Just put this in the class file that is in your TD tag background-color : Black; DB - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 11:12 AM

Re: Off Topic

2001-11-18 Thread Douglas L. Brown
Never mind, I was not reading your post correctly... DB - Original Message - From: Philip Arnold - ASP [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 11:29 AM Subject: RE: Off Topic Sorry for posting this here but I could not find a CSS list that

RE: SOLVED RE: CF Tables and Resolution

2001-11-18 Thread Michael Wilson
No problem. I am glad I could help. Mike -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 12:14 PM To: CF-Talk Subject: SOLVED RE: CF Tables and Resolution Thanks Mike, ~~

RE: Off Topic

2001-11-18 Thread Ken Wilson
The presence of a link in the cell is irrelevant to the cells' BG color. Have you defined a style at the TD level, applied an existing style to that specific TD or defined specific styles at that level? Ken -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent:

RE: Off Topic

2001-11-18 Thread Tangorre, Michael T.
Ken, What I have is a table with 5 rows. Each row has a link in it. When you mouseover the link (cell) I am tyring to get the background of the entire cell to change not just the background of the text. What I have defined so far in the style is: TD.nav{font-family:Verdana; font-size:12px;

RE: Off Topic

2001-11-18 Thread Ken Wilson
Sorry, I didn't read closer enough/catch what you were looking for. Here's a couple of examples you might modify to see if they get you what you're after...two ways of getting to the same place really. Likely won't work with NS4 though... 1) Switch Classes onMouseover:

Re: Off Topic

2001-11-18 Thread Gyrus
I thought maybe TD.nav:hover{..} might work. I think in CSS2, in theory, you should be able to stick :hover after any selector and get the style to apply to mouseovers that element. But only IE4+ and NS6 (and Opera) support :hover, and only for anchor tags at that. You'd have to use

RE: Off Topic

2001-11-18 Thread Michael Wilson
Hi, If I follow you correctly you want to do it onMouseover... The following will work for IE... I think 4.x and up. It doesn't work in NN 4.x, but I don't know about 6.x versions: table width=200 border=0 cellspacing=0 cellpadding=0 tr td style=width:100%; background-color:#FF

SOLVED RE: Off Topic

2001-11-18 Thread Tangorre, Michael T.
Mike, That worked! Thanks for all the kind help. Thanks to everyone else who responded as well. :-) Mike -Original Message- From: Michael Wilson [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 3:13 PM To: CF-Talk Subject: RE: Off Topic Hi, If I follow you correctly

RE: Fusebox - opinions?

2001-11-18 Thread Costas Piliotis
Since everyone has put their two pennies in... Fusebox is a nice idea. IMHO though, Cold Fusion was never intended for structured programming in the modern, object oriented terms. New will have cf classes and stuff, so fusebox may or may not be the way to go. Here's the best thing about cold

RE: Fusebox - opinions?

2001-11-18 Thread Ken Wilson
Fusebox is a methodology that may not bode well with the stuff in cf6. Or it may be perfectly suited to it...unless, of course, you are saying that from a position of detailed knowledge regarding both NEO and Fusebox3. Might be well to check with someone who attended the Fusebox conference

Client storage woes

2001-11-18 Thread Howie Hamlin
Our main web server has a registry that is huge because of the CF client storage. So, I decide to store client data in a SQL db. I can get this to work fine on my development server but when I try to do the same thing for the production server I get a SQL error when accessing pages: ODBC

Neo/CF6 and Fusebox (was: Fusebox - opinions?)

2001-11-18 Thread Gyrus
Fusebox is a methodology that may not bode well with the stuff in cf6. Or it may be perfectly suited to it...unless, of course, you are saying that from a position of detailed knowledge regarding both NEO and Fusebox3. Might be well to check with someone who attended the Fusebox

Re: Neo/CF6 and Fusebox (was: Fusebox - opinions?)

2001-11-18 Thread Joseph Thompson
You will find us (them?) over at [EMAIL PROTECTED] Signup at HalHelms.com I joined the [EMAIL PROTECTED] list but the only post I've had so far is someone saying they'll be away from their office for a while! :( - Gyrus ~~ Structure

RE: Neo/CF6 and Fusebox (was: Fusebox - opinions?)

2001-11-18 Thread Kola Oyedeji
The houseoffusion mailing group is no longer the active mailing list - join [EMAIL PROTECTED] I think you'll find this mailing list far from dormant. HTH KOla Oyedeji web developer http://www.alexandermark.com -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Sunday,

RE: Client storage woes

2001-11-18 Thread Joseph DeVore
Did you have ColdFusion create the tables on your production server when switching to ODBC client storage, or did you import them from the dev box? If you didn't have CF create the tables, it's possible you selected an incorrect datatype. Joseph DeVore VeloxWeb Technologies -Original

RE: Client storage woes

2001-11-18 Thread Dave Watts
Our main web server has a registry that is huge because of the CF client storage. So, I decide to store client data in a SQL db. I can get this to work fine on my development server but when I try to do the same thing for the production server I get a SQL error when accessing pages:

Re: Client storage woes

2001-11-18 Thread Howie Hamlin
I had CF create them. Howie - Original Message - From: Joseph DeVore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 5:41 PM Subject: RE: Client storage woes Did you have ColdFusion create the tables on your production server when switching to ODBC

RE: uploading a whole folder-- instead of just a file.

2001-11-18 Thread Dave Watts
---how do I upload a FOLDER to the server? -- The short answer is, you don't, with just an HTML interface. If you can get your users to zip the folder into a file, as others have mentioned, you can then upload that file, but HTML forms by themselves don't provide a way to upload an entire

RE: Fusebox - opinions?

2001-11-18 Thread Joseph DeVore
Costas Piliotis, IMO, The Fusebox 3.0 methodology Rocks! http://fusebox.org Have you taken the time to read the spec or create any applications? Even when NEO comes out, not everyone will have the means to upgrade. No matter which route CF takes, Fusebox makes a better developer! It will

Re: Client storage woes

2001-11-18 Thread Howie Hamlin
- Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 5:50 PM Subject: RE: Client storage woes Our main web server has a registry that is huge because of the CF client storage. So, I decide to store client data in

AW: ALTER TABLE in access

2001-11-18 Thread Uwe Degenhardt
James, I had my problems with that too. You have got to take JET SQL for Access. An excellent article lerning the right commands you can find at: http://www.citilink.com/~jgarrick/vbasic/database/jetsql.html Uwe -Ursprüngliche Nachricht- Von: James Sleeman [mailto:[EMAIL PROTECTED]]

Re: Client storage woes

2001-11-18 Thread Howie Hamlin
My production server has 2.5.1 and the dev server has 2.6. Would you recommend upgrading to 2.6 or 2.7? Thanks, Howie - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 5:50 PM Subject: RE: Client storage woes

Newbie question about CF Admin

2001-11-18 Thread Michael
Hey gang, I'm new to learning CF so please bear with my stupid questions. I have installed CF Admin (eval), and CF Studio (eval), and I'm basically following the book by Forte. At first, when following exercises, things were ok, then I ran into a snag trying to set up a record wizard of

RE: Client storage woes

2001-11-18 Thread Dave Watts
My production server has 2.5.1 and the dev server has 2.6. Would you recommend upgrading to 2.6 or 2.7? I didn't even know there was a 2.7, so I'm probably not qualified to give you advice on this. I'd probably stick with 2.6 SP1, since you know that works on the dev server. Dave Watts,

RE: Client storage woes

2001-11-18 Thread Tony Gruen
Compare the field types in your SQL Server databases on Dev and Production. Your production database field type may need modified. Tony Gruen sfnetworks -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 1:54 PM To: CF-Talk Subject: Client

RE: Newbie question about CF Admin

2001-11-18 Thread Tangorre, Michael T.
You can tell the ADMIN not to ask for the password by editing your registry: If you are familiar with REGEDIT go in there and navigate to the following key: HKEY_LOCAL_MACHINE\ALLAIRE\COLD FUSION\CURRENT VERSION\SERVER in here you will see a listing of KEYS on the right, Scroll down untiil you

Can't send form data with spaces in Netscape 4.61

2001-11-18 Thread one
I'm unable to send form data with spaces in Netscape 4.61 Is there a way to URL encode it and then URL decode the message in the receiving file? Or is the solution to send to a redirect file with URL encode added to a URL going to the processing script?

RE: Can't send form data with spaces in Netscape 4.61

2001-11-18 Thread Joseph DeVore
Pardeep, Send me your code off list so I can help you out. It's pretty quick and easy. Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 4:53 PM To: CF-Talk Subject: Can't send form data with

Re: Client storage woes

2001-11-18 Thread Howie Hamlin
They are the same. I had CF create the tables... Thanks, Howie - Original Message - From: Tony Gruen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 7:26 PM Subject: RE: Client storage woes Compare the field types in your SQL Server databases on Dev

Re: Fusebox - opinions?

2001-11-18 Thread Kay Smoljak
2. Jumping back and forth between all the folders that is used to keep track of your application. IE: _dsp, _act, _scripts, _css, _qry, _images etc etc. If you are doing the site by yourself, this can become tiresome. First you have to look at your index.cfm to see what query you were

RE: uploading a whole folder-- instead of just a file.

2001-11-18 Thread John Lucas
You might try AppletFile... http://www.infomentum.com/appletfile/ I don't know about selecting a folder at a time, but you could definately add all the files in one trip. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 4:54 PM To: CF-Talk

Re: Client storage woes

2001-11-18 Thread Matt Robertson
Have been following this thread all day long. Doesn't sound as if anything is wrong. Must be maddening. Have you tried a cold reboot to reset all services to see if that helps? Just a shot in the dark. - Matt Robertson [EMAIL PROTECTED] MSB

Re: Best practices storing CC

2001-11-18 Thread Kay Smoljak
Hi Don, Warning: this email does contain a plug... We had a similar problem with a client who has a subscription site. We created a custom tag - CFX_PWCARDCRYPT, which encrypts the number using a 512, 1024 or 2048 bit RSA public key, which can safely be stored on the server. To process the

Re: Client storage woes

2001-11-18 Thread Howie Hamlin
I haven't tried that yet but it's worth a shot. Regards, Howie - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 10:23 PM Subject: Re: Client storage woes Have been following this thread all day long. Doesn't

Re: Best practices storing CC

2001-11-18 Thread Jim McAtee
- Original Message - From: Kay Smoljak [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 8:28 PM Subject: Re: Best practices storing CC Hi Don, Warning: this email does contain a plug... We had a similar problem with a client who has a subscription

Re: Best practices storing CC

2001-11-18 Thread Don Vawter
I don't think client and customer are the same Jim. I think by client she is referring to the site owner who goes in once a month to process the cards of his customers. - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001

RE: Best practices storing CC

2001-11-18 Thread Paris Lundis
been silent on this one :) I have considered implementing something for the wonderful CFWEBSTORE that we use as a base for our commerce implementations... some ground rules for whatever you use: 1. Store CC number + expiration + name in encrypted format... any one of the three fields got in

Re: Best practices storing CC

2001-11-18 Thread Kay Smoljak
Somehow, that sounds like a lot more work for the customer than simply reaching into his or her wallet, grabbing the CC and re-entering the number. Hi Jim, By client, I actually meant the site owner/operator - my client :) The end user simply enters their credit card details once, and the

JavaScript: onLoad and onSubmit

2001-11-18 Thread Duane Boudreau
(Sorry if this doesn't make sense its 1am on the east coast) I know this possible but I can not remember how this is done. In my code below I have two problems, 1) I am over writing the onload event, which is a pain if anything else has already modified this event, or there is an onload event

cfquery and two column output

2001-11-18 Thread Tangorre, Michael T.
Hello Everyone. I have a query that returns say 30 records. What I am attempting to do is output the records in two columns but I am not having much luck. Can someone point me in the right direction? TIA, Mike Michael T. Tangorre Resident Assistant - Brick Web

RE: cfquery and two column output

2001-11-18 Thread Joseph DeVore
You want to split 30 records into 15 in each column? If that is what you are saying then, this might help. Let's say your query is named 'q' and it has columns 'title' and 'body' with 30 records total. cfset cols=round(q.recordcount/2) table tr td valign=top cfloop from=1 to=#cols# index=i