Re: Secure Hosted Subversion Services: Suggestions and experiences?

2010-08-09 Thread Dominic Watson
Great guys, thanks :) On 9 August 2010 05:16, Sean Corfield seancorfi...@gmail.com wrote: On Sun, Aug 8, 2010 at 9:10 PM, David Mineer Jr min...@gmail.com wrote: I used codesion for years, then switched to unfuddle.  Little cheaper and lots more features (at that time).  Both are good but I

Re: Syntax checking generated code: CF9

2010-08-09 Thread Dominic Watson
Thanks guys. Certainly, compiling the code and checking for errors would be the ideal - just need to make sure the code does not execute. Any ideas about an explicit way to do that? I've thought of a hack, roughly: function checkSyntax( templatePath ){ var content = 'cfif ColdFusion EQ Rocks'

JDBC ODBC Bridge

2010-08-09 Thread Steve Monteith
I am using 4Dv11SQL Server as my ODBC source and I am trying to get JDBC-ODBC bridge working. I have tried 3 different bridges: Sun, Sequelink and Easysoft. I seem to be the closest with Easysoft but I have one last hurdle. Using the EasySoft JAVA test applet, I am able to retrieve data from

application variables and a clustered enviroment

2010-08-09 Thread Chad McCue
My company has two servers each having enterprise level coldfusion administrator installed on it. My site has code that will handle various counters based on user activity via application variables, I will have a main admin login that will be able to process these application variables and

Re: application variables and a clustered enviroment

2010-08-09 Thread James Holmes
You'll need a webservice or another remote method of supplying the data to the other server. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 9 August 2010 22:08, Chad McCue ch...@icsciences.com wrote: My company has two servers each having enterprise level coldfusion

cfqueryparam question

2010-08-09 Thread Eric Roberts
We are putting a cfqueryparam aound all of our sql vars...I am not sure how to handle this one: Here's the line: * AND* DatePart(m,inv_date)=CFQUERYPARAM Value=#variables.month# cfsqltype= CF_SQL_date null=false list=false Should that be date or varchar since it is looking at the part of

Re: cfqueryparam question

2010-08-09 Thread John M Bliss
DatePart will return an integer so CF_SQL_INTEGER On Mon, Aug 9, 2010 at 10:46 AM, Eric Roberts ow...@threeravensconsulting.com wrote: We are putting a cfqueryparam aound all of our sql vars...I am not sure how to handle this one: Here's the line: * AND*

re: cfqueryparam question

2010-08-09 Thread Eric Roberts
Thanks John! Eric ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread Marc Funaro
This is way OT, won't blame anyone a bit if you want to tell me to go pound salt... but you're a creative bunch and we've struggled with this long enough. The situation: Rock band with over 4 hours of music... lots of lyrics. Frequent set changes, meaning that standard 3-ring-binder full of

Re: WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread John M Bliss
No personal experience...but...http://www.musicreader.net On Mon, Aug 9, 2010 at 12:50 PM, Marc Funaro subscripti...@advantex.netwrote: This is way OT, won't blame anyone a bit if you want to tell me to go pound salt... but you're a creative bunch and we've struggled with this long enough.

RE: WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread Brook Davies
Ipad? -Original Message- From: Marc Funaro [mailto:subscripti...@advantex.net] Sent: August-09-10 9:51 AM To: cf-talk Subject: WAY WAY OT: Book Readers, and your own words This is way OT, won't blame anyone a bit if you want to tell me to go pound salt... but you're a creative bunch

Re: WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread Maureen
I use this. http://corporate.freehandmusic.com/products-musicpadpro.php On Mon, Aug 9, 2010 at 9:50 AM, Marc Funaro subscripti...@advantex.netwrote: The Idea: An eBook reader, like a Kindle or some such device, that can flip pages by touching the screen, placed on music stand. Lyrics all

Re: Syntax checking generated code: CF9

2010-08-09 Thread denstar
Sorry, should have included the link the first time: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd0.html The cfcompile utility shouldn't execute your code, just compile it. Theoretically throwing errors on bad syntax. :) You could also create an Ant

Re: WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread Dave Watts
Anyone have experience with eBook readers like the Kindle, and is it possible to get your own file(s) onto such a device so that one could simply modify the files when the sets change, and place on the device for performances?  Any other ideas?  We continue to add songs and tweak the set

Re: WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread Mike Chabot
The Mac Break Weekly crew was discussing an iPad app called Teleprompt on episode 200 that might be relevant to your interests. http://www.bombingbrain.com/teleprompt.html -Mike Chabot On Mon, Aug 9, 2010 at 12:50 PM, Marc Funaro subscripti...@advantex.net wrote: This is way OT, won't blame

CF9 Tag info for CFEclipse

2010-08-09 Thread Eric Roberts
Anyone know if there is a update for the tag hints for CFEclipse for CF9 and if so where I can get it? I getting attributes marked as errors becuae they apparently didn't exist in 7 or 8. Thanks Eric ~| Order the Adobe

Forums using CFCs?

2010-08-09 Thread Jake Pilgrim
I know I'm kicking a dead dog asking about forums, but I need current information so please bear with me. :) I'm currently working on a project where a forum is desired, and I'm hoping someone has developed something that we can use rather than reinventing the forum yet again :). This forum

show Hide'

2010-08-09 Thread Joy Rose
Is there any way to show a hidden cfgrid based on an OnChange event from another cfgrid? I've tried using a javascript function call with no results: Any suggestions on how I could show the hidden cfgrid from another cfgrid by some other method? Thanks.

show Hide cfgrid?

