Re: SOT: How to set a file upload input box to readonly.

2004-01-22 Thread Christian Cantrell
On Thursday, January 22, 2004, at 05:52  PM, Ciliotta, Mario wrote: > Does anyone know how to make a file upload input box read only. If you go with one of the _javascript_ solutions recommend by others, make sure you test it thoroughly on all browsers.  I seem to recall that some browsers don'

Re: ot: mysql install woes

2004-01-22 Thread cf
ty but no go ok heres what i did i dl'd the newest version which is 4.1.1a alpha then realizes before installing it that it wasnt the one i wanted so I broke out 4.0.15 the one that has an installer and left the folder with the new alpha one on my desktop. But installed the older one but in the ser

Re: ot: mysql install woes

2004-01-22 Thread peter . tilbrook
Go to C:\MySQL\bin\ type MYSQLD-NT.EXE or MYSQLD-MAX-NT.EXE Peter Tilbrook Transitional Services - Enterprise eSolutions Centrelink (http://www.centrelink.gov.au) 2 Faulding Street Symonston ACT 2609 Tel: (02) 62115927    

ot: mysql install woes

2004-01-22 Thread cf
ok so i decide to give mysql a try so i install it to the default folder C:\mysql but i couldnt get it to start so i go into services (xp pro) to try and start it. still wont start so i look at the properties and it has the executable as some weird thing on my desktop which is incorrect. So i try a

Re: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread cf
i dont know either doug but they didnt even ask about the seller they just treated the unknowing buyer like a criminal but they should go after the sellers. I sold a copy of ms access on there and believe me M$ sure as hell checked it out to make sure it was legit. but they should do something caus

RE: hash() and salt?

2004-01-22 Thread Matt Robertson
John Burns said > I read some comments the other day on the list about using hash() to > store passwords in a database and someone sent a link to a microsoft > document explaining the security benefits to storing passwords that > way. Do what Jochem said. Make sure the salt value *cannot* change

Re: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread Doug White
My view is that if that package is indeed pirated or otherwise illegal, Macromedia should contact eBay. This is done regularly by other software publishers and the result is that eBay will pull the sale immediately. That they didn't would indicate to me and others that the sale was a legitimate one

Re: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread cf
let me first say that i am a HUGE supporter of Macromedia but... this also happened to me & i wasnt to happy with how it was handled. long story short had a new host talking into going with coldfusion as there language as they dove into that kinda market. they bought a "new" copy off of eb

RE: Hey Mosh more "Help with CFHTTP"

2004-01-22 Thread Mosh Teitelbaum
Rino: I would think your best bet would be to have the admin site just directly query the individual databases of each other site (since they are all separate). Since, with this setup, the admin site won't be recording information from the other sites, there's no need to use CFHTTP. -- Mosh Teit

RE: How to set a file upload input box to readonly.

2004-01-22 Thread Matthew Walker
Isn't the problem that the button and the field both use the same background colour? -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED] Sent: Friday, 23 January 2004 2:21 p.m. To: CF-Talk Subject: Re: How to set a file upload input box to readonly. > not true!  it will work p

Re: How to set a file upload input box to readonly.

2004-01-22 Thread Bob Haroche
> not true!  it will work perfect even if u mess with the CSS. Really? I went down this road before with Jeff Howden before and never found a working solution. Can you point me to a site where the file upload "browse" button is colored and actually uploads the file? - Regards, Bob Har

Re: How to set a file upload input box to readonly.

2004-01-22 Thread brobborb
not true!  it will work perfect even if u mess with the CSS.   - Original Message -   From: Bob Haroche   To: CF-Talk   Sent: Thursday, January 22, 2004 7:07 PM   Subject: Re: How to set a file upload input box to readonly.   Ciliotta, Mario wrote:   > Also can the color of the   > but

Re: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread Matt Robertson
I got burned on a copy of Flash MX last year.  Look what I got in the mail.  Advertised as all nice and pretty/legal etc. http://mysecretbase.com/ebay/ The above was created for Ebay to get my fraud protection refund.  Didn't cover everything and took awhile, but at least I got some money back.  

Re: How to set a file upload input box to readonly.

2004-01-22 Thread Bob Haroche
Ciliotta, Mario wrote: > Also can the color of the > button be > changed, Not possible. Well, to be precise, you can use CSS and JS tricks to make it appear that an upload button is colored (using hidden input field and passing value to a visible input field) but the result is that a 0 byte file

Re: Persistent Login issue

2004-01-22 Thread Bob Haroche
1. You're not by chance using cookie blocking software are you? 2. What happens if you move this code from Application.cfm to a specific page?: > >   >  >   > - Regards, Bob Haroche O n P o i n t  S o l u t i o n s www.OnPointSolutions.com [Todays Threads] [This

Re: cfinput and event handlers

2004-01-22 Thread brobborb
just use those event handlers as if u were using them on regular input fields   - Original Message -   From: [EMAIL PROTECTED]   To: CF-Talk   Sent: Thursday, January 22, 2004 6:10 PM   Subject: cfinput and event handlers   Is it possible for different event handlers (onblur, onkeyup et

Re: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread Calvin Ward
I solved that with a DevNet sub... :) Calvin   - Original Message -   From: Darron J. Schall   To: CF-Talk   Sent: Thursday, January 22, 2004 3:07 PM   Subject: Re: FYI -- CFMX6.1 Standard on eBay (NIB)   Careful, it might actually be a pirated version.  See message from another mailin

Re: cfinput and event handlers

2004-01-22 Thread Paul Giesenhagen
Sorry Nate ... I spoke too soon >. Paul Giesenhagen QuillDesign   - Original Message -   From: Paul Giesenhagen   To: CF-Talk   Sent: Thursday, January 22, 2004 6:16 PM   Subject: Re: cfinput and event handlers   Nate,   I don't "think" so, we abandoned using the tags along time ago

Re: cfinput and event handlers

2004-01-22 Thread Paul Giesenhagen
Nate, I don't "think" so, we abandoned using the tags along time ago because of this ... Paul Giesenhagen QuillDesign   - Original Message -   From: [EMAIL PROTECTED]   To: CF-Talk   Sent: Thursday, January 22, 2004 6:10 PM   Subject: cfinput and event handlers   Is it possible for

RE: cfinput and event handlers

2004-01-22 Thread Taco Fleur
it sure is use passthrough passthrough=""> Taco Fleur Blog   http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/ 0421 851 786 Tell me and I will forget Show me and I will remember Teach me and I will learn -Original Message- From: [EMAIL PROTE

RE: cfinput and event handlers

2004-01-22 Thread Barney Boisvert
There's a passthrough attribute to the CFINPUT tag that will literally pass through it's value to the resulting INPUT tag.  Kind of messy if you have complex JS in there, but it works > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2

cfinput and event handlers

2004-01-22 Thread npetersn
Is it possible for different event handlers (onblur, onkeyup etc.) to work with the cfinput tag? For instance I have a _javascript_ function that automatically formats a phone or social secrutity number using the onkeyup event handler. Or is it possible to do this with the validate="regular_express

Re: How to set a file upload input box to readonly.

2004-01-22 Thread brobborb
Do an onkeypress event.  If they press a key then give them an error message and clear the field.  That way they wont be able to enter anyting into the field by key press   - Original Message -   From: Ciliotta, Mario   To: CF-Talk   Sent: Thursday, January 22, 2004 4:52 PM   Subject: S

RE: How to set a file upload input box to readonly.

2004-01-22 Thread Smith, Matthew P -CONT(CSC)
onFocus(blur) ? (or something similar, I didn't have time to look it up. I've used that a couple times. Though disabling _javascript_ would allow them to type it in Matthew P. Smith Web Developer, Object Oriented Naval Education & Training Professional Development & Technology Ce

RE: How to set a file upload input box to readonly.

2004-01-22 Thread Tim Do
I use js to set the maxlength to 0 so they can't type in there. function MaxFile(evt, field) {   charCode = evt.keyCode;   if (field.length >= 0) { return false; } } -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 2:52 PM To: CF-T

SOT: How to set a file upload input box to readonly.

2004-01-22 Thread Ciliotta, Mario
Hi, Does anyone know how to make a file upload input box read only.  I am having a problem where my users do not click the browser button but instead type the name of the file they want to upload and I though that if I make the input box read only I can stop this.  Also can the color of the but

RE: Database confusion.

2004-01-22 Thread Jochem van Dieten
Matthew Walker said: > > This: > > SELECT * > FROM table1, table2 > > Is an outer join. Every row in table1 will be returned with every > row of table2, so if both tables have 10 rows, the record set will > have 100. That is called a Cartesian Product. Jochem [Todays Threads] [This Message]

Hey Mosh more "Help with CFHTTP"

2004-01-22 Thread NANCY SKAGER
Hey Mosh; New question, different person. :) I'm looking to set up say 10 different e-stores. All Stores will look different, but be run from the same cf e-commerce package. The e-commerce package will be generic enough to use on every application with little altering. All stores will be run t

WDDX converting dates

2004-01-22 Thread Scott Brady
I'm working on an intranet app used in several countries (and therefore several timezones).  I have one part of the application where a user is entering date in a form.  It's a bit more complex and a bit hard to explain, but at one point we're using to go from cfml to js.  Some of the cfml items b

RE: Database confusion.

2004-01-22 Thread Dave Watts
> This: > > SELECT * > > FROM table1, table2 > > Is an outer join. Every row in table1 will be returned with > every row of table2, so if both tables have 10 rows, the > record set will have 100. Actually, that's a cross join, or Cartesian product. I'm not sure if cross joins fall within the

Re: List ? in a CFIF

2004-01-22 Thread Mickael
Thanks barney that is much clearer now.   - Original Message -   From: Barney Boisvert   To: CF-Talk   Sent: Thursday, January 22, 2004 4:53 PM   Subject: RE: List ? in a CFIF      is the same as      Cheers,   barneyb   > -Original Message-   > From: Mickael [mailto:[EMAIL

RE: Database confusion.

2004-01-22 Thread Matthew Walker
Definitely. You might want to try Ben Forta's "SAMS Teach yourself SQL in 10 minutes". Basically this is the idea: This: SELECT * FROM table1, table2 Is an outer join. Every row in table1 will be returned with every row of table2, so if both tables have 10 rows, the record set will have 100. T

RE: List ? in a CFIF

2004-01-22 Thread Taco Fleur
Mike, the thing that might confuse you is the fact there is only a function listed in the cfif statement The function either returns TRUE or FALSE depending on whether the value "phone" is found in the list, so in short it would be If you want to type it all out, which saves time typin

RE: List ? in a CFIF

2004-01-22 Thread Barney Boisvert
is the same as Cheers, barneyb > -Original Message- > From: Mickael [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 1:40 PM > To: CF-Talk > Subject: Re: List ? in a CFIF > > Hi Raymond, > > > Can you explain how to use it.  I see examples on the web > like this   I

RE: How do you clear cache in CFMX?

2004-01-22 Thread Dave Watts
> and aren't the solution for what > I'm talking about. The problem is that the CF Application > Server has trusted cache enabled. I do this because its too > slow for it to continually read the source code off of the > shared drive it lives on. Sometimes I come up with updates > to my appli

RE: List ? in a CFIF

2004-01-22 Thread Tony Weeg
that is the variable that you want to search through, that variable, assuming it's a list, contains items delimited by something.  and "phone" is the string yo search for. tony -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:40 PM To: CF-Tal

Re: List ? in a CFIF

2004-01-22 Thread Mickael
Hi Raymond, Can you explain how to use it.  I see examples on the web like this   I just don't understand the first argument in that example validation_error  sorry for my newbieness Mike   - Original Message -   From: Raymond Camden   To: CF-Talk   Sent: Thursday, January 22, 2004 5:1

RE: Help with CFHTTP

2004-01-22 Thread Hassan Arteaga Rodriguez
Thanks Mosh for u help __ MSc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A.   _   From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 04:28 PM To: CF-Talk Subject: RE: Help with CFHTTP Hassan: Yo

RE: OT: cf Eclipse plugin

2004-01-22 Thread Rob Rohan
Is the one you made, or Matt's, open source? Can I download it, use it, extend it?. I played a bit with Scintilla a while ago but it had a hard time compiling on Linux correctly (at least for me - fine on windows). If you are thinking about making a cf editor I'll sign up :). The Eclipse framework

RE: How do you clear cache in CFMX?

2004-01-22 Thread Jon Block
Dave, I've got thousands of source code files and there may be hundreds of files to be updated there is no way that I can think of to reliably request the files to be updated. What should I do? It was easy in CF5. Jon   -Original Message-   From: Dave Watts [mailto:[EMAIL PROTECTED]  

RE: How do you clear cache in CFMX?

2004-01-22 Thread Jon Block
Ketan, and aren't the solution for what I'm talking about. The problem is that the CF Application Server has trusted cache enabled. I do this because its too slow for it to continually read the source code off of the shared drive it lives on. Sometimes I come up with updates to my application. W

RE: Help with CFHTTP

2004-01-22 Thread Mosh Teitelbaum
Hassan: You can definitely use CFHTTP for this.  Your code in the form processing page would look something like: VALUE="#FORM.txtQuestion#"> BTW, I gave a presentation on CF and HTTP at the MD CFUG last September. You can find the PPT at http://www.mdcfug.org/talks/ColdFusionFounda

OT: Internet Explorer proxy settings

2004-01-22 Thread Sean McCarthy
Is there a way to have a exception to an exception in the IE proxy exception list?  Let me explain.   If I open an IE window and go to: Tools > Internet Options > Connections > Lan Settings > Proxy Server (Advanced button) At the bottom it has 'do not use a proxy server for addresses beginnin

RE: How do you clear cache in CFMX?

2004-01-22 Thread Dave Watts
> I keep the trusted cache setting turned on most of the time. > Sometimes I come out with updates that need to go online. It > seems like when I turn the cache off and even set the memory > size to zero, and then I turn the trusted cache back on and > put the memory back to 50, the changes

RE: some errors...

2004-01-22 Thread Dave Watts
> How could I integrate cfqueryparam in the following statement? > > > > sql="#thesql#" qname="getit"> You can't, in any effective way. I would recommend against the use of a generalized custom tag for running your queries. Is there some specific reason you're using this custom tag? Dave Watts

RE: List ? in a CFIF

2004-01-22 Thread Raymond Camden
Sure, use listFind or ListFindNoCase. Raymond Camden .sigless in Boston > -Original Message- > From: Mickael [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 3:13 PM > To: CF-Talk > Subject: List ? in a CFIF > > Hi All, > > I am sure there is a way to do this but I am uncl

RE: How do you clear cache in CFMX?

2004-01-22 Thread Ketan Patel
To Flush cahed queries To Flush cached pages Ketan Patel   -Original Message-   From: Jon Block [mailto:[EMAIL PROTECTED]   Sent: Thursday, January 22, 2004 4:14 PM   To: CF-Talk   Subject: How do you clear cache in CFMX?   I keep the trusted cache setting turned on most of the time. So

RE: Append variables to the server scope?

2004-01-22 Thread Dave Watts
> Is there a way to append variables to the server scope of a > cf server? I'm not sure I understand. Do you mean something other than simply setting variables within code? If you want these variables to be created whenever the server is restarted, I think you'll have to put them in one or mor

Help with CFHTTP

2004-01-22 Thread Hassan Arteaga Rodriguez
Hi there: In order to understand CFHTTP tag I'm posting here a hypothetical example (but maybe real) I have a application in ASP with a form in http://myserver/mysite/getdataform.asp , This form has 3 fields : txtName, txtPIN, txtQuestion  with post method and action http://myserver/mysite/proce

How do you clear cache in CFMX?

2004-01-22 Thread Jon Block
I keep the trusted cache setting turned on most of the time. Sometimes I come out with updates that need to go online. It seems like when I turn the cache off and even set the memory size to zero, and then I turn the trusted cache back on and put the memory back to 50, the changes I've made to

RE: wireless apps

2004-01-22 Thread Tony Weeg
I think most wireless "things" accept email, phones/pagers, etc.  look at that as an easy get off the ground quick option.  what other kinds of options are there, im not sure, but we have SMS alerts all over the place. in fact I can send an sms message to an email address, and then in about 10 seco

List ? in a CFIF

2004-01-22 Thread Mickael
Hi All, I am sure there is a way to do this but I am unclear on the syntax. Instead of having many CFIF's is there a way to check for a value similar to SQL where you say select * from table where something in ('value','value','value) I have thisBut instead of creating more than one cfif s

RE: Maintain database connections

2004-01-22 Thread Dave Watts
> I'm helping to setup a new live CF5 Pro server and I've heard > that "Maintain database connections" should be unchecked in a > shared environment. Does anyone know what best practice is on > this? In general, you want to maintain database connections, because they're expensive to create and

wireless apps

2004-01-22 Thread Robert Orlini
Anyone out there fooled around with CF and wireless applications? I'm looking at the info in the current CF 5.0 book. Can it be programmed to send a page to a phone if a service is down? Robert O. HWW [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:(OT) Best streaming video type

2004-01-22 Thread Jeremy Brodie
Michael, Definatly a hot topic that could raise a lot of discussion in our group. The short answer would be "It depends on your audiance and Budget". Many others have provided good answers and suggestions based upon their experiance. The long answer ends up being an essay about the technology of

RE: printing from web

2004-01-22 Thread Taco Fleur
http://www.meadroid.com/scriptx/index.asp will do the trick Taco Fleur Blog   http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/ 0421 851 786 Tell me and I will forget Show me and I will remember Teach me and I will learn -Original Message- From:

RE: OT: cf Eclipse plugin

2004-01-22 Thread Haggerty, Mike
The only person I know of who built a plug in for CF in Eclipse is Matt Liotta. I seem to remember him mentioning it is incomplete. I developed one as well, which is very incomplete. It supports CF5 and that's about it. Anyone here ever use a Scintilla-based IDE for CF development? I would be int

RE: Looking to figure out URL level deepness

2004-01-22 Thread Dave Watts
> there's a flaw in this method to count the 'deepness' of the > url.  you can have a url like this and it will throw your > deepness true count off, > theurl="news.com.com/2100-7344-5139640.html?newvar=/test"> I think that would be a malformed URL. I don't think you can have slashes in your qu

Re: printing from web

2004-01-22 Thread Bryan Stevenson
that's a client side setting so you can't control it Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

RE: Checking HD/folder space

2004-01-22 Thread Taco Fleur
Oooh yes, and then of course take the folder space and subtract it from what you are allowed, thats whats left.. Taco Fleur Blog   http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/ 0421 851 786 Tell me and I will forget Show me and I will remember Teach m

RE: Append variables to the server scope?

2004-01-22 Thread Taco Fleur
I don;t know how they do that, but I just check if its set, i.e. then set it all... Taco Fleur Blog   http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/ 0421 851 786 Tell me and I will forget Show me and I will remember Teach me and I will learn

Re: (OT) Best streaming video type

2004-01-22 Thread Kevin Graeme
What kind of streaming server are you using? Just playing video off of an http server doesn't make it a stream. -Kevin - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 1:50 PM Subject: (OT) Best streaming

RE: RE: (OT) Best streaming video type

2004-01-22 Thread Mike Brunt
I really think Flash Video is worth a good look.  The Flash Player is more widely distributed than any of the other plug-ins out there. Kind Regards - Mike Brunt Original Message --- Ian Skinner wrote: >I don't know if this was supposed to be an example of a WMV file or a >STR

RE: (OT) Best streaming video type

2004-01-22 Thread Burns, John
Yeah, and there's a windows media player version for mac users as well (not that most mac users would download anything microsoft to their mac).  It all depends on the audience. John -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:31

RE: Append variables to the server scope?

2004-01-22 Thread Burns, John
Well, I was thinking more along the lines of it permanently being written on that server.  Like the CF Serial # is and all the other stuff that's in the server scope.  I don't want to have to make a call to a script that sets that every time.  I mean set it once and then it stays. How does MM set a

RE: Checking HD/folder space

2004-01-22 Thread Taco Fleur
How much folder space is left? I guess first you need to know how much folder space you are allowed to have, and then how much you really have. The Windows Scripting Host can do this for you with the File System Object just taken some pieces out of my own code server.objFSO = createObject(

RE: printing from web

2004-01-22 Thread Jones, Becky
Yea i mean removing the url at the bottom and the page number.  from searching the web, there doesnt seem to be a way to do it.   -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:00 PM To: CF-Talk Subject: RE: printing from web You mean the

Re: OT: cf Eclipse plugin

2004-01-22 Thread Rob Rohan
I am going to assume by the silence (and the stuff I found on google) no one wants to / can't say. (I didn't know MM helped make Eclipse - good job) On Thu, 2004-01-22 at 12:00, Rob Rohan wrote: > I saw that the MM guys were using Eclipse for their new ?XML flash > language thingy. Does anyone kn

RE: Looking to figure out URL level deepness

2004-01-22 Thread Taco Fleur
So you store your url in the database, does that mean you always will know the url is stored in the following format? domain / directory / page If so, use a regex to remove the page and everything after it, i.e. /.*\.cfm.* something like that I believe, but the regex gods will surely help ou

RE: (OT) Best streaming video type

2004-01-22 Thread Matt Robertson
Ian Skinner wrote: >I don't know if this was supposed to be an example of a WMV file or a >STREAMING WMV file. WHOOPS... sorry.  Not reading carefully.  No the example is not streaming live or anything like that.  Just a saved file. -- --- Matt Robertson, 

RE: Looking to figure out URL level deepness

2004-01-22 Thread Burns, John
Ketan, I don't think there's any easy / sure-fire way to do it then.  You've got so many variables to take into consideration.  Do any have http:// in them, do any have a / in the url variables?  You might be able to do some complex stuff with finding the first / after .com (maybe make an array of

Re: Checking HD/folder space

2004-01-22 Thread Jeff Garza
If you are on Windows you can use the following script to get the amount of free space on your hard drives... fs = CreateObject("COM", "Scripting.FileSystemObject"); Cdrive = fs.GetDrive("c:"); Cavail = Cdrive.AvailableSpace; Ddrive = fs.GetDrive("d:"); Davail = Ddrive.AvailableSpace; Cheers,

RE: (OT) Best streaming video type

2004-01-22 Thread Matt Robertson
Personally I don't have the Real player, and always uninstall it when it worms its way back on cuz the basic model always pesters me for an upgrade.  Thats just me.   WMV is native to Windows, isn't it?  As in installed by default?  I'm reasonably sure I never have had to add anything to a win box

RE: Append variables to the server scope?

2004-01-22 Thread Taco Fleur
Could it be this simple? I'm not sure but I believe you think it's difficult to write to the server scope, correct? Or am just not understanding what your looking for? I guess you throw me of by saying "append" don't you just mean set in the server scope? The server scope is stored in memory

RE: (OT) Best streaming video type

2004-01-22 Thread Ian Skinner
I don't know if this was supposed to be an example of a WMV file or a STREAMING WMV file.  But if the latter, it did not stream to me, I had to download the entire file before it started playing.   -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA

Re: (OT) Best streaming video type

2004-01-22 Thread ksuh
Windows Media Encoder is free, but you have to do a lot of very annoying checking to make sure you render the correct browser to the client for the version of windows media you encoded with.  OTOH, you can protect your media files somewhat by using ASX files to stream your videos.  And you can be f

Re: (OT) Best streaming video type

2004-01-22 Thread brobborb
Dude, Matt, wrestler lookin dude :D   - Original Message -   From: Matt Robertson   To: CF-Talk   Sent: Thursday, January 22, 2004 2:14 PM   Subject: Re: (OT) Best streaming video type   I don't know about the best, but WMV (windows video) is easy to use and its file sizes are nice and

Checking HD/folder space

2004-01-22 Thread Troy Montour
Hello, working on a file management piece for our intranet I have everything done but one piece to report how much hd/folder space is left. anything out there that can do this for CF? also if this is ran on a shared enviroment will it report what my space is availible or the whole HD? Thank you

RE: (OT) Best streaming video type

2004-01-22 Thread Tony Weeg
ram would be the easiest I think. create a .rm file that has a url pointer to an ram file, and BAM it streams using real audio player (and that's got to be one of the most prevalent) tw -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3

Re: CF Start a process - don't wait for it to finish

2004-01-22 Thread Christian Cantrell
On Thursday, January 22, 2004, at 01:22  PM, Andre Turrettini wrote: > make it an attribute of a cfc?  Give it its own scope and perhaps an > optional callback function.  Maybe and .  That > would > be nice if used properly.  Just because its complex doesnt mean it > should be > avoided. A cal

Re: OT: printing from web

2004-01-22 Thread ksuh
You can use CSS to define a different style sheet for printing. Or you can create a printer friendly template that you can use as well. - Original Message - From: "Jones, Becky" <[EMAIL PROTECTED]> Date: Thursday, January 22, 2004 1:00 pm Subject: OT: printing from web > this is sort of

RE: printing from web

2004-01-22 Thread Rob Rohan
If you want to require java you can do it with a java applet rather easily - but again that requires java and I think it might be overkill for what you want. If you hit your wits end though, java printing works rather well. On Thu, 2004-01-22 at 11:59, Burns, John wrote: > You mean the HTML heade

Re: (OT) Best streaming video type

2004-01-22 Thread Matt Robertson
I don't know about the best, but WMV (windows video) is easy to use and its file sizes are nice and compact.  I have a client that does online customer service via Logitech webcams and they use this.  Doesn't seem to be a problem for the video to just click-and-run ... on a Windows box, at least.  

Re: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread Darron J. Schall
Careful, it might actually be a pirated version.  See message from another mailing list: -- Be weary of Ebay. I got stung with 2 boxes of Flash5 a couple years ago and 3 boxes of Fireworks/Dreamweaver 4.0 Studio... shrink-wrapped, non-academic, and otherwise "comple

RE: Looking to figure out URL level deepness

2004-01-22 Thread Ketan Patel
Hi John, I cannot use cgi.script_name because in my case I have to pull the info from the database where I have stored URL's. Ketan Patel   -Original Message-   From: Burns, John [mailto:[EMAIL PROTECTED]   Sent: Thursday, January 22, 2004 2:52 PM   To: CF-Talk   Subject: RE: Looking to fi

RE: Re: (OT) Best streaming video type

2004-01-22 Thread Burns, John
Or real media?  And you can generate .ram files automatically to make the files stream.  I think the question really falls to what client app most of your audience is going to have installed on their machines. John -Original Message- From: brobborb [mailto:[EMAIL PROTECTED] Sent: Thursd

Re: Re: (OT) Best streaming video type

2004-01-22 Thread brobborb
or ASF? :-D or WMV?   - Original Message -   From: Mike Brunt   To: CF-Talk   Sent: Thursday, January 22, 2004 2:35 PM   Subject: RE: Re: (OT) Best streaming video type   What about FLV Michael.   Kind Regards - Mike Brunt   Original Message ---   hmmm, MPG     -

RE: printing from web

2004-01-22 Thread Burns, John
You mean the HTML header and footer? Like navigation and stuff or do you mean the part where IE prints out the URL that you are printing and the page number and stuff?  I believe all of that has to be turned off at the client.  I've fought this problem before and without using some kind of "downloa

RE: printing from web

2004-01-22 Thread Marlon Moyer
That is all set on the client side, and luckily the browsers prevent web servers having access to settings like this on the client machines.  You might want to check out other options that generate pdf files from html on the server and then serve those to the client.   -- marlon "And Bobby you

RE: Re: (OT) Best streaming video type

2004-01-22 Thread Mike Brunt
What about FLV Michael. Kind Regards - Mike Brunt Original Message --- hmmm, MPG   - Original Message -   From: Michael Dinowitz   To: CF-Talk   Sent: Thursday, January 22, 2004 1:50 PM   Subject: (OT) Best streaming video type   I'm looking at a CF app to upload

RE: printing from web

2004-01-22 Thread Tangorre, Michael
Sure... Read up on it here.. http://www.w3.org/TR/REC-CSS2/media.html HTH, Mike -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:01 PM To: CF-Talk Subject: OT: printing from web this is sort of off topic but i hope u can help. do

Append variables to the server scope?

2004-01-22 Thread Burns, John
Is there a way to append variables to the server scope of a cf server? for isntance, you're running clustered servers and want to be able to distinguish which server you're on by server.serverName and it return the name of the server you're on.  cfregistry is disabled so you can't pull it from the

OT: printing from web

2004-01-22 Thread Jones, Becky
this is sort of off topic but i hope u can help. does anyone know how to programmatically remove the header and footer from a web page when you print?   thanks for your help bec. * This e-mail, including any attachments, is intended for the receipt

OT: cf Eclipse plugin

2004-01-22 Thread Rob Rohan
I saw that the MM guys were using Eclipse for their new ?XML flash language thingy. Does anyone know of a normal Cold Fusion Eclipse plug-in (free or not)? -- Vale, Rob Luxuria immodica insaniam creat. Sanam formam viatae conservate! http://www.rohanclan.com http://treebeard.sourceforge.net ht

Re: Looking to figure out URL level deepness

2004-01-22 Thread Nick Han
there's a flaw in this method to count the 'deepness' of the url.  you can have a url like this and it will throw your deepness true count off, you wanna do a findnocase on "?" and use a mid() to trim the url string first before attempting to do a listLen. Nick Han >>> [EMAIL PROTECTED] 01/2

RE: Looking to figure out URL level deepness

2004-01-22 Thread Burns, John
Well, instead of doing the whole url, you know you don't care about the domain name, so just do it on cgi.script_name and that will just give you the folders and the file name and url parameters.  If someone goes to a site like www.blah.com/foo/index.cfm the script_name variable will contain /foo/i

Re: (OT) Best streaming video type

2004-01-22 Thread brobborb
hmmm, MPG   - Original Message -   From: Michael Dinowitz   To: CF-Talk   Sent: Thursday, January 22, 2004 1:50 PM   Subject: (OT) Best streaming video type   I'm looking at a CF app to upload a video file to a server and then allow   people to view it. I know some video file types aut

OT: FYI -- CFMX6.1 Standard on eBay (NIB)

2004-01-22 Thread jtnews
currently only $750 CFMX 6.1 Standard -- full version not an upgrade, not edu, not NFR, etc. New in box -- still in shrink-wrap ends in 3 hours! http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3655192400 This message was sen

Re: some errors...

2004-01-22 Thread Matt Robertson
Daniel Farmer wrote: >How could I integrate cfqueryparam in the following statement? You'd have to redesign your custom tag.  If I call out to any sort of SQL handler, for lack of a better term, I include the cfsqltypes as a delimited list, so a routine would be called something like template="

(OT) Best streaming video type

2004-01-22 Thread Michael Dinowitz
I'm looking at a CF app to upload a video file to a server and then allow people to view it. I know some video file types automatically stream and others don't. What is the best type for an app like this? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settin

  1   2   >