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
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
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
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
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/
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.
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
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
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
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
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
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
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)
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
>
>
>
>
>
>
~
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
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.
> >
>
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
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
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
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
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
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
>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
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
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
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
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
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
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:
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?
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
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
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.
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
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
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
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
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:
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
> 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
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
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
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
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
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
45 matches
Mail list logo