Re: Certification

2006-12-17 Thread James Holmes
I've been too busy with CF work to notice (or to get a Certification). On 12/17/06, Larry Lyons [EMAIL PROTECTED] wrote: Agreed, the certs are pretty much worthless in the real world. This topic come up on a regular basis, almost once every 2 or 3 months. Ever notice that generally

RE: Certification

2006-12-17 Thread Snake
I have an online test I give candidates that has real world coding questions, like 1. write a simple web service 2. write some SQL that does an inner join between the following tables 3. what is the error in the following code And I can say that I have never once had someone who is certified get

RE: Certification

2006-12-17 Thread DURETTE, STEVEN J \(ASI-AIT\)
Russ, You want to share that test? We've had many times where we needed to hire a contractor and when they got here even though they interviewed well and had good cf resumes, the didn't know the even the simple things. It seems a lot of temp agencies (for lack of a better term) coach their

RE: Certification

2006-12-17 Thread Snake
If you email me offline I'll send you a copy. Russ -Original Message- From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED] Sent: 17 December 2006 12:04 To: CF-Talk Subject: RE: Certification Russ, You want to share that test? We've had many times where we needed to hire a

Re: Certification

2006-12-17 Thread Robertson-Ravo, Neil (RX)
Yeah, the agencies do fluff CV up a little.. We had a few advanced contractors who didn't even know whan an array or structure was. 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

RE: interviews (was Certification)

2006-12-17 Thread Snake
Interviews can be quite tricky. I generally find that employers really don't know what questions to ask to find out if a candidate knows their stuff. Usually the questions are very open ended, such as what do you think of OOP or Frameworks, rather than give me an example of OOP using CFML or tell

Re: interviews (was Certification)

2006-12-17 Thread Neil Middleton
I take a different tact when interviewing. We have developed a test consists of just two questions - neither of which are taxing from a CF point of view. The point of the tests are that you need to have a basic grasp of CF, but more importantly need to thinking in the right way. Any monkey can

Re: interviews (was Certification)

2006-12-17 Thread Robertson-Ravo, Neil (RX)
And you only have to pay them in bananas...:-) 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

RE: cflocation - requires hitting submit button twice

2006-12-17 Thread Bobby Hartsfield
If your queries are cached, it's not going to make difference so make sure that's not the case. I do all of this in one template with smaller single step forms. 1) Check to see if the form was submitted. If so, validate any fields and update the record then redirect right back the same page so

Login page and cflocation

2006-12-17 Thread Doug Brown
I am needing to send a user back to the page they were previously at prior to login, and I have a small problem. Below is the code I am using to send the user back, but it will not work properly. What happens is that a user views a page that is in the root directory of the site and when they

RE: Login page and cflocation

2006-12-17 Thread Snake
Why not save the refer on the login page, and redirect to it after login. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 17 December 2006 18:42 To: CF-Talk Subject: Login page and cflocation I am needing to send a user back to the page they were previously at

Re: CFScript inside a CFC

2006-12-17 Thread Christopher Jordan
Jon, Here's a snippet of a discussion my local CFUG just had on this subject (in reverse order so you can read it top down): On 11/28/06, Eric Knipp [EMAIL PROTECTED] wrote: It was my understanding that cfscript if (a eq b) { a = c; } /cfscript is the same performance-wise as

Re: CFScript inside a CFC

