Re: Apache config

2007-01-20 Thread Jordan Michaels
Dave Watts wrote: Apache beats the pants off IIS, but it has a bit of a learning curve. troll One important measurement of how good a product is, is how easy it is to learn and use. /troll Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Apache *is* easy to use - you

Re: Apache config

2007-01-20 Thread Robertson-Ravo, Neil (RX)
Well, I think that obviously IIS hides you away from the complexity of settings etc, Apache does certainly have a learning curve and is no where near as intuitive as result, saying that you are correct, with a little dedication it can become easy just like anything. It is an easy vanilla install

Re: Apache config (solved)

2007-01-20 Thread Robertson-Ravo, Neil (RX)
The. XP argument is not really one of worth, unless of course you are running XP in a Production enviroment. There are several tools to allow multiple domains in IIS on XP - albeit not simultaneously (but as east as a few mouse clicks) but saying that, your code should be domain agnostic anyway

RE: Apache config

2007-01-20 Thread Mike Tangorre
From: Dave Watts [mailto:[EMAIL PROTECTED] http://people.apache.org/~rbowen/presentations/apacheconEU2005/hate_apa che.p df That is a classic! ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create

Re: Sitemap or FLowchart

2007-01-20 Thread Jose Diaz
www.Gliffy.com HTH Jose Diaz On 1/18/07, Tero Pikala [EMAIL PROTECTED] wrote: Mercury tools are really great if you can afford them, unfortunately most of us can't. Tero On Jan 18, 2007, at 9:52 PM, Eric Roberts wrote: I forget the name of the product, but it is produced by Mercury

Re: Apache config

2007-01-20 Thread Larry Lyons
The only thing I don't like about Apache are the mod extras and getting them to work (if they do not work out of the box), if you are unfamiliar with compiling etc you can get stuck in a rut trying to get it to work (when binaries are not available). The .config file is very flexible but a GUI

Re: Apache config

2007-01-20 Thread Cutter (CFRelated)
ApacheConf, which is shareware Larry Lyons wrote: The only thing I don't like about Apache are the mod extras and getting them to work (if they do not work out of the box), if you are unfamiliar with compiling etc you can get stuck in a rut trying to get it to work (when binaries are not

RE: Any way to specify image size in this code?

2007-01-20 Thread Adrian Lynch
Also create a new page and test that the resize code works. Adrian -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 11 January 2007 22:22 To: CF-Talk Subject: Re: Any way to specify image size in this code? Hmmm, it looks like you have some functions in the href

Proliphix API

2007-01-20 Thread Steve Good
My boss presented me with a print out for the Proliphix API. I was wondering if anyone has any experience with this API. After skimming it I see a couple of code examples to use with CURL and PHP. Obviously I would rather use the API in CF. For those who might be wondering, Proliphix is a

RE: Any way to specify image size in this code?

2007-01-20 Thread Rick Faircloth
Good idea... -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Saturday, January 20, 2007 10:59 AM To: CF-Talk Subject: RE: Any way to specify image size in this code? Also create a new page and test that the resize code works. Adrian -Original Message-

RE: Apache config

2007-01-20 Thread Dave Watts
Apache lets you keep the .conf file in a source control system like subversion. It lets you easily copy and paste and create new configurations. I can set up a template for new virtual sites and have CF automatically create a new conf file, and do a graceful restart on apache and voila,

Re: Apache config

2007-01-20 Thread Robertson-Ravo, Neil (RX)
The old cfx_IIS tag has done the autocreation of dies from CF for years. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Apache config

2007-01-20 Thread Larry Lyons
ApacheConf, which is shareware Larry Lyons wrote: Thanks Cutter I appreciate it. Now to dump IIS off my home server. larry ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform

Re: Apache config

2007-01-20 Thread Judah McAuley
Dave Watts wrote: snip Well, if you're using CF, you don't need to do that at the web server level at all: http://www.doughughes.net/index.cfm/page-blogLink/entryId-37 You'll notice that this is an SES URL, on an IIS 6 server, that points to a simple description of how to set up SES URLs

RE: Apache config

2007-01-20 Thread Russ
-Original Message- From: Judah McAuley [mailto:[EMAIL PROTECTED] Sent: Saturday, January 20, 2007 4:49 PM To: CF-Talk Subject: Re: Apache config Dave Watts wrote: snip Well, if you're using CF, you don't need to do that at the web server level at all:

Re: Apache config

2007-01-20 Thread Robertson-Ravo, Neil (RX)
Granted, while it is a cleaner URL it is in no way friendly, it's an ugly hack. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information

Re: Apache config

2007-01-20 Thread Judah McAuley
Robertson-Ravo, Neil (RX) wrote: Granted, while it is a cleaner URL it is in no way friendly, it's an ugly hack. An ugly hack? How so? A URL (or more properly a URI) is meant to provide a descriptive and permanent location for a piece of content. The url I provided does exactly that. One of

Is cfqueryparam cfsqltype=cf_sql_varchar Necessary?

2007-01-20 Thread Richard Cooper
Hi, For avoiding SQL injection (or otherwise), is cfqueryparam only necessary with numeric data types i.e. where query variable won't contain quotes? R ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

Setting file dates and attributes

2007-01-20 Thread Claude Schneegans
Hi, Does any one know about some tool or custom Tag able to set new dates to files on the server, like date last modified, date created, or date last access? Also, any tool that will enable setting the statuses like read-only, archive, etc ? -- ___ REUSE

Re: Apache config

2007-01-20 Thread Robertson-Ravo, Neil (RX)
Well, your URL is simple a rewrite of index.cfm?foo=foo, it is not a permanent location for this document in that if I bookmark this page and you delete foo, I will be 100% guaranteed to get it again. This is simple a facade onto the normal query string approach. The fact you still have

Re: Setting file dates and attributes

2007-01-20 Thread Robertson-Ravo, Neil (RX)
Yeah, ColdFusion :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

Re: Apache config

2007-01-20 Thread Judah McAuley
Robertson-Ravo, Neil (RX) wrote: Well, your URL is simple a rewrite of index.cfm?foo=foo, it is not a permanent location for this document in that if I bookmark this page and you delete foo, I will be 100% guaranteed to get it again. This is simple a facade onto the normal query string

Re: Is cfqueryparam cfsqltype=cf_sql_varchar Necessary?

2007-01-20 Thread Will Tomlinson
Always use it anywhere, anytime... Will ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Apache config

2007-01-20 Thread Matthew Williams
You're not limited to just ISAPI re-write with IIS. You could also use Spike's servlet from http://www.spike.org.uk/projects/fuservlet/. Matthew Williams Geodesic GraFX Russ wrote: -Original Message- From: Judah McAuley [mailto:[EMAIL PROTECTED] Sent: Saturday, January 20, 2007 4:49

RE: Setting file dates and attributes

2007-01-20 Thread Coldfusion
I don't think CF has the capability to reset the date created / modified attributes. I have used BeyondCompare for that . -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Saturday, January 20, 2007 7:24 PM To: CF-Talk Subject: Re: Setting file dates

Re: Setting file dates and attributes

2007-01-20 Thread Claude Schneegans
Yeah, ColdFusion Really? How? I don't mean reset lastModifiedDate to Now() just by overwriting the file. I mean set lastModifiedDate to ANY date-time value. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

RE: Apache config

2007-01-20 Thread Russ
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Saturday, January 20, 2007 3:25 PM To: CF-Talk Subject: RE: Apache config snip As for the whole open source argument, no, IIS nor third-party IIS tools are open source. For something that is essentially a

ANN: Transfer 0.6.1 Released

2007-01-20 Thread Mark Mandel
After quite a few bug fixes and performance enhancements, it made sense to do a maintenance release of Transfer ORM before moving on to version 0.7. The major improvements and bug fixes that you will see in this release are: * Documentation updates. * The caching layer now allows the underlying