Re: Register a web folder on client's computer?

2007-10-31 Thread James Holmes
I assume this is done via an ActiveX control. You might be able to duplicate this behaviour with an AIR app tied into your CF app. The AIR app would still need to be installed on the client machine. On 10/31/07, Johnny Le [EMAIL PROTECTED] wrote: Hi, When you open a word document in

Re: SOT but... any one using a bot trap?

2007-10-31 Thread Tom Chiverton
On Saturday 27 Oct 2007, [EMAIL PROTECTED] wrote: So is it really working ? I use Project Honey Pot's service (hide some bot trap links in pages, and then they look for spam coming from people who visited those links, subtracting known good IPs). I have my own DNS so have donated an MX record

Re: CFML engine compatibility - a possible solution?

2007-10-31 Thread Tom Chiverton
On Friday 26 Oct 2007, [EMAIL PROTECTED] wrote: It would be easier to standardize all the CFML engines to behave the same way than it would be to standardize them all to behave differently (that is, recognize compiler directives). If you wrap the various different implementations in something

Re: CFC to check spam score BEFORE sent...

2007-10-31 Thread Tom Chiverton
On Tuesday 30 Oct 2007, [EMAIL PROTECTED] wrote: I would like to install something on our server that will check an emails spam score before we send it out to catch any problems. Install SpamAssassin, and pipe the email through it. -- Tom Chiverton Helping to carefully cultivate

Cached Web Pages

2007-10-31 Thread Steve LaBadie
Does CF cache pages and never let them go even if the page has been deleted? I had deleted a page from my web site, but when I click on the link it appears even though it's not in the directory structure anymore. I have been told that cold fusion, being Java-based, compiles its files (like JSPs

Re: ColdFusion to Generate Cutlists?

2007-10-31 Thread Jerry Johnson
I wrote one 20+ years ago in Autolisp and C. Wasn't easy, cost the government a ton of money, and don't have any of the source. On 10/30/07, Matthew Reinbold [EMAIL PROTECTED] wrote: It is a fairly common optimization problem and there are hints of other stuff being out there. For example,

Creating an Audit Trail

2007-10-31 Thread Eron Cohen
I have a multiuser CSR application that has some audit functionality to track certain changes to customer records (for instance change of first name or last name, who changed it and what was it before?). It already logs these changes, but I think it could be more efficient. I was wondering if

Re: Creating an Audit Trail

2007-10-31 Thread C. Hatton Humphrey
I have a multiuser CSR application that has some audit functionality to track certain changes to customer records (for instance change of first name or last name, who changed it and what was it before?). It already logs these changes, but I think it could be more efficient. I was wondering

Re: Can this be done

2007-10-31 Thread Toby King
Hi there Is there anything simpler than that. Hi there I’m in the process of finalising the developing an application to handle personal training sessions at a gym – basically there are 6 or more personal trainers who each have more than 60 clients that they work with for ½ hour up to 2

CF 8 Install Adminstrator Problem

2007-10-31 Thread Howell, Craig H Civ WRALC/ITMS
Has anyone seen this error after installing CF 8? It appears that CF is processing pages for our sites, but we can't get the administrator to work. The error is: Could not find the ColdFusion Component or Interface CFIDE.adminapi.accessmanager. Ensure that the name is correct and that the

Anyone ever see this error? CFDocument

2007-10-31 Thread coldfusion . developer
My code works on my dev server, but I get this error on the server. cfdocument format = PDF src=http://www.yobabyyogurt.com/CoverBaby/souvenir.cfm; filename=test.pdf overwrite=yes /cfdocument The web site you are accessing has experienced an unexpected error. Please contact the website

Re: Can this be done

2007-10-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does a user have to have interaction on the homepage? If the classes are defined by time, you could do something simple like have the homepage check the date and time and show the classes that fall within the current date and time range. That would be simple. I am developing an application for

RE: Creating an Audit Trail

