Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-17 Thread Beru
So, does this silence mean that there's no solution? On 7/17/06, Beru <[EMAIL PROTECTED]> wrote: > > Hello you cool Gurus... here's the cool question of the day: > > How to schedule settings backups of my CF instances? > > I went on tracing the URL of the archive wizard, hoping to be able to > st

Re: Low-tech asychronous call to ColdFusion

2006-07-17 Thread Mark Mandel
In about 2 days I've got a really light weight Asyncronous HTTP caller lib coming out. It allows you to make asyncronous GET and POST requests to any given URL. I haven't finished writing up the documentation for my website, but contact me offlist if you want a copy, and I can walk you through us

Re: Low-tech asychronous call to ColdFusion

2006-07-17 Thread James Holmes
Can you just use AJAX and specify a dummy return function? On 7/17/06, Paul Fraser <[EMAIL PROTECTED]> wrote: > I am aware (somewhat!) of the asynchronous Web services capability with CFCs > in ColdFusion. What would listers recommend if I simply want to call a > ColdFusion action page asynchron

Re: MySQL 4/5

2006-07-17 Thread Rick Root
Matt Robertson wrote: > On 7/17/06, Rick Root <[EMAIL PROTECTED]> wrote: > >> It's not difficult, it's just annoying having to remember the JDBC URL >> and the fact that "Driver" is capitalized in the driver class :) > > I even cut/paste *that*. I'll always trade a dumb rote process for > one wh

Re: MySQL 4/5

2006-07-17 Thread Will Tomlinson
>what string fix? the encoding bits? if so what's not working? ODBC is a bad >choice if your issue is encoding. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6ef0253 I'm just usin ODBC for development purposes. Will ~~~

RE: Internet Explorer Problem - Named windows keep respawning....

2006-07-17 Thread Eric Roberts
There is a setting for Explorer to open in a new window, so I would assume that you can do the same for IE. Eric -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Monday, 17 July 2006 14:50 To: CF-Talk Subject: RE: Internet Explorer Problem - Named windows keep

Re: Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Paul Hastings
>> can I make sure all of the characters are iso-8859-1 compliant when I >> build my xml output? if you're on cf7 & don't actually care what the original encoding was & just want latin-1, maybe this: latinOneXML=charSetEncode(toBinary(toBase64(yourXMLgoesHere)),"ISO-8859-1");

RE: CFCOOKIE: Using a number of days for EXPIRES, at what time would that cookie expire?

2006-07-17 Thread Eric Roberts
You would have to calculate the number of minutes (or whatever the time increment of the expires attribute is) from the time the cookie was set to midnight and enter that as a value. Eric -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Monday, 17 July 2006 10

Re: MySQL 4/5

2006-07-17 Thread Matt Robertson
On 7/17/06, Rick Root <[EMAIL PROTECTED]> wrote: > It's not difficult, it's just annoying having to remember the JDBC URL > and the fact that "Driver" is capitalized in the driver class :) I even cut/paste *that*. I'll always trade a dumb rote process for one where I have to think or (mis)type,

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Matt Robertson
You can use cffile to store the error files to disk. I have a system that stores a small mountain of diagnostic info via dumping all existing scopes, but that has security implications. So instead I store the file to disk (as either a .cfm or a .html) where it can be viewed securely. For example

RE: JavaScript

2006-07-17 Thread Snake
U could write a function to loop over the array and return the array index of the element your looking for. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 17 July 2006 22:59 To: CF-Talk Subject: OT: JavaScript Is there a function or property to will identify what p

Re: cfFrameworks email address

2006-07-17 Thread Nick Tong - TalkWebSolutions.co.uk
Whoops - really sorry about that email everyone :s On 17/07/06, Nick Tong - TalkWebSolutions.co.uk <[EMAIL PROTECTED]> wrote: -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk short urls: http://wapurl.co.uk green link: http://wapurl.co.uk/?4Z2YDLX

