Re: AJAX Libraries

2007-06-11 Thread Robertson-Ravo, Neil (RX)
JQuery is not unique in this regard. 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.

Re: Flash forms errors

2007-06-11 Thread AJ Mercer
Doh! but correct James :-) On 6/11/07, James Holmes [EMAIL PROTECTED] wrote: Wrong thread? :-) On 6/11/07, AJ Mercer [EMAIL PROTECTED] wrote: it is dated 11 June http://labs.adobe.com/technologies/flex/ maybe those that are going to do the flex study course should hold off

Re: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-11 Thread Robertson-Ravo, Neil (RX)
He could port to BD with little or no changes to code. 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

RE: Finding current queries

2007-06-11 Thread Brad Wood
What scope are the query object(s) in? Do you mean on error just doing something like cfoutput cfloop collection=#variables# item=i cfif isquery(variables[i]) #i#: #variables[i].recordcount# recordsbr /cfif /cfloop /cfoutput

RE: SLQ Injection on CF7 Site

2007-06-11 Thread Brad Wood
Also look for dynamic SQL in stored procs which concatenate a SQL string and then execute it. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Sunday, June 10, 2007 9:20 PM To: CF-Talk Subject: Re: SLQ Injection on CF7 Site Just use cfqueryparam everywhere and

Re: Finding current queries

2007-06-11 Thread Andrew Scott
I think the best way for such an answer would be to look at a server monitor, CF8 has this ability and so does Fusion Reactor which is also great for threads an other things as well. Which is the best form of debugging you can buy, from a seerver point of view. But unless the queries are stored

Re: Finding current queries

2007-06-11 Thread Robertson-Ravo, Neil (RX)
As does SeeFusion. 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: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Ariel Jakobovits
did you get an answer to this? - Original Message From: Les Mizzell [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, June 10, 2007 7:43:28 PM Subject: Re: A Date Problem that's got me tearing out my hair! I have worked with this all weekend, and can find no rhyme or

Re: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Dinner
Post the dates a day in advance. Problem solved! ;] Sorry, I know, I know... had to do it... ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

Re: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Paul Hastings
Les Mizzell wrote: What in the hell could be causing this? hard to diagnose w/out knowing what you're doing to the datetime objects but it appears to be a simple tz issue. what tz is the Guernsey actually in? is the Guernsey server a cf one? if so, are you manipulating the datetime on that

Re: Set server var at startup?

2007-06-11 Thread Tom Chiverton
On Friday 08 Jun 2007, Phill B wrote: Well I guess there isn't a way to hack CF to always load a variable during the start process. Suck. I outlined one way of doing exactly that. Just add a call to wget (or curl, nc or whatever you prefer) to the install root/bin/coldfusion script. -- Tom

