Re: CF: OOP, Custom Tags..

2003-02-01 Thread Sean A Corfield
On Friday, Jan 31, 2003, at 08:59 US/Pacific, Rahmin Pavlovic wrote: > So my first question is: can I create my own methods in CF? Yes: function Capitalize(str) { return UCase(Left(LCase(str), 1)) & Mid(LCase(str), 2, Len(LCase(str))); } Works in CF5 upwards. > If so that'd be hot lunch on a ho

Going OT: CF Capability but not CF.

2003-02-01 Thread Sean A Corfield
On Friday, Jan 31, 2003, at 10:04 US/Pacific, webguy wrote: > ... but only really for those that want to build hard core compliers > (i.e. > nerds like J.J. & Sean C. ), you can use things like lex and Yacc (Yet I resemble that remark! :) > Another Compiler Compiler) to build a compiler. Buildin

Application.cfm not being included / CFMX

2003-02-01 Thread brook
I have a strange problem. It's actually a bit of a recurring problem across a couple of servers. On our dev system, the application.cfm file is not being run! This happens only when the site or directory is called without specificity the default document. So if I call www.mysebsite.com/myadmin/,

Re: MPSB03-02 - Using Windows NT Authentication and Windows file permissions

2003-02-01 Thread brook
Ok Thanks :) I guess my next question is: Is there any way to use the "check that file exists" setting in IIS while using SES URL's. Example: http:www.mysite.com/index.cfm/fuseaction/display/ Brook At 05:05 AM 2/2/03 +, you wrote: >Forgot to include another link that may help you > >htt

Re: MPSB03-02 - Using Windows NT Authentication and Windows file permissions

2003-02-01 Thread mark brinkworth
Forgot to include another link that may help you http://www.securitytracker.com/alerts/2003/Jan/1006023.html Cheers --- [EMAIL PROTECTED] wrote: > Hello Weekenders, > > I'm sure most of you got the MM Security bulletin > the other day > (http://www.macromedia.com/security). I am trying to >

Re: MPSB03-02 - Using Windows NT Authentication and Windows file permissions

2003-02-01 Thread mark brinkworth
My understanding of this was that anybody could run the CFM template regardless of their NTFS file permissions, for that template. Cheers --- [EMAIL PROTECTED] wrote: > Hello Weekenders, > > I'm sure most of you got the MM Security bulletin > the other day > (http://www.macromedia.com/securit

RE: CF Capability but not CF.

2003-02-01 Thread mark brinkworth
JavaCC started life out as Jack (rhymes with YACC). Was renamed along the way. no idea if it was ever called anything else. > > Matt Liotta > President & CEO > Montara Software, Inc. > http://www.montarasoftware.com/ > 888-408-0900 x901 > > > -Original Message- > > From: webguy [mailto:[

MPSB03-02 - Using Windows NT Authentication and Windows file permissions

2003-02-01 Thread brook
Hello Weekenders, I'm sure most of you got the MM Security bulletin the other day (http://www.macromedia.com/security). I am trying to figure out what the security breach is if the steps outlines in the Security Bulletin are not taken. It doesn't describe what level of access an attacker could

Re: CSS Question

2003-02-01 Thread Dave Lyons
are you trying to make the table row change on mouseover? I have a great lil trick for that the top navigation menu on www.dreamlofts-webdesigns.com is done that way Dave - Original Message - From: "Duane Boudreau" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, F

RE: CSS Question

2003-02-01 Thread Duane Boudreau
I'm trying to do this via javascript but no go, any suggestions? Duane -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 01, 2003 8:08 PM To: CF-Talk Subject: Re: CSS Question if you apply a style sheet and redefin the tag it will adjust all tr

Re: CSS Question

