CF and Windows 2000 Website

2002-05-12 Thread Tangorre, Michael T.
Hi everyone. I am trying to do the following (never done it before): On one of our test servers we have Windows 2000 Server running IIS 5 and CF 5. The default website is setup and I need to create a new one. Well the cfdocs and cfide folders are inside the wwwroot folder which is the path to

CF JS Menus

2002-03-21 Thread Tangorre, Michael T.
Hello Everyone. I have been playing with the IE DOM and NS DOM for the past two weeks, and decided to ask if anyone knows of any good JS menu scripts that looks nice and work in IE4+, NS4.08+? I would appreciate any links or advice. Mike

HTML / CF issue

2002-03-20 Thread Tangorre, Michael T.
Hi everyone. This should be an easy fix but I have not run into this in a long time. I have a table in which I put a border around it using a top row with a height of 1 pixel and a bottom row of a 1 pixel and two side columns with a width of pixel.. Is there a way to get this to work in netscape

RE: Running code just one time

2002-03-20 Thread Tangorre, Michael T.
In your application.cfm file, set a session varibale (flag if you will), then in your index.cfm using conditional logic, just output accordingly.. user logs in..application.cfm sets flag index.cfm checks flag and outputs accordingly. HTH Mike -Original Message- From: phumes1

RE: Running code just one time

2002-03-20 Thread Tangorre, Michael T.
When they get logged in, set a flag in application.cfm, such as a session session.beenHereBefore = 1, then in your index page check the value of the variable and output accordingly. HTH, Mike -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002

RE: Running code just one time

2002-03-20 Thread Tangorre, Michael T.
Expire the session varibale when the user logs out..if you have them log out. Im not clear on what you are trying to do here.. what is it that you are outputting on the first page visit? -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 7:35 AM

RE: HTML / CF issue

2002-03-20 Thread Tangorre, Michael T.
cellspacing=0 tr td!--- Nest Away! ---/td /tr /table/td /tr /table Hope this sheds some light ^_^ - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 3:59 AM

RE: HTML / CF issue

2002-03-20 Thread Tangorre, Michael T.
/display/color_33.gif; width=1/td /tr /table Thanks, Owen --- Tangorre, Michael T. [EMAIL PROTECTED] wrote: Scott.. Thanks for the info. Im not sure if this link would be any more useful to you, but here it is... http:149.84.162.227/xfuze/display/new.cfm I have nested

CF Studio 5

2002-03-20 Thread Tangorre, Michael T.
Hey everyone. Anyone have any problems running studio 5 on WinXP box with mapped network drives? My system crashes big time. If I remove the mapped drives, it runs fine... any ideas? Mike __ This list and all House of Fusion

OT - bgimage

2002-03-20 Thread Tangorre, Michael T.
Sorry for the off topic post, this is 2 for the day... my apologies. You guys are so quick with answers, it's hard to find this help elsewhere. NS4.08 - 4.79 do not seem to support the BGIMAGE attribute other than in the body tag. Has anyone gotten this attribute to work via style sheets? I am

Search

2002-03-18 Thread Tangorre, Michael T.
What would the best way to approach the following: I have a form field called keywords and would like to search for records from the SQL 2K database from two columns EventTitle and EventDescription. However, I need this to be case insensitive.. so that i I type mike or Mike I will get the record

RE: Second Post CFSELECT Problems

2002-03-18 Thread Tangorre, Michael T.
Steve, Set your cfselect up.. then just add the following between the opening and closing tag. option value=0/option so, you'd have cfselect...option value=0 selected/options/cfselect substitute anything you want for 0. Mike -Original Message- From: LANCASTER, STEVEN M. (JSC-OL)

alternating rows

2002-03-18 Thread Tangorre, Michael T.
Does anyone remember the quick way to alternate row colors when using MOD on a recorcount? Mike __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Advice and opinion on client who has a problem paying bills

2002-03-16 Thread Tangorre, Michael T.
Mark, Lay down soem ground rules or services guidelines. Politely explain your situation to her, and if she is not in favor of working together to make things go more smoothly, let her go.. unless she is making you tons of money, I doubt its worth the hassle. There are lots of people on the net

