Log to database

2004-05-12 Thread Bernd VanSkiver
Does anyone know of a way to have ColdFusion log to a database instead of to files?I am just looking at options of keeping watch on multiple ColdFusion server logs to watch for errors that occur. Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 [Todays Threads] [This Message] [Subscription

RE: Microsoft acknowledges CF!

2004-05-10 Thread Bernd VanSkiver
. Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 8:26 AM To: CF-Talk Subject: RE: Microsoft acknowledges CF! What do you mean by shallow support? Honestly I almost never used Java in CF since CF has

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread Bernd VanSkiver
Or you could use Fusebox with nesting:)I haven't played with that too much myself, but it should work for you. Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 1:34 PM To: CF-Talk Subject: RE

RE: Remove special chars to pass in URL

2004-03-17 Thread Bernd VanSkiver
Look at the URLEncodedFormat() function. Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 6:52 AM To: CF-Talk Subject: Remove special chars to pass in URL Hi everyone, Say if I wanted

RE: alphabetizing nested sets

2004-03-17 Thread Bernd VanSkiver
- 1 Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 6:25 AM To: CF-Talk Subject: SOT: alphabetizing nested sets So, I'm messing around with nested sets for dealing with tree data

RE: SOT: alphabetizing nested sets

2004-03-17 Thread Bernd VanSkiver
Funny thing about Joe, I'm sitting in a class that he is teaching right now :) Bernd VanSkiver [EMAIL PROTECTED] -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 7:53 AM To: CF-Talk Subject: RE: SOT: alphabetizing nested sets Google

RE: SOT: alphabetizing nested sets

2004-03-17 Thread Bernd VanSkiver
Message - From: Bernd VanSkiver Funny thing about Joe, I'm sitting in a class that he is teaching right now :) Well, then, you can ask him about this very topic, can't you? :) (Oh, to take a class from Joe) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Compare List

2004-03-14 Thread Bernd VanSkiver
The ListSort() function sorts the lists and puts them in the same order and then the Compare() checks if the lists are the same. Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 5:43 PM To: CF-Talk

dynamic oledb connectstring

2002-02-13 Thread Bernd VanSkiver
I know how to use ODBC with a dynamic datasource and a connectstring to get data from an SQL server, is there a way to do this with an OLEDB connection too? I just don't know what the syntax is and I want to be able to use a dynamic datasource to do it if possible. Bernd VanSkiver [EMAIL

applet to select network shares

2002-02-08 Thread Bernd VanSkiver
not have to have the user type the paths in if possible. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation

Re: scripting windows 2000 dns

2002-02-01 Thread Bernd VanSkiver
. All rights reserved. Error 0x1A8 occurred in connecting to server webdev1. Error description: Object required. Please check the server name, credentials and WBEM Core. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk

browser version count

2002-02-01 Thread Bernd VanSkiver
, or if I would need to write some ColdFusion to parse through each row in the query and keep track that way. Would prefer to do the count in SQL if possible, can't just use DISTINCT because that doesn't split it out by browser version, just by browser tags. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion

scripting windows 2000 dns

2002-01-31 Thread Bernd VanSkiver
://www.iisfaq.com/Articles/319/. Just trying to automatially create, modify, and delete dns entries with ColdFusion, if anyone knows of a better way to do this then using the VBS files I mentioned then please let me know. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer

Re: scripting windows 2000 dns

2002-01-31 Thread Bernd VanSkiver
That is exactly what I needed to do...thanx. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 1:55 PM Subject: RE: scripting windows 2000 dns I am trying

Re: scripting windows 2000 dns

2002-01-31 Thread Bernd VanSkiver
object all of this gets done for me, don't think the DNS service even needs to get reset. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 2:37 PM Subject: Re: scripting

CFContent Delete File Error

2002-01-21 Thread Bernd VanSkiver
the actual file. Give me an NT error code 5, error deleting file. Has anyone done this successfully? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD

Re: CFContent Delete File Error

2002-01-21 Thread Bernd VanSkiver
That solved it, thanx Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 21, 2002 4:06 PM Subject: RE: CFContent Delete File Error Yeah I had that same problem. You need

