RE: Ajax

2005-03-21 Thread Micha Schopman
No defining a different presentation layer. Just like people should do already with print, screen stylesheets and learn the markup to accommodate you in defining different media types. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax

Re: I Hate Macromedia

2005-03-21 Thread mac jordan
On Sun, 20 Mar 2005 22:59:17 -0500, Justin D. Scott [EMAIL PROTECTED] wrote: Try moving a Photoshop license from Mac to PC and see what happens. I moved a Photoshop licence - and an Acrobat one - from PC to Mac with a £12 handling fee. No problem at all. -- mac jordan home: www.kestrel.org

Framing your site

2005-03-21 Thread Karl
At 02:09 AM 3/21/05, Mark Kruger wrote: On Sun, 20 Mar 2005 14:45:29 -0600, Mark A Kruger [EMAIL PROTECTED] wrote: Javscript or site config gurus: I have a site we manage cardavenue.com. We found another site called giftcardbuy.com that actually frames OUR site - in other words,

RE: I Hate Macromedia

2005-03-21 Thread Calvin Ward
This $50 bit of software here: http://shop.blizzard.com/section1/?user=E4ihFqmiJ7R0kmA/UFvB7UBENGrG1z6qndqq xG6w8qQ=#war3x is licensed for either and even comes packaged with both. No transfer fee. - Calvin -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Sunday,

RE: Ajax

2005-03-21 Thread Calvin Ward
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,000. How about a test environment? There's another 12,000, or is it 24,000 there

Re: Google Suggest-like functionality with CF

2005-03-21 Thread Matt Woodward
It looks like this does most of the Javascript side of things for you - I haven't looked at it beyond playing with the demos, but it seems pretty slick. http://fnjordy.cus.org.uk/auto/ Couple of other URLs to check out: http://serversideguy.blogspot.com/2004/12/google-suggest-dissected.html

RE: IIS Web Server Tuning?

2005-03-21 Thread Matthew Small
Try cfflush after a row is created. It might help. - Matt Small -Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 11:10 PM To: CF-Talk Subject: Re: IIS Web Server Tuning? Use style=table-layout: fixed along with colgroup and col tags to let IE

RE: Ajax

2005-03-21 Thread Justin D. Scott
Too expensive for Tommy? Say it ain't so! It is too expensive, imho. Folks keep saying that 12,000 isn't much, but that's not the whole picture. My point was that they should be able to afford it with the prices they charge for their merchandise. A sort of irony because I have some brand

RE: circumventing framing....

2005-03-21 Thread Mark A Kruger
That would be a great idea if they were a competing site - instead they are framing OUR site on their page with a 100%,* frame - the only thing that is different is the URL in the address bar and the title. -Mark -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Sunday,

RE: Framing your site

2005-03-21 Thread Mark A Kruger
My fear is that they are looking for old browsers with vulnerabilities (like cross site scripting) and trying to steal cookies etc. -Mark -Original Message- From: Karl [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 5:19 AM To: CF-Talk Subject: Framing your site At 02:09 AM

RE: circumventing framing....

2005-03-21 Thread Adrian Lynch
You could always ask them? Ade -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 21 March 2005 13:22 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 on their page with a

Re: Ajax tutorials

2005-03-21 Thread Keith Gaughan
Sean Corfield wrote: Bear in mind that AJAX is an acronym applied to an old concept - it is not a product. Yup, it's basically an ad-hoc version of RPC. Or at least that's how people will inevitably end up using it. I find the whole fuss people are making about it just a little much myself.

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Ken Ferguson
No, I don't have J2EE sessions enabled. Anybody have any other ideas??? Thanks, Ferg -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 3:23 PM To: CF-Talk Subject: RE: CFMX 7, CFForms, and Javascript The little watch is displayed when it is

Re: Regex to find CF vars

2005-03-21 Thread Claude Schneegans
I find two things helps immensely with RegExs: 1) Break them down into pieces and test the pieces first. Even with only moderately complex expressions this helps tremendously. 2) Have a good reference for the implementation you're using handy. If you meet somebody that claims the ability to

RE: Ajax tutorials

2005-03-21 Thread Micha Schopman
Yup, it's basically an ad-hoc version of RPC. Or at least that's how people will inevitably end up using it. I find the whole fuss people are making about it just a little much myself. That is definitely not Ajax. Ajax is much more than simple remote procedure calls. Micha Schopman Project

RE: Ajax

2005-03-21 Thread Ken Ferguson
I really hate to be rude, seeing as I've just rejoined the list after being unsubscribed for a year or so, but I really could swear that I read a post saying that there was now AN ENTIRE MAILING LIST dedicated to Ajax. The volume of this list is quite heavy enough without having to dig through all

RE: Email problem

2005-03-21 Thread Ken Ferguson
I think the easiest way to begin locating the source of the problem is to create a template with this code and see if it works: cfmail to=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=test cfmail server=mail.mynotepros.com This is a big old test mail. /cfmail I'm guessing that it won't, so

Re: Email problem

