Re: Tracking email campaigns - any better ideas?

2007-05-28 Thread C. Hatton Humphrey
If I might throw in my two cents - I'm currently building something very similar, however for mine we're tracking not on read emails but rather bounced or rejected messages using the reply to email address to catch anything coming back using CF. Every customer gives us an email account that we

Cookies Across Directories

2007-05-28 Thread Joel Watson
I have a site where the user logged in state is managed through a cookie created from a remember me form. It seems to work fine. The one problem I have, though, is that the cookie is active or acted-upon only if the user is pointing to the http://www.mysite.com and not the http://mysite.com.

Re: Cookies Across Directories

2007-05-28 Thread James Holmes
You need to set a domain cookie for mysite.com. http://livedocs.adobe.com/coldfusion/7/htmldocs/0233.htm On 5/28/07, Joel Watson [EMAIL PROTECTED] wrote: I have a site where the user logged in state is managed through a cookie created from a remember me form. It seems to work fine. The

Re: Cookies Across Directories

2007-05-28 Thread Joel Watson
Awesome--that worked. I had seen that in the docs before, but I was not particularly sure what it was referring to. Thanks for the clarification! You need to set a domain cookie for mysite.com. http://livedocs.adobe.com/coldfusion/7/htmldocs/0233.htm On 5/28/07, Joel Watson [EMAIL

Re: Fusebox4 and Layouts

2007-05-28 Thread Phillip M. Vector
It works now.. I'm not sure why or what I changed to make it work, but it's working and I am not questioning it. :) Brian Kotek wrote: If the app is in production mode you'll have to reload it to get it to pick up the changes in the XML. On 5/27/07, Phillip M. Vector [EMAIL PROTECTED]

Re: Fusebox4 and Layouts

2007-05-28 Thread Phillip M. Vector
BTW, Thanks for the help guys. :) ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive:

Re: Tracking email campaigns - any better ideas?

2007-05-28 Thread Casey Dougall
There is nothing wrong with tracking images e-mail campaigns. Ever Major e-mail campaign management service on the planet, tracks their messages in just this fashion. You would be stupid to run an e-mail campaign and not place a tracking image in it. As for your problem Mike, You cannot

Re: Tracking email campaigns - any better ideas?

2007-05-28 Thread Phillip M. Vector
Just for the record, I didn't say that people don't do it. Just that clients except Outlook (which several people use) and spam filters (which almost every ISP uses) filters those emails out and if he puts it in, several emails may not get to who it is supposto and the client may get upset

RE: Tracking email campaigns - any better ideas?

2007-05-28 Thread Rick Faircloth
Not quite sure what it is that the ISP, etc., can object to. HTML emails have to draw content from a server when they're displayed, and tracking could be attached to any element on the page, so how would Outlook or the ISP's know that I'm counting the number of times an element on the page is

Re: Tracking email campaigns - any better ideas?

2007-05-28 Thread Robertson-Ravo, Neil (RX)
Many of them block images displaying not block the email full stop. You are no doubt gonna get worse results if you do not adhere to RDNSL. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered

Re: Tracking email campaigns - any better ideas?

2007-05-28 Thread Phillip M. Vector
I think the problem is that several spammers use that method to remove bad email addresses from their lists that the spam software nowadays just assumes that it's spam. I know that sometimes, HTML messages get through, so it's not a hard fast rule. But I also know I get allot of pictures that

Re: Getting Key In A Structure

2007-05-28 Thread James C. Montgomery
Sorry about the delay in getting back to this thread... First, thanks, Sean for the suggestion to use structKeyList() although it doesn't quite give me what I want. Brian and James had some valid questions, so let me answer them: As far as not passing the payOptionID, I could do that (and

RE: Tracking email campaigns - any better ideas?

2007-05-28 Thread Bobby Hartsfield
Outlook blocks image downloads of non trusted senders. If it is something the user opted in for, they will probably add the address to safe senders list or just click Download images in each message. I'd be rather ticked off if my ISPs spam filter blocked html emails or images. There's really

Comparing a file content with directory list

2007-05-28 Thread Spectrum Web
Hi all, I have a txt file content with more than 35 thousand lines. Each line contains a file name. And I have a directory list. What's the best technique to compare the file content and directory list? Convert file content to query and compare(cartesian) with directory list query? Or convert

RE: Tracking email campaigns - any better ideas?

2007-05-28 Thread Rick Faircloth
why would they object to you knowing they get it if they asked you to send it? That's what I was thinking... I only do opt-in email for clients... Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 6:33 PM To: CF-Talk Subject: RE:

Re: Getting Key In A Structure

2007-05-28 Thread James Holmes
In this case, just to be annoying, I'd avoid the array - don't depend on PKs in a DB table being sequential. If you do a delete or something else happens, you will end up with empty array elements and this won't properly reflect the data. Have you considered using the original query? This way you

creating xml formatted out from table in database

2007-05-28 Thread Peter Tanswell
Hi there Just trying to figure something out. I have a form and an action page to write data to a table in the database. I am collecting a persons first and last name and email address. I want to be able to send this information to an xml formatted output so it can be used in a flash

Re: creating xml formatted out from table in database

