Re: cf7 sql server integrated security

2005-09-17 Thread Alin Sinpalean
Not to say anything bad about jTDS, but I recently tried these drivers for a site that was using the latest DataDirect drivers. The jTDS drivers seemed to reduce memory utilization overall, but under load they failed outright. So I'd recommend that, for any database drivers you want to try, you

Login page dropping www and not allowing to enter area

2005-09-17 Thread Larry Juncker
Good morning I am writing code for a secure area of my site at the following address http://www.bvesa.org/Admin/ If you happen to type the address without the trailing backslash, and proceed with the login, the site is returned to http://bvesa.org/Admin/ and makes it look like

Re: Sort records w/same search

2005-09-17 Thread Ryan Guill
how would this work for you? http://www.kryogenix.org/code/browser/sorttable/ -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 3:42 PM To: CF-Talk Subject: Sort records w/same search How do I do a sort on records that already

OT: XML / XSLT / XPath

2005-09-17 Thread Michael Tangorre
Anyone have any book recommendations for XML/XSLT/Xpath ? Thanks! Mike T. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with

re: OT: XML / XSLT / XPath

2005-09-17 Thread dave
soory not a book rec' but the new dw has some ass kickin xml/xls tools! ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time. From: Michael Tangorre [EMAIL PROTECTED] Sent: Saturday,

Developing a CFX tag in Java

2005-09-17 Thread Claude Schneegans
Hi, Has anyone here succeeded developing a CFX for CFMX in Java? I cannot find any way to force CF reload the class when the tag has been recompiled. The only way is to stop and restart the CF server. This really makes me miss the C language! :-( -- ___

Re: XML / XSLT / XPath

2005-09-17 Thread Massimo, Tiziana e Federica
Anyone have any book recommendations for XML/XSLT/Xpath ? That's a pretty huge range of topics :-) I have a few small reviews available on my website. See under Book Reviews XML Please feel free to ask more questions about a specific book or topic Massimo Foti

RE: XML / XSLT / XPath

2005-09-17 Thread Michael Tangorre
From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] That's a pretty huge range of topics :-) I know :-) I don't have any real experience with XML other than editing some config files, parsing some xml docs and tinkering with XSLT over the last couple weekends. I guess I am looking for

Re: XML / XSLT / XPath

2005-09-17 Thread Michael Greenberg
Might want to get the O'reilly XSLT Cookbook as well as joining the Mulberry XSLT listXSLTs are easy once you get past some of the initial shock Mulberry XSLT List - http://www.mulberrytech.com/xsl/xsl-list/ On Sep 17, 2005, at 6:08 PM, Michael Tangorre wrote: From: Massimo, Tiziana e

OT: ColdFusion + ASP without IIS?

2005-09-17 Thread HOFLee _
I have ColdFusion (development version/built in webserver) installed on my local windows computer. I also want to run simple asp/asp.net scripts, but I don't want to install IIS. Is this possible? Maybe using Apache, with some add in module, instead of the built in server? TIA for any

Re: Developing a CFX tag in Java

2005-09-17 Thread Robert Munn
Claude, I wonder whether it is even worth building CFX tags anymore when you can write a regular Java class and call it using createobject(). As far as reloading the class file, have you tried the CF Admin Clear Template Cache option? Hi, Has anyone here succeeded developing a CFX for CFMX

Re: OT: ColdFusion + ASP without IIS?

2005-09-17 Thread Robert Munn
There used to be some alternative engine for ASP, but I have no idea if it is still around. I think you are totally out of luck as far as .net goes, though I could be wrong. I have ColdFusion (development version/built in webserver) installed on my local windows computer. I also want to run

Re: OT: ColdFusion + ASP without IIS?

2005-09-17 Thread HOFLee _
There used to be some alternative engine for ASP, but I have no idea if it is still around. I think you are totally out of luck as far as . net goes, though I could be wrong. Thanks for the reply. Yes, I did see a few references to ASP alternatives, but nothing solid. I just saw something

Re: XML / XSLT / XPath

2005-09-17 Thread Massimo, Tiziana e Federica
I don't have any real experience with XML other than editing some config files, parsing some xml docs and tinkering with XSLT over the last couple weekends. I guess I am looking for a book that hits on all the topics but not too deep. I can then get more specific books as the need arises.

Re: Can't use a CF mapping with CFFORMS? is this correct?

2005-09-17 Thread Mike Kear
Thanks a lot Ray, I'm not the Sysadmin so I have to ask the sysadmin to do anything outside the CFAdministrator for this. As far as I can see, eveyrthing's normal in the CFIDE - the CFAdministrator works and does everythign I've asked it to do. What should we look for with the CFIDE? The layout

Re: OT: ColdFusion + ASP without IIS?

2005-09-17 Thread Jordan Michaels
HOFLee _ wrote: There used to be some alternative engine for ASP, but I have no idea if it is still around. I think you are totally out of luck as far as . net goes, though I could be wrong. Thanks for the reply. Yes, I did see a few references to ASP alternatives, but nothing solid. I

RE: cf7 sql server integrated security

2005-09-17 Thread Dave Watts
Hi, Alin! I'm a jTDS developer and I would be really interested in knowing what went wrong with jTDS in your testing and fixing it. I and a lot of other people have been using jTDS under heavy loads without any issues so this must be something none of us has bumped into yet. Please

Re: OT: ColdFusion + ASP without IIS?

2005-09-17 Thread HOFLee _
If you want to run ASP 3, probably the best alternative for apache is Chilisoft ASP. For ASP.NET check out mono. Thanks! I hadn't heard about mono. I'm off to download, setup and configure! ~| Logware (www.logware.us): a new