Re: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Ariel Jakobovits
Sounds like the data incoming has UTC data that is being taken into consideration before it gets to your printf statement. would something in http headers affect deserialization of values from the FORM scope before they are printable? - Original Message From: Ariel Jakobovits [EMAIL

Re: AJAX Libraries

2007-06-11 Thread Ariel Jakobovits
YUI also has a good Custom Event framework and one very important parameter built into all of their event handling functions that you will discover is essential. But just to add, I thought their widgets were poor. Ext has the nicest ones but hardest to work with. Dojo's API looks sloppy.

Re: Finding current queries

2007-06-11 Thread Andrew Scott
Thanks Neil, couldn't recall that one. When I tested them both, I found seeFusion hard to get going on first install on one server and that turned me away. But I can say that it is better in some areas than Fusion Reactor though. On 6/11/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote:

RE: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-11 Thread Eric Roberts
I have worked for several large high traffic companies(American Medical Association, Smith Bucklin and Associates, Shedd Aquarium, ATT, etc..) that use CF for their sites and haven't seen a problem. Even back in the 3.4.5 days, the company I worked for got millions of hits a day (American

RE: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Dan G. Switzer, II
Les, It sounds like maybe it's attempting to convert the time you entered to a local time to the server. Is the web service doing anything with dateConvert()? Are you sure you're not supposed to be entering the date/times in GMT format? -Dan -Original Message- From: Les Mizzell

RE: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-11 Thread Eric Roberts
I think the only places where you have probs in switching to BD is anything that uses flash as that is not supported in BD servers. Otherwise, the tags work the same. Eric -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 1:17 AM

Re: A Date Problem that's got me tearing out my hair!

2007-06-11 Thread Les Mizzell
It sounds like maybe it's attempting to convert the time you entered to a local time to the server. That was my first thought. BUT - right now (8:40 AM) it's 6/11/2007 both here and there. I've run test all hours and it happens regardless. Still, this *has* to have something to do with it,

Anyone using the SmarterMail web services on CrystalTech?

2007-06-11 Thread Pete Ruckelshaus
I'm trying to use the SmarterMail 4.1 web services on CrystalTech to create new email accounts for an app that I am building. I tried Joe Danziger's SmarterMail REST Wrapper (http://smartermail.riaforge.org/) but I am getting nothing but connection timeout failures. Has anyone here used the

Re: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-11 Thread Vince Bonfanti
1/ Will CF8 have equal or better integration with .NET compared to Bluedragon.Net? No. CF8 is still written in Java, and its .NET integration is done using a Java-to-.NET bridge licensed from a third party. BlueDragon.NET on the other hand is a 100% pure .NET implementation. Compared to

pink folders

2007-06-11 Thread coldfusion . developer
I know this is mostly cf, but does anyone know why folders turn pink in Dreamweaver on dev side? Using latest CS3, it's my dev files are stored on a mapped drive on our network. ~| ColdFusion MX7 by Adobe® Dyncamically

RE: AJAX Libraries

2007-06-11 Thread Andy Matthews
Quite a few of the people on this list use jQuery. Several people use Dojo, or Scriptaculous, or Prototype. There's also moo.fx, Dom-ext, Ext-js and more. I'd use jQuery though. :) -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Saturday, June 09, 2007 6:54 PM

Appscan for ColdFusion

2007-06-11 Thread Matthew Williams
Anyone using a vulnerability scanning tool before deploying their code? I've been asked to look into automated tools to replace our manual process. Anyone have any experience with this in regards to testing CF? Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog

RE: AJAX Libraries

2007-06-11 Thread Andy Matthews
I'm shocked that list doesn't contain jQuery. -Original Message- From: [Sunshine Tech Solutions] Ravi Gehlot [mailto:[EMAIL PROTECTED] Sent: Sunday, June 10, 2007 12:49 AM To: CF-Talk Subject: Re: AJAX Libraries Andrew, Check this out:

Re: pink folders

2007-06-11 Thread Jerry Johnson
Because you code like a girl, and even Dreamweaver knows it? Are these folders on your testing server? Try to check your IIS settings, and make sure the profile you are running as has permissions, or at least correct anonymous permissions in IIS. On 6/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED]

How many CF developers does it take to manage a site ???

2007-06-11 Thread coldfusion . developer
I was just curious ... about how many live corporate Web sites does the average CF developer manage? I'm not talking side jobs, or pet projects. I'm talking you work for XYZ company with more than 100 employyes and manage x number of Web sites all by yourself. The reason why I ask is I'm

RE: AJAX Libraries

2007-06-11 Thread Andy Matthews
FYI, while jQuery doesn't do this out of the box, there is a plugin to manage the back button. -Original Message- From: Dinner [mailto:[EMAIL PROTECTED] Sent: Saturday, June 09, 2007 9:32 PM To: CF-Talk Subject: Re: AJAX Libraries Dojo kicks freaking arse. It roxerz on so many

RE: How many CF developers does it take to manage a site ???

2007-06-11 Thread Robertson-Ravo, Neil (RX)
We manage over 350+ but that is probably not the norm! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 June 2007 15:00 To: CF-Talk Subject: How many CF developers does it take to manage a site ??? I was just curious ... about how many live corporate

Re: SLQ Injection on CF7 Site

2007-06-11 Thread JJ Cool
What does this do and how do I stop it? and 1=convert(int,system_user)--sp_password I recently received an email from some one showing me my ID and Password of a site I work. They also stated that they could get our customer information. This is a SQL injection technique used to

RE: How many CF developers does it take to manage a site ???

2007-06-11 Thread Huff, Jerome P.
I'm doing 6, with two more in development. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 10:00 AM To: CF-Talk Subject: How many CF developers does it take to manage a site ??? I was just curious ... about how many live corporate Web

Re: How many CF developers does it take to manage a site ???

2007-06-11 Thread Tom Chiverton
On Monday 11 Jun 2007, [EMAIL PROTECTED] wrote: average CF developer manage? Define 'manage'. Does that mean 'have needed development work in the last 12 months' or 'are running on the live server' ? -- Tom Chiverton Helping to heterogeneously benchmark synergistic technologies on:

Re: Finding current queries

2007-06-11 Thread Claude Schneegans
cfoutput cfloop collection=#variables# item=i cfif isquery(variables[i]) #i#: #variables[i].recordcount# recordsbr /cfif /cfloop /cfoutput That code would assume the queries existed in the variables scope and had been run

RE: How many CF developers does it take to manage a site ???

2007-06-11 Thread Robert Harrrison
It really depends on the sites. I've managed as many as 50 CF sites and also do new development at the same time. Some of them are stable and hardly ever get touched. Others are constantly changing and require a lot of work. It's not really the number of sites that's the issue, it's the total

Re: How many CF developers does it take to manage a site ???

2007-06-11 Thread Jim Wright
On 6/11/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 11 Jun 2007, [EMAIL PROTECTED] wrote: average CF developer manage? Define 'manage'. Does that mean 'have needed development work in the last 12 months' or 'are running on the live server' ? Also define site...are you talking

AJAX/Fusebox Question

2007-06-11 Thread Phillip M. Vector
Since there is some discussion about AJAX on the list, I thought I would repost this issue and see if anyone has any ideas as to why it isn't working. form Message: input type=text id=Message onkeyup=showmessages() onenter=entermessage() size=40 input type=Hidden id=Room value=1 /form function

embedded cfml in system messaging...

2007-06-11 Thread D F
Hmmm so I'm thinking that it would be nice to store all generated email content in the DB so that the admins could update it. However, what of messages that could contain embedded CFM? ( I suppose I could filter out all CFM constructs so that it would be hidden from the admins, but this seems

Re: SLQ Injection on CF7 Site

2007-06-11 Thread JJ Cool
I guess I should also add that if hackers are seeing useful errors reported back to them you have a couple more problems besides sql injection showing unintended data in your normal query output. 1. Your queries are not wrapped with cftry - cfcatch. 2. Your queries are not cfqueryparam'd. 3.

Instant Credit Check

2007-06-11 Thread Robert Harrrison
Does anyone know of a plug-in I can use (in a secure setting) that would return an applicants credit score so I could process a credit application with instant approval? Thanks, Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788

Looking for a sample

2007-06-11 Thread Pete
Hi there I'm trying to get an idea of where I can find some javascript. Basically I want to be able to create vertical menu - which has both images and words displayed on it. Basically the menu will have a number of Main Sections such as Pages, Admin, Templates. Each section will

RE: Looking for a sample

2007-06-11 Thread Pete
I guess I should be a little more specific - a menu structure where I have the main parts of the menu and then the sub items are generated from entries in the data base. So for the pages section, there might be initially About Us, Products, Contact Us etc. So menu should look a bit like this

Frames in Fusebox

2007-06-11 Thread Phillip M. Vector
I seem to have allot of questions today. :) frameset cols=215,0,* frameborder=no border=0 framespacing=0 frame name=Navigation src=index.cfm?fuseaction=Main.Menu scrolling=Auto noresize frame name=Music src=index.cfm?fuseaction=Main.Music scrolling=No noresize frame

