RE: Table Data

2007-05-08 Thread Robert Rawlins - Think Blue
Morning Mike, I think part of the problem was that the group by was cutting it down to 11 hours, so I worked with an SQL guy on creating a sub query, it took a few revisions but we finally got it up and running, it's a bit of a monster to say the least. SELECT

cfchart issues

2007-05-08 Thread Robert Rawlins - Think Blue
Guys, I've got a weird drawing issue with my chcharts, for some sets of data it seems to screw up where the data points should be, I've taken a screen capture to show you what I mean. http://80.244.184.135/chart.png As you can see, it plots the lines as it should do, but seems to

Re: Switch applications in the middle of a page

2007-05-08 Thread Andrew Scott
Sean, Correct me if I am wrong, but in the application.cfc the this.name sets the Application Name. If that is correct then this is actually set on every request is it not when it is in the global space of the cfc? On 5/8/07, Sean Corfield [EMAIL PROTECTED] wrote: On 5/7/07, Mike Chabot

ANN: cfFrameworks.com workshop: Peter Bell on Lightwire

2007-05-08 Thread Nick Tong
HI All, For those of you not on the cfFrameworks mailing list Peter Bell will be doing a workshop on his Lightwire framework tomorrow night 7pm GMT. If you have any questions or just want to come along and watch please do. More info here:

Client-provided cookies

2007-05-08 Thread Ariel Jakobovits
Anyone know if its possible for the client to set a cookie for the server to reply with in the same fashion that the server asks the client to maintain state across http requests? ~| Create robust enterprise, web RIAs.

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Adrian
Google triphomes homeaway (dont want to post a link to this junk), go to the article, click on discuss, search for coldfusion, note that the next page says: Your search for confusion found ~| Macromedia ColdFusion MX7 Upgrade

Re: Client-provided cookies

2007-05-08 Thread Andrew Scott
yep through the url... But I do not reccommend it for security reasons. Why do you ask? On 5/8/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: Anyone know if its possible for the client to set a cookie for the server to reply with in the same fashion that the server asks the client to

Re: Client-provided cookies

2007-05-08 Thread Adrian
Not sure if this is what you mean, but the web developer tool bar plugin for firefox lets you make your own cookies. http://chrispederick.com/work/webdeveloper/ cookies - add cookie On 08/05/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: Anyone know if its possible for the client to set a

Re: Getting a list of all the instances on a server

2007-05-08 Thread James Buckingham
So how does JRun gather a list of all the instances on its server or the 'cfusion' (port 8300) administrator? I'm just wondering if there is a way to tap into that? Cheers again, James I could be way of base here, but my understanding is you can't. The reason being is that CF is run on an

Re: MX7: Updating a single server in a cluster...

2007-05-08 Thread James Buckingham
We've got two load-balanced Windows 2003 servers, each with one cluster holding two instances each. The only way I can see I can do this is to create a checklist of all the instances present on a server and keep sending CFHTTP requests through the domain telling it to update the server config.

RE: Getting a list of all the instances on a server