Re: OT: Javascript Menu that Displays Over IFrames

2006-07-17 Thread Ali Awan
Thanks for all the fish Actually I kind of figured this out. I found some free CSS menus, which via-css convert an Unordered List to an invisible Iframe, so now the drop-downs display over the select boxes an IFrames. Ali >Ali, > >I've used a trick to get drop downs to float over select bo

Re: Installing CF 7.0.2 on RHEL 4 Update 3

2006-07-17 Thread Hans Omli
FYI, I've confirmed the problem occurs with Red Hat Enterprise Linux 4 Update 2 and 3, but not with the original release or Update 1. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date Cold

RE: JavaScript

2006-07-17 Thread Ben Nadel
Ian, In the Javascript Bible Gold Edition, there is no mention of such an index (at least that I can remember reading). This might be a simple funciton for such a thing: function GetIndex( objAny ){ var intIndex = 0; // Crawl up the sibling chain. for ( intIndex = 0

cfFrameworks email address

2006-07-17 Thread Nick Tong - TalkWebSolutions.co.uk
Hello mate, Yeah i left ICLP at the beginning of this month to do my own thing. Fingers x'ed it should work out. I've been playing around with gMail for cfFrameworks and took you the liberty if setting up and account: *Sign In instructions for Kola Oyedeji:* • Visit the web page http://mail.goo

Re: Using SQL profiler with cfqueryparam

2006-07-17 Thread Billy Jamme
Just one filter. Reads is greater than or equal to 1. What do you mean by "trace file setup"? I'm just running Profiler from the default tools in the MS SQL install. I connect to the DB & analyze the queries in real-time. Can I track the sp_exec handler in SQL? >What filters are you

Re: Macromedia.com RIP?

2006-07-17 Thread Barney Boisvert
For a simple, pure-CF site, perhaps. Macromedia.com, on the other hand, used multiple, or at least non-default, context paths (which break your cgi.script_name attempt), a whole pile of non-CF stuff (which wouldn't be affected by a CFML solution), and a bunch of mod_rewrite (which would need to be

Re: Macromedia.com RIP?

2006-07-17 Thread Casey Dougall
Only takes a min to make a site wide redirect... you don't even need to change the code... just plop this in application.cfm http://www.adobe.com#CGI.SCRIPT_NAME#";> -- ~~~

OT: JavaScript

2006-07-17 Thread Ian Skinner
Is there a function or property to will identify what position a childNode is in the childNode array of its parent? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - "C code. C code run. Ru

New CF7 Report Builder Available

2006-07-17 Thread dcooper
Get it here: http://www.adobe.com/support/coldfusion/downloads.html Fixes a bunch of ColdFusion Report Builder issues (thanks for reporting these, Kay and others!) Enjoy. Damon ~| Introducing the Fusion Authority Quarterly

Re: .cfc returns blank screen via direct call

2006-07-17 Thread Nick Tong - TalkWebSolutions.co.uk
Ben/Ray, thanks that worked a treat On 17/07/06, Ben Nadel <[EMAIL PROTECTED]> wrote: > > It only happens if the Application.cfc implements the OnRequest method... > Otherwise it will show up fine. > > In the Fusion Authority quaterly update, Ray Camden writes about an > interesting solution to th

Re: Using SQL profiler with cfqueryparam

2006-07-17 Thread Robertson-Ravo, Neil (RX)
What filters are you using? What us your trace file setup? "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

Re: OT : XML to HTML

2006-07-17 Thread Jason Radosevich
Thank you.. The only thing that i know about XML is what it stands for.. At least now i have a direction to go to :-) On 7/17/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Here is and xsl file that we use to convert XML into html. > > Feel free to ask questions about the details. > >

Re: Low-tech asychronous call to ColdFusion

2006-07-17 Thread Vince Bonfanti
Hmmm...sounds like a perfect use of the new CFTHREAD tag in BD 7.0: http://blog.newatlanta.com/index.cfm?mode=entry&entry=152A1ECC-B7C2-5C0D-4269B203A722C055 Vince Bonfanti New Atlanta Communications, LLC > I am aware (somewhat!) of the asynchronous Web services capability > with CFCs in ColdFu

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Mike Chabot
You can have the error emails sent to a Gmail or Yahoo mail account, if you don't mind the security implications of doing that. Using an external monitoring probe could help address the issue of the database not being accessible, and can address the problem of other major errors that might have ev

Re: Using SQL profiler with cfqueryparam

2006-07-17 Thread Billy Jamme
Thanks. But how do you track by this dynamic SQL string to the orignal parent query? >This is not an SP per se, it is just how SQL handles these dynamic SQL >strings. > >-Original Message- >From: Billy Jamme <[EMAIL PROTECTED]> >To: CF-Talk >Sent: Mon Jul 17 20:44:40 2006 >Subject: Usi

RE: Parsing Extra-large XML files?

2006-07-17 Thread Andy Matthews
We're using mySql. I found out that this file is really only sent out quarterly. I suggested that he use some sort of shell script (we're on linux) to parse and import the file. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 2:57 PM To: CF-Talk S

