Password to Oracle datasource keep getting reset

2012-02-15 Thread Nathan Moore
Has anyone experienced or can advise on this one? It would appear that around about every 6 weeks the development version of an intranet I maintain goes down with a DSN username/password error. I verify the datasource in the CF admin and sure enough the password is somehow no longer valid.

Re: Password to Oracle datasource keep getting reset

2012-02-15 Thread Bryan Stevenson
Just an outside chance. At one point we experienced odd behaviour similar to this and it was due to CF Admin settings being archived on one machine and then restored on new machines. It seemed that unless you manually went and re-saved the settings after restoration, the settings would

skEdit Express for CFML

2012-02-15 Thread Michael E. Carluen
Hello gang. Is there anyone using skEdit Express and have an opinion on it? (I'm on Mac OS Lion) Thanks!!! ~| Order the Adobe Coldfusion Anthology now!

Re: (ot) Mobile Modal Dialogs Trouble

2012-02-15 Thread Cameron Childress
On Tue, Feb 14, 2012 at 2:34 PM, Rick Faircloth r...@whitestonemedia.comwrote: Any change I can have a look at the site you're deploying to production, today? I wish. It's an internal app for a customer. The app manages billable time and projects for 15 or so offices across the US. Works on

Re: App is hanging on some requests

2012-02-15 Thread Matthew Small
If these stacks are complete, and are the actual hung threads, then it appears you're hanging on socket input from the internet, which is typically a kernel-level issue. It's very often that socket issues are caused by anti-virus - have you updated the av recently? We see socket

Re: App is hanging on some requests

2012-02-15 Thread Dave Watts
If these stacks are complete, and are the actual hung threads, then it appears you're hanging on socket input from the internet, which is typically a kernel-level issue.  It's very often that socket issues are caused by anti-virus - have you updated the av recently?  We see socket

RE: (ot) Mobile Modal Dialogs Trouble

2012-02-15 Thread Rick Faircloth
Ok... thanks, anyway. I did figure out that jQuery Mobile creates faux dialogs. They're just regular pages styled to look like dialogs. So, apparently, they don't know how, if it's possible, to create regular modal dialogs on smartphones. I had one working well for iPhone, but on Android it

Re: Password to Oracle datasource keep getting reset

2012-02-15 Thread Cameron Childress
Sometimes I've seen this when someone is allowing their browser to remember password for them. Each time that person visits the page, even if they are just editing an option, the password gets auto-populated into that field and saved. Since it's masked, you never notice. -Cameron On Wed, Feb

CF code mapper

2012-02-15 Thread Michael Dinowitz
I'm tracing some code by hand and I'm wondering if there is a better way. There is an app that will allow you to point to a template and document all of the template's cfincludes, all of the cfincludes in the included templates, and so on. It does not do the same for cfmodules, cfcomponent calls,

Difference between cfcontent and cfheader in terms its usage?

2012-02-15 Thread Jay Pandya
Difference between cfcontent and cfheader in terms its usage? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Difference between cfcontent and cfheader in terms its usage?

2012-02-15 Thread Justin Scott
Difference between cfcontent and cfheader in terms its usage? Generally, cfcontent is used to serve up a file from the server through ColdFusion (could be a generated PDF document, tracking image, or any other file you want to have ColdFusion serve up for you through the code). You can also