RegEx help

2002-01-11 Thread Bernd VanSkiver
I am trying to do a search in ColdFusion Studio 5.0 to find all the pages in a project that don't contain a specific string, does anyone know of a way I can do this with regular expressions? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer

Project Deployment

2002-01-09 Thread Bernd VanSkiver
. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com

cfm file/image downloader

2001-12-19 Thread Bernd VanSkiver
or use FTP to have them downloaded. Anyone have some code for this they would be willing to share about doing it? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer __ Get Your Own Dedicated Windows 2000 Server PIII 800

Custom CF Directory

2001-12-18 Thread Bernd VanSkiver
throwing an error like CFDirectory does. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

Mime Type

2001-12-13 Thread Bernd VanSkiver
How do I get the MIME Type of a file on the ColdFusion server with ColdFusion? I know I can get it from an uploaded file just after it is uploaded, can't seem to get it from a file that is already on the server. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer

RegEx Help

2001-12-13 Thread Bernd VanSkiver
=/images/boutuson.jpg border=0 It is stripping the first letter off the file name. Does anyone have an idea how I can get this to work correctly? I can't figure out the correct syntax to get it to do what I want. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer

Re: maxrows question

2001-11-29 Thread Bernd VanSkiver
Is is possible to specify a starting row with SQL similar to the startrow= parameter in cfoutput? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 8:36 AM

find inputs with no maxlength

2001-11-09 Thread Bernd VanSkiver
Does anyone know a way to use CF Studio to search through a project and find input fields without a maxlength attribute set? Would be a lot easier if CF could tell me where they are rather then for me to open each page and look. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer

ASP access to CF client vars

2001-10-24 Thread Bernd VanSkiver
, but that didn't happen) and sometimes it would be nice for the two languages to use the same variables more easily. For now we have always just stored things in cookies when we need to transfer data between the two languages. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer

MS VSS Studio Integration

2001-10-02 Thread Bernd VanSkiver
, but am not sure if that is my problem or not. Any ideas? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

Re: CF logo

2001-09-17 Thread Bernd VanSkiver
try macromedia's site Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 17, 2001 10:34 AM Subject: CF logo anyone know where i can find the new CF logo? I cant find

Re: Selecting All Categories that start with A..

2001-09-13 Thread Bernd VanSkiver
Try this: WHERE Left(CategoryName, 1) = '#url.Letter#' Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Angel Stewart [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 11:37 AM Subject: Selecting All Categories that start

Re: CF and Messager

2001-08-31 Thread Bernd VanSkiver
If you are using Windows 2000 and the client machines use Windows 2000 you can use the console messaging feature. Not sure what the command line tools are, but you could use cfexecute to process them. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Dave

case sensitive sql query

2001-08-30 Thread Bernd VanSkiver
Is there a way to do a case sensitive SELECT query? Don't want to make a server wide change, just want to specify a single query to do a case sensitive search. SELECT ColumnName FROM tableName WHERE ColumnName = 'Test Query' Want this to do a case sensitive search on the WHERE clause. Bernd

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
I'm running IE6 and it will not let me type in the text box at all. I can select items from the drop-down, and can put the cursor in the text box, but whatever I type does not show up. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Thomas Chiverton

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
Ah, i c what you are doing, works pretty well now that I understand how it is suppose to work :) Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 8:46 AM

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
Its cool how you did it, I have always wished there was a way to make an editable drop down for the web, almost thought that's what you had when i first saw it. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
very kewl, thanx! that work in netscrape as well? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: John Patterson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 9:42 AM Subject: Re: Could someone check this with non-IE5.5

Re: Another little bit off topic subject..

