Most people are IMHO. For example, I used to live in South Jersey. The average job for CF was around 10 to 15 an hour. Of course, I didn't know as much as I ...
It depends on your skill level. I work for the University of Hawaii, I am paid $20.00/hour. I am a junior developer. It might be a low pay for somebody you...
Hi: I've written really complicated bunch of queries that makes reloading the page very slow, and added a voting app that works OK, but the page is too slow to...
It really depends on what you want to do with it. listToArray(yourList, "|") is one way -hankcfman ________________________________ From: techtransferportal...
What am I missing????? <CFQUERY Name="getnewsic" Datasource="#sales.dsn#" > SELECT * FROM #form.sic# order by sicid </CFQUERY> where form.sic is the same name...
60% hands on, 40% project lead CF with SQL 2005 Web applications 90-110K plus benefits No paid relocation No telecommuting Send resume and contact if...
What db are you using? -hankcfman ________________________________ From: raehm <raehm@...> To: coldfusion-howto@yahoogroups.com Sent: Mon, October 26,...
It even easier than that John, if you are using CF8 <cfoutput> <cfloop file="c:\someFile.txt" index="i"> #i# <br /> <!---- do whatever processing here (cfloop...
I have an application that will send out a cfmail (3 or 4 lines of content only). If is formatted in a table. I also have a history log table where every...
This code worked fine, at least until Nov 1 arrived. Error: DAY_OF_MONTH 11 : 12 : <cfset dtstart = createdate(Year(Now()), Month(Now()), Day(Now()) - My Code:...
What's form.asearch set to? As a FYI, you do not need the # symbols in this line: <cfset astartdate = "#dateformat(dtmonth/dtday/dtyear,"mm/dd/yy")#"> You can...
One correction... <cfset newDate = dateAdd("d", -1*(form.asearch), now())> you wanted to go backwards 30, 60, 90 -hankcfman ________________________________ ...
I (and my clients )would love to incorporate a html text capability to my textareas. Problem is, I've never been able to get FCKeditor or TinyMCE or NicEdit...
What version of cf are you running? -hankcfman ________________________________ From: joseph l <raehm@...> To: coldfusion-howto@yahoogroups.com Sent:...
I found FCKEditor to be extremely easy to integrate. How were you using it? My code: <cfmodule template="/fckeditor/fckeditor.cfm" basePath="/fckeditor/" ...
I found one that I use all the time and it works very well for me. http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm Linda Burnside _____ ...
The reason I was asking what version you are using... if you are using cf8 or above... fckeditor is now built in. You can use it in the following way. ...
When you implement these editors, how do you check the character length of the textarea so that you aren't sending data that is larger than the field length in...
I'm looking for some general guidance - the answers may be Coldfusion related or might be more server/software related (i.e. might be off topic a bit). I have...