UI question

2001-06-06 Thread Jason Lotz
I would like some input on how people handle the following situation: A client wants a form with a Job Title select box with 5 options - Developer Programmer Engineer Electrician Other If the user selects Other then they have to enter the information in a text box. Otherwise, the selection in

Re: headers question

2001-06-05 Thread Jason Lotz
You can certainly do this with CF using cfcontent. Jason - Original Message - From: Christopher Porter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 9:52 AM Subject: headers question ok here's a perl script.. i have a 20$ bet with a friend that it can be

Re: Attributes Scoped Structure?

2001-05-24 Thread Jason Lotz
That's not true. Fusebox uses nothing but Attributes scoped variables. You can set Attributes variables anywhere. - Original Message - From: Howarth, Craig (IBK-NY) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 7:36 AM Subject: RE: Attributes Scoped

Re: Dynamic Queries (RecordCount)

2001-05-22 Thread Jason Lotz
You can't have 21 as the name of your query. It has to start with a alpha-character. Jason - Original Message - From: Steve Reich [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 4:06 PM Subject: Dynamic Queries (RecordCount) How do I set a variable equal

Re: the big export

2001-05-17 Thread Jason Lotz
What exactly do you mean? You could use VB, C, C++, ASP, ColdFusion, etc. Are you asking what would be fastest? If so, I would recommend VB or C, but I have no idea what languages you know. Why don't you just write it in CF if you are most familiar with it and just let it run for awhile? No

Re: Anybody Williams Sonoma folks on this list working on the Pottery Barn Kids site?

2001-05-14 Thread Jason Lotz
All your base are belong to us. - Original Message - From: Shawnea Carter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 14, 2001 4:15 PM Subject: Anybody Williams Sonoma folks on this list working on the Pottery Barn Kids site? Shawnea Carter

Re: New Cold Fusion book, Osborne McGraw Hill

2001-05-11 Thread Jason Lotz
Each chapter sets out to step the user through the process of creating a real-world application, starting from database design and moving up to a finished product. - How is this not a tutorial? Jason - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: using WDDX for next 'n' style browsing

2001-05-08 Thread Jason Lotz
Actually, if you want to do this, you can skip the cfset step. Just call the query as below: cfquery name=Session.MyQuery. - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 9:43 AM Subject: RE: using WDDX for next

Re: having multiple groups

2001-05-07 Thread Jason Lotz
Your database should look as follows: States StateIDState 1 Arizona 2 Utah Lakes- LakeIDLake 1 Powell 2 Huron LakeStates- StateIDLakeID 1 1 2 1 Now that the DB structure is ok, your query will

Re: Design Question

2001-04-25 Thread Jason Lotz
Considering you want your answer in Fusebox, you should probably take it to the Fusebox list (www.houseoffusion.com). - Original Message - From: Janine Jakim [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 8:30 AM Subject: Design Question Ok folks I

Re: Query Join Brain Fart

2001-04-25 Thread Jason Lotz
How can you do a join on the same table? Both of these queries are drawn from the CandidateSkills table? Am I misunderstanding your question? - Original Message - From: cassady [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 9:22 AM Subject: Query Join

Re: Query Join Brain Fart

2001-04-25 Thread Jason Lotz
] -Original Message- From: Jason Lotz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:49 AM To: CF-Talk Subject: Re: Query Join Brain Fart How can you do a join on the same table? Both of these queries are drawn from the CandidateSkills table? Am I misunderstanding your

Request vs. Application scope

2001-04-19 Thread Jason Lotz
I have noticed that I can easily interchange the use of Application and Request scoped variables. Both are easily accessible in custom tags and are only exist for the current http request. So, what are good reasons to use one instead of the other? Jason

Re: Request vs. Application scope

2001-04-19 Thread Jason Lotz
ROTECTED] Sent: Thursday, April 19, 2001 3:17 PM Subject: RE: Request vs. Application scope -Original Message- From: Jason Lotz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 4:25 PM To: CF-Talk Subject: Request vs. Application scope I have noticed that I can ea

Re: cookies not being set

2001-04-16 Thread Jason Lotz
As I'm sure 100 people on this list will tell you due to the horrendous lag, when cflocation is used on a page when cookies are being set, the cookies will not be set correctly. Instead, I use javascript to relocatewindow.location='whatever.cfm'; - Original Message - From: "Mike

Re: Note passing system?

2001-04-16 Thread Jason Lotz
"A browser's beauty, at its heart, is its usefulness as a *TOOL*." What in the world does the above quote mean? It's boggling my mind! ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Unsubscribe

2001-04-13 Thread Jason Lotz
Chris, For some reason, the functionality on the site tells you that you need to reply to the email to get it to work. However, the email that is sent to you doesn't give you any indication of this. I've had the same problem many times and it's very aggravating. Jason - Original Message

Re: CF Server parsing .js files...

2001-04-06 Thread Jason Lotz
I believe that if you cfinclude the .js file, CF automatically parses it, even though it isn't a .cfm file. In other words, cfinclude template="myjsfile.js" will process 'myjsfile.js' as if it were a .cfm file. Jason - Original Message - From: "Steve Reich" [EMAIL PROTECTED] To:

CFStudio - TopStyle Lite

2001-04-05 Thread Jason Lotz
For some reason, ever since I loaded CFStudio 4.5.2 I cannot use TopStyle within ColdFusion. When I right click between style tags, I know longer have the option to edit the stylesheet. Also, when I click the link on the shortcut bar, nothing happens. Has this happened to anyone else? Any