2007-05-08 Thread Big Mad Kev
It gets it from a servers.xml file stored c:\jrun\lib Then I guess from there it gets the info from each of the config files for each instance location. -Original Message- From: James Buckingham [mailto:[EMAIL PROTECTED] Sent: 08 May 2007 11:35 To: CF-Talk Subject: Re: Getting a list of

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Yves Arsenault
I wrote the author an email... Tried to point out (in a short, nice way) that the technical statements about ColdFusion were completely false. - Yves - On 5/8/07, Adrian [EMAIL PROTECTED] wrote: Google triphomes homeaway (dont want to post a link to this junk), go to the article, click on

Re: Getting a list of all the instances on a server

2007-05-08 Thread Andrew Scott
For security reasons I doubt very much that you can get that information, I could be wrong though. But can I ask the age old question What exactly are you wanting to do? On 5/8/07, James Buckingham [EMAIL PROTECTED] wrote: So how does JRun gather a list of all the instances on its

Re: CFMX7 Upgrade Server keeps Restarting

2007-05-08 Thread Tom Chiverton
On Sunday 06 May 2007, [EMAIL PROTECTED] wrote: # Java VM: Java HotSpot(TM) Server VM (1.4.2_09-b05 interpreted mode) That latest fixes allow using a newer JVM (...2.11 ?). Have you tried that ? j com.gp.client.chart.axis.axis.MxScaleDimension.getLabel(I)[C+15 Is that your code, or a CFChart

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Tom Chiverton
On Sunday 06 May 2007, Eric J. Hoffman wrote: Triphomes originally was built using Cold Fusion, a web site development tool that runs on (I am sure he meant to inject only here) on Windows, and depends on Microsoft's Internet Information Server and SQL Server Database. Just as with its other

RE: Lack of CF understanding: Info Week

2007-05-08 Thread Robertson-Ravo, Neil (RX)
Yeah but that is their app not CF itself. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 08 May 2007 12:32 To: CF-Talk Subject: Re: Lack of CF understanding: Info Week On Sunday 06 May 2007, Eric J. Hoffman wrote: Triphomes originally was built using Cold

RE: cfchart issues

2007-05-08 Thread Dan G. Switzer, II
Rob, I've got a weird drawing issue with my chcharts, for some sets of data it seems to screw up where the data points should be, I've taken a screen capture to show you what I mean. http://80.244.184.135/chart.png As you can see, it plots the lines as it should do, but seems to offset some of

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-08 Thread Casey Dougall
Thanks Sean, While I'm very interested in svn, just going to take some time to figure out how it's going to work with our site load... Read below for some additional comments. Again thanks for your comments... On 5/8/07, Sean Corfield [EMAIL PROTECTED] wrote: On 5/7/07, Casey Dougall [EMAIL

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-08 Thread Dan G. Switzer, II
Sean, What happens when it's one of our older sites we haven't created a repository for? Import it into SVN. It may take a while but you can do it overnight and make the change the next day (think that's too slow - see above). Or you can be proactive and just start importing old sites now.

Transfer Adaptor / MG:U

2007-05-08 Thread Robertson-Ravo, Neil (RX)
Any ideas why, when used within a MGU application that my Transfer Adapter comes up as com.adobe.hs.common.orm.TransferAdapter? Specific reference to Adobe? N ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-08 Thread Dan G. Switzer, II
Casey, Ha... Think it's time to start looking at Terabyte Drives... Because that's what its going to take. Maybe not when we are setting up the sites but by years end or end of 2008 after we have rounds and rounds of edits... We're also talking lots of sites. SVN will use a lot less disk space

RE: Table Data

2007-05-08 Thread Dawson, Michael
That's good to hear. BTW, you may be able to simplify this a bit. Place your larger query in the sub-select area, then the outside select would only do the outer join. SELECT HourOfDay, ReportDate FROM Hours LEFT OUTER JOIN ( SELECT

Re: Smith CF server now open source

2007-05-08 Thread Rick Root
On 5/7/07, David McCan [EMAIL PROTECTED] wrote: FYI, I checked the smithproject.org website and noticed that they have open sourced it. Cool, thanks for pointing this out. I just blogged about it at www.opensourcecf.com Rick

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Rick Root
I also wrote to the author of the article, and he responded, asking for permission to publish my response as a Letter to the Editor... which I granted. Rick ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Yves Arsenault
Awesome Rick. ;-) Yves On 5/8/07, Rick Root [EMAIL PROTECTED] wrote: I also wrote to the author of the article, and he responded, asking for permission to publish my response as a Letter to the Editor... which I granted. Rick

RE: Lack of CF understanding: Info Week

2007-05-08 Thread Robert Rawlins - Think Blue
Great stuff Rick, I look forward to reading it, Once it's up for all to see be sure to post a link. Rob -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 08 May 2007 13:12 To: CF-Talk Subject: Re: Lack of CF understanding: Info Week I also wrote to the author of the

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-08 Thread Peterson, Chris
Well, it would log the single character, as well as all meta-data to associate it to the file + comments ;) But yea, they are tons smaller. I think the biggest hurdle for me was to a) get away from direct server editing (sooo easy, yet so dangerous), move to local PC development (buy some RAM),

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Rick Root
Here's the letter I wrote Mr. Babcock, Your recent article Restore Backbone To Brittle Sites seems to imply that Coldfusion only runs on Windows, IIS, and SQL Server: TripHomes originally was built using ColdFusion, a Web site development tool that runs on Windows and

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Yves Arsenault
Well put Rick. Yves On 5/8/07, Rick Root [EMAIL PROTECTED] wrote: Here's the letter I wrote Mr. Babcock, Your recent article Restore Backbone To Brittle Sites seems to imply that Coldfusion only runs on Windows, IIS, and SQL Server: TripHomes originally was built

