Re: [ACFUG Discuss] Rip Van Winkle's Memory Fails

2008-03-10 Thread Darin Kohles
Peyton, try this in the code on the login page : var isStillValid = #SESSION.loggedIn#; // Assuming you have a Boolean var function checkStatus(){ if(!isStillValid && window.opener != null){

[ACFUG Discuss] More on Rip Van Winkle's Memory: Found the Answer, Sort of...

2008-03-10 Thread Peyton Todd
Looking through old code I wrote, I have discovered that following code placed inside the Login.cfm page solves my problem of opening that page inside a nested window on timeout: if (opener.location.href.indexOf('PostJob') > -1){ opener.location=window.location; window.close(); } Bu

RE: [ACFUG Discuss] Blue Dragon Goes Open Source

2008-03-10 Thread John Mason
And the smithproject.org.. CF having multiple vendors and multiple versions some open source others enterprise level is a good thing. Means more people can use CF technology which means more people will need programmers and consultants that understand the technology. Flex is open source. Perhap

Re: [ACFUG Discuss] Blue Dragon Goes Open Source

2008-03-10 Thread Cameron Childress
Really no more than Railo, a CFML engine which has (AFAIK) always been free: http://www.railo-technologies.com/en/ -Cameron On Mon, Mar 10, 2008 at 10:08 AM, Mischa Uppelschoten ext 10 < [EMAIL PROTECTED]> wrote: > Interesting news. Sounds like a double edged sword to me: it takes care > of th

re: [ACFUG Discuss] Blue Dragon Goes Open Source

2008-03-10 Thread Mischa Uppelschoten ext 10
Interesting news. Sounds like a double edged sword to me: it takes care of the "but CF is expensive" argument but it may also cannibalize sales from Adobe. Good for developers I guess...     : They are holding back the .NET and JX versions as commercial, and the rest is:  being open source

[ACFUG Discuss] Blue Dragon Goes Open Source

2008-03-10 Thread Cameron Childress
They are holding back the .NET and JX versions as commercial, and the rest is being open sourced under GPL2. More here: http://tinyurl.com/346xnj or http://blog.newatlanta.com/index.cfm?mode=entry&entry=EABF951D-453A-486E-9647E2825D1E6F39 -Cameron -- Cameron Childress Sumo Consulting Inc http: