Editing HomeSite language schemes

2005-03-21 Thread Jim McAtee
How do you modify the language schemes used by the HomeSite editor for color coding? I'm using an older version of HomeSite+, v5.2, and lately find myself doing a bit of scripting in VBScript. There are some problems with the scheme for this file type that I'd like to fix - the way it treats

RE: multi-lingual question

2005-03-21 Thread Micha Schopman
Tony, What we did was using XML, and parse that XML on the first startup into the application scope. After that all translations were available with #request.language.uk.mylabel#. If you want to add categorization to it, simply nest, and the call would become. #request.language.uk.dialogs.mylab

Re: multi-lingual question

2005-03-21 Thread Tony Weeg
> so why not prepare for that? or at least maybe use this small app to > learn some new i18n techniques? i might just do that... im about 35-40 days from RELEASE :( so, this worry on my part is unfortunately a bit last minute, since we are really in pre-release not that big of a deal, just g

Re: french character problem

2005-03-21 Thread Gabriel Robichaud
ok.. thank you!!! I will give this a try. Will have to get the folks on the hosting side to cooperate on this one. Gabriel On Tue, 22 Mar 2005 12:42:41 +0700, Paul Hastings <[EMAIL PROTECTED]> wrote: > Gabriel Robichaud wrote: > > is this a joke? Is this really how I solve this problem? > > it

Re: french character problem

2005-03-21 Thread Paul Hastings
Gabriel Robichaud wrote: > is this a joke? Is this really how I solve this problem? it's one way. > I just saw this message. How on earth do i convert ALL my files? One unifier, http://www.melody-soft.com/html/unifier.html, works a treat & if you do a lot of i18n work is certainly worth $15 US.

RE: french character problem

2005-03-21 Thread James Holmes
Because the world does not speak only Western European languages either. UTF-8 allows for Asian and other languages too. Just do the second option below and you don't have to worry about UTF-8. -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 March 20

Re: french character problem

2005-03-21 Thread Gabriel Robichaud
is this a joke? Is this really how I solve this problem? I just saw this message. How on earth do i convert ALL my files? One by one? is there an easy way to do this? Can I do this in Dreamweaver? And why the hell did MM do something so F&(*)ING STUPID. HELLO THE WORLD DOES NOT ONLY SPEAK ENGLISH

Re: multi-lingual question

2005-03-21 Thread Paul Hastings
Tony Weeg wrote: > :) yeah, no sh*t so why not prepare for that? or at least maybe use this small app to learn some new i18n techniques? > come on man... of course they do, and ive already got a dd/mm/ > switch based on locale :) you should be using something more i18n than that. simple eno

another accent problem

2005-03-21 Thread Gabriel Robichaud
0k... cfmx 7 running somewhere in cyberspace. I really hope someone has the answer to this issue. I am querying a mysql db. I cannot, for the life of me, get accents to display properly. see http://www.vertelligence.com/index.cfm?view=labels for proof. weird looking "y" carachters are directly i

RE: multi-lingual question

2005-03-21 Thread CFDEV
I do a lot of a bilingual (french and english) sites and others multi-lingual and I always used all my texts in a database and I load each text in an application struc variable strEn or strFR then each struct variable in an array of language then in the URL you have langID which you call in your ar

Scheduled task

2005-03-21 Thread simmyana a
Hi, I need to set scheduled task to run at specific time intervals like at 11:00 AM, 2:00 PM, 7:30 PM & at 11:00 PM. How can i set a single scheduled task to run at these timings Thanks ~| Logware (www.logware.us): a new and

RE: windows 2003 server with CF. Remove CF capabilities from one site??

2005-03-21 Thread Troy Montour
Thanks Jim, That's what I figured but wanted to make sure :) Thank You Troy Montour -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 10:42 PM To: CF-Talk Subject: RE: windows 2003 server with CF. Remove CF capabilities from one site?? > -Orig

RE: windows 2003 server with CF. Remove CF capabilities from one site??

