Re: How Good is the Job Market for ColdFusion?

2002-10-12 Thread Jeffry Houser

  This should be on cf-jobs-talk

  However, my experience is the exact opposite.  Based on the last year, 
there seem to be more and more openings coming into light.

At 06:17 AM 10/12/2002 -0700, you wrote:
Hi All,

How good is the job market for ColdFusion expertise?
It seems the number of openings in ColdFusion are
becoming less and less.

Is it dying? I am sorry to even mention this. But i
would like to know the future of ColdFusion.

I happen to see very few openings on job sites and
also the calls are coming rarely.

Is my perception is wrong?

--Giru

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: How Good is the Job Market for ColdFusion?

2002-10-12 Thread Kennerly, Rick H CIV

Given the state of the economy in general and the tech industry and
start-ups in particular, I'd say that it's not CF that is doing badly.  Even
the rent-a-programmer-type sites aren't seeing the traffic they used to.  

I know that Local, State,  Federal governments, not to mention non-profits,
that were hurting for programmers of all kinds a year ago have stopped
recruiting so heavily.  Jobs that would sometimes go unfilled for 6-18
months back then and a lot was contracted out.  Now, with the tech kill off
around DC, open computer jobs in the region are pretty scarce in government
and, as a consequence, I've noticed a lot more federal ASP  CF projects
being ginned up as those once freelance programmers opt for a regular
paycheck.  Or, put another way, projects that used to be farmed out or not
done at all are now being done in-house.  

Of course, some of the stuff they want is sometimes pretty arcane and a
broad base of knowledge is necessary.  Right now I'm busy webifying input
and output interfaces for a system that runs MuMPS in the background.  

Rick

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



CF NT Authentication

2002-10-12 Thread Kennerly, Rick H CIV

I vaguely remember a whitepaper on this somewhere over at Macromedia, but I
can't find it anymore (if that's where it was--hell, I'm not even sure where
I am this morning).  Of course, I can't find much on that site anymore
anyway.  

Any pointers? 

Rick 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: How Good is the Job Market for ColdFusion?

2002-10-12 Thread Angel Stewart

You should be asking how good is the job market for Web Development in
the US in general,
rather than focusing on CF, and that might give you a better answer.

-Gel

-Original Message-
From: siva girumala [mailto:[EMAIL PROTECTED]] 

Hi All,

How good is the job market for ColdFusion expertise?
It seems the number of openings in ColdFusion are
becoming less and less. 

Is it dying? I am sorry to even mention this. But i
would like to know the future of ColdFusion.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Outputting Issue

2002-10-12 Thread Bruce Sorge

Hello all,

 

I have the following code:

 

cfoutput query = qGetQuestions 

TR 

  TH div align=left#Question#/div

input type=hidden value=#Question_ID#
name=Question_ID 

  /TH

  cfloop list=#Answer_ID# index=x

  cfstoredproc procedure=PR_UserGetAnswers
datasource=#Session.DSN#

cfprocparam
cfsqltype=cf_sql_integer dbvarname=Question_ID type=in
value=#Question_ID#

cfprocparam
cfsqltype=cf_sql_integer dbvarname=Answer_ID type=in value=#x#

cfprocresult name=qGetAnswers

  /cfstoredproc

 

  CFLOOP QUERY=qGetAnswers

td 

#Answer#

input
type=hidden name=Answer_ID value=#Answer_ID#BR

/td

/CFLOOP  

 /cfloop

/tr

  /cfoutput

 

All works great except for the Answer output. The answers come from a
select list. When the user selects more than one item in the list, then
what I want is for each item to break after the first. That is not
happening. What is happening is that each answer is going into it's own
td cell. I tried using a cfif with a mud function, but it was not
working correctly. Can anyone assist?

 

TIA,

 

Bruce

 





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



How Good is the Job Market for ColdFusion?

2002-10-12 Thread siva girumala

Hi All,

How good is the job market for ColdFusion expertise?
It seems the number of openings in ColdFusion are
becoming less and less. 

Is it dying? I am sorry to even mention this. But i
would like to know the future of ColdFusion.

I happen to see very few openings on job sites and
also the calls are coming rarely.

Is my perception is wrong?

--Giru

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: How Good is the Job Market for ColdFusion?

2002-10-12 Thread Casey C Cook

Well, heres my 2 cents.  When the economy was booming I noticed about a 1
to 5 ratio (roughly 100 CF 500 ASP) for coldfusion to ASP jobs on
monster.com for the Dallas/Ft. Worth Texas Area, now that the economy is
down I see a 1 to 12 ratio (roughly 10 CF 120 ASP) for coldfusion to ASP
jobs for the Dallas/Ft. Worth Texas Area.  I know this is a very small
sample, but if I was looking to stay in this area I would say CF jobs are
becoming more scarce.

Best of luck.
Casey Cook


   

Angel 

Stewart gelTo: CF-Talk [EMAIL PROTECTED]   

@silkcotton.ccc:   

om  Subject: RE: How Good is the Job Market 
for ColdFusion?   
   

10/12/02   

09:10 AM   

Please 

respond to 

cf-talk

   

   





You should be asking how good is the job market for Web Development in
the US in general,
rather than focusing on CF, and that might give you a better answer.

-Gel

-Original Message-
From: siva girumala [mailto:[EMAIL PROTECTED]]

Hi All,

How good is the job market for ColdFusion expertise?
It seems the number of openings in ColdFusion are
becoming less and less.

Is it dying? I am sorry to even mention this. But i
would like to know the future of ColdFusion.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: OT: Screen Resolution

2002-10-12 Thread Kevin Graeme

 It's generally best to design a page so it will collapse nicely to
 640x480 (or better yet whatever WebTV used to be). Then test it on
 everything from that up to say 1600x1200 (or even higher).

WebTV is 560x420 but only has a viewable area of 544 x 372. I don't think
anyone really wants to work with that limitation if they don't have to. And
fortunately they don't. WebTV has some really beautiful on-the-fly scaling
that can make larger sites still fit.

For printing, there is always the novel concept of using CF templates for
different output and rendering the content into them as appropriate. ;-)

Kevin Graeme


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.