2003-02-01 Thread Dave Lyons
granted i do things pretty weird but try this: below is a stylesheet, pretty self explanatory what I do is make the table then click anywhere inside the table and add the class. let me know if this is confusing and I will send u an example .main { font-family: Geneva, Arial, Helvetica, sans-seri

RE: CSS Question

2003-02-01 Thread Russ
It will accept a border; there tends to be an issue with it working in NS4, however. HTH, Russ > -Original Message- > From: Charlie Griefer [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 01, 2003 3:53 PM > To: CF-Talk > Subject: Re: CSS Question > > > - Original Message ---

Re: CSS Question

2003-02-01 Thread Jason Miller
if you apply a style sheet and redefin the tag it will adjust all tr tags. you can do a it's the property : decoration color - You can also add more attributes by seperating them with a ; hope this helps jay miller Russ wrote: Try applying a style that you define to do that to just the tag

Re: CSS Question

2003-02-01 Thread Charlie Griefer
- Original Message - From: "Russ" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 2:48 PM Subject: RE: CSS Question > Try applying a style that you define to do that to just the tag. Actually, i don't believe the will accept a border attribute (i

Re: CSS Question

2003-02-01 Thread Gyrus
- Original Message - From: "Duane Boudreau" <[EMAIL PROTECTED]> > I'm looking for a style sheet that will let me put a border around just one > row in a table. > Has anyone here done this before? If so how? Try: tr.border {border: 1px solid Black;} with this HTML: Table row HTH, Gyrus

RE: CSS Question

2003-02-01 Thread Russ
Try applying a style that you define to do that to just the tag. > -Original Message- > From: Duane Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 01, 2003 3:35 PM > To: CF-Talk > Subject: CSS Question > > > Hi All, > > I'm looking for a style sheet that will let me pu

CSS Question

2003-02-01 Thread Duane Boudreau
Hi All, I'm looking for a style sheet that will let me put a border around just one row in a table. Has anyone here done this before? If so how? TIA, Duane ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 S

Re: CF equivalent of phpinfo()?

2003-02-01 Thread S . Isaac Dealey
>> You can fin dthose settings in the settingssummary in the >> cfadmin though > :) > Please check the original question, which was about > someone without access > to CF Admin being able to view a summary of the > settings... > I know you can get basic server info from CGI variables > and the Se

Re: CF equivalent of phpinfo()?

2003-02-01 Thread S . Isaac Dealey
So they could theoretically call MM for tech support. ;P > One thing I never cared much for was the fact that anyone > on a shared server can see that server's serial number. > -Novak > - Original Message - > From: "Gyrus" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: S

OT (But Important): In Honor...

2003-02-01 Thread Lee Fuller
It is truly a sad day for this country, and for the world. We've lost 7 very brave and honorable people. I simply wanted to express my sorrow and shock at the tragedy of this morning. I happened to have met several of the members of this crew due to special function we jointly attended. So this

RE: CF equivalent of phpinfo()?

2003-02-01 Thread Jim Davis
> -Original Message- > From: Gyrus [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 01, 2003 1:36 PM > To: CF-Talk > Subject: Re: CF equivalent of phpinfo()? > > > > You can fin dthose settings in the settingssummary in the cfadmin > > though > :) > > Please check the original que

RE: CFMX on FreeBSD

2003-02-01 Thread Ben Arledge
Thanks for your insights Brandon, I'll definitely use it as a reference if I run into problems. I'm just way too busy to try it out now, maybe this next week I'll have an opportunity. :) Cheers, Ben Arledge www.arledge.net -Original Message- From: Brandon Harper [mailto:[EMAIL PROTECTED

Re: CF equivalent of phpinfo()?

2003-02-01 Thread cf-talk
One thing I never cared much for was the fact that anyone on a shared server can see that server's serial number. -Novak - Original Message - From: "Gyrus" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 10:36 AM Subject: Re: CF equivalent of phpinf

Re: CF equivalent of phpinfo()?

2003-02-01 Thread Jochem van Dieten
Gyrus wrote: > > I know you can get basic server info from CGI variables and the Server > scope, I was more interested in the actual settings, stuff like whitespace > management and cache setttings... What's ServiceFactory? http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=10 > I think I'll

Re: CF equivalent of phpinfo()?

2003-02-01 Thread Gyrus
> You can fin dthose settings in the settingssummary in the cfadmin though :) Please check the original question, which was about someone without access to CF Admin being able to view a summary of the settings... I know you can get basic server info from CGI variables and the Server scope, I was

Re: cfqueryparam and datetime

2003-02-01 Thread Jochem van Dieten
Murat Demirci wrote: > How can i use the cfqueryparam tag to bind with a datetime field? Use the timestamp type. Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffus

cfqueryparam and datetime

2003-02-01 Thread Murat Demirci
How can i use the cfqueryparam tag to bind with a datetime field? .murat ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&for

RE: Starting CF with cfstart.bat - Can you assign an account?

2003-02-01 Thread Dave Watts
> When I use the runas command, it asks for a > password. Is it possible to pass a password > to the runas program so that it can be > automated? To be honest, I have no idea. If you want to use it in a batch file, I'm sure there's some way to pass the password to it, although it might not be a

Re: end of my CFHTTP rope

2003-02-01 Thread jonhall
My first step when I have a problem like this is fire up my handy http sniffer http://www.effetech.com/sniffer/ and see what is actually flowing across the wire. Your favorite sniffer will work as well. Just remember sniffers can't catch traffic that does not flow across the NIC, so localhost/127.0

Re: CF equivalent of phpinfo()?

2003-02-01 Thread Jesse Houwing
Joshua Miller wrote: >Look in the CF Documentation under: CFML_Reference / Variables and >Reserved Words / CGI Environment Variables > >There is a list of all of the CGI server and client variables that you >could use to create a server info page. > Use debugging to get a complete list of variable

Re[2]: SOT: Serv-U?

2003-02-01 Thread cf-talk
We use it on all our servers. Very nice product. Ran through the years without a problem. Uwe R> I don't mean to jump down your throat on that one, but do you have any R> statistics on that? R> I've used several hosts over the years, am using several now, and I can R> only honestly count 1 that h

end of my CFHTTP rope!

2003-02-01 Thread Jason kufner
Good evening everyone--- I'm at the end of my rope, I can't get cfhttp to work. I've read through both of Ben fortas MX books, searched on line and experimented until I'm blue in the face. The code seems good to me- Please, I need a second pair of eyes: SETUP: I'm collecting info from a form

end of my CFHTTP rope

2003-02-01 Thread Jay Kufner
Good evening everyone--- I'm at the end of my rope, I can't get cfhttp to work. I've read through both of Ben fortas MX books, searched on line and experimented until I'm blue in the face. The code seems good to me- Please, I need a second pair of eyes: SETUP: I'm collecting info from a form