2005-03-21 Thread Jim Davis
> -Original Message- > From: Troy Montour [mailto:[EMAIL PROTECTED] > Sent: Monday, March 21, 2005 11:22 PM > To: CF-Talk > Subject: windows 2003 server with CF. Remove CF capabilities from one > site?? > > Hello everyone, > > I want to make sure I do this correctly. Basically on our ser

CFMX cfform format html

2005-03-21 Thread David Brown
I am trying to use validate and mask with cfinput. But each time I do the focus is set to the field. If I remove the mask option then the focus is set to the body onload"" event field. Why would adding mask to the cfinput set focus?

Re: How to make this output grouping work with prev/next records

2005-03-21 Thread Michael Traher
Not sure exactly what you want to do but I've made your sample code all pretty, and got the ctr logic correct in terms of tests and increments. At the end of the loop you need to tidy up the last row - my code below is incomplete in that respect. Not the full answer but may help you out :-) Code

Re: multi-lingual question

2005-03-21 Thread Tony Weeg
> > all that we have to do is "english to spanish" > > that's what they all say ;-) :) yeah, no sh*t > > > we have a translator who is making our spanish version... > > im not looking to do a whole i18n app, since i dont have > > to :) we only support usa/mexico/canada. > > kind of hard to bel

windows 2003 server with CF. Remove CF capabilities from one site??

2005-03-21 Thread Troy Montour
Hello everyone, I want to make sure I do this correctly. Basically on our server 96% of the sites use CF and new ones we add will be using CF. But we have a few sites that are static and will stay static so I want to remove the capabilities from that site for running CF. Is there an easy

RE: circumventing framing....

2005-03-21 Thread Mosh Teitelbaum
Mark: I realize I'm a bit late to the game here but this might help. About 8 years ago I wrote an article and some associated JavaScript code to defeat framers. The JS code is still as complete a solution to framing as I've ever seen. See the article and the code here: http://www.sight

Re: multi-lingual question

2005-03-21 Thread Paul Hastings
Tony Weeg wrote: > all that we have to do is "english to spanish" that's what they all say ;-) > we have a translator who is making our spanish version... > im not looking to do a whole i18n app, since i dont have > to :) we only support usa/mexico/canada. kind of hard to believe spanish users d

Re: multi-lingual question

2005-03-21 Thread Tony Weeg
hey paul, #2 :) looked at that, thought about it... and this is first run, doesnt need to be too too intricate... but thank ya kindly! tw On Tue, 22 Mar 2005 02:44:53 -, Paul Vernon <[EMAIL PROTECTED]> wrote: > I'd take a look at Ray Camdens blog... > > You can modify some of the techniqu

Re: multi-lingual question

2005-03-21 Thread Tony Weeg
sup paul... all that we have to do is "english to spanish" we have a translator who is making our spanish version... im not looking to do a whole i18n app, since i dont have to :) we only support usa/mexico/canada. i thought about the naming, and was ok with the numbered ones (there are only abo

RE: multi-lingual question

2005-03-21 Thread Paul Vernon
I'd take a look at Ray Camdens blog... You can modify some of the techniques in that to allow multiple properties files to be used simultaneously... As you probably know, it uses some of Paul H's code :) Paul ~| Logware (www.l

Re: multi-lingual question

2005-03-21 Thread Paul Hastings
Tony Weeg wrote: > 1. create an xml doc that has one node for each "word/group of > words/phrase/label" that appear on the web app. and what would you use to manage the creation & translation of all that? it's not trivial for a large/complex application. since i'm not a big fan of humans writing

multi-lingual question

2005-03-21 Thread Tony Weeg
hola cftalk! if you were making a website multi-lingual, how would "you" do it? my first idea, and what ive done so far, is to do this: 1. create an xml doc that has one node for each "word/group of words/phrase/label" that appear on the web app. 2. read that xml doc into a persistent scope (Ses

Re: Default Value for MS Access ALTER TABLE ADD COLUMN

2005-03-21 Thread Stan Winchester
So there is no way of setting a default value in an Access database using the ALTER statement like in SQL Server, MySQL ect... It seems if it can be done in the Access "Design View" there should be a SQL equivalent. >I would alter the table to add a NULLable column. Then, set all values >to 1.

How to make this output grouping work with prev/next records

2005-03-21 Thread Will Tomlinson
I'm trying to figure out how to create my previous/next paging with this cfoutput query. It's usually straightforward with a standard cfoutput that uses a recordcount, but I'm using my own counter because of the grouped output. Any ideas on how I'd get started? Thanks, Will

Re: CFHTTP Connection Failure

2005-03-21 Thread Mary Jo Sminkey
>Check out Charles: >http://www.xk72.com/charles/ This looks like something I could really get some use out of to debug some of my CFHTTP requests. But is there a way to get it to see ones sent from the internal CFMX web server, the one that runs on port 8500? --- Mary Jo

Powered by Detroit ColdFusion/Flash Conference April 9-10, 2005 Dearborn, Michigan

2005-03-21 Thread Cornel Ivanescu
Greetings! Join us April 9-10 in Dearborn, Michigan for two days of cutting edge seminars, talks and discussions on the latest web development tools and techniques, while also enjoying the company of like minded professionals. The conference will feature expert speakers on ColdFusion, Flex, Flas

RE: Default Value for MS Access ALTER TABLE ADD COLUMN

2005-03-21 Thread Dawson, Michael
I would alter the table to add a NULLable column. Then, set all values to 1. Then, alter the table to make the column NOT NULL. First, instead of (1), try (-1). I think Access stores bits as -1 or 0, but I could be wrong...again. M!ke -Original Message- From: Stan Winchester [mailto:

Default Value for MS Access ALTER TABLE ADD COLUMN

2005-03-21 Thread Stan Winchester
Is there a way to add a default value with a MS Access ALTER TABLE ADD COLUMN? ALTER TABLE tbl_Users ADD COLUMN SendEmail BIT default (1) NOT NULL I've tried it with and without the parentheses and it will not work. I need to do this for a patch that must be app

Re: Regex to find CF vars

2005-03-21 Thread S . Isaac Dealey
>> 2) Have a good reference for the implementation you're >> using handy. If you >> meet somebody that claims the ability to do complex RegEx >> with no reference >> they're either lying or mutants (or Mike D). ;^) > I'm not a mutuant! I'm a ninja! > But I still keep O'Reilly's Mastering Regula

RE: cold fusion, PDF files and security

2005-03-21 Thread Ian Skinner
asked and answered a few hundred times on this list ;-) -move the PDFs to a non-web accessible directory -serve them up using a CFM file containing CFCONTENT This way they are not browsable and you can secure the CFM file using your existing security HTH Cheers For added fun, you can add OS