RE: Client-provided cookies

2007-05-08 Thread Dave Watts
Anyone know if its possible for the client to set a cookie for the server to reply with in the same fashion that the server asks the client to maintain state across http requests? No, that's not possible, in that a cookie refers to a specific kind of token set by the server. However, in the

Re: Getting a list of all the instances on a server

2007-05-08 Thread James Buckingham
But can I ask the age old question What exactly are you wanting to do? No problem - this is actually starting to tie in with my last post MX7: Updating a single server in a cluster... so better to start relating everything together and carry on from one post. I want to be able to update a

Re: Getting a list of all the instances on a server

2007-05-08 Thread James Buckingham
It gets it from a servers.xml file stored c:\jrun\lib Great, I'll have a look and give that a shot. Thank you very much. ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity.

RE: Getting a list of all the instances on a server

2007-05-08 Thread Peterson, Chris
James, How about this instead: Stick a 'config' file in a common location to each server. Run a scheduled task every X minutes to read this file and compare a date/time stamp to the last date/time stamp of the config loaded in the server scope. If they are different, update the config from

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-08 Thread Casey Dougall
Another reason not to buy Dreamweaver CS3 KTML for Dreamweaver Forum :: Is KTML dead and gone? * http://tinyurl.com/2hzegp* I enjoyed using ktml in projects. While it had some little hiccups from time to time setting up, I found the frontend to work well on most html input areas. So with the

Reading a spool file from an iSeries/AS400 using Java / CF

2007-05-08 Thread Peterson, Chris
I have a CFC I wrote that has many spool file functions in it, one of which reads a spool file and returns it as text. Well, my issue is that the byte reader is incredibly slow for 50 - 100+ page documents. I see a few other stream file read methods in the java api, but I cannot figure out how

Annoying Dreamweaver error

2007-05-08 Thread Billy Cox
When saving a file, Dreamweaver sometimes churns for a while and then gives the following error message: A script in file c:\Program Files\Macromedia\DreamweaverMX\Configuration\Translators\TMCallback.js has been running for a long time. Do you want to continue? Has anyone seen this error

declare sql variables

2007-05-08 Thread Daniel Kessler
I'm having difficulty declaring sql variables. I've not done so (correctly) before, but I think it may solve my problem. I've assigned variables on the fly, though. The following fails with the declare statement in. It's fine without it. I want to declare a var and set it to empty,

Re: Annoying Dreamweaver error

2007-05-08 Thread Massimo Foti
When saving a file, Dreamweaver sometimes churns for a while and then gives the following error message: A script in file c:\Program Files\Macromedia\DreamweaverMX\Configuration\Translators\TMCallback.js has been running for a long time. Do you want to continue? Has anyone seen this

RE: Annoying Dreamweaver error

2007-05-08 Thread Bruce Sorge
I ran into that a few times as well as other issues and cannot find the answer. I am giving up on DW and moving back to HS+. In fact, all my work I have done this morning is on HS. More reliable. Bruce -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08,

Re: Annoying Dreamweaver error

2007-05-08 Thread jonese
how big is the file that you are saving? IE number of line of code. We've found that sometimes really large files can cause JS timeout's for DW features. jonese On 5/8/07, Billy Cox [EMAIL PROTECTED] wrote: When saving a file, Dreamweaver sometimes churns for a while and then gives the

RE: declare sql variables

2007-05-08 Thread Ben Nadel
Try this: DECLARE @find varchar(30); SET @find = ''; If you do not set it to '', then I think it is NULL, which is quite different in SQL terms. Does that help at all? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

RE: Annoying Dreamweaver error

2007-05-08 Thread Scott Stewart
Ooh..ooh..oooh.. I know this one... Dreamweaver chokes when it tries to render multiple or large cfincludes.. Turn off any rendering of includes, should solve it. -- Scott Stewart ColdFusion Developer SSTWebworks 7241 Jillspring Ct. Springfield, Va. 22152 (703) 220-2835

RE: Lack of CF understanding: Info Week