Re: Looking for a sample

2007-06-11 Thread Phillip M. Vector
I personally use dtree. It's easy to set up and with a minor modification, works in Firefox. Pete wrote: I guess I should be a little more specific - a menu structure where I have the main parts of the menu and then the sub items are generated from entries in the data base. So for the pages

Re: embedded cfml in system messaging...

2007-06-11 Thread Tom Chiverton
On Monday 11 Jun 2007, D F wrote: However, what of messages that could contain embedded CFM? ( I suppose I could filter out all CFM constructs so that it would be hidden from the admins, but this seems like it could be problematic. You'll probably need to invent some sort of token subsituation

RE: SLQ Injection on CF7 Site

2007-06-11 Thread Dave Watts
I guess I should also add that if hackers are seeing useful errors reported back to them you have a couple more problems besides sql injection showing unintended data in your normal query output. 1. Your queries are not wrapped with cftry - cfcatch. 2. Your queries are not

Re: AJAX/Fusebox Question

2007-06-11 Thread Charlie Griefer
are you sure #self# is defined as index.cfm?fuseaction=? generally i've seen #self# referenced as index.cfm and #myself# referenced as index.cfm?fuseaction= On 6/11/07, Phillip M. Vector [EMAIL PROTECTED] wrote: Since there is some discussion about AJAX on the list, I thought I would repost

Re: AJAX/Fusebox Question

2007-06-11 Thread Phillip M. Vector
cfset defaultindex = index.cfm cfset self = #defaultindex#?#application.fusebox.fuseactionVariable#= Yeah. I made #self# to include the fuseaction as well. Charlie Griefer wrote: are you sure #self# is defined as index.cfm?fuseaction=? generally i've seen #self# referenced as index.cfm and

Re: AJAX Libraries

2007-06-11 Thread Christopher Jordan
My suggestion for you would be jQuery. Its community is very friendly, excited to welcome new comers, and growing all the time. Also, since what you asked for was an 'Ajax library', I would suggest Rob Gonda's AjaxCFC. It can be used alone (he incorporates a javascript library called DWR), or

Re: How many CF developers does it take to manage a site ???

2007-06-11 Thread coldfusion . developer
By manage sites I mean, manage all cf code on both developement and production servers. Manage all aspects of expansion/creation of existing and new CF applications. Manage all aspects of database. Creation of Flash movies, which include Actionscript and video editing using Premiere Pro.

Re: Frames in Fusebox

2007-06-11 Thread Phillip M. Vector
If it's any help, I'm using a headed (which just puts up the stuff up to and including body) and footer (which closes body and html tags). When I look at the source, the frameset commands aren't there. Phillip M. Vector wrote: I seem to have allot of questions today. :) frameset

Re: embedded cfml in system messaging...

2007-06-11 Thread D F
Just had a look. Interesting. What would the advantage be with transmorphing CF tags to another language ( ie % ). Certainly I couldn't it just populate a textarea and use JS to limit the editability of the embedded CFML code? or is this barking up the wrong tree? though have you seen CF

Re: How many CF developers does it take to manage a site ???

2007-06-11 Thread JJ Cool
By the title of this thread I thought this was going to be a joke. :( disappointed, CoolJJ ~| CF 8 – Scorpio beta now available, easily build great internet experiences – Try it now on Labs

Re: Frames in Fusebox solved.. kinda.

2007-06-11 Thread Phillip M. Vector
Strange... I have header loading up before the framesets are generated and that seems to be the issue. Is there a rule that says framesets need to be above the body tag? Phillip M. Vector wrote: If it's any help, I'm using a headed (which just puts up the stuff up to and including body) and

RE: Instant Credit Check

2007-06-11 Thread Robert Rawlins - Think Blue
Hi Robert, I've not had any experience with this kind of thing myself but I think you will probably be better off looking for an API rather than a plug-in per se. The API would probably come as a web service which you can publish your clients data too in XML format and it will then return the

Re: Frames in Fusebox solved for real

2007-06-11 Thread Phillip M. Vector
Ok.. It seems that I was using Do instead of include in the fusebox.xml file. :) Phillip M. Vector wrote: Strange... I have header loading up before the framesets are generated and that seems to be the issue. Is there a rule that says framesets need to be above the body tag? Phillip

RE: Instant Credit Check

2007-06-11 Thread Billy Cox
There is always the sub-prime credit approval API: 1. Customer fills-in amount of credit they want to qualify for. 2. If amount is greater than zero and less than $1 million, then API returns 'yes' to approve loan. This saves alot of headaches and is a snap to set up. :) -Original

Re: Robust Permissions System

2007-06-11 Thread Christopher Jordan
A friend of mine and I have built one for a client of ours, but it doesn't handle things the way we'd really like it to. It's never a very big priority to our client (well, not enough for them to give us the time to fix it), and yet they're coming up with new needs for permissions everyday (or

RE: Finding current queries

2007-06-11 Thread Brad Wood
I think I see what you are saying now. You want to examine the query objects in memory for that the specific request which errored at the time it errors, but you can't access the variables scope in the error logging code. I know that I reference form, url, server, client, and some others, but I

RE: How many CF developers does it take to manage a site ???

2007-06-11 Thread Brad Wood
So many variables... Our company is at least 2000 employees, we have 5 CF developers and 6 SQL developers, but only 2 sites. Of course they are pretty complex and very database driven, support over 50 child-companies, and require constant new development for new features and functionality. If

Re: AJAX/Fusebox Question

2007-06-11 Thread Brian Kotek
Use Firebug or Charles to look at what is actually getting sent in the AJAX request. Also confirm that the exact same URL works if you call it in your browser directly. I've used AJAX with Fusebox (and the other frameworks as well) so I know it is definitely possible. HTH, Brian On 6/11/07,

Re: Finding current queries

2007-06-11 Thread Josh Nathanson
I think this thread was discussed before, and you can't get the variables scope in onError or with cferror. You can use cfthrow to set specific messages so you know where the error is coming from: cfif error causing condition 1 cfsavecontent variable=query1 cfdump var=#myquery#

Re: Frames in Fusebox solved.. kinda.

2007-06-11 Thread Charlie Griefer
pages with frameset frame don't get body tags. On 6/11/07, Phillip M. Vector [EMAIL PROTECTED] wrote: Strange... I have header loading up before the framesets are generated and that seems to be the issue. Is there a rule that says framesets need to be above the body tag? Phillip M. Vector

Yahoo ColdFusion Developer Center

2007-06-11 Thread Wil Genovese
Has anyone here seen this? Maybe, just maybe some are finally seeing the light? CF isn't dead. Or it's just a deal Adobe made with Yahoo since the JavaScript libraries included in CF8 are from The Yahoo! User Interface (YUI) Library. http://developer.yahoo.com/coldfusion/

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread Charlie Griefer
i don't think it was a deal between Adobe and Yahoo. my understanding is that ray camden brokered the deal. http://www.coldfusionjedi.com/index.cfm/2007/6/7/It-is-here--Yahoo-launches-ColdFusion-Developer-Center but yes... very cool to be getting some positive exposure :) On 6/11/07, Wil

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread J.J. Merrick
Ray Camden has been helping get it going, you can check out his blog entry here: http://www.coldfusionjedi.com/index.cfm/2007/6/7/It-is-here--Yahoo-launches-ColdFusion-Developer-Center J.J. On 6/11/07, Wil Genovese [EMAIL PROTECTED] wrote: Has anyone here seen this? Maybe, just maybe some

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread Josh Nathanson
Yeah, Ray Camden announced this last week on his blog -- he was instrumental in making this happen. But they STILL haven't added the CF link in the left side menu, and it's been a few days now. CF = Rodney Dangerfield. Don't get no respect. -- Josh - Original Message - From: Wil

Re: SLQ Injection on CF7 Site

2007-06-11 Thread JJ Cool
I guess I should also add that if hackers are seeing useful You don't need to wrap every query with CFTRY/CFCATCH; you're better off reserving that for specific exceptions where you can present a specific solution. If you just use CFERROR/onError to capture runtime exceptions, you can get the

RE: How many CF developers does it take to manage a site ???

2007-06-11 Thread Brad Wood
You were thinking of How many CF developers does it take to screw in a light bulb?. Just one. The light bulb costs more than open source alternatives, but is easier to turn on and off and leverages the power of the same underlying Java filament. ~Brad -Original Message- From: JJ

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread Wil Genovese
OK, I get the picture now, Ray got this going. Thanks Ray! -- Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. ~| Create Web

Performance advantage - LIMIT VS. maxrows?

2007-06-11 Thread Will Tomlinson
MX7 / MySQL 5. I need to query a large table of data, but only want to pull the top 10 rows or so. Is there an advantage to using LIMIT 10 in the query, over cfquery maxrows=10? Or vice versa? Thanks, Will ~| Create Web

RE: Performance advantage - LIMIT VS. maxrows?

2007-06-11 Thread Russ
I believe if you specify maxrows=10 it will pull down the whole resultset and then only grab the first 10 rows. Similar to doing cfoutput query=queryName maxrows=10 Using Top/Limit is preferable. Russ -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: Performance advantage - LIMIT VS. maxrows?

2007-06-11 Thread Charlie Griefer
I'll have to double check this... but I believe recent versions of CF (as of MX perhaps?) do -not- pull down the whole resultset. If this is the case (and I stress -if-...), then I'd say that using maxrows would be preferrable as it'd make your applications more portable across different

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread Raymond Camden
The lack of the link is due to a redesign. I'm not sure if I'm supposed to say that outloud or not - but they definitely know about it and it is in the new design. On 6/11/07, Josh Nathanson [EMAIL PROTECTED] wrote: Yeah, Ray Camden announced this last week on his blog -- he was instrumental in

RE: Performance advantage - LIMIT VS. maxrows?

2007-06-11 Thread Andy Matthews
That's correct. Unless you NEED the whole dataset, it's always better to limit at the query level, rather than the output level. -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 12:49 PM To: CF-Talk Subject: RE: Performance advantage - LIMIT VS.

Re: Finding current queries

2007-06-11 Thread Claude Schneegans
I think this thread was discussed before, and you can't get the variables scope in onError or with cferror. Exact, I was the one to asked the question. However, I just found that the request scope is available from the CFERROR template. For instance, this works: CFERROR TYPE=EXCEPTION

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread Josh Nathanson
The lack of the link is due to a redesign. I'm not sure if I'm supposed to say that outloud or not - but they definitely know about it and it is in the new design. Geez, the bureaucracy...how hard is it to pop a link in there in the meantime. Oh well. -- Josh

Re: Finding current queries

2007-06-11 Thread Claude Schneegans
How are you trapping the errors? Cfcatch, or onerror()? I use CFCATCH for all errors that could normally happen, ie: CFHTTP on a site which does not respond. I use CFERROR for all unexpected errors. -- ___ REUSE CODE! Use custom tags; See

Re: Yahoo ColdFusion Developer Center

2007-06-11 Thread Raymond Camden
Heh, folks could say the same things to me about some of my sites. ;) Cut em a break. On 6/11/07, Josh Nathanson [EMAIL PROTECTED] wrote: The lack of the link is due to a redesign. I'm not sure if I'm supposed to say that outloud or not - but they definitely know about it and it is in the