2007-10-31 Thread Robert Rawlins - Think Blue
If you're using anything like the ColdSpring framework then you can apply this stuff using AOP. I've only recently started working with this concept but it really is a fantastic one. Failing that then I would defiantly recommend building a LoggingService CFC which handles all the logging for the

Re: Generating a Cutlist with ColdFusion

2007-10-31 Thread Ben Doom
Sounds like a variation on the knapsack problem in 2d. I don't have any code, but looking for knapsack algorithms might help. --Ben Doom Matthew Reinbold wrote: (my apologies if this appears twice - I posted to the web and then logged in and, because I didn't see the post on the list,

RE: Creating an Audit Trail

2007-10-31 Thread Ryan Heldt
Our apps have what we call session messages. Usually they're messsages returned to the user after performing an operation (stored in session). This might be something like The user 'Heldt, Ryan' has been created. or The product 'Kitchen Sink' has been deleted. Almost every action generates a

ReadBinary Write Results Wierdness

2007-10-31 Thread Shane Trahan
I am trying to split a binary file and then merge it back together and then save it as a new file... My code is as follows.. cfset currentdir=GetDirectoryFromPath(ExpandPath(*.*)) cfset CurrentFile=#CurrentDir#Dasis.doc cffile action=readbinary file=#CurrentFile# variable=testme

Re: Anyone ever see this error? CFDocument

2007-10-31 Thread Neil Middleton
I think I saw this error once when trying to incorporate an image that didn't exist at the URL given, but I may be remembering that wrongly so don't bet on it. Basically, ignore everything I say, I'm in my own little world consisting of just me. ;) Neil On Oct 31, 2007 1:35 PM, [EMAIL

Re: Creating an Audit Trail

2007-10-31 Thread Eron Cohen
Thanks everyone for your comments so far. The current app doesn't have any standard framework, eventually it will probably be rewritten with one. For now I just am taking care of the existing code. Currently when the page loads, the values from the database are put into a variable and then

RE: ReadBinary Write Results Wierdness

2007-10-31 Thread Dan G. Switzer, II
Shane, I am trying to split a binary file and then merge it back together and then save it as a new file... My code is as follows.. cfset currentdir=GetDirectoryFromPath(ExpandPath(*.*)) cfset CurrentFile=#CurrentDir#Dasis.doc cffile action=readbinary file=#CurrentFile#

Re: wsdl issue in cfmx 7

2007-10-31 Thread Steve Dworman
the problem is that i can't expose it to the world because it's sitting on our intranet. No, but you can cut and paste the WSDL into an email, or copy it to a public web server. If there's anything really confidential in it, you could replace those parts with fake values. go ahead and see the

RE: Cached Web Pages

2007-10-31 Thread Steve LaBadie
Thanks Jon 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: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 11:07 AM To: CF-Talk Subject:

Re: Cached Web Pages

2007-10-31 Thread Jon Clausen
Steve, The likely reason is that you have the Trusted Cache option checked in your CF Admin caching settings. If you continue leave that setting on, you can press the Clear Template Cache button in the CF Admin and the cached version of your page will disappear. HTH, Jon On Oct 31,

RE: Cached Web Pages

