Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Dan G. Switzer, II
I've seen this behavior with malformed HTML were the form tags are between table and tr tags. Check to make sure your HTML is valid. -Dan On Thursday, September 22, 2011, Robert Nurse wrote: > >>Are you actually adding them as elements to the dom or just adding the html >>text to the table data

Re: 20USD/Hour Seriously?

2011-09-22 Thread Gerald Guido
Comment redacted. Please do not comment on it any more it is off topic and has no place on a technical mailing list. My apologies for any impassioned diatribes and rants that this may have sparked. It was not my intention in the least, nor is this the venue for such discourse. My bad, G! On

RE: 20USD/Hour Seriously?

2011-09-22 Thread Mark A. Kruger
Gerald, I'm not sure that those 14mil out work are developers. That market is still pretty tight. -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.408.3733 x105 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Gerald Guido [mai

Re: 20USD/Hour Seriously?

2011-09-22 Thread Sean Corfield
On Thu, Sep 22, 2011 at 7:11 PM, Gerald Guido wrote: > Not to start a flame war But there are 14 million ppl out of work in the US. > Many who have been out of a job for over a year. There are a lot of job openings for developers all over the country. If a programmer is out of work for over a ye

RE: 20USD/Hour Seriously?

2011-09-22 Thread andy matthews
Not to mention that $20 an hour is still a pretty damn good wage comparitively. Better than making $6.50 flipping burgers at McDonalds. andy -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Thursday, September 22, 2011 9:12 PM To: cf-talk Subject: Re: 20USD/

Re: 20USD/Hour Seriously?

2011-09-22 Thread Gerald Guido
Not to start a flame war But there are 14 million ppl out of work in the US. Many who have been out of a job for over a year. I would imagine there are a few CF'ers/PHP'ers/Insert your stack here, etc. who have been out of work long enough to be hurting enough to take any work that they can get.

RE: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Bobby Hartsfield
You need to add the form elements to the form, not the table. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Robert Nurse [mailto:rnu...@gmail.com] Sent: Thursday, September 22, 2011 2:48 PM To: cf-talk Subject: Re: Dynami

Re: 20USD/Hour Seriously?

2011-09-22 Thread Sean Corfield
On Thu, Sep 22, 2011 at 6:38 PM, Steve 'Cutter' Blades wrote: > He may have been referring to a poster to the cf-jobs list, who offered > their services (and claimed better than average knowledge) at $20/hr. > Horrific when someone undervalues their services so much. Even worse > when they underv

Re: 20USD/Hour Seriously?

2011-09-22 Thread Matt Quackenbush
Yeah, what Cutter said. Well put, my friend. On Thu, Sep 22, 2011 at 6:38 PM, Steve 'Cutter' Blades < cold.fus...@cutterscrossing.com> wrote: > > He may have been referring to a poster to the cf-jobs list, who offered > their services (and claimed better than average knowledge) at $20/hr. > Hor

Re: 20USD/Hour Seriously?

2011-09-22 Thread Steve 'Cutter' Blades
He may have been referring to a poster to the cf-jobs list, who offered their services (and claimed better than average knowledge) at $20/hr. Horrific when someone undervalues their services so much. Even worse when they undervalue everyone else's by making a post like that. Good CF devs are a

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Russ Michaels
there are quite a number of things that can cause high number of user/connections. bots, webcrawlers are most common. cf will regulalry get brute force attacks on the cf/administrator or RDS your event logs and weblogs should give u some idea On Thu, Sep 22, 2011 at 11:34 PM, Al Musella, DPM wro

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Al Musella, DPM
I am having the same problem.. Sometimes restarting the cold fusion service and/or web publishing service fixes it but most of the time doesn't. I saw something really strange in the performance monitor that I can't understand. There is only 1 website running on the server - with usually very

Re: Last Index Solr Collection

2011-09-22 Thread Raymond Camden
No - it's lastmodified. On Thu, Sep 22, 2011 at 5:17 PM, Raymond Camden wrote: > Doesn't cfcollection return a lastdatemodified field? > > On Thu, Sep 22, 2011 at 2:17 PM, Paul Giesenhagen > wrote: >> >> Is there a tag/call to get the last time a collection was indexed?  (Using >> Solr CF9)

Re: Last Index Solr Collection