2007-05-28 Thread Jim Wright
Ray Camden has a handy CFC that will help with that... http://ray.camdenfamily.com/projects/toxml/ On 5/28/07, Peter Tanswell [EMAIL PROTECTED] wrote: Hi there Just trying to figure something out. I have a form and an action page to write data to a table in the database. I am collecting a

(cf)Elipse search results

2007-05-28 Thread AJ Mercer
Is it possible to configure Eclipse Search to show the line of code that contains the search criteria like DreamWeaver does? TIA ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: creating xml formatted out from table in database

2007-05-28 Thread Peter Tanswell
Hi there Thanks for that. I'm trying to do something on the fly in the next half hour. This is what I have so far cfquery name=qgetusers datasource=back select * from users order by lname /cfquery cfxml variable=users cfoutput query=qgetusers cfoutput

Flash Forms and HTML

2007-05-28 Thread George Lu
Hi, Is there a way to combine Flash Forms and HTML (e.g. a table with cfoutput) in a same submit form? Thanks, George ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity.

Re: Flash Forms and HTML

2007-05-28 Thread George Lu
Anyone? Or shall I use two submit forms? On 29/05/07, George Lu [EMAIL PROTECTED] wrote: Hi, Is there a way to combine Flash Forms and HTML (e.g. a table with cfoutput) in a same submit form? Thanks, George ~|

cfcomponent + SQL Queries

2007-05-28 Thread Ravi Gehlot
I got Application.CFC with a cfcomponent and a cffunction method onRequestStart and onApplicationStart. I put 3 queries on the cffunction method onRequestStart but amazingly the queries are not available for use throughout the application even though it shows me on the debug screen SQL Queries

Re: Flash Forms and HTML

2007-05-28 Thread James Holmes
I think the question is unclear i.e.: Flash Forms and HTML... table with cfoutput don't match up. What are you trying to achieve? On 5/29/07, George Lu [EMAIL PROTECTED] wrote: Anyone? Or shall I use two submit forms? On 29/05/07, George Lu [EMAIL PROTECTED] wrote: Hi, Is there a way

Re: cfcomponent + SQL Queries

2007-05-28 Thread James Holmes
If you do not include an onRequest method in Application.cfm(sic) file, the onRequestStart method does not share a Variables scope with the requested page, but it does share Request scope variables. http://livedocs.adobe.com/coldfusion/7/htmldocs/1120.htm Put the queries in the request scope

Re: Flash Forms and HTML

2007-05-28 Thread George Lu
I'd like to have a cfgrid on the top and then a html table after the grid. If I use cfform format=flash then I can see the html table. If I remove flash from the format attribute then the grid won't work. I'd like to do both in one cfform. On 29/05/07, James Holmes [EMAIL PROTECTED] wrote: I

Re: Flash Forms and HTML

2007-05-28 Thread George Lu
In the html table I'll display records by grouping: cfoutput query=qGetQuestions group=systemName which you can't do it in a grid... On 29/05/07, George Lu [EMAIL PROTECTED] wrote: I'd like to have a cfgrid on the top and then a html table after the grid. If I use cfform format=flash then I

Re: cfcomponent + SQL Queries

2007-05-28 Thread Ravi Gehlot
Hey James, If you use onRequest as your method then when you execute the application (index.cfm) you get a blank page instead of the actual application page. I tried to put the queries instead inside of the onApplicationStart but got no luck. Actually it is even worse if you include them

Re: Flash Forms and HTML

2007-05-28 Thread James Holmes
Add these things with cfformitem: http://livedocs.adobe.com/coldfusion/7/htmldocs/1391.htm On 5/29/07, George Lu wrote: In the html table I'll display records by grouping: cfoutput query=qGetQuestions group=systemName which you can't do it in a grid... On 29/05/07, George Lu wrote:

Re: Flash Forms and HTML

2007-05-28 Thread Peter Tilbrook
No. But you can use the CFGRID control for the display of tabular data (or queries). ColdFusion Scorpio (Release Candidate due any day now) also allows for Rich Text entry using the included FCK Editor (though not in Flash forms sadly). No other updates to flash forms either as Adobe would

Re: cfcomponent + SQL Queries

2007-05-28 Thread James Holmes
Put them in the request scope, in the onRequestStart() method. The onApplicationStart() method will work as long as the application is starting. This isn't the only place you can put things in the application scope though. In onRequestStart() you can add the queries to the application scope based

Re: Flash Forms and HTML

2007-05-28 Thread George Lu
Thanks James. But inside cfformitem type=html/cfformitem I still can't use table... and cfoutput On 29/05/07, James Holmes [EMAIL PROTECTED] wrote: Add these things with cfformitem: http://livedocs.adobe.com/coldfusion/7/htmldocs/1391.htm On 5/29/07, George Lu wrote: In the html

Re: cfcomponent + SQL Queries

2007-05-28 Thread Ravi Gehlot
When put on method onRequestStart() I can see the SQL Queries on the debug screen but it the query variables can't be used on the application? Where am I loosing you? Ravi. James Holmes wrote: Put them in the request scope, in the onRequestStart() method. The onApplicationStart() method

Re: Flash Forms and HTML

2007-05-28 Thread Mike Kear
What happens when you try, George?That's what the cfformitem type=html is for. So you can add html elements inside the form. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from