Re: cold fusion, pdf files and security

2005-03-21 Thread Michael Dinowitz
I use iAuth for these type things: http://coolfusion.com/products/iAuth/ >Hi everyone. I have a cf security question. I have a website and on that >site are some pdfs. The site is password protected. On the site I have a >pdf directory where I keep all my pdf's. I am concerned that if I >emailed s

Re: cold fusion, pdf files and security

2005-03-21 Thread Lee
Hmmm that is correct. Would a worm be able to index the contents of the PDF folder? On Mon, 21 Mar 2005 16:37:47 -0500 Douglas Knudsen <[EMAIL PROTECTED]> wrote: > Lee, this will not secure the pdfs though. A direct >request to > http://foo.com/goo/mypdf.pdf is not passed to CF. > Therefor

Re: cold fusion, pdf files and security

2005-03-21 Thread Bryan Stevenson
> That won't work Lee because application.cfm only gets fired when a CFM > is called unless I'm reading your post wrong.=20 Agreed...it would protect the index.cfm file...but NOT the PDFs from being browsable Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems G

RE: circumventing framing....

2005-03-21 Thread Mark A Kruger
This is the approach we chose sort of. We simply display a message that we are not affiliated with this site and a link that loads from the top. We get the benefit of the traffic without cooperating . -Mark -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: M

