Re: Xp, starbucks , and coldfusion

2001-12-21 Thread Richard Ramos
There is no PWS for XP. XP Pro has IIS. We used CF5, Apache1.3.22 on XP home and it works great. Just make sure you add the LoadModule line after all other module calls in the init file and you'll be fine. Richard Ramos - Original Message - From: jason kufner [EMAIL PROTECTED] To: CF

Re: Apache 1.3

2001-11-29 Thread Richard Ramos
I installed Apache 1.3.22 on XP with CF 5. The trick is to add the load module line after all module references. This includes the add module lines. I've had no probs since. Richard Ramos - Original Message - From: Iceraven [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: *** Complicated SQL riddle

2001-10-29 Thread Richard Ramos
Jason, You've got the right idea, but I would recommend you make John's boss be 0, since he would be the top of the chain. Then all you have to do is make your query and group by ID and Boss. You can easily show all the data using cfoutput or you can use cftree. Richard - Original Message

Re: CFFTP

2001-07-10 Thread Richard Ramos
Here's a simple backup page I have to backup some files of ours daily. I use CF's Scheduler to run this every night. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] --- backup.cfm --- cfftp connection=sample action=open username

Re: How to query whats *not* in the database?

2001-06-06 Thread Richard Ramos
How about something like this. cfset trainlist = cfloop query=gettrains cfset trainlist = ListAppend(trainlist, #trainnum#) /cfloop cfloop index=ii from=800 to=844 cfoutput cfif #trainlist# DOES NOT CONTAIN #ii# #ii#br /cfif /cfoutput /cfloop Richard Ramos Network Administrator

Re: Compacting .cfm files

2001-05-25 Thread Richard Ramos
systems. The .cfm file is about 75 KB and it uses CFInput with validation. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] -Original Message- From: Brian Fox [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 8:28 AM To: CF-Talk Subject

Stuck on SQL Query

2001-05-23 Thread Richard Ramos
the information based off of a time period selected. Any insight on how to do a query like this would be great. Thanks in advance. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] ~~ Structure your

Re: Problem writing file

2001-04-11 Thread Richard Ramos
a download or open it in the browser window using CFContent. This is how we do our invoices here. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Greg Creedon" [EMAIL PROTECTED] To: "CF-Talk" [E

Re: OT: Project Mgmt for CF development?

2001-03-12 Thread Richard Ramos
Anyone know where I could get a scheduler like the OnProject site? We are developing our intranet and want to add a project management feature to it. I just want to see if there are any finished products that can easily be modified. Thanks. Richard Ramos Network Administrator Softitler Net

Re: Javascript: Tearing my hair out

2001-03-08 Thread Richard Ramos
Put the script after you create the element. I had the same problem with a clock on our web page. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Windle, Kevan" [EMAIL PROTECTED] To: "CF-Talk&qu

Re: isdefined obsolete?

2001-02-22 Thread Richard Ramos
If it was, then half of my sites would not be working. I am using CF Pro 4.5.2 and it still works. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "DSJ / PC1, Inc." [EMAIL PROTECTED] To: "CF-Talk&qu

Re: Two functions with a single onClick?

2001-02-21 Thread Richard Ramos
'; window.open('upload.cfm?ProcessID=8LangID=#LanguageID#OrderID=#OrderID#', 'newwindow', 'height=350,width=600')")" Upload/abr Works like a charm, but I've only tested with IE. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Messa

Re: Passing values to Flash + a related question.

2001-02-15 Thread Richard Ramos
Have you heard of FSCommand? I came across this before but never used it. Here's a link: http://www.moock.org/webdesign/flash/fscommand/ I haven't seen anything involving CF, but that should change real soon with harpoon. Richard Ramos Network Administrator Softitler Net, Inc

Re: Apache 1.3.17 not being detected by CF server

2001-02-12 Thread Richard Ramos
You need to copy the CF module to the modules directory and add a line in the httpd.conf file. I don't know it 1.3.17 will work. The latest to work is 1.3.12, but I have run 1.3.14 before with no problems on Win2K server. Richard Ramos Network Administrator Softitler Net, Inc

Re: The CF Mail Server

2001-02-01 Thread Richard Ramos
Try using inFusion Mail Server SE. I think it allows up to 50 or 60 recipients, use of BCC. It free, so why not try it. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Chris Martin" [EMAIL PROTECTED] To