2007-10-31 Thread Steve LaBadie
Jon, I checked and the only thing I have checked is Save Class Files. 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: Jon Clausen [mailto:[EMAIL PROTECTED]

Re: SOT but... any one using a bot trap?

2007-10-31 Thread Claude Schneegans
I use Project Honey Pot's service Thanks, I'll sure have a look. Though my own system is well enough advanced now. - I automatically detect robots when they fall in the trap. - known robots will only see text, no image is displayed. - I can verify the host and if anything looks suspicious, flag

Re: Creating an Audit Trail

2007-10-31 Thread Mike Chabot
I have done a lot of research into implementing audit trails and agree with what Hatton suggests. Although it depends on the importance of the audit trails. If the data is sensitive in nature or has legal implications attached to it, then it is better to control auditing at the database level,

RE: ReadBinary Write Results Wierdness

2007-10-31 Thread Ben Nadel
Shane, I took a stab at it: http://www.bennadel.com/blog/1017-Splitting-And-Joining-A-Binary-File-In -ColdFusion.htm OR: http://bennadel.com/index.cfm?dax=blog:1017.view I had to end up using the Byte Buffer as standard ColdFusion arrays didn't cut it. The code seems pretty straight forward.

Re: ReadBinary Write Results Wierdness

2007-10-31 Thread Shane Trahan
I have some software that splits really large binary files up into smaller files. Each one is then converted to Base64 and then uploaded to the CFsite.. I can easily convert the base64 files to binary but I want to be able to then merge the binary files together on the server? It appears

Re: Cached Web Pages

2007-10-31 Thread Jon Clausen
Steve, That's the only Coldfusion-based issue I'm aware of which could be causing the problem you are describing.A couple of silly questions: - Did you perform a hard refresh of the page in question so you're not seeing it from from browser cache? - Are you sure the path that you

Developing software for touch screen?

2007-10-31 Thread Billy Cox
Has anybody done this and care to share war stories? I am considering options for a workflow management system that appears well suited for a touch screen interface. It looks like the OS choices for a thin client with touch screen are Windows CE or XP embedded. What would make you choose one

Re: ReadBinary Write Results Wierdness

2007-10-31 Thread Shane Trahan
Ben; I will try that That might work!! ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Re: Boomsocket Alpha Trial

2007-10-31 Thread jonese
UGH url got snipped on my cut :) http://snurl.com/1syxu sorry! jonese On 10/31/07, jonese [EMAIL PROTECTED] wrote: Geoff et al, Just posted a few preview video's of boomsocket. Check out the blog post, more to follow soon. http://snurl.com/1syx jonese On 10/22/07, Geoff Bowers [EMAIL

Re: Boomsocket Alpha Trial

2007-10-31 Thread jonese
Geoff et al, Just posted a few preview video's of boomsocket. Check out the blog post, more to follow soon. http://snurl.com/1syx jonese On 10/22/07, Geoff Bowers [EMAIL PROTECTED] wrote: On 20/10/2007, jonese [EMAIL PROTECTED] wrote: Our office takes any comments to heart. Good and Bad!

RE: Boomsocket Alpha Trial

2007-10-31 Thread Andy Matthews
i get taken to this page: http://news.yahoo.com/s/nm/20030715/tc_nm/security_microsoft_dc when I click that link. Just FYI -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 11:58 AM To: CF-Talk Subject: Re: Boomsocket Alpha Trial Geoff et al,

Custom Error Page on HostMySite for missing templates/incorrect URLs...

2007-10-31 Thread Les Mizzell
This has been beat to death before, but thought I'd ask one more time as I've not seen what I consider to be a definite answer yet. After a bunch of back and forth with support at HostMySite I get the following reply: - Hello Les, Custom error pages set up in CFAdmin are applied

Re: Cached Web Pages

2007-10-31 Thread Chris Ditty
I have this happen to me all the time. Even after I delete the file, it shows in the browser for 10+ minutes. Even with a hard refresh or a different browser. I think that I have to restart the CF server for it to actually clear. There is no rhyme or reason for it. I'll be chugging along and

Re: Developing software for touch screen?

2007-10-31 Thread Jerry Johnson
As a side note, anyone need some 10 year old elographics touch screens? (SAW, 19 and 12, glass, never mounted, serial, with cables) I have about 25 left I think. Jerry ~| Get the answers you are looking for on the ColdFusion

Re: wsdl issue in cfmx 7

2007-10-31 Thread Steve Dworman
forget this. i think we found the actual issue being with abstract types. the argument name is shape and the type is box. how do i solve this? http://www.msu.edu/~dwormans/test_wsdl.wsdl cfscript test = structnew(); test.height = 1; test.length = 2;

Re: Developing software for touch screen?

2007-10-31 Thread Jerry Johnson
Are you looking for a standalone screen, or are you looking for a small form factor PC attached to a regular touchscreen? I would (personally) go with the later. I have 20 years of experience with touchscreens, but today's hardware is cheap, easy to use and maintain, and easier to develop for.

