[ACFUG Discuss] RE: Coldfusion Tabs vs JQuery Tabs

2010-02-08 Thread axunderwood
Just my $0.02. The biggest reason to use something other than CF's built in functionality is if you ever need to do something outside of the standard uses intended of the tabs. I've not used the CF tabs but here's an example of what I'm talking about. Let's assume that the CF tabs are

Re: [ACFUG Discuss] RE: Coldfusion Tabs vs JQuery Tabs

2010-02-08 Thread Steve Drucker
Allen - The built in CF tabs are nothing more than an abstraction layer for the EXT-JS library tabs (www.extjs.com), so your argument doesn't really hold water. If you know the various methods for EXT-JS then its every bit as flexible as Spry or jQuery. In fact, the CF tab JavaScript API is

RE: [ACFUG Discuss] RE: Coldfusion Tabs vs JQuery Tabs

2010-02-08 Thread axunderwood
Well, if you take it to that degree, yes that's true. Under the cover CF (8) used EXT 1.0 I believe. The problem with that in my opinion is that it's now two versions old. And yes, all the CF DHTML is in the scripts folder, and yes you can figure out what to do behind the scenes. But, then

Re: [ACFUG Discuss] RE: Coldfusion Tabs vs JQuery Tabs

2010-02-08 Thread Steve Drucker
I'll happily concede the point on the fact that CF is never going to be completely up to date with the latest EXT library, however, CF 9 does include EXT-JS 3.0 which I used extensively and integrated with CFLayout in the ColdFusion Portal / Open Government Dashboard project and the two pieces fit

[ACFUG Discuss] C# question clarified

2010-02-08 Thread Kristine
I'm pretty desparate to try to search on a keyword called C#. I'm using a coldfusion page that grabs a bunch of variables and puts them all together in a series of statements that gets pushed straight into a CFQUERY command when the #strkeywords# variable is put into the statement it contains the

Re: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Teddy R. Payne
Kristine, Are you trying to search through a string variable for a string pattern of C#? Then after you find it, you are putting C# into a query call? Teddy R. Payne, ACCFD Google Talk - teddyrpa...@gmail.com On Mon, Feb 8, 2010 at 12:49 PM, Kristine techsupp...@hirenet.net wrote: I’m

Re: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Teddy R. Payne
Kristine, I had a follow up though. How is the variable or string that you are searching through created? If the string is not created by ColdFusion, it probably makes it a little easier. If you are generating the string, you will have to make sure that you escape the string before you start

RE: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Charlie Arehart
Kristine, besides Teddy's helpful info today, had you seen my reply to your note from over the weekend, attached? /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Kristine Sent: Monday, February 08, 2010 12:50 PM To: discussion@acfug.org Subject: [ACFUG Discuss] C#

Re: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Teddy R. Payne
Charlie, That is bizarre. I do not have record of your email on this conversation chain. I was feeling bad that I only noticed that Kristen got a response today as she was asking about it several days ago. Teddy R. Payne, ACCFD Google Talk - teddyrpa...@gmail.com On Mon, Feb 8, 2010 at 2:47

Re: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Cameron Childress
On Mon, Feb 8, 2010 at 2:50 PM, Teddy R. Payne teddyrpa...@gmail.com wrote: Charlie, That is bizarre.  I do not have record of your email on this conversation chain.  I was feeling bad that I only noticed that Kristen got a response today as she was asking about it several days ago. I don't

RE: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Charlie Arehart
Well, I will note that the forwarded message I attached was not from my “sent” folder but instead from my “acfug discuss” folder, so I had received it back via the list. I also just confirmed that it’s listed in the list archive:

RE: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Clarke Bishop
I did actually get Charlie's original message! I think there were some recent problems with the email server that may have caused some strange glitches! Clarke -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress Sent: Monday, February 08,

Re: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Robert Lash
I too received Charlies responses to this. Was awaiting further info from original poster RL On Mon, Feb 8, 2010 at 3:25 PM, Clarke Bishop cbis...@resultantsys.comwrote: I did actually get Charlie's original message! I think there were some recent problems with the email server that may have

RE: [ACFUG Discuss] RE: Coldfusion Tabs vs JQuery Tabs

2010-02-08 Thread Charlie Arehart
To Steve's last point, you can see the recording of his CFMeetup talk, like all CFMeetup talks, at http://recordings.coldfusionmeetup.com. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Steve Drucker Sent: Monday, February 08, 2010 8:44 AM To: discussion@acfug.org