RE: JS/CF Screen Resolution

2002-03-16 Thread Tangorre, Michael T.
nevermind. foudn soem JS to do it. Thanks, Mike -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 16, 2002 11:16 PM To: CF-Talk Subject: JS/CF Screen Resolution Is there a way to detect a site visitors screen resolution? Michael T

CF / JS Issue

2002-03-15 Thread Tangorre, Michael T.
Hello all. I am having a problem getting this menu stuff to work in JS. The link below will show you the page with the error. http://149.84.162.227/xfuze/display/test4.cfm The actual CF code is below... The source form the link above will show you the output from this chunk of code. SCRIPT

RE: CF_inexpensive_reliable_ISP

2002-03-15 Thread Tangorre, Michael T.
I have been using hostmysite for almost a year now (www.hostmysite.com) They are very resonable and their tech support is awesome.. they have live chat 24/7!! I think one of their lowest plans is around $9/10 a month. HTH, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: neo beta login problems

2002-03-15 Thread Tangorre, Michael T.
Me as well please. [EMAIL PROTECTED] I haven't received an email back from them in 2 weeks! Mike -Original Message- From: Greg Saunders [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 11:48 AM To: CF-Talk Subject: neo beta login problems I am having problems logging into

RE: textarea and cffile

2002-03-15 Thread Tangorre, Michael T.
better check out active edit. :-) -Original Message- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 16, 2002 12:12 AM To: CF-Talk Subject: textarea and cffile I would like to be able to have users in an intranet submit text for others to see via

SQL CF Question

2002-03-14 Thread Tangorre, Michael T.
Hi Everyone. Can someone help me out with the following problem. I have a table in my SQL DB called categories. In it there are 3 fields: CategoryID, LnkCategoryID, CategoryTitle What I am trying to do is the following: When LnkCategoryID = 0 that means that that record is a Main Category. So

RE: SQL CF Question

2002-03-14 Thread Tangorre, Michael T.
-Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:34 PM To: CF-Talk Subject: SQL CF Question Hi Everyone. Can someone help me out with the following problem. I have a table in my SQL DB called categories. In it there are 3 fields

RE: SQL CF Question

2002-03-14 Thread Tangorre, Michael T.
- From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 11:34 PM Subject: SQL CF Question Hi Everyone. Can someone help me out with the following problem. I have a table in my SQL DB called categories. In it there are 3 fields

CF Server / IIS / SQL Server

