Re: Which Framework do you use... (if any)

2007-04-29 Thread Robertson-Ravo, Neil (RX)
Well..Why not? :-) 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: switching to coldfusion

2007-04-29 Thread Tom Budd
Hi Will Yeah thanks for that - really helpful! Thanks also for getting back so quick... Tom On 4/26/07, Will Swain [EMAIL PROTECTED] wrote: Hi Tom, To answer your questions: Yes, CF is ideal for this project. It's pretty easy to learn, particularly if you are familiar with the tag based

Re: switching to coldfusion

2007-04-29 Thread Tom Budd
Sorry... What I meant to say is hanks to all that got back. Still getting used to this forum business!! Really appreciate it!! Tom ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more

Re: CFHTTP Connection Failure

2007-04-29 Thread Matthew Irwin
Will I thought it just might work. I downloaded the certificate from the site and imported it. The way to do it for CFMX7 is on this link http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19298 This however still has not resolved the problem. I do think you are on the right track

Re: JRun Connector Protocol Error

2007-04-29 Thread Gil Carroll
I also had this issue, with CF 702 and XP Pro, upgrading from CF6. I tried all the blogs and nothing worked. I reinstalled several times. Nothing. Finally, I removed CF and IIS and reinstalled them both and it works now. This is the error I got when trying to upgrade my production Win

Re: Which Framework do you use... (if any)

2007-04-29 Thread Barney Boisvert
The best tool for the job depends both on the job that you need to do and your experience/skill. If you need to pound some nails, a standard hammer will likely be the best tool for the job, and it's an easy one to learn how to use. But if you need to pound a LOT of nails, an air-hammer is

Re: Which Framework do you use... (if any)

2007-04-29 Thread Robertson-Ravo, Neil (RX)
True, but when it comes to these nails and their respective quantities you can go with said air-hammer but surely some air-hammers are better than others... Imagine, large project, skilled developers looking for a good, solid, fast and stable framework (no, not ColdFusion Air Hammer :-)

Re: Which Framework do you use... (if any)

2007-04-29 Thread Zaphod Beeblebrox
Hasn't the Accord won best car for several years in a row. Does that mean we should all be driving Accord's? Doesn't a lot of the car purchase come down to what you need a vehicle to do? The framework question is more the general hammer metaphor. All the frameworks are like different types of

Re: Fusion Authnority Quarterly

2007-04-29 Thread Judith Dinowitz
Anyone subscribed to the FAQ? I recently took the plunge and was suprised not see any PDF downloads for the money? Did you get this? We originally had a special which gave all subscribers prior to January 1, 2007 the PDFs as well as the print issue. That was really meant to be a one-time

Application.cfc OnError and 404

2007-04-29 Thread John Allen
Am I correct in thinking that I CAN NOT intercept a 404 error in my Application.cfc because ColdFusion is NOT firing the Application.cfc file cause is dies at missing template level? And if so, how would one handle this in a shared hosting environment where there is no access to the ColdFusion

Re: Fusion Authnority Quarterly

2007-04-29 Thread Robertson-Ravo, Neil (RX)
Thanks Judith, that is great news. 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

RE: Which Framework do you use... (if any)

2007-04-29 Thread Dave Watts
Well..Why not? For the same reason that there's not one best of most everything else - programming languages, wines, movies, etc. A lot of what makes something best for you is rooted in your own preferences, experience, and goals. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

RE: My CSS presentation - recorded via Adobe Connect