RE: cold fusion, pdf files and security

2005-03-21 Thread Burns, John D
That won't work Lee because application.cfm only gets fired when a CFM is called unless I'm reading your post wrong.=20 John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer =20 -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: Monday, M

Re: cold fusion, pdf files and security

2005-03-21 Thread Douglas Knudsen
Lee, this will not secure the pdfs though. A direct request to http://foo.com/goo/mypdf.pdf is not passed to CF. Therefore the application.cfm will never be fired. Doug On Mon, 21 Mar 2005 15:26:33 -0600, Lee <[EMAIL PROTECTED]> wrote: > In the folder where the PDF's are stored create an > ap

Re: cold fusion, pdf files and security

2005-03-21 Thread Lee
In the folder where the PDF's are stored create an application.cfm file. In that file do a cfif and check for the existance of a cookie with a meta redirect (To form page described below) if it doesn't exist. Within the PDF folder create another folder called something like security. Within th

Re: cold fusion, pdf files and security

2005-03-21 Thread Bryan Stevenson
asked and answered a few hundred times on this list ;-) -move the PDFs to a non-web accessible directory -serve them up using a CFM file containing CFCONTENT This way they are not browsable and you can secure the CFM file using your exisiting security HTH Cheers Bryan Stevenson B.Comm. VP &

Re: cold fusion, pdf files and security

2005-03-21 Thread Douglas Knudsen
yup, place the pdfs, or other files you want protected, in a dir OUTSIDE your web root. Then use a CF page and the CFCONTENT tag to deliver your files. Doug On Mon, 21 Mar 2005 16:00:43 -0500, Wurst, Keith D. <[EMAIL PROTECTED]> wrote: > Hi everyone. I have a cf security question. I have a webs

Re: cold fusion, pdf files and security

2005-03-21 Thread Nathan Strutz
Serve your PDFs through a cfm with Something like this: (Note the file path can be anywhere on the hard drive or network that CF has access to.) Then just put that cfm inside your protected application. When someone requests that file, they should be presented with a login form or somethin

cold fusion, pdf files and security

2005-03-21 Thread Wurst, Keith D.
Hi everyone. I have a cf security question. I have a website and on that site are some pdfs. The site is password protected. On the site I have a pdf directory where I keep all my pdf's. I am concerned that if I emailed someone a link http://www.mysite.com/pdf/pdfname.pdf that they would be able to

Re: TwoSelectsRelated

2005-03-21 Thread webmaster
>Why not try Nate Weiss's site - he's the author of the tag after all: >http://projects.nateweiss.com/nwdc/workcode.htm Open Letter to Nate Weiss: Dear Nate, Thanks for offering this tag for free. It's saved me a ton of time over the years :-) Sincerely, Andrew ~~

RE: MS Access xml file and CF...