2010-08-09 Thread Joy Rose
Is there any way to show a hidden cfgrid based on an OnChange event from another cfgrid? I've tried using a javascript function call with no results: Any suggestions on how I could show the hidden cfgrid from another cfgrid by some other method? Thanks.

Upgrade CF5 to CF8 and undefined session

2010-08-09 Thread Jean-Jacques DONATE
Hi everybody, First sorry for my poor english (i'm french... nobody's perfect ;-)). My problem is that an old application, running on CF5 without problem, doesn't work on a new (OS Win 2003 sp2, IIS 6, CF8) machine. I precise that the cookies are accepted on the client machine browser. The

Re: Forums using CFCs?

2010-08-09 Thread Andrew Grosset
they're just not what we're looking for. Specifically what are you looking for? (that the afore mentioned dont have) ~| Order the Adobe Coldfusion Anthology now!

Re: Forums using CFCs?

2010-08-09 Thread Matt Quackenbush
He said he was specifically looking for *CFC-based forums*. The aforementioned are not CFC-based. In other words, and perhaps I am wrong, but I do not think he was saying the others did not have the feature set he was looking for.

Re: Forums using CFCs?

2010-08-09 Thread Mark Drew
Galleon is cfc based tho? Sent from my iPhone (apologies for my brevity!) On 9 Aug 2010, at 21:43, Matt Quackenbush quackfu...@gmail.com wrote: He said he was specifically looking for *CFC-based forums*. The aforementioned are not CFC-based. In other words, and perhaps I am wrong, but I

Re: Forums using CFCs?

2010-08-09 Thread Raymond Camden
Eh? Galleon isn't CFC based? On Mon, Aug 9, 2010 at 3:43 PM, Matt Quackenbush quackfu...@gmail.com wrote: He said he was specifically looking for *CFC-based forums*.  The aforementioned are not CFC-based.  In other words, and perhaps I am wrong, but I do not think he was saying the others

Re: Forums using CFCs?

2010-08-09 Thread Raymond Camden
If I need to add more CFCs to Galleon, I can. ;) cowbell.cfc oop.cfc viewSystemDextrousHandlerSupreme.cfc On Mon, Aug 9, 2010 at 3:47 PM, Mark Drew mark.d...@gmail.com wrote: Galleon is cfc based tho? Sent from my iPhone (apologies for my brevity!) On 9 Aug 2010, at 21:43, Matt

Re: Forums using CFCs?

2010-08-09 Thread Andrew Grosset
think he was saying the others did not have the feature set he was looking for. that is why I posted my question!! because in reality his request does not really say much about what he is looking for except it should be simple and cfc based. and yes Galleon is CFC based.

Re: Forums using CFCs?

2010-08-09 Thread Matt Quackenbush
Heh. I actually have no idea if it is CFC-based or not; I've never looked at it, other than seeing it installed on certain sites (ColdBox forums, Mura forums, etc). Since I know that it does the things the OP listed, and based upon the that post, I assumed it was not CFC-based. shrug

Re: Forums using CFCs?

2010-08-09 Thread Raymond Camden
Dude, Galleon is so CFC based it actually uses CFDs. (Ok, sorry, I won't pollute the thread w/ any more silliness today. ;) On Mon, Aug 9, 2010 at 3:58 PM, Matt Quackenbush quackfu...@gmail.com wrote: Heh.  I actually have no idea if it is CFC-based or not; I've never looked at it, other

Re: Forums using CFCs?

2010-08-09 Thread Matt Quackenbush
CFDs are hot, but not as hot as CFDDDs. :-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Re: Forums using CFCs?

2010-08-09 Thread denstar
CFDs nuts! =-) On Mon, Aug 9, 2010 at 3:04 PM, Matt Quackenbush wrote: CFDs are hot, but not as hot as CFDDDs.  :-) ~| Order the Adobe Coldfusion Anthology now!

Re: Upgrade CF5 to CF8 and undefined session

2010-08-09 Thread Claude Schnéegans
Salut collègue ! ;-) The problem is that session management seems not to work. Do you some more precise diagnostic? Any error message? What makes you think session management does not work? One of the problems you will encounter with applications in French is that CF and CF-Studio used to

Re: Upgrade CF5 to CF8 and undefined session

2010-08-09 Thread Alan Rother
One thing to look at is in the CF Administrator, are SESSION variables enabled? admin server settings memory variables Enable Session Variables YES That's not the most likely problem, but it is possible. I think your issue may be related to the frames.It;s possible that in each frame you

Re: Forums using CFCs?

2010-08-09 Thread Rick Root
You could also look at CFMBB My site is pretty half-assed right now, I migrated to OpenBD on a VPS about a year ago and haven't bothered makng sure everything works =) CFMBB is based on Galleon, it was meant to be a little more like phpBB. Haven't done much with it in a while. Neither CFMBB

Re: Upgrade CF5 to CF8 and undefined session

2010-08-09 Thread Al Musella, DPM
Is it possibly related to using cookies and cflocation in the same script? I am not sure how that was changed over the years, but I remember seeing you can't use cookies and cflocation together? ~| Order the Adobe

RE: Upgrade CF5 to CF8 and undefined session

2010-08-09 Thread Brook Davies
Also, if there are any domain changes between frames, ie, sub-domains or going from http to https that will also result in a different session in each frame Brook -Original Message- From: Al Musella, DPM [mailto:muse...@virtualtrials.com] Sent: August-09-10 4:44 PM To: cf-talk

Urgent requirement of Coldfusion developer- CA

2010-08-09 Thread Deepak Jha
Hi All, We have an urgent requirement of ColdFusion developer, just go through the details, if interested please send your latest resume as soon as possible. Details: ColdFusion developer Location: San Diego, CA Duration: 6-12 months SENIOR SOFTWARE DEVELOPER Customer Care