Re: Performance advantage - LIMIT VS. maxrows?

2007-06-11 Thread Charlie Griefer
not 100% confirmed, but a 95% confirmation from mr camden: (pasted with permission from #coldfusion on IRC/DALnet) [11:02] [CJ] so in response to a question on cf-talk... i'm wondering if anyone can confirm that recent versions of CF (as of MX?) do NOT pull all records from the database when the

Re: SLQ Injection on CF7 Site

2007-06-11 Thread Claude Schneegans
You don't need to wrap every query with CFTRY/CFCATCH; you're better off reserving that for specific exceptions where you can present a specific solution. If you just use CFERROR/onError to capture runtime exceptions, you can get the same results in a more structured way. Exact. In the CFERROR

RE: SLQ Injection on CF7 Site

2007-06-11 Thread Dave Watts
Good point about cftry cfcatch, depends on how you want to do it I guess. Using a CFERROR/OnError, what would you do if you wanted to handle different types of errors in different ways depending on the situation? You'd look at the exception information that's exposed to your CFERROR

Re: Performance advantage - LIMIT VS. maxrows?

2007-06-11 Thread Jochem van Dieten
Charlie Griefer wrote: I'll have to double check this... but I believe recent versions of CF (as of MX perhaps?) do -not- pull down the whole resultset. If this is the case (and I stress -if-...), then I'd say that using maxrows would be preferrable as it'd make your applications more

Re: SOT: quick file publisher for CFEclipse

2007-06-11 Thread Cutter (CFRelated)
Use Ant to publish a build from Subversion Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Jake Pilgrim wrote: I'm finally taking the plunge to CFEclipse. So far I am liking it quite a

Server Cluster

2007-06-11 Thread James Smith
I am thinking of setting up a virtual cluster to run our website for reliability reasons. Does anyone have any good documentation (preferably in a PDF or other offline readable format) in the form of a beginners guide to CF clusters? Also, what is the licencing requirement for this, I am aware I

qForms - How to maintain selections?

2007-06-11 Thread Will Tomlinson
I've screwed with this for a few hours now and can't figure out howta maintain the selections in my form, after the form is submitted. Select test eval 1 in the top dropdown. Then choose Business technologies Business Administration ITN. Click view report. I can't get the form to save the

Re: qForms - How to maintain selections?

2007-06-11 Thread Will Tomlinson
Oops, here's the link: http://208.106.220.252/soundings/T8Report.cfm Thanks, Will ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity.

16 character limit on SQL pass

2007-06-11 Thread Brad Wood
Does anyone know why ColdFusion datasources have a 16 character limit on passwords? My DBA just created a monster 38 character password which looked like someone sat on his keyboard while he was typing. I had to tell him to trim it down a little. :-) ~Brad