2005-03-21 Thread Tim Laureska
Oops... wrong message... sorry -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 3:50 PM To: CF-Talk Subject: RE: MS Access xml file and CF... Unless you can email those concerns -Original Message- From: Adrocknaphobia [mailto:[EMAIL P

RE: MS Access xml file and CF...

2005-03-21 Thread Tim Laureska
Unless you can email those concerns -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 3:33 PM To: CF-Talk Subject: Re: MS Access xml file and CF... Gary, You're best bet may be to setup a structure of the data you are inserting with default

Re: MS Access xml file and CF...

2005-03-21 Thread Adrocknaphobia
Gary, You're best bet may be to setup a structure of the data you are inserting with default values for each key. Then go through each XML element and match it up with the corresponding key. That way if certain elements are omitted, you still have default values. It's not the most efficient soluti

RE: Connecting to SQL from CF across the 'Net?

2005-03-21 Thread John Munyan
I would think so, since if the data isn't encrypted, though others couldn't access the server the data would be easily read on the wire...and if it is of a sensitive nature even worse. John Interested in Hiking in Washington State? Check out http://www.attrition.ws _

RE: Connecting to SQL from CF across the 'Net?

2005-03-21 Thread Paul
On this same topic, is there any reason to use a VPN as opposed to just restricting access to a single IP? I think we plan to access our SQL server remotely by allowing external traffic only to our webserver's IP address. We're just getting this set up and I don't want to second guess our IT guy b

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Try this, is this what you needed? ---nimer ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusi

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Try this, is this what you needed? ---nimer -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 2:35 PM To: CF-Talk Subject: RE: Please help with CFTREE Mike, Sure, th

RE: Connecting to SQL from CF across the 'Net?

2005-03-21 Thread Connie DeCinko
I do it all the time and it works great. Just have to remember to connect to the VPN before you start otherwise you have to wait for the connection to timeout and try again. -Original Message- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 11:35 AM To: CF-Ta

RE: Please help with CFTREE

2005-03-21 Thread Dave Phillips
Mike, Sure, thanks for responding: Below is the code to create a query of five rows. Here's how they should end up looking in the resulting tree: Dave Phillips --John Smith --Chris Jones --Robert Thompson Patty Williams I think you can probable follow it. The Sponsor refers back to

ColdFusion 6.1 and 7 hotfixes

2005-03-21 Thread Michael Dinowitz
ColdFusion MX 7 Cumulative Hot Fix 1 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fd71533 Fixes: ColdFusion subreports do not flow correctly across page boundaries. ColdFusion MX 6.1: Hot fix to upgrade DataDirect Sequelink ODBC Server to version 5.4 http://www.macromedia.com/cfus

Re: TwoSelectsRelated

2005-03-21 Thread Larry Lyons
> Hi, > > Macromedia's exchange does not have the twoselectsrelated tag > available (unless I am blind). Can anyone post the code for the tag or > a link to the download? The version I have will not work in CFMX and > is quite old. I'm aware of the QForms alternative but would like to > simply

Re: SQL delete statement question

2005-03-21 Thread Bryan Stevenson
No worries...glad I could help clear the fog ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~

Re: TwoSelectsRelated

2005-03-21 Thread webmaster
> Well, I'll be! :-) The search for CF_Twoselectsrelated finds three > results; And, I might add, it still works great on CFMX. Sincerely, Andrew ~| Logware (www.logware.us): a new and convenient web-based time tracking appli

RE: SQL delete statement question

2005-03-21 Thread Scott Mulholland
I might be having one actually...would that hold the pairings? I believe it would as contractno's are unique to the accountnoyep, think I'm having a Monday. Well, thanks for opening my eyes to the obvious ;) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Mo

Re: TwoSelectsRelated

2005-03-21 Thread webmaster
> I found it on the Dev Exchange via searching on > "CF_TwoselectsRelated" > and all I did other than that was changed it to only search in the > ColdFusion Exchange. I'd offer the copy I have laying around but it > is rather old and might very well be the same you have. > Well, I'll be! :-) Th

RE: HTML or Flash-based Forms on Intranets

2005-03-21 Thread Houk, Gary
The other thing to consider here is whether it's worth the additional overhead to use flash. The flashforms are great for multi-page forms and for forms where you may want to consolidate a lot of data in a small space using elements like the accordian and the tabnavigator. However, if it's just adm

Re: TwoSelectsRelated

2005-03-21 Thread Aaron Rouse
I found it on the Dev Exchange via searching on "CF_TwoselectsRelated" and all I did other than that was changed it to only search in the ColdFusion Exchange. I'd offer the copy I have laying around but it is rather old and might very well be the same you have. On Mon, 21 Mar 2005 13:46:40 -0400

Re: SQL delete statement question

2005-03-21 Thread Bryan Stevenson
AND contractno IN (select distinct contracts from whatever) or am I having a Monday?? ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystem

Re: Connecting to SQL from CF across the 'Net?

2005-03-21 Thread Pete Ruckelshaus
I do it all the time (remote & VPN). Just enter the IP address (or server name), port, and any other connection information as you would on a local database. Pete On Mon, 21 Mar 2005 13:34:40 -0500, Alex Sherwood <[EMAIL PROTECTED]> wrote: > All of my CF development has used data sources that h

TwoSelectsRelated

2005-03-21 Thread webmaster
Hi, Macromedia's exchange does not have the twoselectsrelated tag available (unless I am blind). Can anyone post the code for the tag or a link to the download? The version I have will not work in CFMX and is quite old. I'm aware of the QForms alternative but would like to simply fix/get the tw

RE: MS Access xml file and CF...

2005-03-21 Thread John Stanley
some processing code here. -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 1:42 PM To: CF-Talk Subject: MS Access xml file and CF... Hello, I have a user with an access database that they want to export an xml file out of, and through

SQL delete statement question

2005-03-21 Thread Scott Mulholland
Is there an easy way to do a mass delete with 2 pieces of criteria in the where clause? With one clause we are just using a subquery i.e "delete from contracts where accountno IN (select distinct accounts from cancels)". I'm having trouble seeing a way to do in a sql statement if we needed t

MS Access xml file and CF...

2005-03-21 Thread Houk, Gary
Hello, I have a user with an access database that they want to export an xml file out of, and through cf, upload the file and have the contents inserted into the sql server db table. No problem, I know how to do this. The problem is that the xml elements are not consistent. For example, if the con

Re: Ajax

2005-03-21 Thread Rob
do weee do weee do --- wahh wahh wahh do weee do weee do --- wahh wahh wah On Mon, 21 Mar 2005 16:15:06 +, Mark Drew <[EMAIL PROTECTED]> wrote: > Handbags at dawn Rob! ;) > > MD > > -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~ope

Connecting to SQL from CF across the 'Net?

2005-03-21 Thread Alex Sherwood
All of my CF development has used data sources that have been on the same local network as the CF Server. In an upcoming project, I'll be connecting to a SQL server from CF by it's IP address via VPN over the Internet. I'm curious to hear from others who have done this if there have been any i

RE: Verity headache with explicit search

2005-03-21 Thread Mark W. Breneman
Here is the CFsearch tag I am using. Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com 608.270.9770 -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 11:33 AM To: CF

Re: circumventing framing....

2005-03-21 Thread Pete Ruckelshaus
I would do some sort of a referring CGI redirect to a page that says something like "I am a content-stealing d*ckhead" But then again, people have accused me of not playing well with others before :) Pete On Mon, 21 Mar 2005 09:34:35 -0700, Connie DeCinko <[EMAIL PROTECTED]> wrote: > Unless the

RE: CGI.URL in IIS6 Problem

2005-03-21 Thread Paul Vernon
Try CGI.QUERY_STRING Paul ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free wit

Verity headache with explicit search

2005-03-21 Thread Mark W. Breneman
I am having a problem on one of my sites with the verity search. I need to search a verity collection and retrieve all products that contain any part of the part number. I.e. A search for Q12345 should return part numbers 12345, A12345-B, Q123... Etc The same search criteria is also used in a ve

RE: CGI.URL in IIS6 Problem

2005-03-21 Thread Justin D. Scott
> Now when I do this same technique in IIS6 instead of > getting "bobjones" as my CGI.URL variable I instead > get "user_redirect.cfm" as my variable which is the > filename of the actual 404 redirect page. I would recommend doing a CFDUMP on the CGI scope from within your 404 handler. IIRC if y

CGI.URL in IIS6 Problem

2005-03-21 Thread Bailey, Neal
Hey guys... I just migrated some sites over to a Win 2003 server running IIS6 and Coldfusion 7. I am running into a problem with a simple CGI variable "CGI.URL" that's not working like it does on IIS5. It used to show me what's in the URL of the Browser and now it's displaying the file name. For ex