Re: Macromedia.com RIP?

2006-07-17 Thread Tim Claremont
Looks like the forwarding change for my particular bookmark took place in the last half hour or so. My original bookmark was this: http://www.macromedia.com/cfusion/webforums/forum/categories.cfm?forumid=1&catid=3 Which worked fine earlier today. It later resulted in no response. As of a few m

setting the default font in FCK editor?

2006-07-17 Thread Andy Matthews
In my FCK instance, the default font is displayed as Arial. My client's site uses verdana and she sometimes forgets to change the font manually. I'd like to know if it's possible to either remove all other fonts from the list or force the font selector to verdana. Anyone have an idea on this?

Re: Macromedia.com RIP?

2006-07-17 Thread Charlie Griefer
http://weblogs.macromedia.com/mxna/ still works :) On 7/17/06, Tim Claremont <[EMAIL PROTECTED]> wrote: > I had some shortcuts in my browser set for Macromedia.com. In the last hour > they stopped working. > > Pinging Macromedia.com gets no response. > > Looks like Macromedia.com is now fully por

Re: Macromedia.com RIP?

2006-07-17 Thread Dave Carabetta
On 7/17/06, Tim Claremont <[EMAIL PROTECTED]> wrote: > I had some shortcuts in my browser set for Macromedia.com. In the last hour > they stopped working. > > Pinging Macromedia.com gets no response. > > Looks like Macromedia.com is now fully ported to Adobe.com! > Not quite: http://weblogs.macr

Re: Using SQL profiler with cfqueryparam

2006-07-17 Thread Robertson-Ravo, Neil (RX)
This is not an SP per se, it is just how SQL handles these dynamic SQL strings. "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 i

Macromedia.com RIP?

2006-07-17 Thread Tim Claremont
I had some shortcuts in my browser set for Macromedia.com. In the last hour they stopped working. Pinging Macromedia.com gets no response. Looks like Macromedia.com is now fully ported to Adobe.com! ~| Introducing the Fusion Au

Re: Credit Card merchants

2006-07-17 Thread Eric Haskins
Forgot to give you the merchant E-Onlinedata.com ~Eric On 7/17/06, Eric Haskins <[EMAIL PROTECTED]> wrote: > > I was ripped bad by Linkpoint they took $400.00 out of my checking > account last december. They said I digitally signed a document when I > applied for the merchant account. They sent

Re: Credit Card merchants

2006-07-17 Thread Eric Haskins
I was ripped bad by Linkpoint they took $400.00 out of my checking account last december. They said I digitally signed a document when I applied for the merchant account. They sent me the signed copy and in my signature was my IP address. Bank Of America saw it differently and gave me my money bac

RE: Parsing Extra-large XML files?

