Re: cf7 sql server integrated security

2005-09-10 Thread Paul Hastings
Russ wrote: > Actually I'm using ColdFusion 7 and SQL server 2000. well if you don't mind a 3rd party jdbc driver, have you looked at jTDS? you can add trusted authentication as simply as adding domain to the jdbc url: jdbc:jtds:sqlserver://:1433/;user=;password=; sendStringParametersAsUnic

RE: How do I use CFDIRECTORY to get a list of files?

2005-09-10 Thread Bobby Hartsfield
What doesn’t work about it? Do you get an error? Are you sure the directory exists? Are you sure there are files in that directory? Are you sure you have permission to use the tag? -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, September 10, 2005 11:18 P

RE: Galleon ColdFusion Forums Updated

2005-09-10 Thread Bobby Hartsfield
Nice. Looks great! > You may download the code here: > http://ray.camdenfamily.com/downloads/forums.zip > And see it in action here: > http://ray.camdenfamily.com/forums -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.21/96 - Rel

Re: Testing - Not received anything since 7pm Eastern Friday

2005-09-10 Thread Will Tomlinson
> Anyone out there? > Me! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free wi

SOT: using java.io.file in a java applet?

2005-09-10 Thread Johnny Le
Hi, I am using java.io.file class in my java applet. I need to access the Content-Type of the file. Do you know how I can get that information? Johnny ~| Find out how CFTicket can increase your company's customer support eff

Re: Can CSS and Layers Take the Place of Tables for Displaying Dynamic Data?

2005-09-10 Thread Larry Lyons
>Thanks for the insight and pointers, David. >I'll definitely check out your project. > >Rick > Another option is to use a combination of div's (equivalent of the tags) and unordered list elements with a display: block; for each data row. regards, larry ~

cfformgroup question

2005-09-10 Thread Tony
hi there. i have some buttons in a cfform panel, and i want them to be centered. i have this code below... and they are left justified. ive tried sooo many variations of centering, and i just cannot get it... help :)

How do I use CFDIRECTORY to get a list of files?

2005-09-10 Thread Rick Faircloth
Hi, all... Haven't used CFDIRECTORY before, but it seems straight-forward enough. However, I can't get a list of files...why doesn't this code work? #Name# ??? Rick ~| Find out how CFTicket can increase your company's c

RE: Katrina Relief and BlogFusion

2005-09-10 Thread Snake
I'm sure there are thousands of charity sites, if not katrina specific sites that would be happy for this discussion. I se eenough of this on the news without seeing it on my cf lists as well. Russ -Original Message- From: E C list [mailto:[EMAIL PROTECTED] Sent: 05 September 2005 18:14

Testing - Not received anything since 7pm Eastern Friday

2005-09-10 Thread Dave.Phillips
Anyone out there? Dave ** The information contained in this message, including attachments, may contain privileged or confidential information that is intended to be delivered only to the person identified a

RE: XML, XSD, XSL

2005-09-10 Thread S . Isaac Dealey
> First, I think that your apps are way more sophisticated > then mine. All I have is a very basic controller (I am > using Application.cfc in this role), Mmmm... I'm thinking that might be a misinterpretation of what's generally meant by "controller" when people talk about MVC... I've always hea

Re: More RegExp help...

2005-09-10 Thread Scott Stroz
I love RegEx, and use them frequently. However, they are not always my first choice. I would actaully use: ListFirst(fileName,".") Assuming there are no periods in the file name. This may actually be a bit quicker since you don't use the Reg Ex engine. -- Scott Stroz Boyzoid.com

Re: SOT: Fusebox 4.1 specification format?

2005-09-10 Thread Greg Hamm
Yup, fusebuilder for this, or you can shell out the cash for adalon, I think Fusebuilder has more features now than adalon and once you get the hang out it, it can do a whole lot of code geneartion / fusedoc writing / file+ directory building, it now even has the ability to read in an existing fu

onTap Framework - New Server

2005-09-10 Thread S . Isaac Dealey
After much ado, the onTap framework site is now on a new server. I now return you to your regularly unscheduled... something... :) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com

Re: Can CSS and Layers Take the Place of Tables for Displaying Dynamic Data?

2005-09-10 Thread David Livingston
I stumbled across this while researching something else. I thought it fits into the topi, sort of. It's kind neat. http://www.activewidgets.com/grid/ Dave On Sep 9, 2005, at 1:06 PM, Rick Root wrote: > Rick, > > Are you asking us how to pound in a nail without using a hammer? > > I see from t

Re: cfFile - uploading safely

2005-09-10 Thread David Livingston
A few other safety tips for uploads: -Upload files into a temp directory then copy them over to their final destination. If you can, remove execute permissions on the file. If its just for download read and write should be sufficient. -Virus scan everything that gets uploaded into the temp dire

Galleon ColdFusion Forums Updated

2005-09-10 Thread Raymond Camden
A minor update, but it continues the recent updates to the Admin section. You can now actually see a lot more info in the admin when browsing messages and threads. You can even (gasp) sort the data in the admin. This update also fixes a bug w/ MS Access and Stickies. You may download the code her

Re: cfdocument, large pdf, and 500 null

2005-09-10 Thread Rick Root
Bryan Stevenson wrote: >>On a side note, doesn't seem to work. >> >>Rick Yes, I was testing to see if I was having a timeout problem, so I tried to force a timeout after 5 seconds. Rick ~| Logware (www.logware.us): a new a

RE: cf7 sql server integrated security

2005-09-10 Thread Russ
Actually I'm using ColdFusion 7 and SQL server 2000. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 5:22 PM To: CF-Talk Subject: RE: cf7 sql server integrated security Yeah - I read that too but I still don't know anyone using CFMX