RE: circumventing framing....

2005-03-21 Thread Ian Skinner
Do a quick Google for frame busting JavaScript. You should find several cut and paste examples. It is pretty straight forward code that detects if the page is in a frame and if so, busts the page out into its own window. -- Ian Skinner Web Programmer BloodSource www.BloodSource.or

RE: circumventing framing....

2005-03-21 Thread Connie DeCinko
You could sue and win as there is a past case settled by the courts. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 1:45 PM To: CF-Talk Subject: circumventing framing Javscript or site config gurus: I have a site we manage "cardavenue

Re: Ajax

2005-03-21 Thread Rob
Ok you guys don't go blasting Tommy - you'll get me in trouble ;) > It is too expensive, imho. Folks keep saying that 12,000 isn't much, but > that's not the whole picture. > > It's 12,000 per server up to 2 cpus. > > So for Tommy, if they were to deploy it load balanced, that's at least > 24,00

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Mike Nimer
Can you double check you have access to the flash remoting gateway. If you do, email me offline and we can do some more debugging. ---nimer -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 8:58 AM To: CF-Talk Subject: RE: CFMX 7, CFForms, and

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Mike Nimer
Can you double check you have access to the flash remoting gateway. If you do, email me offline and we can do some more debugging. ---nimer -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 8:58 AM To: CF-Talk Subject: RE: CFMX 7, CFForms, and

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Mike Nimer
Can you double check you have access to the flash remoting gateway. If you do, email me offline and we can do some more debugging. ---nimer -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 8:58 AM To: CF-Talk Subject: RE: CFMX 7, CFForms, and

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Can you write an example of your data, maybe 5 rows using the query functions to build it (queryNew(), queryAddRow(), querySetCell()). This way it's easy to post and everyone can run it. If you can post this, then we can tweak the QofQ sql and the cftree so it works. ---nimer -Original Mess

Re: Problem Parsing XML Doc, Field has no end tag

2005-03-21 Thread Jim Rathmann
This will access attributes in the FIELDS tag: I had to change the last XMLChildren[1] to XMLChildren[2] and that will access the FIELDS. Thanks >Well the error I get points to your FEATURES end tag not being complete. > instead of FEATURES> > >Ade > >-Original Message- >From: Jim Ra

RE: Problem Parsing XML Doc, Field has no end tag

