Warning: Page has Expired

2002-12-09 Thread Stevens, Jason
I have no doubt that this is a no brainer but I can't seem to find the answer. I've tried setting the expiration in the meta tag but it doesn't seem to give me the result I want. I want a page to expire if it is either refreshed or if someone tries to hit the back button to see the page. How

IRC or chat room where CF'rs hang out

2002-09-25 Thread Stevens, Jason
Is there an IRC room or a chat room where cold fusion developers/sysadmin's and the like hang out through out the day and have discussions... answer questions, etc. I recently joined a couple free source projects that have their own IRC channel and have found it not only to be incredibly helpful

cfmail parsed even after the cfif is false

2002-09-04 Thread Stevens, Jason
I'm a bit of a green horn and maybe this is a common mistake or the way things are but I have a cfif statement that is proven false yet it still tries to parse the cfmail tage that the cfif tage encompasses. example: cfif isdefined(email) cfmail to = #email# from =

how simultaneously pull data from an insert

2002-08-30 Thread Stevens, Jason
what a vague title, heh. I'm building a tool that will track problems through out their lifecycle. People input data in the form fields, you hit submit and the fields are populated into the database. What I'm looking to retrieve is the auto generated number for that specific row that the data

Dynamic drop-downs from the database

2002-08-27 Thread Stevens, Jason
I want to have a dynamic drop down that is dependent on another drop down. For example: cfquery name=getfoods datasource=thefridge.mdb select * from foods /cfquery cfselect name=allfoods query=getfoods value=foods required=yes size=1 message=Please

CF 4.0 and Netscape Server

2001-12-12 Thread Stevens, Jason
I'm having a problem with my CFServer 4.0 and my Netscape web server. I keep getting the error below: Warning,TID=51755,12/04/01,11:21:38,Timed out while waiting for thread semaphore (50 requests are active). When I get that error in the logs I end up getting a broken pipe in my netscape logs.

RE: Macromedia becoming another Microsoft

2001-10-29 Thread Stevens, Jason
Big business with a conscience? HA! I believe that is an oxymoron. It's all about the $$$, if they weren't in it for that they wouldn't be here. If they aren't in it for that, they won't be here for long. Believe it or not, they don't try to make the best product out there and shove their

CFServer 4.01 to 5

2001-10-04 Thread Stevens, Jason
My company has finally decided that they are going to keep Cold Fusion around rather than moving the entire site to Java Server Pages (though we are doing all new dev in jsp). We never upgraded from 4.01 to 4.5. We're exploring the risks of this upgrade. I've hear that it is necessary to upgrade

Odd Sybase error

2001-09-25 Thread Stevens, Jason
Does the following look familiar to anyone? Any clue on what might cause it? I'm unable to find anything that might explain why it is breaking or what that sybase error interprets into. Error Diagnostic Information CWebException: Error: Sybase Error Code = -106941804 Explanation:

A noo B question

2001-08-09 Thread Stevens, Jason
I have a strange predicament at work. We have several different Cold Fusion net applications in our company. I work with one team that has it's own project and now I've been asked to help out with another project. For one reason or another, they don't let their developers mount their desktop

Complimentary skill

2001-06-08 Thread Stevens, Jason
I'm fairly new to the Cold Fusion world and am wondering what skill do you find compliments CF the most? I have been in IT for a little over 2 years now. I started as a Project Manager for a small company, caved into my jealousy for those who can develop and began learning web dev. When I was

RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-08 Thread Stevens, Jason
While I'm no fan of monopolies, I have been nothing but happy with Microsoft's browser. Netscape was a substandard product that limited web development and it's getting what it deserves if you ask me. It did a great job of being picky about the code it worked with, which kept me in check MANY of

Error pages

2001-05-28 Thread Stevens, Jason
I have just written my first web app with cold fusion and I'm wondering what standard practice is with cferror This is my first go around so I won't be using cfcatch/cftry (unless I really should) but I'm wondering how many of you have the error page e-mail you with information? If so, what

RE: Error pages

2001-05-28 Thread Stevens, Jason
use cftry/cfcatch. It gives you so much better control. Just my opinion. - Original Message - From: Stevens, Jason [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 28, 2001 4:39 PM Subject: Error pages I have just written my first web app with cold fusion and I'm

Approving an order

2001-05-23 Thread Stevens, Jason
We currently have an order form that when you click on our preview order button, you get an .cfm page that has all the variables nicely in there place for the customers verification. After they look it over you then submit the order. Now when the order is submitted it takes the session

Imbedding IF statements into a tag.......

2001-05-17 Thread Stevens, Jason
Is it possible to imbed IF statements into a tag? For example, you have the following statement: cfmail to=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=Order Information cc=#session.Form.CCEmail# type=HTML Of course, when the session variable

Session variables.......

2001-05-13 Thread Stevens, Jason
Would anyone know of a way to make session variables either expire or reset after a page is loaded? I'm having people go through a form process and want to zero out all session variables upon submission and I'm looking for a way to do that. If this is a duh, how could you not know the answer to

OT: Netscape always keeps the day from getting boring

2001-05-11 Thread Stevens, Jason
I have a very simple piece of HTML with a button in it. I have placed the simple little page @ http://www.jasonstevens.com/netscape.html . Here is the code: html head titleNetscape: The ultimate in browsing technology!/title /head body table tr td align=center input type=BUTTON

RE: Netscape always keeps the day from getting boring

2001-05-11 Thread Stevens, Jason
the day from getting boring Jason: Netscape requires that you surround your form elements with FORM and /FORM tags. Mike Cady - Original Message - From: Stevens, Jason [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 11, 2001 8:20 PM Subject: OT: Netscape always keeps

Wrong permissions on a Sun Server

2001-05-09 Thread Stevens, Jason
I have recently started a position in a rather chaotic CF environment and wonder if someone could help me with, what I hope, is a simple question. We run ColdFusion Server 4.5 on a Sun platform. Whenever we create a .cfm in Studio and put it on the server the permissions are incorrect. They are