Re: AJAX Libraries

2007-06-11 Thread Dinner
On 6/11/07, Andy Matthews wrote: FYI, while jQuery doesn't do this out of the box, there is a plugin to manage the back button. Sweet! Gotta have that back button handled, neh! Are you using the plugin? Does it use a hidden iframe, or another method? I like the fact that the stuff is sorta

RE: qForms - How to maintain selections?

2007-06-11 Thread Dan G. Switzer, II
You're never calling the setDefault() function... Call that after your objForm initialization code at the bottom of the script or during the window.onload event. -Dan -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 4:42 PM To: CF-Talk

RE: Server Cluster

2007-06-11 Thread Brad Wood
To answer one of your many questions. You will need CF Enterprise. Once you have obtained the appropriate license for each physical server (and all their processors) you can add as many CF instances as you want. Each of them belonging to one big cluster or several smaller clusters. You name it--

RE: qForms - How to maintain selections?

2007-06-11 Thread Dan G. Switzer, II
You're never calling the setDefault() function... Call that after your objForm initialization code at the bottom of the script or during the window.onload event. Better yet, put it in the init() function. FYI - Used Firebug to add the following HTML code right after the View Report button:

RE: Server Cluster

2007-06-11 Thread Dave Watts
I am thinking of setting up a virtual cluster to run our website for reliability reasons. Does anyone have any good documentation (preferably in a PDF or other offline readable format) in the form of a beginners guide to CF clusters? There's plenty of stuff in the documentation itself, as