2002-02-20 Thread Tangorre, Michael T.
Hello, Ok, let me start by saying this is going to be a long email (my apologies)... I am at my wits end here with the admins on campus who can't seem to figure anything out. In terms of accounts and services, what is the best way to setup IIS, SQL 2K, and CF 5.0. I am a novice when it comes to

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Tangorre, Michael T.
resource (and you can't deny the local system account)... so as long as that is what you intend - fine. You would then need to implement standard SQL security - adding complexity - but not too much. Mark -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Tangorre, Michael T.
. -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 8:21 AM To: CF-Talk Subject: RE: CF Server / IIS / SQL Server When you say create an account on the domain, do you mean the server domain, or our entire network domain? -Original Message

CF and MySQL

2002-02-09 Thread Tangorre, Michael T.
Hello. I am never used MySQL before but have been asked to do a project using CF and MySQL. Does MySQL have in interface similar to SQL Server to use? how to you go about creating the DB.. do you have to use SQL statements to generate the DB? Can anyone offer a quick rundown of how MySQL works

CF and Active edit

2002-02-08 Thread Tangorre, Michael T.
Hello. I was wondering if anyone used activeedit from www.cfdev.com . I was thinking that it may work for my following issue: I have alot of people on campus that want documents and little paragraphs online, but they want to be able to edit and format them whenever they want. The kicker is that

CF and Machine Names on Domain

2002-02-07 Thread Tangorre, Michael T.
Has anyone done the following: Accessed their domain and got a list of machine names on their network? Also, I want to know if it is possible to not only access the list of names, but to add machine names, and remove all using CF. I knwo this can be done in PERL using the win32 API. Anyone have

Cold Fusion and Networks

2002-02-07 Thread Tangorre, Michael T.
Sorry for the double post..I wasn't sure if the subject was descriptive enough. :-) Has anyone done the following: Accessed their domain and got a list of machine names on their network? Also, I want to know if it is possible to not only access the list of names, but to add machine names, and

CF Server 5 and SQL server 2K

2002-02-06 Thread Tangorre, Michael T.
Hello. I am having some issues setting up an ODBC. I have a a server with IIS and CF 5 on it and another server with SQL 2K on it. I am in the administrator section for CF 5 and am trying to setup the ODBC but cannot get it to Verify. Could someone please explain how the permissions and users

RE: CF Server 5 and SQL server 2K

2002-02-06 Thread Tangorre, Michael T.
, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 9:51 AM To: CF-Talk Subject: CF Server 5 and SQL server 2K Hello. I am having some issues setting up an ODBC. I have a a server with IIS and CF 5 on it and another server with SQL 2K on it. I am in the administrator section

CF / SQL 2K / CONNX

2002-01-31 Thread Tangorre, Michael T.
Hello List. I wanted to poll the list for some responses on the following issue. I am heading up a project here for the University in which we are building a Cold Fusion application entitled Schedule of Courses. We need to get information from the old VMS system and currently use CONNX, Access,

Possible CF related Error

2002-01-24 Thread Tangorre, Michael T.
Hello, I just rebuilt my XP box and installed all my CF studio and server and now when I log into my machine I am getting this error: Redirection EXE Error Does anyone knwo if this is CF related? I have the log file from the XP event viewer but it does not mean much to me. If someone knows

RE: CF and ASP

2002-01-16 Thread Tangorre, Michael T.
Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 8:04 PM To: CF-Talk Subject: CF and ASP Hello All, I have a question a bit off

RE: Multiple sites...

2002-01-16 Thread Tangorre, Michael T.
Hi Les, I do all my mapping stuff in the application.cfm file. That way, when you move things over, you just change a few lines in the application.cfm file. I set imagepath, DSN, homepath, and a few others... Makes things go real smnooth when moving over. Mike -Original Message- From:

RE: CF and Mailing Lists

2002-01-15 Thread Tangorre, Michael T.
Use cffile to retrieve the email messages form the mail server? -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 1:48 AM To: CF-Talk Subject: Re: CF and Mailing Lists Even easier is to have separate email addresses for list signup,

CF and ASP

2002-01-15 Thread Tangorre, Michael T.
Hello All, I have a question a bit off topic. Does anyone know of a list like this one but for ASP? I need to ask a few questions there to help get this site converted to CF. Thanks, Mike Michael T. Tangorre Resident Assistant - Brick Web Applications Developer

CF and Mailing Lists

2002-01-14 Thread Tangorre, Michael T.
Hello All, I am trying to figure out how to read an email (subject and body) for certain commands, and base don those commands I want to subscibe and unsubscribe people to an email list my client has going for a small e-comm site. Any ideas.. I have never done this before. Thanks, Michael T.

RE: Shopping cart demo

2002-01-13 Thread Tangorre, Michael T.
I just wrote a simple cart you are more than welcome to check out. Email me off list if you want to check it out. Mike -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 7:17 PM To: CF-Talk Subject: Re: Shopping cart demo Well what I am

CF and Zip Codes

2002-01-12 Thread Tangorre, Michael T.
Has anyone ever done this or know a good way to do it.. I need to calculate the distance between 2 zip codes using Cold Fusion. Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4

RE: CF and Zip Codes

2002-01-12 Thread Tangorre, Michael T.
(all zips within x miles of a given zip). Sorry for the confusion! cf_need_coffee strength=strong style=black -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 12, 2002 11:14 AM To: CF-Talk Subject: CF and Zip Codes Has anyone ever done

OT - Javascript and CF

2002-01-12 Thread Tangorre, Michael T.
Hi Everyone, This is a bit off topic, but if anyone is still up I could use some guideance. I have a query that returns a value in minutes. What I need to do is setup a counter that counts down The minutes then sends a user to another page after so long... Any ideas? Michael T. Tangorre

TEST

2002-01-10 Thread Tangorre, Michael T.
TEST Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4 __ Why Share? Dedicated Win 2000 Server ยท PIII

CF and Regular Expressions

2002-01-10 Thread Tangorre, Michael T.
Hi Everyone, I am brand new to regular expressions and was wondering if anyone had any good recoomendations for books to read dealing with regualr Expressions, especially geared towards CF. Thanks for any ideas, Michael T. Tangorre Resident Assistant - Brick Web

RE: VNC vs PC Anywhere

2001-12-19 Thread Tangorre, Michael T.
VNC is nice, we use it on most boxes at school since they don't give keys to us students for the server room :-) We used to use PCAnywhere but that was shortlived. Mike -Original Message- From: Ben Whalley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 12:15 PM To:

RE: cf include file

2001-12-19 Thread Tangorre, Michael T.
Im not sure I understand what you want to do! cfif condition cfinclude somefile.cfm cfelseif condition cfinclude somefile.cfm cfelse cfinclude somefile.cfm -Original Message- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:43 PM To: CF-Talk

RE: cfselect question

2001-12-19 Thread Tangorre, Michael T.
Put the option tag before the output query.. Then in the select tag, make the option selected. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:49 PM To: CF-Talk Subject: cfselect question Does anyone know of a way to display

RE: SOLVED: cfselect question

2001-12-19 Thread Tangorre, Michael T.
-134 - Original Message - From: Tangorre, Michael T. To: CF-Talk Sent: Wednesday, December 19, 2001 1:48 PM Subject: RE: cfselect question Put the option tag before the output query.. Then in the select tag, make the option selected. -Original Message- From

CF and Time

2001-12-19 Thread Tangorre, Michael T.
Hi everyone. I am looking for the best way and data type (SQL) to store a employees schedule. I have a form in which they enter a start time and an end time. Should I store these as Timestamps in SQL Server or use varchar... And what about AM and PM? Any ideas would be much appreciated. Mike

RE: CF and Time

2001-12-19 Thread Tangorre, Michael T.
, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 12:35 PM To: CF-Talk Subject: CF and Time Hi everyone. I am looking for the best way and data type

RE: modify access databases via sql and cf

2001-12-19 Thread Tangorre, Michael T.
I think I have an asnwer for you. Let me email my buddy who did this in ASP. Email me offlist. Mike -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:03 PM To: CF-Talk Subject: Re: modify access databases via sql and cf Erik

RE: CF and Time

2001-12-19 Thread Tangorre, Michael T.
the default value will be a date/time stamp. When you want to update the time stamp just set the value to getDate() again. jon - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 4:00 PM Subject: RE: CF and Time Why

RE: CF and Time

2001-12-19 Thread Tangorre, Michael T.
an error when you try to assign more than one? christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:21 PM To: CF-Talk Subject

RE: CF and Time

2001-12-19 Thread Tangorre, Michael T.
type on the fields. timestamp CAN only be used in one place. datetime as many as you like. christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Quick Question

2001-12-19 Thread Tangorre, Michael T.
800 x 600 -Original Message- From: ehoma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:44 PM To: CF-Talk Subject: Quick Question I hope that you'll permit me to ask a non cf question here. It is the only list that I subscribe to and I know that all of the top web

RE: SQL Licensing/User Question

2001-12-19 Thread Tangorre, Michael T.
I believe your web server is a user also... Not sure where the other is coming from. -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 5:32 PM To: CF-Talk Subject: SQL Licensing/User Question Ok have a question. We have a license

RE: SQL Licensing/User Question

2001-12-19 Thread Tangorre, Michael T.
: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 5:33 PM To: CF-Talk Subject: RE: SQL Licensing/User Question I believe your web server is a user also... Not sure where the other is coming from. -Original Message- From: Kelly Matthews [mailto:[EMAIL

CF and Time AM and PM

2001-12-19 Thread Tangorre, Michael T.
Hello again, :-) I have a form in which a user enters a time, but I need to be able to decipher between AM and PM.. Can they include this with their time? What is the best way to do this, I will be storing this in a datetime field in a SQL DB. Thanks, Michael T. Tangorre

RE: Quick Question

2001-12-19 Thread Tangorre, Michael T.
How did you grab that info? -Original Message- From: David Hannum (Ohio University) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 5:46 PM To: CF-Talk Subject: Re: Quick Question Yesterday's log from a commercial site I've done: Resolution Page viewsPercent

IIF

2001-12-19 Thread Tangorre, Michael T.
Can someone help me with this.. I am knew at using IIF, but from my understanding it whould work here: cfinput type=Text name=ShowDate value=iif(url.showdate,DateFormat(url.showdate,mm-dd-),DateFormat(now( ),mm-dd-))# Thanks, Mike Michael T. Tangorre

Time and Date

2001-12-19 Thread Tangorre, Michael T.
Anyone have a suggestion for the following. I have to form fields, date and time. I need to make an ODB date out of these together. Any ideas.. Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4

SOLVED RE: Time and Date

2001-12-19 Thread Tangorre, Michael T.
Sorry.. I just figured it out. -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 9:50 PM To: CF-Talk Subject: Time and Date Anyone have a suggestion for the following. I have to form fields, date and time. I need to make

RE: Allaire Partner upgrades...

2001-12-18 Thread Tangorre, Michael T.
We called MM form school (Alfred University) and inquired about our upgrade to CF Studio 5, and they said its on its way.. Well, 1 month later we got a CD but it was ULTRADEV!! We are still trying to get studio 5, based on the agreement we have with MM, our subscription entitles us to studio

Forms and CF Code

2001-12-18 Thread Tangorre, Michael T.
Hi Everyone. What steps can be taken to prevent users from submitting cfcode via a form? Is there any tags out there that will protect? Any ideas suggestions would be much appreciated. Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U.

RE: Forms and CF Code

2001-12-18 Thread Tangorre, Michael T.
Yes, that is correct -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:54 PM To: CF-Talk Subject: Re: Forms and CF Code Do you mean submit code in formfields? On Tue, 18 Dec 2001, Tangorre, Michael T. wrote: Hi Everyone. What steps can

RE: Allaire Partner upgrades...

2001-12-18 Thread Tangorre, Michael T.
it was the other way around. --- Billy Cravens - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 4:25 PM Subject: RE: Allaire Partner upgrades... We called MM form school (Alfred University) and inquired about our

Calendar Custom Tag

2001-12-17 Thread Tangorre, Michael T.
Hello everyone. I searched the tag gallery and came up with a lot of calendar custom tags... Could someone recommend a good one based upon my criteria for use listed below? I need a calendar tag that will allow a user to click on the day, and all I need to do is pass that date either in the url

CFMAIL

2001-12-15 Thread Tangorre, Michael T.
Hey everyone, What kind of options are available for formatting non-html email... I need to format the emails one module of this sytem I am working on sends out. Thanks for any input. Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U.

CF and JS

2001-12-14 Thread Tangorre, Michael T.
Is there anyway to detect if a browser has javascript enabled/disabled using CF? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4

RE: CF and Access

2001-12-11 Thread Tangorre, Michael T.
Is the web data different fomr the data in the access DB.. In other words, do you have a aseparate DB for the web app? -Original Message- From: Mookie Bear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 12:32 PM To: CF-Talk Subject: CF and Access hey guys, the client uses

CF and 2Checkout

2001-12-08 Thread Tangorre, Michael T.
Hey everyone, Anyone using 2Checkout for e-com? If so, is there a custom tag out there to interact with it without going to their website to make the purchase then coming back to your site? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer

RDS

2001-12-07 Thread Tangorre, Michael T.
Is there anyway to have multiple users for RDS in CF 5 or is the password set for studio the only password available to use for RDS? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4

RDS

2001-12-06 Thread Tangorre, Michael T.
Hi everyone. Our school wants me to work remotely over Christmas break for 5 weeks. I am trying to setup RDS to be able to connect remotely. I have a few questions: Is the RDS password the same as the studio and server admin password? If the machine I am connecting to has mapped drives on an NT

CF and cached pages

2001-12-05 Thread Tangorre, Michael T.
I have a problem here, I cannot resolve it. My issue is as follows: I have someone login, if successful, I set a session variable. When they log out, I delete that variable from the session structure and send them back to the login page... However, if they hit back on the broweser, they can get

RE: CF and cached pages

2001-12-05 Thread Tangorre, Michael T.
, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 4:12 PM To: CF-Talk Subject: CF and cached pages I have a problem here, I cannot resolve it. My issue is as follows: I have someone login, if successful, I set a session variable. When they log out, I delete

CF and CGI

2001-12-05 Thread Tangorre, Michael T.
Hey everyone, Is there a cgi variable that holds that page name that a user came from.. For instance... Say a user is on my site and on page 1. Is there a way to tell me that when the user goes to page 2, that he came fomr page 1? Michael T. Tangorre Resident

RE: CF and CGI-------- SOLVED

2001-12-05 Thread Tangorre, Michael T.
I found it. Thanks, Mike -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 8:29 PM To: CF-Talk Subject: CF and CGI Hey everyone, Is there a cgi variable that holds that page name that a user came from.. For instance... Say

Capturing login and logout times

2001-12-04 Thread Tangorre, Michael T.
Hi everyone. I posted a question about two weeks ago about an issue I was having with an application in which I was attempting to charge members of a site by the minute when they were logged in to a specific section. I can get a timestamp when they log in no problem, and I can get one if the

RE: Capturing login and logout times

2001-12-04 Thread Tangorre, Michael T.
that user after 10 minutes, you know they have left. Tangorre, Michael T. [EMAIL PROTECTED] 12/04/01 09:38AM Hi everyone. I posted a question about two weeks ago about an issue I was having with an application in which I was attempting to charge members of a site by the minute when they were

Payment Processing

2001-12-04 Thread Tangorre, Michael T.
Hello. I am new to the payment processing side of a website and wish to implement some kind of system into a CF site I am developing. I am looking at something that is seemless, I do not wish for the user to go to a third party site and then return... Does anyone have any suggestions? Their isnt

CF and Cybercash

2001-12-04 Thread Tangorre, Michael T.
Does anyone know where to find the cybercash tag.. I tried the link from the dev exchange and it takes me to verisign, but the link is dead.. Any ideas? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM:

RE: CF and Cybercash

2001-12-04 Thread Tangorre, Michael T.
Are there any other solutions out there that have custom tags written for them? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 7:29 PM To: CF-Talk Subject: Re: CF and Cybercash The last I heard Cybercash was dead as a doornail.

Expriing a session

2001-12-03 Thread Tangorre, Michael T.
Hi everyone. I am having no luck expiring a users session. Here is what I am attemnpting: User logs in.. All is fine, a session variable is set to loggedin. When the user clicks log out I call a template that sets the value of the session var to loggedout and then redirect them to a new page. The

CF and weird authentication

2001-11-27 Thread Tangorre, Michael T.
Hi everyone, We have some weird things going on here with some university apps written in CF. If using IE 6 we are prompted for a username and password and prompted to install CFJava.cab!!! This just started happening outta the blue.. Any ideas? This doesn't happen in netscape. Michael T.

RE: Why aren't there more CF programmers out there?

2001-11-27 Thread Tangorre, Michael T.
Frontpage? Um, BARF! :-) -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 5:40 PM To: CF-Talk Subject: Why aren't there more CF programmers out there? A higher up said If ColdFusion was so easy to learn why aren't there more CF

CF and SQL money data type

2001-11-27 Thread Tangorre, Michael T.
Is there any downsides to using the money data type in SQL server with Cold Fusion? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4 ~~ Get the

RE: Announcement: CF/IIS/Windows security class

2001-11-26 Thread Tangorre, Michael T.
Where can kids deeply involved in technology go for some classes like these.. Im sure you know, college kids are broke :-) My $6/hr wages for CF development for the University and fulltime credit load doesn't allow for day trips to the south. LOL Mike -Original Message- From: Lee