2006-12-17 Thread Christopher Jordan
Thanks Charlie and James for the syntax help! :o) Chris James Holmes wrote: Define another cffunction inside your component, or use the script without the function declaration (i.e. use the cffunction and cfargument tags to declare the function then start the cfscript that uses those

Re: Login page and cflocation

2006-12-17 Thread Doug Brown
Well, I think the problem I am having is that all my pages are called via cfcase from index.cfm within each directory. Would saving the refer that way solve the problem? Doug - Original Message - From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday,

Re: Certification

2006-12-17 Thread Nicholas M Tunney
In the staffing portion of my company, we do not pay any attention to Brainbench certs. You can look every answer up as you take the test. Many of our clients require the developers we send out to be CF certified by Adobe. Just my 2c. Robertson-Ravo, Neil (RX) wrote: Not really, as the

Re: Certification

2006-12-17 Thread Robertson-Ravo, Neil (RX)
Not really a marker.. As going by that surely you should also require them to be Microsoft certified etc.. As for looking up the answer... As noted isn't the Adobe one multiple choice still? where the answer is right in front of you on every Q! As my old Physics teacher used to say, multiple

Re: Login page and cflocation

2006-12-17 Thread Will Tomlinson
Well, I think the problem I am having is that all my pages are called via cfcase from index.cfm within each directory. Would saving the refer that way solve the problem? What if you used a root relative link instead? /index.cfm Will

Re: Login page and cflocation

2006-12-17 Thread Denny Valliant
On 12/17/06, Will Tomlinson [EMAIL PROTECTED] wrote: Well, I think the problem I am having is that all my pages are called via cfcase from index.cfm within each directory. Would saving the refer that way solve the problem? What if you used a root relative link instead? Or just grab the

Re: Login page and cflocation

2006-12-17 Thread Doug Brown
Tried a relative link, and it is a :-( I am not sure about grabbing the url before redirecting. I suppose setting in the session scope would be the only way to do it that way. There has to be another way to accomplish this. I mean hell, somebody has had to come across this before. I vote for a

Re: Certification

2006-12-17 Thread Nicholas M Tunney
These are client requests, not our own, and many clients do request certifications. I do feel that the CF certification should be building pieces of architecture, but I'm sure it isn't up to me ;). Regardless, all internal hires are put through a coding test. Robertson-Ravo, Neil (RX) wrote:

Re: Login page and cflocation

2006-12-17 Thread Denny Valliant
On 12/17/06, Doug Brown [EMAIL PROTECTED] wrote: Tried a relative link, and it is a :-( I am not sure about grabbing the url before redirecting. I suppose setting in the session scope would be the only way to do it that way. There has to be another way to accomplish this. I mean hell,

RE: Login page and cflocation

2006-12-17 Thread Bobby Hartsfield
If you are using one index.cfm with a huge cfswitch then you are most likely deciding which cfcase to run based on a url variable or variables. When you redirect to the login page, send the cgi.script_name and cgi.query_string. When they login, use those to send them back to the original

Re: Login page and cflocation

2006-12-17 Thread Doug Brown
Bobby, Would it be possible to set this value in the index.cfm itself in the session scope? cfset session.lastPageVisit = #cgi.script_name##cgi.query_string# and then do a regular cflocation url=#session.lastPageVisit# after login Doug - Original Message - From: Bobby

RE: Login page and cflocation

2006-12-17 Thread Bobby Hartsfield
I suppose you could but it would be a variable that is constantly changing with every page request. I'd personally use the url scope. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Sunday,

Generating Static HTM Pages with CF7

2006-12-17 Thread Arden Weiss
I have created a CF program that generates a static HTM page -- obtained by manually doing a View Source and then Save As once the CFM page is displayed in IE. Since I need to do 100 or so pages like this, am needing advice on how to do the view source and save as programatically/easily. Can

RE: Generating Static HTM Pages with CF7

2006-12-17 Thread Dave Watts
I have created a CF program that generates a static HTM page -- obtained by manually doing a View Source and then Save As once the CFM page is displayed in IE. Since I need to do 100 or so pages like this, am needing advice on how to do the view source and save as

RE: Generating Static HTM Pages with CF7

2006-12-17 Thread Bobby Hartsfield
Cfhttp to read the source and cffile with an action of 'write' to save it. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED] Sent: Sunday, December 17, 2006 9:56 PM To: CF-Talk Subject: Generating

RE: Certification

2006-12-17 Thread Dave Watts
Not really a marker.. As going by that surely you should also require them to be Microsoft certified etc.. Why should CF developers be Microsoft certified? As for looking up the answer... As noted isn't the Adobe one multiple choice still? where the answer is right in front of you on

RE: Generating Static HTM Pages with CF7

2006-12-17 Thread Dave Watts
Cfhttp to read the source and cffile with an action of 'write' to save it. CFHTTP will let you save the file directly. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington

Passing file from form to CFC

2006-12-17 Thread Adrian Wagner
Hello, I have a form from where the client can upload files to the site. I'm a bit confused about the passing on of the form field to the component here. A regular text field I'd pass on like this: cfinvoke ... cfinvokeargument name=imageName value=form.imageN /cfinvoke And in the cfc:

RE: Generating Static HTM Pages with CF7

2006-12-17 Thread Bobby Hartsfield
Even better. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, December 17, 2006 11:34 PM To: CF-Talk Subject: RE: Generating Static HTM Pages with CF7 Cfhttp to read the source and

Re: Passing file from form to CFC

2006-12-17 Thread Mike Kear
The upload process creates a struct called File containing a whole bunch of information about the file you just uploaded, and what teh upload process did with it.file size, renamed or not, location, file type stuff like that.you can pass the whole struct in a single swoop to the CFC if

Re: Use CFChart in Coldfusion Report Builder

2006-12-17 Thread Rocky Rosen
Hi Kenton, Your idea really saved me tonight. The only reason I was even trying to use the Report Builder (which to me seems to be worth what it costs) was to overcome the limitation that you can't use CFChart within CFDocument. However, I was finding Report Builder incredibly frustrating.

FW: Certification

2006-12-17 Thread Russ
As for looking up the answer... As noted isn't the Adobe one multiple choice still? where the answer is right in front of you on every Q! As my old Physics teacher used to say, multiple choice is not a test.. a monkey with a stick could get a pass by stroking the page randomly... Your