Re: How many CF developers does it take to manage a site ???

2007-06-11 Thread Dinner
1 Heck, I manage a bunch. Too much, actually. Just got a couple of contractors turned comrades in arms tho. It was trial by fire. No one died, so we're good to go. Still bringing them up to speed on the frameworks, but it's been nice having people who understand what I do around... people to

Re: Server Cluster

2007-06-11 Thread James Smith
so would you recomend one server with multiple jrun instances or multiple virtual servers with one on each? On 11/06/07, Brad Wood [EMAIL PROTECTED] wrote: To answer one of your many questions. You will need CF Enterprise. Once you have obtained the appropriate license for each physical

Re: Server Cluster

2007-06-11 Thread James Smith
Actually, you can't just use the same copy of Windows Server in multiple virtual machines. Microsoft has a VM licensing calendar here: http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.msp x Good catch, I would have missed that. As for CF, though, it's licensed per

Re: qForms - How to maintain selections?

2007-06-11 Thread Will Tomlinson
Better yet, put it in the init() function. FYI - Used Firebug to add the following HTML code right after the View Report button: Thanks for helpin' me with this Dan. I'm trying to setDefault() in the init(). It still doesn't seem to work. I know I'm not doin' somethin' right here. This is the

RE: qForms - How to maintain selections?

2007-06-11 Thread Dan G. Switzer, II
Will, Move the function back to where it was and do this: function init(){ // initialize the qForm object objForm = new qForm(evalfilterform); // make these fields required objForm.required(Tier7,Tier6,Tier5); //

Using sessions with Flash Remoting

2007-06-11 Thread John Robinson
I'm trying to use session with remoting, but not having any luck. I simply want to store some user vars (temporary user_id) in a cookie, and when the session ends (or hopefully, the user closes the window) the server takes those vars and executes a query to delete that user from a

Re: Robust Permissions System

2007-06-11 Thread Dinner
Jim has his DP libraries, you might check out the security one. http://tinyurl.com/256snz On 6/11/07, Christopher Jordan wrote: A friend of mine and I have built one for a client of ours, but it doesn't handle things the way we'd really like it to. It's never a very big priority to our client

RE: Server Cluster

2007-06-11 Thread Brad Wood
I would definitely recommend having multiple JRUN instances of CF on a single OS. If you have crazy code it's just going to take down one instance. Generally I don't think CF servers crash due to OS instability. Why waste the overhead of windows times 5? ~Brad -Original Message- From:

Re: How many CF developers does it take to manage a site ???

2007-06-11 Thread Dinner
On 6/11/07, Brad Wood wrote: You were thinking of How many CF developers does it take to screw in a light bulb?. Just one, but don't ask me how it got in there. Or, 3 hundred, but don't ask me why. =-P (the short made me laugh. Good job whoever!) Yes, much better. Good point CoolJJ! Oh,

  1   2   >