Enterprise DBs and Search and Paging Techniques

2007-10-31 Thread cftalk cftalk
All, I have a conundrum that I can't seem to find a good enough solution too. I know what I need to do is archive data and only bring in data as needed to search on, however, I can't go that route due to resources. I'm trying to page, sort, etc very large data sets and performance is becoming

RE: Custom Error Page on HostMySite for missing templates/incorrect URLs...

2007-10-31 Thread Mark A Kruger
Les, You can configure a CFM page as a 404 handler using IIS (or apache). I have the IIS instructions here. http://mkruger.cfwebtools.com/index.cfm?mode=entryentry=8F4658E4-0763-5FB7- 67D23B839AB74005 A followup here helps with a possible configuration error (file exists)

RE: wsdl issue in cfmx 7

2007-10-31 Thread Dave Watts
so you're basically saying the WSDL has to be generated specifically for CF? No, just that web services aren't as interoperable as they should be. forget this. i think we found the actual issue being with abstract types. the argument name is shape and the type is box. how do i solve

RE: Developing software for touch screen?

2007-10-31 Thread Dave Watts
Has anybody done this and care to share war stories? I am considering options for a workflow management system that appears well suited for a touch screen interface. It looks like the OS choices for a thin client with touch screen are Windows CE or XP embedded. What would make you

RE: Boomsocket Alpha Trial

2007-10-31 Thread Andy Matthews
Never mind. See it in the other post. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 12:16 PM To: CF-Talk Subject: RE: Boomsocket Alpha Trial i get taken to this page: http://news.yahoo.com/s/nm/20030715/tc_nm/security_microsoft_dc

Re: Developing software for touch screen?

2007-10-31 Thread Jerry Johnson
If you go with one of the many panel-pcs (full pc integrated into the panel. Think a laptop bent in the other direction or a tablet PC), they are full pcs running normal os (windows XP for example). Something like this: http://igopanelpc.com

RE: CFML engine compatibility - a possible solution?

2007-10-31 Thread Dave Watts
If you wrap the various different implementations in something like a CFIF around a CFINCLUDE, does that allow one (set of) templates to run on all engines ? It very well might! I haven't tried, myself. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides

RE: Flash CFFORM for MySpace?

2007-10-31 Thread Dave Watts
Is what I am trying to do possible? Any ideas on how to load a saved CFFORM as a SWF file and then run it on MySpace? The Flex 1.5 SWFs created with CFFORM have quite a few external dependencies, and you'd have to figure those out and deploy additional stuff along with your SWF. Off the top

RE: Developing software for touch screen?

2007-10-31 Thread Billy Cox
Are you looking for a standalone screen, or are you looking for a small form factor PC attached to a regular touchscreen? *** I am looking at a thin client setup. Leaning toward HP t5720 with a regular touchscreen, wireless network (unless the plant manager wants to run cable) Most

Re: CFML engine compatibility - a possible solution?

2007-10-31 Thread Matt Robertson
If you wrap the various different implementations in something like a CFIF around a CFINCLUDE, does that allow one (set of) templates to run on all engines ? It very well might! I haven't tried, myself. It works fine. Something old I snipped and simplified for the sake of illustration

RE: Developing software for touch screen?

2007-10-31 Thread Billy Cox
I'm looking at an off the shelf thin client. I am leaning toward HP, but nothing is set in stone yet. I am guessing that fingers are better than a stylus. My boss would be very unhappy if he saw a user (hourly worker) hunting around for a lost stylus instead of working. :) Thanks for the input

RE: Developing software for touch screen?

2007-10-31 Thread Billy Cox
I looked at laptops and tablet PCs, but we need three systems and that puts the cost out of reach for now. -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 2:10 PM To: CF-Talk Subject: Re: Developing software for touch screen? If you go

Re: Enterprise DBs and Search and Paging Techniques

