Re: CFIdea: how to implement

2006-08-22 Thread Ricardo Russon
What about if someone reads an artice, and then navigates to a different site? If they are not hitting another page of yours, then the points tracking wont work. You might want to concider and AJAX solution for this. On 8/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a CFidea and I

Re: Getting today''''''''''''''''s orders?

2006-08-22 Thread Auke van Leeuwen
*sigh* how about someone fixed that little bug that doubles the amount of quotes every time you post via the form on the site? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

RE: FusionZone - PITA

2006-08-22 Thread Jenny Gavin-Wear
After 2 hours of persistent sarcasm and generally bad attitude it was discovered that the error handling is awful and the documentation is even worse. A support ticket raised was largely ignored and it was only after I searched for Kevin's email address on whois that I finally got a reply worth

Re: FusionZone - PITA

2006-08-22 Thread Robertson-Ravo, Neil (RX)
Easy tiger, reckon this one for cf-community. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

Re: broadcasted coldfusion classes

2006-08-22 Thread Tom Chiverton
On Monday 21 August 2006 18:14, Michael Dinowitz wrote: I'm going to start teaching a few friends in the NY area ColdFusion and was You can desktop share with Skype, though I don't know with how many people. -- Tom Chiverton Helping to greatly deliver end-to-end paradigms

RE: FusionZone - PITA

2006-08-22 Thread Jenny Gavin-Wear
Hi Neil, Point taken, I've said all I have to say on the matter :-) Jenny -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 22 August 2006 08:50 To: CF-Talk Subject: Re: FusionZone - PITA Easy tiger, reckon this one for cf-community. -- No virus

Re: FusionZone - PITA

2006-08-22 Thread James Holmes
Told you Barbecue was the way to go... :-) On 8/22/06, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Hi Neil, Point taken, I've said all I have to say on the matter :-) Jenny -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/

RE: Parsing an XML Feed

2006-08-22 Thread Ian Vaughan
I have tried adding resolveurl = yes but the error message stays the same ? I have also tried different rss feeds from other websites and am getting the same error. Perhaps Coldfusion MX 7 cannot consume rss feeds so they can display on your website, could it be a limitation of Coldfusion? If

Re: broadcasted coldfusion classes

2006-08-22 Thread Will Tomlinson
I'm going to start teaching a few friends in the NY area ColdFusion and was wondering the best way to broadcast this out to the net for others to hear? I don't have breeze and having a live broadcast where I can take questions seems like the best way to go. Something with a scratch pad

Re: broadcasted coldfusion classes

2006-08-22 Thread Martyn Bowis
Hi, I have an interactive classroom that you may be interested in that runs on Flash Media Server / Flash Communication Server and will soon have support for Red 5. Please let me know if you would like a demonstration. It is ideal for code instruction and includes screen sharing. If you

Re: broadcasted coldfusion classes

2006-08-22 Thread Glenn Miller
We end up using https://www.gotomeeting.com/ for classes and conferences... It works out pretty well, since people can call in on speaker for voice and it still allows for the online screen views and chat. Not sure if it'll suit your needs though... ~ Glenn I'm going to start teaching a

Re: Blog CFC for Oracle?

2006-08-22 Thread Deanna Schneider
Ah, didn't realize you had it out on sourceforge. I'll grab it from there. There are a few issues I know of already - like that I can't name a column comment in Oracle. That being said - which you rather I mod all the code to include if blogdbtype = ORACLE then or just make a separate Oracle

Re: creating a new record in a db table

2006-08-22 Thread Deanna Schneider
If you have a master list of names - just put the id in the value of the select, but display the name. The only thing you need to store in the roster table is the id - as it will relate back to your master list. select name=girlid option value=1Jane Doe/option /select On 8/21/06, Peter

Re: Getting todays orders?

2006-08-22 Thread Jim Wright
Will Tomlinson wrote: Sorry, I blanked on the fact that you were doing a QoQ there... use this (not a QoQ)... Dude, this works like a champ! Only one little problem left. THe date is ugly in the cfchart. The data is all correct and grouped nicely tho'. Is there some way to change the

Re: Database design question

2006-08-22 Thread Doug Brown
Hey Doug, Doug again here...I implemented the database that you and others were speaking of. Everything seems to be in order with the exception of one thing. I am populating a menu with the categories from the table and when there is no more records as I drill down, the menu will simply

RE: Database design question

2006-08-22 Thread Doug Bezona
As someone previously stated, the major drawback to this design is that you can only have one parent for each item. If you need an item to have more than one parent, you would have to develop a two table design. I can't imagine a scenario where I would need to have a single child have two

RE: Database design question

2006-08-22 Thread Doug Bezona
Ok, I think I am understanding. So are you saying that I will need another table if this is the case? Say I have antiques and collectible and it has a sub_category of furniture. Since not all furniture is antique or collectible would that require another table? Exactly. Instead of defining

Re: Getting the last url variables

2006-08-22 Thread Kris Jones
Not sure what your menu issue is, but to get the last URL variable if your recordset is empty might look something like this: cfset mylasturlvar = / cfif rcdset.recordcount is 0 cfset mylasturlvar = listlast(cgi.query_string,=) / /cfif Cheers, Kris I am trying to find out how to set the

Re: Parsing an XML Feed

2006-08-22 Thread Rob Wilkerson
Ian, I've seen feeds that contain non-printing characters that can throw off the XML parsing. For the sake of investigation, try adding this line before you try to parse the XML: cfset variables.content = REReplaceNoCase ( variables.content, [^\x00-\x7f], , ALL ) / This will remove all

RE: Getting the last url variables

2006-08-22 Thread Adkins, Randy
Actually wouldn't that return the value rather than the variable? Change the = to a to get the variable and value then use It to get the variable using ListGetat with the = cfset mylasturlvar = / cfif rcdset.recordcount is 0 cfset mylasturlvar = listlast(cgi.query_string,) /

Re: Getting the last url variables

2006-08-22 Thread Doug Brown
Thanks for the reply Kris. I implemented a design scheme suggested by others to warehouse categories for a classifieds ad system. I was using 2 tables and now am just using one table to populate the navigation menu. Problem is that when I drill down in the menu to the point where there is no more

XML looping problems

2006-08-22 Thread Ray Champagne
I've been given an XML document that needs to be parsed into a query, and I'm having some issues I need help with. XML sample: officelocations dir_office_atm_locations id=1 name=Headquarters address=Ten Post Office Square office=1 atm=1 link=http://www.mapquest.com; sort=1 phone=(123)

RE: CFIdea: how to implement

2006-08-22 Thread Ben Nadel
Thank Rob :) ... Ben Nadel www.bennadel.com -Original Message- From: Robert Feyerherm [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 8:38 AM To: CF-Talk Subject: RE: CFIdea: how to implement I think Ben's idea is great. I also think it might be cool if

Re: Blog CFC for Oracle?

2006-08-22 Thread Raymond Camden
The sourceforge site is extremely old. Please go to www.blogcfc.com for Subversion access. Yes, I'd use a blogtype type check. If you want to take this offlist, just email me at ray at camdenfamily dot com. On 8/22/06, Deanna Schneider [EMAIL PROTECTED] wrote: Ah, didn't realize you had it out

Re: Firefox vs. JavaScript

2006-08-22 Thread Charlie Griefer
document.all is an IE only thing. try to stay away from it and use document.getElementById() instead. On 8/22/06, Steve LaBadie [EMAIL PROTECTED] wrote: I am having an issue with the use of JavaScript not working in Firefox. When I check the JavaScript console it doesn't like a

RE: Parsing an XML Feed

2006-08-22 Thread Ian Vaughan
Hi I have tried your suggestion but am still getting the error which is shown below. Could it be a setting on the CF 7.0 server that is causing this? -- An error occured while Parsing an XML document. White spaces are required between publicId and systemId. The error

RE: Parsing an XML Feed

2006-08-22 Thread Ian Vaughan
Hi I have tried your suggestion but am still getting the error which is shown below. Could it be a setting on the CF 7.0 server that is causing this? -- An error occured while Parsing an XML document. White spaces are required between publicId and systemId. The error

RE: Parsing an XML Feed

2006-08-22 Thread Dave Watts
I have tried your suggestion but am still getting the error which is shown below. Could it be a setting on the CF 7.0 server that is causing this? Probably not - that is, there's no CF-specific settings required for this. You could, of course, have some completely unrelated problem, such as

RE: Firefox vs. JavaScript

2006-08-22 Thread Dan G. Switzer, II
document.all is an IE only thing. try to stay away from it and use document.getElementById() instead. More specifically it's a depreciated object as of IE5 (maybe 5.5, but I think it was actually depreciated in v5.0.) -Dan ~|

Re: Firefox vs. JavaScript

2006-08-22 Thread James Holmes
Try window.event instead of just event. On 8/22/06, Steve LaBadie [EMAIL PROTECTED] wrote: I am having an issue with the use of JavaScript not working in Firefox. When I check the JavaScript console it doesn't like a href=javascript:onMenuClicked(event,this,'d01'). Says the event is not

More problems with hourly digests?

2006-08-22 Thread RADEMAKERS Tanguy
Hello, Here below the latest hourly digest received from CF-Talk in its entirety. As you can see, some information would seem to have been left out ;) This has been happening every once in a while over the last week or two, bust usually there's *some* information in the digest. -Original

RE: Firefox vs. JavaScript

2006-08-22 Thread Steve LaBadie
Thanks Jim, you were right on the money! Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006

RSS feeds and # sign

2006-08-22 Thread Ben Nadel
I just started getting an Xml Parse error on my RSS feed... I narrowed the problem down to the fact that one of the titles had # signs in it. I don't quite understand the error, so I was hoping someone could help me out. I originally had: title#XmlFormat( REQUEST.EntryQuery.name )#/title This

RE: Parsing an XML Feed

2006-08-22 Thread Ian Vaughan
Dave How would I write the file to my filesystem, could you explain please. Also are there any tests to find out if I can perform name resolution? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 22 August 2006 14:52 To: CF-Talk Subject: RE: Parsing an XML Feed I

RE: Parsing an XML Feed

2006-08-22 Thread Everett, Al \(NIH/NIGMS\) [C]
cfset localDir=getDirectoryFromPath(currentTemplatePath()) cffile action=write file=#localDir#test.xml output=#cfhttp.filecontent# -Original Message- How would I write the file to my filesystem, could you explain please.

Re: Parsing an XML Feed

2006-08-22 Thread Rob Wilkerson
it looks like you're still parsing the cfhttp.filecontent variable. You should be parsing variables.filecontent since that's the modified value with only ascii data. cfscript URLToPull = http://www.easycfm.com/syndication/mostviewed.cfm;; /cfscript cfhttp

RE: RSS feeds and # sign

2006-08-22 Thread Ben Nadel
I am thinking that maybe this is not the error... Even with that line, I get an error sometimes!!! ... Ben Nadel www.bennadel.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 10:26 AM To: CF-Talk Subject: RSS feeds and

Re: XML looping problems

2006-08-22 Thread Rob Wilkerson
You'll have to do some testing for attribute existence, but you'd have to do that either way. cfset variables.locations = XMLSearch ( variables.parsedDoc, '//dir_office_atm_locations' ) / cfset variables.cLocations = arrayLen ( variables.locations ) / cfloop index=iLocation from=1

Re: XML looping problems

2006-08-22 Thread Rob Wilkerson
Sorry, hit send too soon. cfset variables.locations = XMLSearch ( variables.parsedDoc, '//dir_office_atm_locations' ) / cfset variables.cLocations = arrayLen ( variables.locations ) / cfloop index=iLocation from=1 to=#variables.cLocations# cfif [pseudocode: the name attribute exists cfset

RE: RSS feeds and # sign

2006-08-22 Thread Ben Nadel
I figured it out... The page was timing out and it was showing a Cerro at the bottom of the page. Now I just have to figure out why the page is timing out sometimes and running instantly other times :( ... Ben Nadel www.bennadel.com -Original Message- From: Ben Nadel

Re: RSS feeds and # sign

2006-08-22 Thread Rob Wilkerson
Ben, try using CDATA: title![CDATA{#REQUEST.EntryQuery.name#]]/title See if that makes any difference. On 8/22/06, Ben Nadel [EMAIL PROTECTED] wrote: I am thinking that maybe this is not the error... Even with that line, I get an error sometimes!!! ... Ben Nadel

RE: Parsing an XML Feed

2006-08-22 Thread Ian Vaughan
Changed what you suggested below, but still getting the same error? An error occured while Parsing an XML document. White spaces are required between publicId and systemId. cfscript URLToPull = http://www.easycfm.com/syndication/mostviewed.cfm;; /cfscript cfhttp

FW: More problems with hourly digests?

2006-08-22 Thread RADEMAKERS Tanguy
oops, looks like the quoted text was stripped out. What i *meant* to say was: Hello, Here below the latest hourly digest received from CF-Talk in its entirety. As you can see, some information would seem to have been left out ;) This has been happening every once in a while over the last

CFSearch taking well over 1min to return anything.

2006-08-22 Thread Chris Csanyi
I am having problems with CFsearch on a CFMX 6.1 install. I am searching 50 collections that have a total of 23,491 records in them. I have so many collections because when they are search just a few areas it is much faster but when I need to do a search of everything it takes for ever.

Re: Parsing an XML Feed

2006-08-22 Thread Rob Wilkerson
Well, I couldn't see anything wrong so I decided to check it out myself and it works just fine for me. I had to remove your proxy info, of course, but the following works just fine: cfhttp url=http://www.easycfm.com/syndication/mostviewed.cfm; method=GET timeout=15

Re: OT: How can I crop, resize, change image color properties online?

2006-08-22 Thread Qasim Rasheed
Jon, Surely a donut seems like a valuable thanks :). Let me know if you see any problem as I wrote it quite a while ago (more than a year). Thanks, Qasim On 8/21/06, Block, Jon [EMAIL PROTECTED] wrote: If you build this, I will happily send you 1 boston cream donut as payment. Jon

Identifying and Event Gateway Call In Code

2006-08-22 Thread Mike Chabot
I have an Asynchronous Events via CFML gateway set up to handle a logging action. There is a block of code in Application.cfm that attempts to validate some CGI variables, which causes problems when run inside of an event gateway call. Is there a preferred way to identify that the page is running

What is the easiest way to get the true length of a list.

2006-08-22 Thread Ian Skinner
Counting all the elements, including the empty ones? Do I need to modify the list to put some throwaway character to get all the elements counted, or is there a better way? For Example: listLen(This is an Element,,) needs to equal 3. -- Ian Skinner Web Programmer BloodSource

Re: What is the easiest way to get the true length of a list.

2006-08-22 Thread Robertson-Ravo, Neil (RX)
You will no doubt have to do some work on the empty values first - I cannot remember but what happens when you do an #ArrayLen(ListToArray(yourlist))#? This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed

Re: What is the easiest way to get the true length of a list.

2006-08-22 Thread Barney Boisvert
len(REreplace(myList, [^,]+, , all) + 1 should work. Just removing (or replacing with nothing) all the non-delimiter characters, and then counting the delimiters, and adding one for the fencepost problem. cheers, barneyb On 8/22/06, Ian Skinner [EMAIL PROTECTED] wrote: Counting all the

RE: What is the easiest way to get the true length of a list.

2006-08-22 Thread Jeff Garza
http://www.cflib.org/udf.cfm?id=961 -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 9:17 AM To: CF-Talk Subject: What is the easiest way to get the true length of a list. Counting all the elements, including the empty ones? Do I need to

Re: What is the easiest way to get the true length of a list.

2006-08-22 Thread Robertson-Ravo, Neil (RX)
I think there is even a handy UDF on cflib.. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

RE: What is the easiest way to get the true length of a list.

2006-08-22 Thread Ben Nadel
Young Jedi, Be careful with the Java split method... In your example, the length is indeed 4... However, this: cfset lst = jedi,homer,,, / #ArrayLen(lst.split(,))# Only has TWO array elements. It seems to only count list items until no more valid items are found. This seems to be confirmed at

Planning and Sizing a Coldfusion Environment

2006-08-22 Thread Rick Root
Our directory is becoming increasinginly concerned with the scalability of our coldfusion applications as we roll out more or more pieces, and start to discuss ways of converting legacy applications to web-based apps powered by Flex and Coldfusion. He says when you talk to enterprise type

Re: UPS Recommentation

2006-08-22 Thread Adam Churvis
Use only APC-brand units, for sure, and make sure to also intall their PowerChute control software and thoroughly test the power event shutdown and restart before deploying. All our equipment (even the server room air conditioner) runs on APC UPSes, and they're top notch. As for the proper

RE: Planning and Sizing a Coldfusion Environment

2006-08-22 Thread Snake
Load testing your apps would be a good start. Snake -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 22 August 2006 18:44 To: CF-Talk Subject: Planning and Sizing a Coldfusion Environment Our directory is becoming increasinginly concerned with the scalability of our

Re: UPS Recommentation

2006-08-22 Thread Robertson-Ravo, Neil (RX)
And it's a ColdFusion sizing wizard to boot! This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

Re: What is the easiest way to get the true length of a list.

2006-08-22 Thread Claude Schneegans
Do I need to modify the list to put some throwaway character to get all the elements counted I'm affraid so, however, and especially if your list is large, it could be more efficient to replace all commas with nothing and compare the length of the resulting string. This way, no list function

Re: Planning and Sizing a Coldfusion Environment

2006-08-22 Thread Douglas Knudsen
start with a gob of RAM and a few procs and CF Enterprise. When things get slow, add more :) Seriously though, what type of apps? How many potential users? etc... My opinion, spend the money on your DB server, make it big and chunky. Design your CF apps to make that DB work for its cold

Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Justin Cataldo
I am trying to sign a SOAP web service and am wondering if anyone else has done this? Is there a custom tag out there or would I have to use something else? I have seen WSS4J but wouldn't even know where to start with that. Any help would be appreciated.

HTTP Post/Response/ACK tcp flow...

2006-08-22 Thread Doug Arthur
I figured I'd throw this out to these groups since there are a lot of intelligent people on here... When another service (Requestor) sends a POST to one of our servers (Responder), that page they POST to sends a Response by protocol, and the Requestor sends back an Acknowledgement of that

RE: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Kevin Aebig
I had started a Java Class as a wrapper for an WS Implementation, but gave it up once I realized that authenticated HTTP over SSL is still the best method of securing a web service. Cheers, Kevin -Original Message- From: Justin Cataldo [mailto:[EMAIL PROTECTED] Sent: Tuesday, August

Re: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Justin Cataldo
Unfortunately the service I am trying to use requires me to digitally sign the SOAP body. I would prefer to do it over ssl but I can't. I had started a Java Class as a wrapper for an WS Implementation, but gave it up once I realized that authenticated HTTP over SSL is still the best method of

Re: Blog CFC for Oracle?

2006-08-22 Thread Maureen Barger
This has been on my todo list for a while now. I was planning on using the Oracle Workbench tool to migrate my MySQL instance to 10g and see what datatypes it suggested, and then tackling the code from there. Just haven't gotten to that part of my todo list yet ;) -- Maureen Barger CIT, Cornell

RE: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Kevin Aebig
Eek... well than you'll be needing to create a wrapper for WSS4J within Java and than use that wrapper from CF to handle creating the request. !k -Original Message- From: Justin Cataldo [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 12:47 PM To: CF-Talk Subject: Re: Coldfusion

Tools for determining bottlenecks

2006-08-22 Thread Maureen Barger
We just started hosting an *extremely* busy site on a solaris box running CFMXE 7.x with an Oracle 10g backend along with 2 MySQL 3.x databases. There is a bottleneck somewhere and I am trying to determine where; I am wondering if it is even the database drivers. I have Fusion Reactor running and

RE: HTTP Post/Response/ACK tcp flow...

2006-08-22 Thread Dave Watts
When another service (Requestor) sends a POST to one of our servers (Responder), that page they POST to sends a Response by protocol, and the Requestor sends back an Acknowledgement of that Response... Now, how in the world can we make or server recognize that acknowledgment and if it

Weird Error when viewing datasources in CFAdmin 7.02

2006-08-22 Thread Randy Johnson
Here is the errors that show up when I go to the datasource page in cf administrator: This just started happening recently. Any ideas what is happening? Aug 22, 2006 2:52 PM Error 0 Exception thrown by error-handling template: Aug 22, 20062:52 PM

Re: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Justin Cataldo
Now I need to figure out how to do that. Has anyone done this before? Eek... well than you'll be needing to create a wrapper for WSS4J within Java and than use that wrapper from CF to handle creating the request. !k -Original Message- From: Justin Cataldo [mailto:[EMAIL PROTECTED]

RE: Tools for determining bottlenecks

2006-08-22 Thread Russ
FusionReactor or SeeFusion, and make sure you set up the jdbc passthrough so that you can see all the queries and how long they take to run. FusionReactor allows you to see all the queries that were on that page along with the execution time for each. Russ -Original Message- From:

RE: Tools for determining bottlenecks

2006-08-22 Thread Che Vilnonis
How about using getTickCount on the slow pages that Fusion Reactor finds? ~Che -Original Message- From: Maureen Barger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 2:54 PM To: CF-Talk Subject: Tools for determining bottlenecks We just started hosting an *extremely* busy

Re: Planning and Sizing a Coldfusion Environment

2006-08-22 Thread Nathan Strutz
As Doug was saying, we need more info if we're going to help you directly. Otherwise, here's my advice: Find someone who has been into web server architecture, get them on the phone and talk about what you have and where you're headed with it, then work out a plan. Do this with a couple people

Event Gateway - listen to PCL print stream?

2006-08-22 Thread Peterson, Chris
Does anyone know if any Java library that would allow me to, using an event gateway in CF Enterprise 7.02, capture an incoming print job from anywhere, and output it to a tiff image? I am trying to create an integration piece to allow my users to print from an iSeries AS400 or Windows box to a

Re: Blog CFC for Oracle?

2006-08-22 Thread Deanna Schneider
I've zoomed past that already, Maureen - though I am only developing for 10g - if someone needs an earlier version of Oracle, it'll need a lot more changes (silly non-standard outer join syntax). I expect I'll have something working in a few more days. I'd be happy to share it with you when I'm

RE: Event Gateway - listen to PCL print stream?

2006-08-22 Thread Peterson, Chris
I re-read my post, and just to clarify: I want a Coldfusion event gateway that *emulates* a printer device, so I can add a standard 'HP 5SI' in windows, and point it to the IP and port of the CF Event gateway, and be able to print to the gateway and have CF output an image in a set folder. =)

Re: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Dave Ross
Don't write a wrapper until you're sure you need one. Grab the WSS4J here: http://ws.apache.org/wss4j/ Place the jar in CF's classpath. Then try to play with the api: http://ws.apache.org/wss4j/api.html Signing a document seems relatively straightforward. Dave Ross

RE: Tools for determining bottlenecks

2006-08-22 Thread Russ
I've only tried the trial fusionreactor, but had no trouble setting it up using the docs. It was the latest fusionreactor. Seefusion also lets you see the currently executing query and the slowest one, so you can use that as well. Russ -Original Message- From: Che Vilnonis

using CFMX 6.1 created app on a 4.5/5 server

2006-08-22 Thread Shawn B
Is this possible and if so are there any known issues in getting the app to run? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

RE: using CFMX 6.1 created app on a 4.5/5 server

2006-08-22 Thread Adkins, Randy
You wanting to know if a CFMX 6.1 Application can run on a CF 4.5 or CF 5 server? If so, that all depends on the tags that were used within the CFMX 6.1 Application. If they are CFMX6.1 functions then no. -Original Message- From: Shawn B [mailto:[EMAIL PROTECTED] Sent: Tuesday, August

RE: using CFMX 6.1 created app on a 4.5/5 server

2006-08-22 Thread Baerwald, Shawn ITO
Thanks, a quick look through the app files and the tags listed in the CFMX6.1 docs indicates that this would pose a problem. Time to upgrade the server ... :( ... Or use Blue Dragon (http://www.newatlanta.com/products/bluedragon/index.cfm)? Any known issues with this approach? _ Shawn

RE: Tools for determining bottlenecks

2006-08-22 Thread Maureen Barger
On Tue, August 22, 2006 15:41, Russ wrote: I've only tried the trial fusionreactor, but had no trouble setting it up using the docs. It was the latest fusionreactor. Seefusion also lets you see the currently executing query and the slowest one, so you can use that as well. FR does this as

CF_Underground Early Bird ends Friday 9/29/06

2006-08-22 Thread Michael Smith
Join us prior to Adobe MAX conference in Las Vegas NV for CF_Underground VIII - the “must attend” pre-show event. Enjoy lunch and a beer on us! Have a great time with our speakers including Michael Smith, Grant Straker, Glenda Vigoreaux and Simon Horwith. Speakers/Topics include: Simon Horwith

RE: Tools for determining bottlenecks

2006-08-22 Thread Dave Watts
FR does this as well, and very well -- but I need to find out why slow requests are slow. The first step is to identify what queries are slow. You can then go back to your database to see why - perhaps they're not using indexes when they should be, or perhaps they suffer from concurrency

Re: HTTP Post/Response/ACK tcp flow...

2006-08-22 Thread Doug Arthur
Thanks for the responses. That's basically what I thought... I was working on providing written proof that even the Response is an automatic behavior of http and the ack cannot be handled in anyway programatically. I was facing my IT Leadership that only knows about tcp communication an osi and

SOT: grabbing remote images

2006-08-22 Thread Bryan Stevenson
Hey All, We have a client that is having issues with their hosting companyessentially data and images are being held hostage. So the situation is that we MAY be able to get the data we are after, but the way they store images causes us a problem. The images are stored in the file system

RE: grabbing remote images

2006-08-22 Thread Ben Nadel
I have done some work with CFHTTP... This might help point you in the right direction: Ask Ben: CFHttp For Web Mining And Image Hot Linking http://www.bennadel.com/index.cfm?dax=blog:134.view Image Hot Linking Work-Around (Full Demo)

Re: grabbing remote images

2006-08-22 Thread Bryan Stevenson
Thanks Ben, I'll read what you sent me shortly... I just want to be clear though this is NOT a site grabbing situation (it's dynamic and AFAIK the desktop apps for site ripping may not work on dynamic sites...I could of course be wrong). We will have the table that contains the image file

Re: grabbing remote images

2006-08-22 Thread Bryan Stevenson
Yep...as I suspected Ben...your examples are for hot linking only and do not provide me with a local copy of the image file. That saidnice workaround with the referrer params! Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

RE: grabbing remote images

2006-08-22 Thread Ben Nadel
Yeah, give it a look over. If you think an offline-explorer type situation will not work with your setup, you can certainly jimmy up some CFHttp to save the images. ... Ben Nadel www.bennadel.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]

Re: SOT: grabbing remote images

2006-08-22 Thread Jim Wright
Bryan Stevenson wrote: So does anyone have an automated method of grabbing those images form a remote URL and saving them to our server's file system? I honsetly can't think of whether or not this is doable via CFHTTP...it's been so long since I used it. Anyways...thanks in advance for

coldfusion sql injection

2006-08-22 Thread Russ
Now, it is my belief that CF auto escapes single quotes, so sql injection into a string is not possible. I believe it's still possible if you have a number, but pass in a string, but that can be defeated by using VAL. Someone pointed me to an article from 2 years ago that describes how to

RE: grabbing remote images

2006-08-22 Thread Ben Nadel
My examples were regarding hotlinking, but the issue is the same... Grab the image URL as a binary return object... Then you can either save it yourself... Or even better yet perhaps, you can use the FILE attribute of CFHttp and have it save the binary response for you?? cfhttp

OT: TortoiseSVN Plugin for Eclipse

2006-08-22 Thread Rob Wilkerson
Is anyone actively using TortoiseSVN in Eclipse? I think I remember having the TSVN icon overlays at one point, but I no longer have them. To start, I'm looking for a sanity check. Should I have them? After that, and assuming I *should* have them, I'm hoping someone can tell me how to get them

RE: TortoiseSVN Plugin for Eclipse

2006-08-22 Thread Russ
I've never heard of that. Do you mean subsclipse? Tortoise is a shell extension for windows explorer. I don't believe one's been made to integrate with Eclipse... Russ -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 5:59 PM To:

Handle lists with delimiters in the data.

2006-08-22 Thread Ian Skinner
What's the best way to handle this issue in CF? List = 'this,that,the other,1,234,Foobar,2,098' Do I need to manipulate the delimiters? I'm reading in a CSV file and trying to parse the data. I am finding it more chalenging then I first expected. -- Ian Skinner Web Programmer

Re: TortoiseSVN Plugin for Eclipse

2006-08-22 Thread Rob Wilkerson
Yeah, I didn't think so either...until I was corrected by members of this list. It can be found here: http://www.tabaquismo.freehosting.net/ignacio/eclipse/tortoise-svn/subversion.html On 8/22/06, Russ [EMAIL PROTECTED] wrote: I've never heard of that. Do you mean subsclipse? Tortoise is a

Re: grabbing remote images

2006-08-22 Thread Scott Weikert
Bryan Stevenson wrote: Combined we can reference the images directly (i.e. www.domainName.com/images/imageNameFromDB) Hate to say it, but a semi-manual way is to write a script that spits out a link (with target=_new) for each file that you're after, all on one page - then start

RE: TortoiseSVN Plugin for Eclipse

2006-08-22 Thread Russ
Hmm... What are the advantages of using this over subclipse? -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 6:39 PM To: CF-Talk Subject: Re: TortoiseSVN Plugin for Eclipse Yeah, I didn't think so either...until I was corrected by

Re: coldfusion sql injection

2006-08-22 Thread Jeff Guillaume
I just make sure I always scrub user-entered data when possible, but at the very least you should use cfqueryparam to pass data into queries. --- Jeff Guillaume Kazoomis www.kazoomis.com Now, it is my belief that CF auto escapes single quotes, so sql injection into a string is not possible. I

Re: TortoiseSVN Plugin for Eclipse

2006-08-22 Thread Rob Wilkerson
I'm not convinced there are any. I'm only now evaluating it and what I like most, quite frankly, is the TSVN icon overlays. :-) The basic functionality is there, but I think Subclipse is more fully featured. What I like about TSVN, aside from the icons, of course, is that it seems to do a

  1   2   >