2006-07-17 Thread Jim Davis
> -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 2:20 PM > To: CF-Talk > Subject: Parsing Extra-large XML files? > > I've got a co-worker who is working with a client that receives product > information from a third-party vendor in XML form

Re: Credit Card merchants

2006-07-17 Thread Larry Lyons
>Hey Guys, > > >It's been along time... > >I am getting ready to start up yet another online business and I am looking >at Credit card merchants again. I have already signed up with PayPal Pro's >API but I cannot seem to get the second part of their service working which >is the PayPal Express. So

RE: Internet Explorer Problem - Named windows keep respawning....

2006-07-17 Thread Dan G. Switzer, II
>I have randomly run into this problem before where new windows spawn >instead >of using existing windows, or even a new window spawns for each link for >form submit. >The problem does just go away by itself after IE is closed down or after a >reboot. The problem is at one client's location (and o

Using SQL profiler with cfqueryparam

2006-07-17 Thread Billy Jamme
Hello All, I'm trying to track some slow running queries with MS SQL profiler. If I use cfqueryparam Coldfusion will automatically convert the query to a stored procedure. For example: SELECT id, user FROM userTable WHERE id = #form.id# AND

RE: Internet Explorer Problem - Named windows keep respawning....

2006-07-17 Thread Snake
I have randomly run into this problem before where new windows spawn instead of using existing windows, or even a new window spawns for each link for form submit. The problem does just go away by itself after IE is closed down or after a reboot. Snake -Original Message- From: Dan G. Swit

Internet Explorer Problem - Named windows keep respawning....

2006-07-17 Thread Dan G. Switzer, II
We have a client that is having a problem w/named windows. While logged on to the application, explicitly named windows will keep spawning off new windows. The problem is acting like Internet Explorer 6 is operating in self contained execution path--where windows A doesn't see named windows from

RE: Credit Card merchants

2006-07-17 Thread Snake
We use velocitypay.co.uk And the gateway service is written in CF as well, and every customer gets their own custom gateway files, which you can modify to your own requirements if need be. So if you need to pass more variables, and have them returned to your callback page, you can modify the CFML a

Re: Problem with RDS Service on localhost

2006-07-17 Thread Rick Root
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > In FlexBuidler 2, goto Windows->Preferences->RDS Configuration and ensure the > settings are correct (default port <> 80, for example). That was the issue, eclipse assumed port 8500 because I was using localhost, but I'm actually using IIS so RDS is r

Credit Card merchants

2006-07-17 Thread Neal Bailey
Hey Guys, It's been along time... I am getting ready to start up yet another online business and I am looking at Credit card merchants again. I have already signed up with PayPal Pro's API but I cannot seem to get the second part of their service working which is the PayPal Express. So I am loo

Re: eclipse RDS plugin and https ( was Re: Problem with RDS Service on localhost)

2006-07-17 Thread Nathan Strutz
You know, it seems to bomb on certain servers. I think it has problems setting the host header. I don't know the fix. -nathan strutz http://www.dopefly.com/ On 7/17/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > anyone using the new RDS plugins for eclipse and HTTPS? Seems to totally > hang

Re: Parsing Extra-large XML files?

2006-07-17 Thread Massimo Foti
> I've got a co-worker who is working with a client that receives product > information from a third-party vendor in XML format. He needs to take the > information contained in the XML file and dump it into our local database. > > The XML file is 50 megs and contains lots of "columns". He's been tr

RE: OT : XML to HTML

2006-07-17 Thread Ian Skinner
Here is and xsl file that we use to convert XML into html. Feel free to ask questions about the details. ]> http://www.w3.org/1999/XSL/Transform";>

RE: XML to HTML

2006-07-17 Thread Ian Skinner
Here is an example where I am doing just this. Feel free to ask about the details. ]> http://www.w3.org/1999/XSL/Transform";> For Imme

RE: Parsing Extra-large XML files?