Re: CF games

2001-01-19 Thread Richard Ramos
Try Egroups. There's a group called cfgames. They might be able to help. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Mark W. Breneman" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent

Re: Big companies using CF

2000-12-05 Thread Richard Ramos
Matrox uses CF. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 8:09 AM Subject: Re: Big companies using CF Joe, Y

Re: Web server for Win2kP?

2000-11-20 Thread Richard Ramos
Go to Control Panel. Open Add/Remove Programs. Click on Add/Remove Windows Components. Should be second option on list. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Todd Ashworth" [EMAIL PROTECTE

CFFTP - CFLOOP Prob.

2000-11-16 Thread Richard Ramos
. This works fine and all. But if I select any server minus the first one, I get an error with CFFTP. I know that the CFFTP code works and that the list is understandable. Any clues here? Thanks in advance. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL

Re: CFFTP - CFLOOP Prob.

2000-11-16 Thread Richard Ramos
Nevermind, fixed it. I needed a stoponerror="yes" in the CFFTP open statement. Richard Ramos Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message ----- From: "Richard Ramos" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thurs

CF_QuickMessage

2000-10-31 Thread Richard Ramos
Hello, Anyone have experience with CF_QuickMessage, or any other web-based Instant Messaging software? I was trying to use the tag but it say there is an error and it is encrypted. The company's web page is blank. Thanks in advance. Richard Ramos Network Administrator Softitler Net, Inc

OT: Programmer with good knowledge in Real Player SDK's

2000-10-30 Thread Richard Ramos
using the CF lists but this is an urgent matter. Thanks. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] Archives: http://www.mail-archive.com/cf-talk

Anyone know how to make CFGRID work

2000-10-25 Thread Richard Ramos
/CFML_Language_Reference/2_ColdF usion_Tags/lr2_038.htm#1969319 Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

Re: Anyone know how to make CFGRID work

2000-10-25 Thread Richard Ramos
Nevermind, I just needed to have a copy of the CFIDE directory on that host. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Richard Ramos" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent

Re: Experience with 'nvarchar' and foriegn languages stored in db

2000-10-09 Thread Richard Ramos
Convert the characters into unicode values, ie. #12345. Converting characters is easily done in Frontpage. just paste the text in and preview. When you look at the text again, it will be in unicode values. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL

Re: A little off topic but I need help?

2000-10-05 Thread Richard Ramos
No, you can upgrade from Win 9x or NT. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "HappyToad.com" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, October 05, 2000 6:35 AM S

Re: Realsim and 4D Arrays

2000-10-05 Thread Richard Ramos
Hey its Vetor Calc all over again. Next week Diff Eq. Ha. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Jaime Garza" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, Octo

Re: NOT A MATH QUESTION, NumberFormat

2000-10-04 Thread Richard Ramos
If you remove the quotation marks the answer here should be 4, actually 004. Because this formats the number output to a certain standard, in this case, 000 where 4 is only one digit and the standard calls for three digits. With quotation marks here, got me there. Richard Ramos Network

Re: Video format

2000-10-03 Thread Richard Ramos
picture but the sound is okay and ASF has a good picture with good sound. Take a look at these three formats. They're all about the same in quality and compression size. Hope that helps a bit. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED

Re: graphics rollovers w/o javascript

2000-10-03 Thread Richard Ramos
Isn't there a way to do this with DHTML. This is only for IE. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: [EMAIL PROT

Re: OT: Video format

2000-10-03 Thread Richard Ramos
and Windows Media, $200? a pop. There are other cards probably for cheaper, but these are very good quality cards for the price. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "paul smith" [EMAIL PROTECTED] To

Re: OT: Video format

2000-10-03 Thread Richard Ramos
You need a Quicktime server, or OS X Server. That means it needs to be Mac. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Se

Re: OMG!!!!!

2000-09-29 Thread Richard Ramos
Ummm We use ColdFusion and have our site translated in Chinese and Japanese. The way to use unicode in CF is to store the unicode values in the tables. You can use Frontpage to convert the unicode characters into uni values easily. Richard Ramos Network Administrator Softitler Net, Inc

Re: Ünicode -- no support?

2000-09-11 Thread Richard Ramos
and you're set. It should look like this 12345. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "mw" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 09, 2000 11:13 AM Subject: Ünicode --