2001-08-06 Thread Bernd VanSkiver
CF_GetEmail http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34736D-2830-11D4-AA 9700508B94F380method=Full Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Philip Arnold - ASP [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August

ArraySort()

2001-06-25 Thread Bernd VanSkiver
on ArraySort() = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk

Net.Data vs CF

2001-06-14 Thread Bernd VanSkiver
figure I'll learn it, get the raise and then convert everything to CF unless there is some reason to keep it in Net.Data. Net.Data seems quite complicated and long compared to ColdFusion. = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324

Re: Net.Data vs CF

2001-06-14 Thread Bernd VanSkiver
: Bernd VanSkiver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 9:50 AM Subject: Net.Data vs CF Anyone here use IBM's Net.Data language? I have been asked to learn it where I am working and will get a substantial raise if I do. I have been getting myself

Re: OT: IE 6

2001-06-07 Thread Bernd VanSkiver
I have IE6 as well on computer at work (Win98SE) and at home (win2k pro) and it works fine for me on both systems. Might try uninstalling and reinstalling it ??? --- Alii Design [EMAIL PROTECTED] wrote: Does anyone know why IE 6 will not let me view any source code and will only let me save

Delete session variable

2001-05-31 Thread Bernd VanSkiver
Is there a way to delete a session variable or cause it to immediately expire? Looking for something similar to the DeleteClientVariable() function. = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324 ~~ Structure your

Cookie Structure

2001-05-22 Thread Bernd VanSkiver
Is there a way to have a Structure in a cookie? = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: rebuild laptop :: save cf server dsn's

2001-05-21 Thread Bernd VanSkiver
I was wondering why anyone would do the same myself :) I would never go back to win9x. --- Neil Clark [EMAIL PROTECTED] wrote: from NT to 98? errm... are you mental :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Setting Dynamic Variables

2001-05-21 Thread Bernd VanSkiver
of anything. = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk

RE: rebuild laptop :: save cf server dsn's

2001-05-21 Thread Bernd VanSkiver
485-5534 home: [EMAIL PROTECTED] 614 449-1681 icq:47658358 -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 9:12 AM To: CF-Talk Subject: RE: rebuild laptop :: save cf server dsn's I was wondering why

Re: CFFORM Bug !!

2001-05-15 Thread Bernd VanSkiver
It's a feature, not a bug :) Bernd --- David E. Crawford [EMAIL PROTECTED] wrote: To further clarify: the FORM scope is only availble to CF if the method was POST. So it only makes sense that CFFORM uses the POST scope when it writes out the FORM block. DC - Original Message

Internal Server Error

2001-05-10 Thread Bernd VanSkiver
, I have set up computers with similar configurations and have never had this problem before. Any ideas why this is happening? I cannot find any setting that fixes this problem. = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324

OT: ASP NumberFormat

2001-05-08 Thread Bernd VanSkiver
even has built in support for this. I am programming the ASP in VBScript. = Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ UIN: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Re: Netscape equivalent of iframe

2001-04-18 Thread Bernd VanSkiver
Closest thing to the iframe in NS is the layer tag. Don't know if it can embed files in it like the iframe tag can. "Rosa, Issac" [EMAIL PROTECTED] wrote: Does anyone know of an equivalent in Netscape to the IE tag iframe. NS6 supports the tag, but we are currently using NS4 as corp

Re: [HTML Email Detection]

2001-04-06 Thread Bernd VanSkiver
Only way I can think that there could be come client detection is if the client supported HTML because otherwise it is not going to run any scripts at all. Only way to really do it is to ask the client which type they can/would prefer to receive. "Kevin Schmidt" [EMAIL PROTECTED] wrote: I

sql learning

2001-03-29 Thread Bernd VanSkiver
Just wondering if anyone could refer some good sites with SQL training and information. I know the basics of SQL, can get info in and out of it, just wanting to learn some more about it and learn about more of its features. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324

OT: javascript add problem

2001-03-28 Thread Bernd VanSkiver
.value = 3 and OrderBooks.SP.value = 5, I am getting 35 instead of 8. Have tried it without the eval() in there and have set each form value equal to a javascript variable also with no change in results. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ

Re: [RE: javascript add problem]

2001-03-28 Thread Bernd VanSkiver
The parseInt() function works great for it, thanx! "Hayes, David" [EMAIL PROTECTED] wrote: The form field values are text, so it's concatenating them. Try the javascript parseInt() function. -Original Message----- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent:

cf licensing

2001-03-26 Thread Bernd VanSkiver
Where can I look for information on Cold Fusion licensing? Looking to buy Cold Fusion Server and need to know the licensing differences between Professional and Enterprise, like number of sites allowed per license and multi-processor abilities and such. Bernd VanSkiver [EMAIL PROTECTED

Re: [Re: cf licensing]

2001-03-26 Thread Bernd VanSkiver
Cool, I had heard that only Enterprise could handle multi-processors so wanted to make sure about that. Is there a developers edition of cf server I can download? Know there is one for JRun, haven't seen one for CF though. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324

RE: To ASP or not to ASP

2001-03-22 Thread Bernd VanSkiver
For SQL just fill in all the available attributes in cfquery and use SQLOLEDB for the provider. I use OLEDB for data connections all the time and have never set one up in cf admin. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324 Original Message Follows From

RE: To ASP or not to ASP

2001-03-21 Thread Bernd VanSkiver
I have used dynamic OLEDB database connections many times with 4.0 and 4.5. Don't have to have a connection set up on the server even now. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324 Original Message Follows From: "Ben Forta" [EMAIL PROTECTED] Reply-

RE: To ASP or not to ASP

2001-03-21 Thread Bernd VanSkiver
cfquery name="QueryName" datasource="DataSourceName" username="DBUserName" password="DBPassword" dbtype="OLEDB" dbserver="ServerIP" dbname="DDName" provider="SQLOLEDB"/cfquery Bernd VanSkiver [EMAIL PROTECTED] Col

Re: CF, ASP, and Front Page playground?

2001-03-21 Thread Bernd VanSkiver
IIS5 comes with FP extensions and ASP support built in, and I run CF4.5 on top of that in win2k without any problems. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324 Original Message Follows From: "Douglas Knudsen" [EMAIL PROTECTED] Reply-To: [EMAIL

Re: Repeats (Was RE: To ASP or not to ASP)

2001-03-21 Thread Bernd VanSkiver
I have noticed some repeats the past couple days also...glad i'm not alone in this :) Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324 Original Message Follows From: "Douglas Knudsen" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: CF Books

2001-03-19 Thread Bernd VanSkiver
Anyone have some idea when cf5 should be out? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324 Original Message Follows From: "Greg Wolfinger" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: CF Books Date: Mon, 19 M

last updated

2001-03-17 Thread Bernd VanSkiver
Is there a way for cf to see when a certain database was last modified? Wanting to show last updated date to site content and product information on front page and think being able to see when the database was last modified would be the easiest way to do it. Bernd VanSkiver [EMAIL PROTECTED

cfm-resources.com

2001-03-15 Thread Bernd VanSkiver
I just came across www.cfm-resources.com and was wondering if anyone is using them? I just am skeptical of their service because of its price, seems way to good to be true. Please let me know of your good/bad experiences with them. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ

OT: getting IP Address w/o cf

2001-02-26 Thread Bernd VanSkiver
I have a client who has a site that is on unix (eww) and am needing to know a way to get a user's ip address. I know how to do it with cold fusion, but don't know how to with CGI or FrontPage. They have FrontPage 2000 server on their web server. Any ideas? Bernd VanSkiver [EMAIL PROTECTED

OT: Win2k Time

2001-01-21 Thread Bernd VanSkiver
Has anyone had any luck setting up Windows 2000 to get time from an external/internet SNTP or NTP server? I'm trying to use the NET TIME feature, but can't get it to grab the time from the server on the web. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 Archives: http://www.mail-archive.com

RE: Win2k Time

2001-01-21 Thread Bernd VanSkiver
Have you gotten it to actually work? I have done that and tried many servers, can't get it to work. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- Date: Sun, 21 Jan 2001 21:03:56 -0500 From: "Cruz, Joseph" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

RE: Differences between OLE DB and ODBC

2001-01-08 Thread Bernd VanSkiver
ODBC requires translation between the source and destination...OLE DB does not which makes OLE DB faster Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 3:14 PM To: CF-Talk Subject: Differences

Cold Fusion controlled CD-RW

2001-01-04 Thread Bernd VanSkiver
I was just wondering if anyone knows a way to control a CD-RW drive in Cold Fusion? Just think it would be cool to be able to burn cds over the intranet or internet on my server. If anyone knows a way to do this even without cold fusion, I am willing to take suggestions. Bernd VanSkiver [EMAIL

RE: Cold Fusion controlled CD-RW

2001-01-04 Thread Bernd VanSkiver
Know of any software that takes command line commands? I don't. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 11:49 AM To: CF-Talk Subject: RE: Cold Fusion controlled CD-RW

RE: Cold Fusion controlled CD-RW

2001-01-04 Thread Bernd VanSkiver
I haven't dealt with COM objects before. Will have to look in to learning about doing that. Thanx Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:47 PM To: CF-Talk Subject: Re: Cold

RE: format question

2001-01-03 Thread Bernd VanSkiver
use the ParagraphFormat() function on the outputted text. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 6:00 PM To: CF-Talk Subject: format question I have a page in which I need to display

RE: Who wants a CF-SQL Mailing List?

2000-12-21 Thread Bernd VanSkiver
I'd sign up for a CF-SQL list. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 9:10 AM To: CF-Talk Subject: Who wants a CF-SQL Mailing List? Hey Guys: I e-mail Michael Dinowitz about

RE: Refreshing images without refreshing page

2000-12-20 Thread Bernd VanSkiver
Could use an iframe and just refresh the banner in the iframe. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 8:15 AM To: CF-Talk Subject: Refreshing images without refreshing page

template title

2000-12-15 Thread Bernd VanSkiver
Is there a way to get the title of a template in cold fusion? Thought I have seen a funtion to do this, but can't remember what it is. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 ~~ Structure your ColdFusion code with Fusebox. Get

RE: owner-C of a .com-domain

2000-12-14 Thread Bernd VanSkiver
Network solutions whois also checks all registrars. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 11:32 AM To: CF-Talk Subject: RE: owner-C of a .com-domain http

RE: Is this even possible?

2000-12-14 Thread Bernd VanSkiver
What I do is keep the picture url in the database with the product. Have a column named PicURL or something that just holds the location and filename of the picture. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: t nelson [mailto:[EMAIL PROTECTED]] Sent

RE: Remote Printing

2000-12-14 Thread Bernd VanSkiver
Get one of those "email only" devices and email the information. They are not much over $100 i think. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 9:06 PM To: CF-Talk S

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Bernd VanSkiver
Sounds like a bug in cold fusion to me. I don't know of any ways to verify file size before uploading. If anyone else does, I would like to know. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

RE: owner-C of a .com-domain

2000-12-13 Thread Bernd VanSkiver
http://www.networksolutions.com/cgi-bin/whois/whois Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 5:11 PM To: CF-Talk Subject: OT: owner-C of a .com-domain Hi, how can I (easily

RE: CGI.HTTP variables.....

2000-12-12 Thread Bernd VanSkiver
cfloop collection="#cgi#" item="i" cfoutputcgi.#i# has value of : #cgi[i]#br/cfoutput /cfloop Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 11:07 PM

Replace

2000-12-11 Thread Bernd VanSkiver
Is there some way to remove anything that is not a number from a string? Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

cf versions

2000-12-11 Thread Bernd VanSkiver
Is there a way to know what the lowest version a cold fusion custom tag can run on? I haven't dealt with anything below 4, so I don't know what the capabilities of the older ones are. Just wondering so I can accurately tell for the custom tags I add to the Allaire Developer's Exchange. Bernd

OT: outlook

2000-12-11 Thread Bernd VanSkiver
2000. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

RE: mac address

2000-12-09 Thread Bernd VanSkiver
of authentication. There seems to be no sure fire way to get the mac address in an uncontrolled environment like the internet. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 Date: Fri, 08 Dec 2000 23:09:52 -0800 From: "pan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: mac address

Find() vs REFind()

2000-12-09 Thread Bernd VanSkiver
What's the difference between Find() and REFind()? Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

mac address

2000-12-08 Thread Bernd VanSkiver
Anyone know of a way to grab a client machines mac address? Am looking for a way to do it with Cold Fusion, scripting, ActiveX, or Java. Any tips or suggestions would be greatly appreciated. Wanting to use the mac address for security verification. Bernd VanSkiver [EMAIL PROTECTED] ICQ