2006-07-17 Thread Ben Nadel
Perhaps you can read in the file as a flat text file, split it on record delimiters (ie. or ) parse each one of them individually into an XML object, then append all the Xml objects together? No idea if that works :) ... Ben Nadel Web Developer Nylon Technology 350 7th Avenu

RE: XML to HTML

2006-07-17 Thread Ben Nadel
I don't know anything about this, but I think you can put in an XML transformation link at the top of the XML document (XSLT??) and that will take care of turning the xml to html. Now, how to do that? I leave that up to my more wise ColdFusion brethren. ... Ben Nadel Web Devel

Parsing Extra-large XML files?

2006-07-17 Thread Andy Matthews
I've got a co-worker who is working with a client that receives product information from a third-party vendor in XML format. He needs to take the information contained in the XML file and dump it into our local database. The XML file is 50 megs and contains lots of "columns". He's been trying to d

OT : XML to HTML

2006-07-17 Thread Jason Radosevich
Hi, I have a XML document that was created in Infopath that we need to have it exported into HTML. Anyone have any ideas on which direction to point me to do this (non CF) Any ideas would be great .. http://sharepoint/sites/TSC/TSC%20PIF%20Submission%20Form/Forms/template.xsn"; name="urn:sch

RE: Low-tech asychronous call to ColdFusion

2006-07-17 Thread Ryan, Terrence
I posted a different solution here: http://www.numtopia.com/terry/blog/archives/2006/07/asynchronous_cfml_wi thout_a_gateway.cfm It does require using a cfc though. Terrence Ryan Senior Systems Programmer Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED]

Re: shopping cart integration

2006-07-17 Thread Stas Newdel
Hi Mary, We are using your product and the integration options work well for us. I was wondering if anyone has an opinion on a related subject. As an e-commerce merchant we don't just accept payments. There are refunds, exchanges, fraudulent transactions, etc. I've been extremely dissatisfie

RE: Low-tech asychronous call to ColdFusion

2006-07-17 Thread Dan G. Switzer, II
>That wouldn't be asynchronous though. Because his page would wait for >the CFHTTP to complete. > >One alternative would be to call a cfm file in an iframe, and then use >javascript to redirect the main page. > >The request in the inline from would continue to run even though the >browser isn't at

Re: Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Paul Hastings
Jon Block wrote: > The characters could be any character set ... I have web application > where end users post content into my database. Later, I need to create > an xml file that syndicates the content via a iso-8859-1 xml file. How > can I make sure all of the characters are iso-8859-1 compliant

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
>> it appears i can't use 443 in both apache and coldfusion. > >No. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruction at our training centers in Washington DC, Atlanta, >Chicago, Baltimore, Northern Virgin

Re: Problem with RDS Service on localhost

2006-07-17 Thread Douglas Knudsen
OMG! well, apparently there is no such pleasure for HTTPS though. Might just be a personal issue though, eh? DK On 7/17/06, dcooper @ macromedia. com dcooper @ macromedia. com < [EMAIL PROTECTED]> wrote: > > In FlexBuidler 2, goto Windows->Preferences->RDS Configuration and ensure > the setting

Re: Mimeattach question

2006-07-17 Thread Douglas Knudsen
drive maps are tied to a user. So, to do this you have to have the CF service run as a user with rights to that UNC path. Note, if in a windows domain, this user needs to be a domain user account. serach the archives on this, you will find a few threads as its a common question DK On 7/17/06,

Re: scheduled tasks and https

2006-07-17 Thread Douglas Knudsen
On 7/17/06, Steve Dworman <[EMAIL PROTECTED]> wrote: > > > >i've always used teh keystore in a path similar too > > >C:\JRun4\jre\lib\security\cacerts > > >for newer updated versions of CF and > > >C:\JRun4\runtime\jre\lib\security\cacerts for others > > >at least I think its that way. Look in you

RE: scheduled tasks and https

2006-07-17 Thread Dave Watts
> it appears i can't use 443 in both apache and coldfusion. No. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
> >i've always used teh keystore in a path similar too > >C:\JRun4\jre\lib\security\cacerts > >for newer updated versions of CF and > >C:\JRun4\runtime\jre\lib\security\cacerts for others > >at least I think its that way. Look in your JVM config file for the > >jre location to make sure > > > >DK

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
> >i've always used teh keystore in a path similar too > >C:\JRun4\jre\lib\security\cacerts > >for newer updated versions of CF and > >C:\JRun4\runtime\jre\lib\security\cacerts for others > >at least I think its that way. Look in your JVM config file for the > >jre location to make sure > > > >DK

Re: Checksum Object?

2006-07-17 Thread Mark Drew
With regards to checking the Checksum, you could do it in java, or (as I did somehting like it recently) you could (through CF) run ant, the output of which you capture. The ant task could be the sync task that will sync two folders, the output would give you what has changed and then you can put t

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
>i've always used teh keystore in a path similar too >C:\JRun4\jre\lib\security\cacerts >for newer updated versions of CF and >C:\JRun4\runtime\jre\lib\security\cacerts for others >at least I think its that way. Look in your JVM config file for the >jre location to make sure > >DK > >On 7/13/06, S

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
>i've always used teh keystore in a path similar too >C:\JRun4\jre\lib\security\cacerts >for newer updated versions of CF and >C:\JRun4\runtime\jre\lib\security\cacerts for others >at least I think its that way. Look in your JVM config file for the >jre location to make sure > >DK > >On 7/13/06, S

RE: Mimeattach question

2006-07-17 Thread Orlini, Robert
Thanks Ben, Anyway I can specify an attachment that is on another machine besides the one my CF program is on? For example, after I map the drive can I specify: \\me\documents and settings\me\desktop\me.pdf in the ? Is there another way to do this if it is possible? Robert O. -Original

Re: Problem with RDS Service on localhost

2006-07-17 Thread dcooper
In FlexBuidler 2, goto Windows->Preferences->RDS Configuration and ensure the settings are correct (default port <> 80, for example). There's also a handy-dandy "Test Connection" button there for your poking pleasure HTH Damon ~~

RE: Problem with SQL Express datasource on CFMX 7

2006-07-17 Thread Dave Watts
> I'm running CFMX 7 Development edition on my local windows XP > box with SQL Server 2005 Express Edition installed. > > I have enabled TCP/IP connectivity and mixed-mode > authentication, but I can't seem to get a datasource set up. > > I've tried various versions of the "Server" in the DSN s

RE: Checksum Object?

2006-07-17 Thread loathe
Neat idea. We are migrating to CF 7 as part of the upgrade, but we're not quite there yet, so CFMX 6 is all I have access to at this point. Something to think about moving forward though. > -Original Message- > From: Mark Drew [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 12:08

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Scott Newsome
Terrence, You are absolutely correct! This is just a stop gap measure till the larger problems with infrastructure, network or exchange can be addressed. Unfortunately, the newspaper I work for is very cash strapped and slow to a address these issues. I have reservations about using the serve

Re: Low-tech asychronous call to ColdFusion

2006-07-17 Thread Rick Root
Tom Chiverton wrote: > On Monday 17 July 2006 16:07, Paul Fraser wrote: >> I would prefer to not go the CFC route, but I am open to persuasion. > > The poor mans version could fire off a CFHTTP request to a page to do the > heavy lifting, and then print the 'all OK' message. > That wouldn't be

Re: Checksum Object?

2006-07-17 Thread Mark Drew
Just as a thought... are you using CFMX enterprise? you could use one of the new event gateways with a directory watcher, which will trigger an event whenever a file is modified. I am sure there are problems and it wont do everything you want but that would be a good way of doing it. MD On 7/17/0

Checksum Object?