Re: [OT] IMail?? Quoting....

2000-08-24 Thread Richard Ramos
We use pcAnywhere and IMail and its easy to manage. To add a new account takes a couple of minutes. To add a domain maybe 5-10 minutes. Changing passwords takes a minute or two. The user's guide is well organized and detailed. You should have no problems. Richard Ramos Network Administrator

OT: Monitoring Telnet Connections

2000-08-08 Thread Richard Ramos
Anyone know how you can track connections to telnet services in an NT Server? Thanks in advance. Richard Ramos [EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe

Re: Monitoring Telnet Connections

2000-08-08 Thread Richard Ramos
Original Message----- From: Richard Ramos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: OT: Monitoring Telnet Connections Anyone know how you can track connections to telnet services in an NT Server? Thanks in advance. Ri

Re: Translations on your website . . .

2000-08-05 Thread Richard Ramos
have different text files for each language. But I guess it helps that I know Spanish, French, Italien and some Japanese. By the way, shameless plug, we do web site translations in addition to our subtitling service for DVD's and streaming media. Richard Ramos Network Administrator Softitler Net

Re: Translations on your website . . .

2000-08-04 Thread Richard Ramos
Why not have a session id that chooses one language and use cfinclude to add the page in the language the user selects? That way when you go to another page it brings up only the content for that language. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL

Re: Putting CF into RT files (smil files)

2000-07-31 Thread Richard Ramos
/advhtml_tutorial_SMIL_tools.html I'm also interesting in learning more about what you are developing. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Andrea Wasik(CancerSource)" [EMAIL PROTECTED] To: [EMAIL PROTE

Re: Newbie Question on Tables and CF

2000-07-31 Thread Richard Ramos
Thanks for the tip. Richard - Original Message - From: "Philip Arnold - ASP" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 30, 2000 8:23 AM Subject: RE: Newbie Question on Tables and CF I've been searching on info on how to create a multiple column table = from one

Newbie Question on Tables and CF

2000-07-28 Thread Richard Ramos
r any help. Richard Ramos Guy in charge of Computers and Stuff Here's the code I have: =20 cfquery datasource=3D"#datasource#" Name=3D"language" SELECT ID, language1 FROM language /cfquery !--- Specify number of columns. --- CFSET NumberOfColumns =3D 2=20 !--- Create table wi

Re: OT: IIS sharing on IP address

2000-06-26 Thread Richard Ramos
Actually on Win 2k server, you can add an IP address and not reboot. Other computers were able to see it fine afterwards. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Stephen Moretti" [EMAIL

Re: Sry ot 2000 server question

2000-05-31 Thread Richard Ramos
on Add and in the window that comes up, enter index.cfm, or whatever page you want to be default. Click ok. Make sure that the page you choose is the only one in the box. That should get the server to automatically serve out index.cfm Richard Ramos Tech. Specialist Softitler Net, Inc

Re: Not enough disk space

2000-05-17 Thread Richard Ramos
. Hope that helps. Richard Ramos Tech. Specialist Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: Ing. Luis J. Ramirez Flores [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 17, 2000 5:57 PM Subject: "Not enough disk space" I'm

Re: OT: Anyone know about firewall software?

2000-05-12 Thread Richard Ramos
connection from one IP. We want to use all available. Thanks in advance. Richard Ramos Tech. Specialist Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Jennifer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 12, 2000 3:55 PM Subje

Re: Can't get 4.5.1 server up or studio to work

2000-05-11 Thread Richard Ramos
that helps. Richard Ramos Tech. Specialist Softitler Net, Inc. Thanks Richard for your response, but what do you mean by a default web site and how do you set it up? Is this going to solve both problems with ColdFusion Server not coming up and with the ColdFusion "browser" tag n

Re: Can't get 4.5.1 server up or studio to work

2000-05-10 Thread Richard Ramos
You need to set up a default website to IP:127.0.0.1 I had the same problem with IIS doing this. Hopefully this helps. Richard Ramos Tech. Specialist Softitler Net, Inc. - Original Message - From: Mark Sorteberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 10, 2000 2:56

Need some help w/ CF

2000-04-13 Thread Richard Ramos
This is a multi-part message in MIME format. --=_NextPart_000_0021_01BFA554.5DDC0740 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm making a page that will let users view info about programs we use. = The page has a list of four major