2007-10-31 Thread Mike Chabot
I have encountered a similar issue recently. I tried to use the Ajax cfgrid, but found it lacking. I had someone develop an Ext JS 2.0 grid to test out speed at handling large data sets, and it was a decent speed if we kept it under 50 rows per page. Right now I am trying the Flex DataGrid, which

Re: CFML engine compatibility - a possible solution?

2007-10-31 Thread Gert Franz
The thing is that if you have different engines the compiler might throw errors. So what you can do is: cfif compareNoCase(server.coldFusion.productName,BlueDragon) cfinclude template=act_blueDragon_file.cfm cfelseif compareNoCase(server.coldFusion.productName,Coldfusion) cfinclude

CF 8 Perl on Win 2003 box

2007-10-31 Thread Ian Skinner
I'm 99% sure I know the answer, but I do not have the seniority or experience for my organization to take my word unsupported. Is there any potential problem with running the latest version of Perl and ColdFusion on a Windows 2003 server? Has anybody ever experiences a problem attributed to

RE: ReadBinary Write Results Wierdness

2007-10-31 Thread Dan G. Switzer, II
Shane, I have some software that splits really large binary files up into smaller files. Each one is then converted to Base64 and then uploaded to the CFsite.. I can easily convert the base64 files to binary but I want to be able to then merge the binary files together on the server? It appears

IIS Application Pools and ColdFusion

2007-10-31 Thread Ian Skinner
Do the IIS application pools have any affect on ColdFusion. Is there any reason to configure them one way or another to aid the performance of an Windows 2003 server run ColdFusion 8 Enterprise in Multi-home mode. We plan to have several IIS websites configured to use different instances of

RE: Enterprise DBs and Search and Paging Techniques

2007-10-31 Thread Dan G. Switzer, II
I have a conundrum that I can't seem to find a good enough solution too. I know what I need to do is archive data and only bring in data as needed to search on, however, I can't go that route due to resources. I'm trying to page, sort, etc very large data sets and performance is becoming an

RE: Developing software for touch screen?

2007-10-31 Thread Dave Watts
*** I'm new to the network admin side of things, so I'll be figuring out remote management as I go. The big selling point for thin client is manageability...we'll see. You probably won't want to use Windows CE then; I don't think it contains nearly as much functionlity for remote management.

RE: IIS Application Pools and ColdFusion

2007-10-31 Thread Dave Watts
Do the IIS application pools have any affect on ColdFusion. Is there any reason to configure them one way or another to aid the performance of an Windows 2003 server run ColdFusion 8 Enterprise in Multi-home mode. We plan to have several IIS websites configured to use different

RE: CF 8 Perl on Win 2003 box

2007-10-31 Thread Mark A Kruger
Ian, I don't think Perl runs very well on windows. We had spam assassin running on a windows box and it used too much CPU to be viable. We moved it to a Linux box. That's my take. -Mark -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007

Re: CF 8 Perl on Win 2003 box

2007-10-31 Thread Adam Haskell
As far as software conflict is concerned I am aware of none. We've been running MX7 and Perl on a W2k box for 2 years running without issue (before that we had cf5 and perl). Perl is fine on Windows but noticeably better on *nix; at the end of the day it really depends on how much work they are

Re: Unable to Create a Verity Collection

2007-10-31 Thread Scott Stevens
I had the same issue, and for me it was the permissions problem. When I tried to create the collection the first time it gave me the same error you had, however it did create the directory I had setup for the Path. I compared that directory to the other collection directories and all the other

CFMAIL quesitons..

2007-10-31 Thread Al Musella, DPM
Hi I am on CF7, with multiple websites on multiple IP addresses. When I send mail using cfmail, I want the IP address in the headers to say it came from the IP address of each website. For example. Website 1 is at ...100 Website 2 is at ...101 The headers from mail

Re: ReadBinary Write Results Wierdness

2007-10-31 Thread Jochem van Dieten
Shane Trahan wrote: I have some software that splits really large binary files up into smaller files. Each one is then converted to Base64 and then uploaded to the CFsite.. I can easily convert the base64 files to binary but I want to be able to then merge the binary files together on the