2007-05-08 Thread Billy Cox
Rick, I can offer this insight. A couple of years ago, a client (who had obviously been schmoozed by a Typo3 evangelist) asked me to explain why ColdFusion was better than Typo3. This of course is like asking which is better, fiberglass or a Nissan Altima. The difference between applications

Re: Transfer Adaptor / MG:U

2007-05-08 Thread Nick Tong
Hi Neil, I think this was because Sean Corfield helped write it, if i remember correctly. HTH On 08/05/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Any ideas why, when used within a MGU application that my Transfer Adapter comes up as com.adobe.hs.common.orm.TransferAdapter?

RE: [QUAR] Re: Annoying Dreamweaver error

2007-05-08 Thread Billy Cox
I have unchecked the show includes option. So far, I haven't seen the error anymore. Thanks. -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 8:48 AM To: CF-Talk Subject: [QUAR] Re: Annoying Dreamweaver error When saving a file, Dreamweaver

GotCFM.com needs a volunteer designer

2007-05-08 Thread Rey Bango
Guys, I'd like to revamp the look of GotCFM.com to: 1) Give it more of a modern feel (Web 2.0-style) 2) Reorganize the the site to better focus on the main task of promoting CFML I'm hoping someone might be interested in helping out with the design of the site. In exchange, I would happily

RE: Table Data