2011-09-22 Thread Raymond Camden
Doesn't cfcollection return a lastdatemodified field? On Thu, Sep 22, 2011 at 2:17 PM, Paul Giesenhagen wrote: > > Is there a tag/call to get the last time a collection was indexed?  (Using > Solr CF9) ... > > Thanks > Paul Giesenhagen > Quill Design > http://www.quilldesign.com > > > > > > ~

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Russ Michaels
with fusion reactor u can store request data which may help when it is totally unresposnive On Thu, Sep 22, 2011 at 9:46 PM, Richard Steele wrote: > > Thanks for the info. Java Garbage Collection seems to be working fine as > always. Rebooting the services doesn't free the network sockets and

Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Michael Grant
Could you share some code? On Thu, Sep 22, 2011 at 2:48 PM, Robert Nurse wrote: > > >Are you actually adding them as elements to the dom or just adding the > html > >text to the table data? > >I've had this exact issue and gotten around by properly adding the > children > >to the form. > > >

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Richard Steele
Thanks for the info. Java Garbage Collection seems to be working fine as always. Rebooting the services doesn't free the network sockets and it continues to be a problem until the server is rebooted. > > 1. Use Java Garbage Collection > Modify the JVM.CONFIG file and and append the following

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Richard Steele
Right, couldn't even get there as the mouse was not responding since the cpu was at 100%. Was only barely able to restart the service. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Antholog

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Wil Genovese
The BIG question here is that while the CPU(s) were maxed - was there a long running thread at the same time? If so, look into what the thread was doing. If not, then figure out what else on the server is making heavy use of the CPU(s). Wil Genovese Sr. Web Application Developer/ Systems Ad

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Richard Steele
Yes, we use Fusion Reactor and can view the vitals including which threads are hung (essentially all threads). Other vitals don't point to anything suspect. However today, we had a different problem. Only one instance hung and it was a CPU problem. The entire server memory was being used by the

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Ketan Jetty
I have run into similar situation long time back and I have 2 solutions for you. In my case this was due to memory leakage. The memory was used up completely in 2-3 days and required server restarts. 1. Use Java Garbage Collection Modify the JVM.CONFIG file and and append the following line to

Last Index Solr Collection

2011-09-22 Thread Paul Giesenhagen
Is there a tag/call to get the last time a collection was indexed? (Using Solr CF9) ... Thanks Paul Giesenhagen Quill Design http://www.quilldesign.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Ado

Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Robert Nurse
>Are you actually adding them as elements to the dom or just adding the html >text to the table data? >I've had this exact issue and gotten around by properly adding the children >to the form. > > > >> Hi, I've been adding them via DOM calls to table cells which are added to table rows which ar

RE: Date Question

2011-09-22 Thread Robert Harrison
This did it: The part I was missing was ParseDateTime. Thanks Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231

Re: Date Question

2011-09-22 Thread Bryan Stevenson
Convert to EST by using DateAdd() to add/subtract the correect number of hours and then use dateCompare() to check the CST date against now() (for the 24 hours check) Cheers On Thu, 2011-09-22 at 12:52 -0400, Robert Harrison wrote: > I have a date string I'm reading from an XML file. It's in th

Re: 20USD/Hour Seriously?

2011-09-22 Thread Russ Michaels
The $20 per hour rates mainly come form India via sites like freelancer.com which is full of outsourcing companies. This is what you have to compete with. If a client wants to deal with someone native who speaks English properly, then they will pay your rates, if they just want the cheapest price

Date Question

2011-09-22 Thread Robert Harrison
I have a date string I'm reading from an XML file. It's in this format: Tue, 20 Sep 2011 10:20:27 CST I'm in EST. How can convert this string to a data time value I can work with and tell if the data is more than 24 hours old? Robert B. Harrison Director of Interactive Serv

Re: 20USD/Hour Seriously?

2011-09-22 Thread Phillip Vector
Ah.. ok then. :) On Thu, Sep 22, 2011 at 9:39 AM, David McGuigan wrote: > > I didn't mean that you were actually saying CF was stupid. I was trying to > just paraphrase your sentiment into a tantrum. Which is what it sounded > like. But I get what you mean. > > > On Thu, Sep 22, 2011 at 10:25 AM

Re: 20USD/Hour Seriously?

2011-09-22 Thread David McGuigan
I didn't mean that you were actually saying CF was stupid. I was trying to just paraphrase your sentiment into a tantrum. Which is what it sounded like. But I get what you mean. On Thu, Sep 22, 2011 at 10:25 AM, Phillip Vector wrote: > > On Thu, Sep 22, 2011 at 9:11 AM, David McGuigan > wrote:

Re: 20USD/Hour Seriously?

2011-09-22 Thread Phillip Vector
On Thu, Sep 22, 2011 at 9:11 AM, David McGuigan wrote: > > Ok just wondering, because this is how I read that post: > > "Hey guys I found a CF job for $20 an hour :( :( :(  I can't effing believe > that every CF job on Earth doesn't pay AT LEAST 1 Million Dollars per hour. > This is stupid right?

Re: 20USD/Hour Seriously?