2005-03-21 Thread Pete Ruckelshaus
At CrystalTech, from needs to be a valid and active email address at the domain that you are sending from. Pete On Mon, 21 Mar 2005 08:18:01 -0600, Ken Ferguson [EMAIL PROTECTED] wrote: I think the easiest way to begin locating the source of the problem is to create a template with this code

Re: Ajax tutorials

2005-03-21 Thread Keith Gaughan
Micha Schopman wrote: Yup, it's basically an ad-hoc version of RPC. Or at least that's how people will inevitably end up using it. I find the whole fuss people are making about it just a little much myself. That is definitely not Ajax. Ajax is much more than simple remote procedure calls.

Re: Regex to find CF vars

2005-03-21 Thread Ben Doom
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 Regular Expressions

Re: Regex to find CF vars

2005-03-21 Thread Keith Gaughan
Claude Schneegans wrote: I find two things helps immensely with RegExs: 1) Break them down into pieces and test the pieces first. Even with only moderately complex expressions this helps tremendously. 2) Have a good reference for the implementation you're using handy. If you meet somebody

SOT: Access Password Recovery?

2005-03-21 Thread jonese
Hey all, We've got a client who's given us an ACCESS DB of data but can't recall the password and we don't have access to the orinial DSN. I've done some searching on google etc for a good password recovery tool but i'm not feeling comfortable with anyone in particular. I'd love to hear

RE: circumventing framing....

2005-03-21 Thread Russ
Do you have an affiliate program? It's possible they are linking to the affiliate link, so that they can get a share of the profits... -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 8:22 AM To: CF-Talk Subject: RE: circumventing framing

Re: Regex to find CF vars

2005-03-21 Thread Ben Doom
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). ;^) Ah, but a regex with references (in the search string) is not a regex (that is, a type-3

RE: Access Password Recovery?

2005-03-21 Thread CFDEV
Hi, I used those products http://www.crackpassword.com/ to recover an outlook and a zip password and it worked without problem and very fast. Pat -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: March 21, 2005 10:27 To: CF-Talk Subject: SOT: Access Password Recovery?

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

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

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 per server

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

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: 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. ~|

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

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: 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

Re: circumventing framing....

2005-03-21 Thread Bryan Stevenson
This will stop itnice and easy: !--- break out of frames --- script language=JavaScript !-- if (parent.frames.length 0) { parent.location.href = location.href; } -- /script Of courseif you are getting the business from them...perhaps broker a deal with the

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

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

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

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 XML Doc,

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
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: 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. /FEATURES 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

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

2005-03-21 Thread Jim Rathmann
This will access attributes in the FIELDS tag: CFSET Root = #mydoc.XMLRoot.XMLChildren[1].XMLChildren[1].XMLChildren[1].XMLChildren[2].XMLattributes.SDE.DBO.SDE_VOIS_EVENT.EVENT_ID# I had to change the last XMLChildren[1] to XMLChildren[2] and that will access the FIELDS. Thanks Well the

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

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,

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: 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,000. How

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

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

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

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 you set

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

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

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 they

RE: Verity headache with explicit search

2005-03-21 Thread Mark W. Breneman
Here is the CFsearch tag I am using. cfsearch collection=AEwholesale_Products name=getSearchResults1 type=explicit criteria=CF_KEY SUBSTRING #trim(form.criteria)# Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com

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

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 ~open

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

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 to

RE: MS Access xml file and CF...

2005-03-21 Thread John Stanley
cfif isDefined(xmlDocument.roottag.Contact) some processing code here. /cfif -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

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

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 have

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:

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: 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

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! :-) The

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:

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

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 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

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

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

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:

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Try this, is this what you needed? ---nimer CFSET myquery = QueryNew(AffiliateID,FirstName,LastName,Sponsor) CFSET temp = QueryAddRow(myquery) CFSET QuerySetCell(myquery,AffiliateID,) CFSET QuerySetCell(myquery,FirstName,Dave) CFSET QuerySetCell(myquery,LastName,Phillips) CFSET

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Try this, is this what you needed? ---nimer CFSET myquery = QueryNew(AffiliateID,FirstName,LastName,Sponsor) CFSET temp = QueryAddRow(myquery) CFSET QuerySetCell(myquery,AffiliateID,) CFSET QuerySetCell(myquery,FirstName,Dave) CFSET QuerySetCell(myquery,LastName,Phillips) CFSET

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

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: 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

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 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

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

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

Re: cold fusion, pdf files and security

2005-03-21 Thread Nathan Strutz
Serve your PDFs through a cfm with cfcontent Something like this: cfheader name=Content-Disposition value=ATTACHMENT;FILENAME=Filename.pdf cfcontent type=application/pdf file=c:\path\to.pdf (Note the file path can be anywhere on the hard drive or network that CF has access to.) Then just put

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

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 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

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

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,

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 g. -Mark -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent:

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

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. Therefore the

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

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: 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 Regular

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? CFQUERY NAME=AddSendEmail DATASOURCE=#request.dsn# ALTER TABLE tbl_Users ADD COLUMN SendEmail BIT default (1) NOT NULL /CFQUERY I've tried it with and without the parentheses and it will

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

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,

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

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 cfset ctr=0

  1   2   >