2006-07-17 Thread loathe
Anyone know of an easy to use checksum object? Essentially I need to be able to tell (recursively) if any of the files in an application have been altered, so I'm thinking, set up a scheduled task that would run nightly and email me if anything has changed. Any ideas? ~

eclipse RDS plugin and https ( was Re: Problem with RDS Service on localhost)

2006-07-17 Thread Douglas Knudsen
anyone using the new RDS plugins for eclipse and HTTPS? Seems to totally hang eclipse for me. DK On 7/17/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 17 July 2006 13:53, Dave Watts wrote: > > > Oh well, no idea how to list what ports are listening then. > > netstat > > That works w

Some questions on CF7 Verity language packs

2006-07-17 Thread Gareth Hughes
Hi All I've tried looking through the docs and Google results surrounding this topic but I'm left a little confused. Any info appreciated. What purpose do the Verity language packs serve exactly? Are they required just so Verity can read documents in the specified language or are they used so

Re: Low-tech asychronous call to ColdFusion

2006-07-17 Thread Tom Chiverton
On Monday 17 July 2006 16:07, Paul Fraser wrote: > I would prefer to not go the CFC route, but I am open to persuasion. The poor mans version could fire off a CFHTTP request to a page to do the heavy lifting, and then print the 'all OK' message. -- Tom Chiverton ***

RE: CFMail Throttling for CFerror handling

2006-07-17 Thread Ryan, Terrence
You could add code to all of your error trapping that specifically traps database errors. Then in the handling for that check for the existence of a application or server scope (depending on how many applications you have on the server) variable like say "server.dberrorReported." If it does not exi

CFCOOKIE: Using a number of days for EXPIRES, at what time would that cookie expire?

2006-07-17 Thread Pete Ruckelshaus
I'm creating a cookie that needs to expire at midnight of the day the cookie is set (i.e. the cookie would never be more than 24 hours old). If I were to set the cookie with the following code: Would that do the trick? Thanks Pete ~~~

Re: repeated random error with request variable

2006-07-17 Thread Tom Chiverton
On Monday 17 July 2006 15:16, Ben Nadel wrote: > I get errors like this right before the server crashes. I think the server > > I keep getting an error every so often related to a request variable > > missing which crashes my entire website. I would *guess* this is because there is an un-var'ed va

RE: Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Jon Block
The characters could be any character set ... I have web application where end users post content into my database. Later, I need to create an xml file that syndicates the content via a iso-8859-1 xml file. How can I make sure all of the characters are iso-8859-1 compliant when I build my xml outpu

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Mingo Hagen
Instead of a database, you could use a plain text file or an xml file. Mingo. Scott Newsome wrote: > Mike thanks for your reply. > > The database option is not workable because if the database fails (which in > the past has been our biggest headache). We wouldn't get any emails. I could > see chec

Low-tech asychronous call to ColdFusion

2006-07-17 Thread Paul Fraser
I am aware (somewhat!) of the asynchronous Web services capability with CFCs in ColdFusion. What would listers recommend if I simply want to call a ColdFusion action page asynchronously. The asychronous call is a one-way trip and does not require data back to the caller. Here's the scenario bri

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Scott Newsome
Mike thanks for your reply. The database option is not workable because if the database fails (which in the past has been our biggest headache). We wouldn't get any emails. I could see checking for the database first, and if it's up, doing as you said. But if it's down I still need to be able to t

Re: MySQL 4/5

2006-07-17 Thread Rick Root
Ken Ferguson wrote: > I can see where this is frustrating for people, but MySQL 5 has only > been an official production release for a matter of months (about 6 or > 7, right?) So, it's kind of hard to be down on Adobe for not having them > in there. Anyhow, it's not difficult to drop in the Con

Problem with SQL Express datasource on CFMX 7

2006-07-17 Thread Rick Root
I'm running CFMX 7 Development edition on my local windows XP box with SQL Server 2005 Express Edition installed. I have enabled TCP/IP connectivity and mixed-mode authentication, but I can't seem to get a datasource set up. I've tried various versions of the "Server" in the DSN setup.. My com