Re: CFSCRIPT switch Brain Burp

2001-04-04 Thread Jason Lotz
switch(abc) { case 'r': txt_status='whatever'; } is the correct format. It should work fine without the extra brackets. However, I don't know why the brackets would break it. Let us know if it works. Jason - Original Message - From: "Carol Bluestein" [EMAIL PROTECTED] To:

Re: Numbers to Text

2001-03-30 Thread Jason Lotz
Then what is 10^9 in British? - Original Message - From: "Philip Arnold - ASP" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, March 30, 2001 10:46 AM Subject: RE: Numbers to Text Anyone know of a custom tag available or a means within CF to convert numbers to

Re: 2 CFINSERT on ome page?

2001-03-29 Thread Jason Lotz
People actually use CFINSERT? - Original Message - From: "C. Hatton Humphrey" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 10:57 AM Subject: RE: 2 CFINSERT on ome page? Why not do two cfqueries with SQL INSERT commands for the different tables?

Re: CF pages loading only once

2001-03-27 Thread Jason Lotz
Actually, that isn't true at all. Framset tags simply go before the body tags, which you have done. The other response is incorrect. - Original Message - From: "Jay Wigginton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 27, 2001 11:20 AM Subject: RE: CF pages

site modeling

2001-03-26 Thread Jason Lotz
Can anyone point me to a good resource for drawing site models on paper using consistent shapes, lines, etc? Everytime I sit down to do it, I make up different meaning for each shape and I'm looking for a consitent approach. Thanks, Jason ~~

Re: site modeling

2001-03-26 Thread Jason Lotz
: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 26, 2001 3:26 PM Subject: RE: site modeling visio. -Original Message----- From: Jason Lotz [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 2:12 PM To: CF-Talk Subject: site modeling Can anyone point me to a good resou

Re: elseif in cfscript?

2001-03-22 Thread Jason Lotz
If (whatever == 1) do something Else If (whatever == 2) do something else Else do default something - Original Message - From: "Jamie Jackson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 22, 2001 9:43 AM Subject: elseif in cfscript? Is there no

OT: custom app running as an NT service

2001-03-22 Thread Jason Lotz
This is highly OT, so ignore if you don't like that stuff. Suppose you write a custom app and compile it as a .exe file. What is the best way to have it run when the server is rebooted on Windows2000 (like a service)? I have a few ideas but I think they are amateurish and would like a more

Re: retrieve remote images using cfhttp?

2001-03-22 Thread Jason Lotz
You are thinking too hard. If you want to display that image, just use a normal image tag... img src="http://www.lexus.com/images/home/mn_ph_sc_top.jpg" . . . No ColdFusion required. Jason - Original Message - From: "Mike Sullivan" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED]

Re: Password protect ONE form

2001-03-21 Thread Jason Lotz
Without a login, how could you determine who can and cannot click on a link? How will you know which user is logged on? Doesn't make sense to me... - Original Message - From: "Michael" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 11:34 AM Subject:

DB structure advice

2001-03-20 Thread Jason Lotz
This is more of a theory question than an actualy request for help. Let's say you are building a database of members with lots of information that applies to every member (name, address, phone, etc.) This could be about 40 seperate fields. Then, on top of that, each member can have lots of

Re: DB structure advice

2001-03-20 Thread Jason Lotz
use a primary key ID field to link them. Just remember that when you want a record set with all the data, you will need to use LEFT JOIN in order for the result set to include the members who don't have records in the optional tables. -Original Message----- From: Jason Lotz [mailto:[EMA

Re: DB structure advice

2001-03-20 Thread Jason Lotz
can have: many degrees Germans even list them all on their business cards, e.g., Herr Doktar, Doctar, Doctar More than one company These logically belong in a one-to-many relationship HTH Dick At 9:52 AM -0700 3/20/01, Jason Lotz wrote: This is more of a theory question tha

Re: CF rules!!!

2001-03-16 Thread Jason Lotz
How in the world do you people complain about Phoeun and then send drivel like this to the list? Stop being hypocritical or just lighten up in the first place. I guarantee that the latter makes life a whole lot more enjoyable. In any case, at least be consistent. - Original Message -

Re: CF rules!!!

2001-03-16 Thread Jason Lotz
I think what he was getting at is the fact that he gets ripped into for a OT post but then has 40 people making fun of him in an equally unprofessional way. It's kind of hard to disagree, don't you think? - Original Message - From: "Michael Dinowitz" [EMAIL PROTECTED] To: "CF-Talk"

Re: Code review PLEASE

2001-03-15 Thread Jason Lotz
Take maxrows out of the cfquery and add it to the cfoutput along with a startrow attribute. Jason - Original Message - From: "Mike" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 12:46 PM Subject: Re: Code review PLEASE Your the second one to say

Re: cfm-resources.com

2001-03-15 Thread Jason Lotz
I use them for several sites. I wouldn't recommend them for anything "mission critical" but there is nothing hidden in the costs. It truly is a free hosting service that works as expected. Go for it! Jason - Original Message - From: "Bernd VanSkiver" [EMAIL PROTECTED] To: "CF-Talk"

Re: atomz Search for Dynamic site

2001-03-15 Thread Jason Lotz
How exactly could it follow cfinclude's since they are sent to the browser after the file has been included? - Original Message - From: "Tom" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 3:10 PM Subject: atomz Search for Dynamic site Can anybody