2007-04-29 Thread Rick Faircloth
Andy... thank for the intro to CSS... I'd love another one about designing layouts with CSS. I've been a table guy for a long time! I'm going to give CSS another shot, however. Sorry you were sick... hope you're better! Rick -Original Message- From: Andy Matthews [mailto:[EMAIL

request timeout

2007-04-29 Thread Sinuy L
does anyone know how to DYNAMICALLY extend the timeout in CFSETTNG for a long data carry by using CFHTTP? say, it takes 10min - or up to 90min sometime. Sinuy - ~| Create robust enterprise, web RIAs. Upgrade integrate

Re: request timeout

2007-04-29 Thread Robertson-Ravo, Neil (RX)
90 minutes?!?! 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

To cache or not to cache...

2007-04-29 Thread Mike | NZSolutions Ltd
Hi guys, I am working on an application to list properties. Just wanted some opinions... Am I better to create a stored procedure of all listings (the aim is to have quite a few), then use a query of queries to get relevant listings eg. feature/general/classfieds Or am I better to use a

Re: To cache or not to cache...

2007-04-29 Thread Robertson-Ravo, Neil (RX)
A normal cache would be better I would say, probably less mem impact. How many rows are we talking about? 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

RE: request timeout

2007-04-29 Thread Dave Watts
does anyone know how to DYNAMICALLY extend the timeout in CFSETTNG for a long data carry by using CFHTTP? say, it takes 10min - or up to 90min sometime. You can use the TIMEOUT attribute of CFHTTP to override the normal timeout of a CFHTTP request, but you will also need to override the

RE: Which Framework do you use... (if any)

2007-04-29 Thread Dwayne Cole
So what framework or hammer do you all think best handles setting up an application's global parameters. -- Original Message -- From: Dave Watts [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Sun, 29 Apr 2007 01:20:59 -0400 There must

client side and server side validation

2007-04-29 Thread Pete
I want to check on exactly how this should be done. I have a program and I wish to check as to whether it is being done correctly. Baically I have the following in the page: script language=JavaScript type=text/javascript function validateFields() {

Re: To cache or not to cache...

2007-04-29 Thread Mike Little
hi neil, well potentially the client wants a large amount of property listings eg. 1000+ ?? at the moment, running one SP for each type of listing eg. feature, then doing a QofQ based on region seems to work ok - but i am dealing with very small amounts for development. our model is a site

Re: Which Framework do you use... (if any)

2007-04-29 Thread Barney Boisvert
Application.cfm (part of the pre-CF7 built-in application framework). Short of that, Application.cfc with a private method that gets invoked onRequestStart. This is inferior, I think, but necessary if you need some of the other Application.cfc hooks (like onSessionEnd). And let the flame-war

Re: cms

2007-04-29 Thread Geoff Bowers
On 28/04/07, Billy Cox [EMAIL PROTECTED] wrote: I evaluated FarCry some time ago. It seemed pretty arcane as far as getting started and I didn't find much of a developer community. These sorts of responses are far from helpful. FarCry has had an active developer community since it was released

RE: client side and server side validation

2007-04-29 Thread Bobby Hartsfield
Where you have... onsubmit=return validateFields(this); remove that and put this on the submit button for the form. Onclick=validateFields() Your function also always returns true. You need an else... Here it is all together... script language=JavaScript type=text/javascript function

Re: To cache or not to cache...

2007-04-29 Thread Cameron Childress
if the data doesn't change frequently, you may be better off just caching the assembled page. hard to know without knowing more about the business problem at hand. On 4/29/07, Mike Little [EMAIL PROTECTED] wrote: hi neil, well potentially the client wants a large amount of property listings

Re: License Exception for JSP Pages - how to disallow

2007-04-29 Thread Alex Hubner
Have you tried the IIS check that file exists option? On 4/28/07, T Lux [EMAIL PROTECTED] wrote: Which it doesnt, hence my question! Thanks, Tim Well I would presume that if there is no page for it to serve of that type is should indeed 404 you.

Re: client side and server side validation

2007-04-29 Thread Les Mizzell
Where you have... onsubmit=return validateFields(this); and I'll throw the monkey wrench in. What if the user has javascript turned off? Have you planned for that? ~| Create robust enterprise, web RIAs. Upgrade

How can I make cfquery stop removing leading 0's??

2007-04-29 Thread Will Tomlinson
I googled this and can't come up with a solution. I have an id field with a varchar datatype. I need to insert an id value into it. cfquery is removing my leading 0's. Is there a simple way to solve this without an ugly hack? Thanks, Will I removed the cfqueryparam to try and get ANYthing

Re: How can I make cfquery stop removing leading 0's??

2007-04-29 Thread Mark Mandel
what happens when you use a cf_sql_varchar in the queryparam? And what happens when you run the INSERT statement in a Database console window? same thing, or does it keep the leading 0's? Mark On 4/30/07, Will Tomlinson [EMAIL PROTECTED] wrote: I googled this and can't come up with a solution.

RE: client side and server side validation

2007-04-29 Thread Pete
Good question - so what do you recommend? P -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Monday, 30 April 2007 11:59 AM To: CF-Talk Subject: Re: client side and server side validation Where you have... onsubmit=return validateFields(this); . and I'll

Re: cms

2007-04-29 Thread Geoff Bowers
Will, On 28/04/07, Will Swain [EMAIL PROTECTED] wrote: Yes, so far I can echo your sentiments about Farcry, which is a shame. However, I shall persevere with my evaluation anyway. I'm happier with an open source CF based system if possible, because we will need to do some tweaking no doubt,

Re: How can I make cfquery stop removing leading 0's??

2007-04-29 Thread Will Tomlinson
Mark, just dumped the data and figured out Ben Nadel's excel CFC is removing the 0's for me. Thanks, Will ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: cms

2007-04-29 Thread Geoff Bowers
On 28/04/07, Leitch, Oblio [EMAIL PROTECTED] wrote: I've worked with FarCry. I wouldn't recommend it to anyone with less than an army of developers, and not for production, yet. (I'm not saying it's bad, just not out-of-the-box enough.) Hmm.. FarCry is an extremely *productive* framework for

Re: How can I make cfquery stop removing leading 0's??

2007-04-29 Thread Will Tomlinson
Just figured out I have bad data to start with. lol... Will ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive:

Re: Which Framework do you use... (if any)

2007-04-29 Thread Sean Corfield
On 4/28/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Just what frameworks/methologies are people using, if any? No specific named methodology. Frameworks? Model-Glue, Fusebox, ColdSpring, Transfer. from research it seems people fleet between them etc which seems futile. I think a

Re: To cache or not to cache...

2007-04-29 Thread James Holmes
With this many records it may actually work out that a properly indexed DB with wel-written queries performs better than QoQ on a stored/cached query. Compare both and see what happens. On 4/30/07, Mike Little wrote: well potentially the client wants a large amount of property listings eg.