Scheduling .car creation (in other words: scheduling settings backups)

2006-07-17 Thread Beru
Hello you cool Gurus... here's the cool question of the day: How to schedule settings backups of my CF instances? I went on tracing the URL of the archive wizard, hoping to be able to stuff the parameters in there and cfschedule it as needed, but this is as far as I got to: http://my_instance_IP:

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Mike Chabot
You could log errors into a database table and have a scheduled task E-mail them out in a controlled way. I find it helps to send errors to a dedicated error E-mail account so my real accounts do not get flooded when something bad happens. -Mike Chabot On 7/17/06, Scott Newsome <[EMAIL PROTECTED]

RE: .cfc returns blank screen via direct call

2006-07-17 Thread Ben Nadel
It only happens if the Application.cfc implements the OnRequest method... Otherwise it will show up fine. In the Fusion Authority quaterly update, Ray Camden writes about an interesting solution to this problem. In the OnRequestStart method, he checks for the page URL. If it contains a .CFC he ac

CFMail Throttling for CFerror handling

2006-07-17 Thread Scott Newsome
Thanks in advance for any assistance. I am researching away to throttle the creation of email messages used to notify system admins when ColdFusion throws an error. We have had a problem of over-loading our exchange server when there is a database failure or some other error that effects a lot of

Re: Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Paul Hastings
Jon Block wrote: > I have a big string that I need to put into a valid ISO-8859 xml file. what exactly is ISO-8859 encoding? never heard of that before. do you mean iso-8859-1 (latin-1)? or do you mean windows codepage-1252? or what? > How do I convert all of the characters to that char set? de

Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Jon Block
I have a big string that I need to put into a valid ISO-8859 xml file. How do I convert all of the characters to that char set? Jon This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confidential or pri

RE: repeated random error with request variable

2006-07-17 Thread Ben Nadel
I get errors like this right before the server crashes. I think the server crashing causes the error (and not the other way around). Does it go away soon after on your site? -ben ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1

Re: MySQL 4/5

2006-07-17 Thread Ken Ferguson
I can see where this is frustrating for people, but MySQL 5 has only been an official production release for a matter of months (about 6 or 7, right?) So, it's kind of hard to be down on Adobe for not having them in there. Anyhow, it's not difficult to drop in the ConnectorJ drivers and roll ri

RE: Application.cfc problem - bug or expected behaviour?

2006-07-17 Thread Robertson-Ravo, Neil (RX)
Yeah, so would I and indeed this is probably as expected, I can only assume the web service call acts as a new "request" for the gateway as a page / GET which is why it is triggering off the Application.cfc. -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: 17

RE: MySQL 4/5

2006-07-17 Thread Andy Matthews
What about setting a code snippet with your JDBC settings in it? Not a real fix, but it'll save you time at least. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 11:45 PM To: CF-Talk Subject: MySQL 4/5 Would someone please tell Adobe to put th

Re: MySQL 4/5

2006-07-17 Thread James Holmes
Like this? http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12 On 7/17/06, Casey Dougall <[EMAIL PROTECTED]> wrote: > Seems like we just need a duplicate datasouce function. Then all you gotta > do is change a couple pieces of it, save and be done. > > -- > Casey Dougall > Web Applications De

RE: Application.cfc problem - bug or expected behaviour?

2006-07-17 Thread kola.oyedeji
Neil This is as expected, I would expect Application.cfc to be called once before the page with the createObject() call is executed. HTH k > -Original Message- > From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] > Sent: 17 July 2006 08:19 > To: CF-Talk > Subject: Application.cf

Re: Test thread

2006-07-17 Thread James Holmes
No, because the test was to see if you could resist replying. Everyone who replies fails... oh damn. On 7/17/06, Rick Root <[EMAIL PROTECTED]> wrote: > Will Tomlinson wrote: > > This is just a test. > > > Did I pass? -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~

  1   2   >