Re: Input are becoming disabled in IE

2012-02-06 Thread Pradeep Viswanathan
you should use $("input").removeAttr("disabled"); $("input").attr("disabled", false); will not work. Thanks and Regards, Pradeep Viswanathan R pradeepviswanatha...@gmail.com On Mon, Feb 6, 2012 at 9:09 PM, Chad Baloga wrote: > > I am trying to troubleshoot why my text input fields are sudde

Input are becoming disabled in IE

2012-02-06 Thread Chad Baloga
I am trying to troubleshoot why my text input fields are suddenly becoming disabled. I run something on the page and all inputs become disabled throughout the system until I refresh the browser. There are no JS errors or anything to indicate errors. I have the following on the page to re-ena

RE: (ot) Were to store admin passwords?

2012-02-06 Thread Jacob
On two encrypted USB keys.. both locked in a safe at two different locations -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: Monday, February 06, 2012 7:12 AM To: cf-talk Subject: (ot) Were to store admin passwords? This is a bit OT, but I'm starting to get pa

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Cameron Childress
On Mon, Feb 6, 2012 at 10:47 AM, Dave Watts wrote: > KeePass on Windows doesn't have a browser plugin, but it can open a > browser and autofill fields with the help of an add-on called KeeForm. > KeePassX on OS X doesn't have this, unfortunately. But you can get > apps for every platform I've ev

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Dave Watts
> we use KeePass also, but we switched from eWallet only for the sake of > better mobile device support for all our staff. That's pretty much exactly what I did. I'd used eWallet for many years, and was very happy with it, but no Android support. > KeePass is very good and has excellent security

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Russ Michaels
we use KeePass also, but we switched from eWallet only for the sake of better mobile device support for all our staff. KeePass is very good and has excellent security and you can remote sync it for sharing with others, you can also store files with keys which is handy, but it is very much geared

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Greg Luce
I had a boss that charged $10 for lost passwords once so I purchased SplashID http://www.splashdata.com/splashid/ It has always been great for me, since the days of handspring Visor. Like Dave said your account data is encrypted and stored locally and you can sync with droid. On Mon, Feb 6, 2012

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Dave Watts
> KeePass may also do this now, but I switched from KeePass to 1Password a > couple of years ago because it was missing some of those features. KeePass on Windows doesn't have a browser plugin, but it can open a browser and autofill fields with the help of an add-on called KeeForm. KeePassX on OS

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Cameron Childress
...or 1Password, which has a pretty slick iPhone app too (if this is important to you). Look for browser plugins to manage unlocking and filling passwords. It will generate random passwords for you on the fly as well, which is nice when registering accounts at places. KeePass may also do this n

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Stephen Hait
> > This is a bit OT, but I'm starting to get paranoid. Where is the best place > to store server administrator account password and passwords for the > cfadministrator etc. > You might try a program like KeePass. ~| Order the

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Dave Watts
> This is a bit OT, but I'm starting to get paranoid. Where is the best place > to store server administrator account password and passwords for the > cfadministrator etc. I'm not sure what you're asking here, but I like to use a password manager that's locally installed on my computer for this s

(ot) Were to store admin passwords?

2012-02-06 Thread Brook Davies
This is a bit OT, but I'm starting to get paranoid. Where is the best place to store server administrator account password and passwords for the cfadministrator etc. Brook ~| Order the Adobe Coldfusion Anthology now! http:

Re: cfhttp oddity

2012-02-06 Thread John M Bliss
I'm going to start by replacing: ...with storage in the DB. On Mon, Feb 6, 2012 at 8:18 AM, Russ Michaels wrote: > > try limiting how many you do in one batch and break it up into separate > requests and see if that helps > > On Mon, Feb 6, 2012 at 12:59 PM, John M Bliss > wrote: > > > > >

Re: cfhttp oddity

2012-02-06 Thread Russ Michaels
try limiting how many you do in one batch and break it up into separate requests and see if that helps On Mon, Feb 6, 2012 at 12:59 PM, John M Bliss wrote: > > The heck? So I limited myquery to only the 400 Bad Request row and the row > after that and it worked fine. So I must be running into s

Re: Invisible Scheduled Task

2012-02-06 Thread Dain Anderson
We had this very same problem, and removing it from the neo-cron.xml file was the only way to get rid of it. -Dain On Thu, Feb 2, 2012 at 1:43 PM, Matthew Gersting wrote: > > Hey, all - thanks for the ideas. I ended up manually going through the > neo-cron.xml file for all our many, many insta

Re: cfhttp oddity

2012-02-06 Thread John M Bliss
The heck? So I limited myquery to only the 400 Bad Request row and the row after that and it worked fine. So I must be running into some sort of overflow that CF is failing to report to me? Or something? On Mon, Feb 6, 2012 at 6:10 AM, Russ Michaels wrote: > > if it always happens at the same p

Re: cfhttp oddity

2012-02-06 Thread Russ Michaels
if it always happens at the same place, have you tried extract just that request and doing it by itself, this would at least show you there is a problem with that request that is specifically causing the issue. On Mon, Feb 6, 2012 at 12:04 PM, John M Bliss wrote: > > [crickets] :-) > > On Fri

Re: cfhttp oddity

2012-02-06 Thread John M Bliss
[crickets] :-) On Fri, Feb 3, 2012 at 4:18 PM, John M Bliss wrote: > Hoping someone can see what might be happening here. I have: > > > > > > http://site.com";> > > > > > > > > ...and those dumps are producing: > > 1 > [cfhttp dump with Status_Code = 200] > > 2 > [cfhttp dump wit