2007-05-08 Thread Robert Rawlins - Think Blue
Thanks for the help on that Mike, I'll toy around with simplifying it later today, I like to keep things as lightweight as possible. On a slightly different concept I've been trying to adapt that query to group my data into days (that's the easy part) and then display them as a week, and I want

Re: MX7: Updating a single server in a cluster...

2007-05-08 Thread Jochem van Dieten
James Buckingham wrote: We've got two load-balanced Windows 2003 servers, each with one cluster holding two instances each. Are the instances only connected to a webserver, or are they accessible through their own buildin webserver too? The only way I can see I can do this is to create a

Outputting structs

2007-05-08 Thread Tom King
Hi All, i've created a struct which when outputted, outputs in the 'wrong order' If you run the code below when you're in a subdirectory, i.e: /home/mydir1/mydir2/somepage.cfm each dir and page name is added to the struct in order: When I dump the struct, it comes out in the correct order, but

RE: Outputting structs

2007-05-08 Thread Ian Skinner
can anyone tell me why the dump order is different to the actual outputted order? No, other then that all the documentation about structs says that the data is unordered so it can come out in any manor. If one needs to order the data one usually uses arrays. Confidentiality Notice: This

RE: Outputting structs

2007-05-08 Thread Ben Nadel
My CFDumps seem to change order when I dump them out. I am surprised that your CFDump outputs in a consistent order. Instead of doing a collection loop, try doing a list loop over the struct keys StructKeyList(), then using those keys to access the struct. This might be more consistent.

RE: Outputting structs

2007-05-08 Thread Andy Matthews
Structures do not output in a specific order. If you need alphabetical display then you'll have to use another data type. -Original Message- From: Tom King [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 9:26 AM To: CF-Talk Subject: Outputting structs Hi All, i've created a

Re: Outputting structs

2007-05-08 Thread Tom King
On 8 May 2007, at 15:31, Ben Nadel wrote: My CFDumps seem to change order when I dump them out. I am surprised that your CFDump outputs in a consistent order. Yep! everytime... Instead of doing a collection loop, try doing a list loop over the struct keys StructKeyList(), then using those

Re: declare sql variables

2007-05-08 Thread daniel kessler
Try this: DECLARE @find varchar(30); SET @find = ''; Thanks for replying. I get missing right parenthesis as an error. Maybe that's because it's an inside query that is queried by an outside query? I didn't paste the whole thing cause I was trying to minimize the possible confusion. The

Re: Outputting structs

2007-05-08 Thread Rick Root
On 5/8/07, Andy Matthews [EMAIL PROTECTED] wrote: Structures do not output in a specific order. If you need alphabetical display then you'll have to use another data type. Or just loop over an alphabetized list of structue keys and do the output that way. Rick

Re: Lack of CF understanding: Info Week

2007-05-08 Thread Tom Chiverton
On Tuesday 08 May 2007, Robertson-Ravo, Neil (RX) wrote: Yeah but that is their app not CF itself. I read it as: Triphomes originally was built using Cold Fusion, ColdFusion is a web site development tool that runs on on Windows and other places , and (but) Triphomes

CF Features, Tags, Etc. on Linux

2007-05-08 Thread Chris Montgomery
Howdy, I am considering moving some CF sites that are currently hosted on Windows shared hosting servers to a Linux hosting environment. My question is, which features of CF (CFMX 7, specifically) are not available on Linux platforms? Note that this is not intended to be a Linux vs Windows

Re: declare sql variables

2007-05-08 Thread Dean Lawrence
Daniel, Yes, you can't declare your variable within a sub-select statement. Declare it before you start the first query and you should be fine. Dean On 5/8/07, daniel kessler [EMAIL PROTECTED] wrote: I get missing right parenthesis as an error. Maybe that's because it's an inside query

Re: declare sql variables

2007-05-08 Thread daniel kessler
This didn't appear to post the first time (I waited almost an hour), so here goes again and sorry if it posts twice. Try this: DECLARE @find varchar(30); SET @find = ''; Thanks for replying. I get missing right parenthesis as an error. Maybe that's because it's an inside query that is

RE: CFMX7 Upgrade Server keeps Restarting

2007-05-08 Thread blists
I have tried ...2.11 with no success. Maybe I should try a higher version. The below line is cfchart, not my code. I'm still getting consistent restarts on a few templates and cfchart. I might have to pay adbobe for support on this one I think... Brook -Original Message- From: Tom

Re: declare sql variables

2007-05-08 Thread daniel kessler
This didn't appear to post the first time (I waited almost an hour), so here goes again and sorry if it posts twice. Try this: DECLARE @find varchar(30); SET @find = ''; Thanks for replying. I get missing right parenthesis as an error. Maybe that's because it's an inside query that is

Error,jrpp-3 - Any ideas?

2007-05-08 Thread Jim H
I have no idea how to trouble shoot this error in our exception log. Any ideas? It is causing huge request back-ups and essentially shuts down the cf server. 365 Error,jrpp-3,05/08/07,10:08:15,SchoolSites, The specific sequence of files included or processed is:

Re: CF Features, Tags, Etc. on Linux

2007-05-08 Thread Tom Chiverton
On Tuesday 08 May 2007, Chris Montgomery wrote: question is, which features of CF (CFMX 7, specifically) are not available on Linux platforms? Zero. -- Tom Chiverton Helping to economically disintermediate magnetic portals on: http://thefalken.livejournal.com

Re: Error,jrpp-3 - Any ideas?

2007-05-08 Thread Tom Chiverton
On Tuesday 08 May 2007, Jim H wrote: I have no idea how to trouble shoot this error in our exception log. Any ideas? It is causing huge request back-ups and essentially shuts down the cf server. Remove the FusionReactor configs. -- Tom Chiverton Helping to apprehensively repurpose virtual

Re: declare sql variables

2007-05-08 Thread Deanna Schneider
Um, don't you use Oracle? The syntax you're trying to use is sql server syntax. Here's some info on Oracle syntax for bind variables: http://www.akadia.com/services/ora_bind_variables.html ~| Deploy Web Applications Quickly

RE: CF Features, Tags, Etc. on Linux

2007-05-08 Thread Dave Watts
I am considering moving some CF sites that are currently hosted on Windows shared hosting servers to a Linux hosting environment. My question is, which features of CF (CFMX 7, specifically) are not available on Linux platforms? Note that this is not intended to be a Linux vs Windows

RE: CF Features, Tags, Etc. on Linux

2007-05-08 Thread Peterson, Chris
Well, if you are relying on COM for things you may need to re-think it. COM is Windows. Chris -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 11:30 AM To: CF-Talk Subject: Re: CF Features, Tags, Etc. on Linux On Tuesday 08 May 2007, Chris

CF 7 data source limit

2007-05-08 Thread Ben D. Higgins
Does anyone know if there is a limit to the number of DSNs CF 7 supports? Ben Higgins ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

Re: CF Features, Tags, Etc. on Linux

2007-05-08 Thread Doug Bezona
Feature-wise, there shouldn't be any difference, unless you have something that requires COM objects, or a compiled C++ CFX tag. Also, I think you are out of luck if you use Access databases (which you shouldn't anyway). Where you are most likely to run into issues is with path and file

RE: CF 7 data source limit