2005-03-21 Thread Adrian Lynch
Well the error I get points to your FEATURES end tag not being complete. instead of FEATURES> Ade -Original Message- From: Jim Rathmann [mailto:[EMAIL PROTECTED] Sent: 21 March 2005 15:44 To: CF-Talk Subject: Re: Problem Parsing XML Doc, Field has no end tag I am trying to access Field

Re: Problem Parsing XML Doc, Field has no end tag

2005-03-21 Thread Jim Rathmann
Ade, Thanks for that insight about the ENVELOPE AND Fields being part of the FEATURE child. I just solved my problem thanks to that information. I am pretty new to playing with XML, this was a pretty silly oversight on my part. Thanks and have a good day. Jim >ENVELOPE has no child tags, it's

Re: getting the page content

2005-03-21 Thread Nathan Strutz
#getPageContext().getOut().getString()# Easier than any other way! :D -nathan strutz http://www.dopefly.com/ Protoculture wrote: > I need to retrieve the current page content ( ie the html ) for search and > replacing functions how can I grab this with cf? > > ~

Re: Problem Parsing XML Doc, Field has no end tag

2005-03-21 Thread Jim Rathmann
I am trying to access Fields. >ENVELOPE has no child tags, it's a child of FEATURE however, along with >FIELDS. > >What tag are you trying to access? > >Ade > >-Original Message- >From: Jim Rathmann [mailto:[EMAIL PROTECTED] >Sent: 21 March 2005 15:36 >To: CF-Talk >Subject: Problem Parsing

RE: Problem Parsing XML Doc, Field has no end tag

2005-03-21 Thread Adrian Lynch
ENVELOPE has no child tags, it's a child of FEATURE however, along with FIELDS. What tag are you trying to access? Ade -Original Message- From: Jim Rathmann [mailto:[EMAIL PROTECTED] Sent: 21 March 2005 15:36 To: CF-Talk Subject: Problem Parsing XML Doc, Field has no end tag I am tryin

RE: circumventing framing....

2005-03-21 Thread Connie DeCinko
Unless they somehow are stealing customer information. Also, how would you feel if you went into McDonald's and they were selling Burger King Whoppers, rewrapped. Sure, you can say Burger King should be happy since they made money. But, I don't think Burger King would appreciate the McDonald's

Problem Parsing XML Doc, Field has no end tag

2005-03-21 Thread Jim Rathmann
I am trying to parse this XML document below and access the attributes in the Child (Fields). The problem is that I cannot get past the XMLChild of ENVELOPE because it has no end Tag. I know that /> means it is the end tag but how does CF know this or how do I make CF know this? Does anyone hav

Re: circumventing framing....

2005-03-21 Thread Bryan Stevenson
This will stop itnice and easy: Of courseif you are getting the business from them...perhaps broker a deal with the thieving scumbags and have them pay you rent for using you

RE: Access Password Recovery?

2005-03-21 Thread Connie DeCinko
If you are worried, perform the crack on a copy of the original DB and do it on a machine other than your main one. That way if things go haywire you haven't lost anything. Then copy the data to a clean DB. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Monday, March 2

RE: circumventing framing....

2005-03-21 Thread Connie DeCinko
That's content theft, pure and simple! -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 6:22 AM To: CF-Talk Subject: RE: circumventing framing That would be a great idea if they were a "competing" site - instead they are framing OUR site

RE: Framing your site

2005-03-21 Thread Connie DeCinko
I wonder how About.com gets away with it. They annoy the hell out of me when half the search results are content they wrapped in their ads. -Original Message- I know that search-engine optimization methods used to include strategies like this, I think to make it look like there are lot

RE: I Hate Macromedia

2005-03-21 Thread Connie DeCinko
It used to anyway, be very easy. The serial numbers are nearly the same, just one character different for each platform. -Original Message- Try moving a Photoshop license from Mac to PC and see what happens. ~| Find

RE: circumventing framing....

2005-03-21 Thread Ray Champagne
My question is, if they are driving traffic to your site, and the orders are placed for your company, why bother? I mean, yea, it is annoying that they are hijacking your site, but if they are getting you business, who cares? At 11:07 AM 3/21/2005, you wrote: >You could sue and win as there is

RE: circumventing framing....

2005-03-21 Thread Connie DeCinko
Something else I've seen, if they only target one page, keep changing the URL of that page. This way they keep linking to a missing page or better, your 404 page. ~| Discover CFTicket - The leading ColdFusion Help Desk and Tro

RE: circumventing framing....

2005-03-21 Thread Connie DeCinko
Could you detect the request coming from them as a CGI request variable and then display a nice little message instead that says you don't condone the actions of the referring site? ~| Logware (www.logware.us): a new and conven

Re: Ajax

2005-03-21 Thread Mark Drew
Handbags at dawn Rob! ;) MD On Mon, 21 Mar 2005 08:11:08 -0800, Rob <[EMAIL PROTECTED]> wrote: > Ok you guys don't go blasting Tommy - you'll get me in trouble ;) > > > It is too expensive, imho. Folks keep saying that 12,000 isn't much, but > > that's not the whole picture. > > > > It's 12,000

CFMX 7 & JRockit

2005-03-21 Thread Peter Mayer
Hello! I installed the upgrade to ColdFusion MX 7 but now I can't start the server because ColdFusion MX 7 seems not to support the BEA JRockit JVM. I also tried to install the 1.5 JVM (aka Java 5) but I still receive an error: "error coldfusion/filter/RequestMonitorFilter java.lang.NoClassDefFo

  1   2   >