RE: CFMODULE and odd display behavior

2001-11-26 Thread Tangorre, Michael T.
Could you post the code? -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 7:02 PM To: CF-Talk Subject: CFMODULE and odd display behavior Hey Folks, OK I found this bug/glitch quite a while agoposted it to some lists...never

CF and credit card transactions

2001-11-26 Thread Tangorre, Michael T.
Hi Everyone, I am looking for some insight for processing credit cards with Cold Fusion. I am aware of a few custom tags, but what kind of variety is offered in terms of companies and sites to do the processing. I am not really a fan of going from my site, to another site then back to my site as

RE: CF and credit card transactions

2001-11-26 Thread Tangorre, Michael T.
Message -- from: Tangorre, Michael T. [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Mon, 26 Nov 2001 20:14:50 -0500 Hi Everyone, I am looking for some insight for processing credit cards with Cold Fusion. I am aware of a few custom tags, but what kind

Datestamp

2001-11-25 Thread Tangorre, Michael T.
Is there a way to insert a datestamp into a SQL Server DB when the user closers their browser or goes to a different site? I am tyring to get a timestamp when the user leaves the site either by closing the browser down, going to a new site, or a session timing out. Is this possible? Michael T.

RE: Browser detection w/CF

2001-11-23 Thread Tangorre, Michael T.
Hi Doug, Try this.. Your Browser: cfif cgi.HTTP_USER_AGENT CONTAINS 'Mozilla/5.0' NETSCAPE 6 cfelseif cgi.HTTP_USER_AGENT CONTAINS 'Mozilla/4.76' NETSCAPE 4.76 cfelseif cgi.HTTP_USER_AGENT CONTAINS 'MSIE' INTERNET EXPLORER cfelse WHO KNOWS!!! /cfif There is a cool custom tag out there as

RE: Query Help

2001-11-21 Thread Tangorre, Michael T.
Try this, SELECT Tickets.TicketID, Tickets.Problem, Tickets.DateEntered, Tickets.TicketStatus, Tickets.Priority, Users.FirstName, Users.LastName, Users.UserID, Techs.FirstName AS tfname, Techs.LastName AS tlname, Types.TypeValue FROM Tickets T, Users, Techs INNER JOIN Types ON (T.TicketStatus =

RDS

2001-11-21 Thread Tangorre, Michael T.
Hi everyone.. Happy Thanksgiving. This is going to sound very weird to a lot of people, but what exactly is RDS and how does it work? I know when I work on my desktop and work with files on different servers, the drives are mapped so I just access the remote files via the mapped drive. Also, I

RE: RDS

2001-11-21 Thread Tangorre, Michael T.
to it with CF Studio. The whole thing is similar in concept to a VPN connection. -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 3:57 PM To: CF-Talk Subject: RDS Hi everyone.. Happy Thanksgiving. This is going to sound very

SQL server (OT)

2001-11-21 Thread Tangorre, Michael T.
Hi everyone. I am in studio 5, and have connected to the server through RDS back at school just fine and can see the files and the databases I am wokring with, but when i try connecting through Enterprise Manager in SQL server I cannot get connected... Is there any known issues with connecting

RE: SQL server (OT)

2001-11-21 Thread Tangorre, Michael T.
SOLVED... i dunno, i restarted the server remotely and now it lets me login.. odd. LOL Mike -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 11:22 PM To: CF-Talk Subject: SQL server (OT) Hi everyone. I am in studio 5

RE: Datediff

2001-11-20 Thread Tangorre, Michael T.
Use the ABS funcitons, which will return the positive value. The number is correct, Try this: ABS(cfset compare=#DateDiff(d,#DayofYear(#targ#)#,#DayofYear(#implm#)#)#) Im not sure on the pounds, but play with it. Lemme know if this helps. Mike -Original Message- From: Declan

RE: Datediff

2001-11-20 Thread Tangorre, Michael T.
Sorry, I meant: cfset compare = ABS(#DateDiff(d,#DayofYear(#targ#)#,#DayofYear(#implm#)#)#) Mike -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 11:16 AM To: CF-Talk Subject: RE: Datediff Use the ABS funcitons, which

CF and Browser Detection

2001-11-20 Thread Tangorre, Michael T.
Is there a way in CF to detect the clients browser and version or is JS the only way to go? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4 ~~ Get the

  1   2   >