2007-05-08 Thread Robertson-Ravo, Neil (RX)
No actual limit I think, but not doubt limited to disk space as the connection strings etc get written to disk. -Original Message- From: Ben D. Higgins [mailto:[EMAIL PROTECTED] Sent: 08 May 2007 16:44 To: CF-Talk Subject: CF 7 data source limit Does anyone know if there is a limit

Microsoft JDBC Drivers

2007-05-08 Thread Robertson-Ravo, Neil (RX)
Anyone using drivers other than the vanilla shipping DataDirect ones? Anyone using the Microsoft SQL JDBC drivers? N ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity.

AJAX - The easiest way possible. Spry?

2007-05-08 Thread Will Tomlinson
I'm working with a form that'd be perfect for ajax. http://208.106.220.252/addnewquestions.cfm Depending on what you select in the top menu, the other menu items change. What would be the easiest way to incorporate ajax for this? Should I use spry? I've never ajaxed anything before.

Re: Getting a list of all the instances on a server

2007-05-08 Thread James Buckingham
I've got a few ideas of the back of all these suggestions. Thanks a lot for your help everyone. Cheers, James ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

RE: Lack of CF understanding: Info Week

2007-05-08 Thread Kevin Aebig
Fiberglass no wait... Altima... ugh, I'm I can't decide. !k -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 8:01 AM To: CF-Talk Subject: RE: Lack of CF understanding: Info Week Rick, I can offer this insight. A couple of years ago, a

Re: Error,jrpp-3 - Any ideas?

2007-05-08 Thread Jim H
Which configs are you talking about? Thanks! JH On Tuesday 08 May 2007, Jim H wrote: I have no idea how to trouble shoot this error in our exception log. Any ideas? It is causing huge request back-ups and essentially shuts down the cf server. Remove the FusionReactor configs.

Re: Microsoft JDBC Drivers

2007-05-08 Thread Andrew Scott
Yes what would you like to know. On 5/9/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Anyone using drivers other than the vanilla shipping DataDirect ones? Anyone using the Microsoft SQL JDBC drivers? N ~|

Re: AJAX - The easiest way possible. Spry?

2007-05-08 Thread Charlie Griefer
If you're looking for quick and easy, i like JSMX a lot (http://www.lalabird.com). It's a really lightweight library... but it does require that you know the client side JS pretty well in order to manipulate the results. Spry sort of masks that need to know JS... but in order to use it, you need

Re: AJAX - The easiest way possible. Spry?

2007-05-08 Thread Josh Nathanson
Depending on what you select in the top menu, the other menu items change. What would be the easiest way to incorporate ajax for this? Should I use spry? I've never ajaxed anything before. I've not used Spry, but jQuery's ajax implementation is incredibly easy to use. -- Josh

Re: Microsoft JDBC Drivers

2007-05-08 Thread Robertson-Ravo, Neil (RX)
You are using them now? Any pitfalls? faster then DataDirect? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and

Re: AJAX - The easiest way possible. Spry?

2007-05-08 Thread Robertson-Ravo, Neil (RX)
Yeah, that is a good entry to it all. I worked with Todd the lead on that product before, he knows his stuff and wants it to mature (just in a different way than other open source libs) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United

Re: Error,jrpp-3 - Any ideas?

2007-05-08 Thread Jim H
Which configs are you referring to? Thanks, JH On Tuesday 08 May 2007, Jim H wrote: I have no idea how to trouble shoot this error in our exception log. Any ideas? It is causing huge request back-ups and essentially shuts down the cf server. Remove the FusionReactor configs.

Re: Microsoft JDBC Drivers

2007-05-08 Thread Andrew Scott
honestly I have not done a comparison in speed, and haven't noticed any pitfalls. On 5/9/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: You are using them now? Any pitfalls? faster then DataDirect? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond,

Re: Transfer Adaptor / MG:U

2007-05-08 Thread Robertson-Ravo, Neil (RX)
Hi Nick, Makes sense. Cheers See you at Scotch :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also

Re: Microsoft JDBC Drivers

2007-05-08 Thread Robertson-Ravo, Neil (RX)
So why did you move to using them? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It

Re: declare sql variables

2007-05-08 Thread daniel kessler
Um, don't you use Oracle? The syntax you're trying to use is sql server syntax. Here's some info on Oracle syntax for bind variables: Yes, I do, thank you for remembering. I had searched with SQL as the main part of the title and should've added Oracle. I looked over that page and it

eBay API Integration with CF

2007-05-08 Thread Dave Hatz
Just checking out there in the CF community if any of you CF developers had any experience working with eBay Integration and CF? If so, can you tell me what we are in for as far as integrating CF with the eBay API. Thanks, Dave Hatz

Re: declare sql variables

2007-05-08 Thread Jochem van Dieten
Daniel Kessler wrote: ( DECLARE @find varchar(30) SELECT p.publication_name, p.publication_id, o.dept,o.link AS author_link, NVL(o.lname, a.a_lname)AS lastname, NVL(o.mname, a.a_mname) || '.' AS middlename,

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-08 Thread Sean Corfield
On 5/8/07, Casey Dougall [EMAIL PROTECTED] wrote: We log the request as we're talking with them. We have a task management system that's really tricked out. OK. You had me worried for a while :) Thanx for explaining how you actually work because I didn't get any of that from your original

Re: declare sql variables

2007-05-08 Thread Deanna Schneider
On 5/8/07, daniel kessler wrote: - I suspect I should use the PL/SQL example. Is that right? - In the PL/SQL example, it does all this as part of a procedure. Does it need to be that way? Depends on what you're trying to accomplish. Note that using cfqueryparam, you're essentially

RE: PBEWithMD5AndDES

2007-05-08 Thread Christine Davis
Andrew, In case you ever want to encrypt something using Password Based Encryption in ColdFusion, I've included the code below which encrypts the password and encodes it as base64. It's pretty straight forward in CF. The problem was not CF implementation; it was my understanding of PBE, salts,

Flex and Coldfusion

2007-05-08 Thread Steve Good
I'm playing around with Flex and was wondering if there was a place with some nice tutorials showing how to integrate CF with Flex. Anyone have any URLs to some tutorials? Thanks! ~Steve ~| Macromedia ColdFusion MX7 Upgrade

Re: Flex and Coldfusion

2007-05-08 Thread Robertson-Ravo, Neil (RX)
www.adobe.com/devnet This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

CSS Help

2007-05-08 Thread Jim H
Ok, I am beating my brain on the table again. I have a css stylesheet attached to a cfm page. I call the stylesheet from the head section of the page by using: link href=css/main.cfm rel=stylesheet type=text/css media=all Yes, the css file is a cfm page because I need to have dynamic colors

Re: Flex and Coldfusion

2007-05-08 Thread Rey Bango
CFFlex.com. Also, you can check out a list at Andy Jarrett's blog: http://andyjarrett.co.uk/andy/blog/index.cfm/2006/2/7/Flex-2-tutorials Rey Steve Good wrote: I'm playing around with Flex and was wondering if there was a place with some nice tutorials showing how to integrate CF with Flex.

RE: CSS Help

2007-05-08 Thread Jake Churchill
What does the source of the generated HTML look like? Are you getting style blocks? Do you have more than one? I've never actually seen it done like this, generally a .css file is dynamically loaded based on the site. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE

RE: CSS Help

2007-05-08 Thread Ben Nadel
Whap happens when you call the CSS file directly in the URL (as if you were going to it as a page)? Also, are you using: cfcontent type=text/css / In the CSS (cfm) page? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

Re: CSS Help

2007-05-08 Thread Robertson-Ravo, Neil (RX)
I would expect it would need to be a cfinclude rather than a linkref. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Add Together Values of Dyanamic Fields

2007-05-08 Thread Joel Watson
Yes, that was very helpful. Thanks a lot! Without specifics, I can give you a general example: Var objForm = document.forms[ 0 ]; Var objInput1 = objForm.elements[ dynamic_field_1 ]; Var objInput2 = objForm.elements[ dynamic_field_2 ]; Var objInput3 = objForm.elements[ dynamic_result ];

Re: CSS Help

2007-05-08 Thread Josh Nathanson
It is not working. I am not getting any of the css or the cf variables displayed. I think you need to do cfinclude to do what you are trying to do. CF won't process the file unless you cfinclude it. And, I bet there's some restriction on using a .css extension when linking to a

RE: Add Together Values of Dyanamic Fields

2007-05-08 Thread Ben Nadel
Sweeet. -Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 2:42 PM To: CF-Talk Subject: Re: Add Together Values of Dyanamic Fields Yes, that was very helpful. Thanks a lot! ~|

  1   2   >