2011-09-22 Thread Roger Austin
Integration Developer wrote: > > I'm bit confused why so cheap? Just 6 months ago I was hiring out at > 50-75USD/hour. > If this is typical cf-jobs side work rate now I am disappointed. I think we should hesitate on discussing rates on a public site. There are too many variables to c

RE: 20USD/Hour Seriously?

2011-09-22 Thread Robert Harrison
I agree. For $20/hr ... I wouldn't even talk for less than $60... but I'd expect better and generally get it. Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-wi

Re: 20USD/Hour Seriously?

2011-09-22 Thread David McGuigan
Ok just wondering, because this is how I read that post: "Hey guys I found a CF job for $20 an hour :( :( :( I can't effing believe that every CF job on Earth doesn't pay AT LEAST 1 Million Dollars per hour. This is stupid right? ColdFusion is stupid now right?" But I get that you're sincere.

Re: 20USD/Hour Seriously?

2011-09-22 Thread Dan Baughman
CF dev's I know work for between 75 and 110. I wouldn't even talk on the phone for $20/hour. On Thu, Sep 22, 2011 at 9:55 AM, Phillip Vector wrote: > > No trollage was intended. Seriously. > > On Thu, Sep 22, 2011 at 8:50 AM, David McGuigan > wrote: > > > > Is it just me or does this post smel

RE: 20USD/Hour Seriously?

2011-09-22 Thread Robert Harrison
20USD/Hour Seriously? > Is it just me or does this post smell of trollage? I though it smelled a bit like Mumbai ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?ta

Re: 20USD/Hour Seriously?

2011-09-22 Thread Phillip Vector
No trollage was intended. Seriously. On Thu, Sep 22, 2011 at 8:50 AM, David McGuigan wrote: > > Is it just me or does this post smell of trollage? > > > On Thu, Sep 22, 2011 at 9:03 AM, Phillip Vector > wrote: > >> >> IMHO, you get what you pay for. I've talked with several clients who >> hired

Re: 20USD/Hour Seriously?

2011-09-22 Thread David McGuigan
Is it just me or does this post smell of trollage? On Thu, Sep 22, 2011 at 9:03 AM, Phillip Vector wrote: > > IMHO, you get what you pay for. I've talked with several clients who > hired at $20/hr or even less. I'm usually called in to clean up the > mess at my standard rate ($50/hr) and they a

RE: Application.cfc OnErrorRequest

2011-09-22 Thread Robert Harrison
Found it... In spite of Adobe's documentation which says: This method does not return a value; do not use the cfreturn tag. (http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=AppEvents_06.html) Adding Now this (below) works as expected:

RE: Application.cfc OnErrorRequest

2011-09-22 Thread Robert Harrison
Using Still gives me a blank page with no error information. Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-williams.com Great advertising can't be either

Re: Application.cfc OnErrorRequest

2011-09-22 Thread Justin Scott
> I have the following for OnError. Live mode (application.setlocal eq 0) > works perfectly. It's the ELSE that's not working.  In the else I want > it to show robust error messaging... but I'm getting a blank screen. The onError() method is catching the error for you, so if you want ColdFusion t

Re: 20USD/Hour Seriously?

2011-09-22 Thread Phillip Vector
IMHO, you get what you pay for. I've talked with several clients who hired at $20/hr or even less. I'm usually called in to clean up the mess at my standard rate ($50/hr) and they almost always don't bat an eye paying it having learned their lesson. I will admit though... I HAVE done work for $20

Application.cfc OnErrorRequest

2011-09-22 Thread Robert Harrison
Hi, I have a site I'm converting to use application.cfc rather than application.cfm. I have a setting I use to say I'm on local (development mode) or live. If application.setlocal eq 1 I'm in dev mode and it turns a bunch of stuff on or off to help me with development. Works perfectly for eve

20USD/Hour Seriously?

2011-09-22 Thread Integration Developer
I'm bit confused why so cheap? Just 6 months ago I was hiring out at 50-75USD/hour. If this is typical cf-jobs side work rate now I am disappointed. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Cold

cfwindow, cfgridcolumn & href problem

2011-09-22 Thread Ian Bentley
I am having a problem that I just can't seem to find an answer to. I have searched on this and tried several alternatives. Now I am relatively new to cfwindow and cfgrid so I am sure I must be missing something/ I am using cfgrid within a cfwindow. Within the grid I am using a href on one of t

Re: CF8 Instances hanging every 3-4 days or so.

2011-09-22 Thread Russ Michaels
have you checked the currently running requests and performed stack traces to see what is happening when the instances are hung ? one common cause for such behaviour is connections to external resources failing or timing out such as databases. -- Russ Michaels www.bluethunderinternet.com  : Bus