Re: How to decode e-mail subject ?

2011-11-22 Thread Abid Islam
Hi Paul, I am working in delphi 7, and I am done with utf-8?B? decoding, now i need to decode utf-8?Q? Please provide me the code for decoder in Delphi. thanks in advance Actually, it isn't Outlook crap it is standards compliant RFC Quoted-printable content and the utf-8 info is telling you

RE: How to decode e-mail subject ?

2009-04-14 Thread WebSite CFTalk
Subject: Re: How to decode e-mail subject ? WebSite CFTalk wrote: But still, how do I convert it into something readable ? cfscript y='W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl'; x=toString(toBinary(y)); writeOutput(x); /cfscript you should get something like: [Videresendt fra

RE: How to decode e-mail subject ?

2009-04-08 Thread WebSite CFTalk
Thank you Paul, That gave me something to work on. Helge -Original Message- From: Paul Vernon [mailto:paul.ver...@web-architect.co.uk] Sent: 8. april 2009 12:54 To: cf-talk Subject: RE: How to decode e-mail subject ? This:B

Re: How to decode e-mail subject ?

2009-04-07 Thread Alan Rother
, 2009 at 11:20 AM, WebSite CFTalk cft...@website.no wrote: I'm having trouble finding ways to convert a email subject from utf-8 to plain text Subject: (Copied from the mail header in outlook) =?utf-8?B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= =?utf-8?B

RE: How to decode e-mail subject ?

2009-04-07 Thread WebSite CFTalk
Alright, ok :) But still, how do I convert it into something readable ? Helge :) -Original Message- From: Alan Rother [mailto:alan.rot...@gmail.com] Sent: 7. April 2009 20:46 To: cf-talk Subject: Re: How to decode e-mail subject ? This:B

How to decode e-mail subject ?

2009-04-07 Thread WebSite CFTalk
I'm having trouble finding ways to convert a email subject from utf-8 to plain text Subject: (Copied from the mail header in outlook) =?utf-8?B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= =?utf-8?B?ZyBnb2QgcMOlc2tl?= In Outlook this is translated to: [Videresendt fra WS

Re: How to decode e-mail subject ?

2009-04-07 Thread Paul Hastings
Alan Rother wrote: This:B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= =?utf-8?B?ZyBnb2QgcMOlc2tl?= Is not UTF8 encoding, this is some sort of Outlook crap no, it's not outlook crap. that's MIME encoding: =?charset?encoding?encoded text?= so that subject text is in utf

Re: How to decode e-mail subject ?

2009-04-07 Thread Paul Hastings
parsing the MIME encoded subject to you... ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http

RE: How to decode e-mail subject ?

2009-04-07 Thread Paul Vernon
This:B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= =?utf-8?B?ZyBnb2QgcMOlc2tl?= Is not UTF8 encoding, this is some sort of Outlook crap UTF-8 Encoding is not an encryption schema, it's a file formatting encoding. It usually renders exactly as plain text. =]

RE: How to decode e-mail subject ?

2009-04-07 Thread Paul Vernon
This:B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= =?utf-8?B?ZyBnb2QgcMOlc2tl?= I missed something... It's not quoted printable, it's binary encoded. Q for quoted-printable and B for binary. You need to look for =?B? Or =?Q? At the beginning of the string. If its =?B?

Subject Alternative Name vs. CFHTTP

2008-09-12 Thread Quinn Madson
Hello all, It appears that ColdFusion 8 does not support the Subject Alternative Name attribute of SSL certificates. I have even tried to import the certificate into the Java keystore (similar to untrusted certs) to no avail. I get the error: I/O Exception: Name in certificate (similar

no subject

2008-02-20 Thread Nick Scalise
Thanks, -- Nick Scalise Computer Systems Engineer DTN 9110 West Dodge Road Omaha, NE 68114 [EMAIL PROTECTED] Phone: 800.290.9162 Fax: 402.255.8630 www.dtn.com DTN. Smarter Decisions. The Official Forecaster of the PGA TOUR Champions Tour - NOTICE:

Scraping Websites, Touchy Subject??? Please tell me where to go.

2007-12-18 Thread William Seiter
Hi all, I am beginning to realize that talking on a public forum can be a 'touchy' subject when it comes to scraping content from websites. First off, I want to assure you that I am not doing anything illegal. I am within my 'terms'. I am hoping that someone here can direct me to where to go

Re: Scraping Websites, Touchy Subject??? Please tell me where to go.

2007-12-18 Thread Cameron Childress
If you are doing this legitimately as you say you are then the best place to get information would be from the site owner. Smells kinda fishy to me though. -Cameron William Seiter wrote: Hi all, I am beginning to realize that talking on a public forum can be a 'touchy' subject when

RE: CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed.

2007-09-28 Thread Bhakti Pingale
] Sent: Friday, September 28, 2007 3:36 PM To: CF-Talk Subject: RE: CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed. Hi, Sorry for entering the thread late. I would just like to summarize the way you can customize a FCK Editor 1)Specifying the toolbar (default/basic).On specifying

RE: CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed.

2007-09-28 Thread Bhakti Pingale
, Bhakti Pingale Adobe ColdFusion Team -Original Message- From: Andy Chen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 11:19 PM To: CF-Talk Subject: CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed. Ah... thanks for point that out. I thought it was something

Re: CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed.

2007-09-28 Thread Andy Chen
Thank you. :) HI Andy, I do understand your frustration regarding the image upload. We will take it up more effectively. Regarding the image upload I will mail you back with a better workaround. Thanks, Bhakti Adobe ColdFusion Team be fixed. Hi, Sorry for entering the thread late. I would

CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed.

2007-09-27 Thread Andy Chen
Ah... thanks for point that out. I thought it was something for FCKEditor customization that I missed. Basically ScriptSrc tag would be used if I want to map the form to look at another locations for scripts (e.g. FCKEditor). So basically I would copy the scripts I want and use the ScriptSrc

Re: Fwd: Subject: How to invoke a method from inside another meth od in a cfc

2007-03-12 Thread Robertson-Ravo, Neil (RX)
. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Ken Wexel To: CF-Talk Sent: Sun Mar 11 22:53:46 2007 Subject: Fwd: Subject: How to invoke a method from inside

Subject: How to invoke a method from inside another method in a cfc

2007-03-11 Thread Mike Oldfield
Hello everybody, somebody knows how can I invoke a method from inside another method in a cfc? Please help me! I have something like this: cffunction name=method1... ... cfif... do method 2 /cfif /cffunction cffunction name=method2... ... /cffunction Thanks for your help

RE: Subject: How to invoke a method from inside another method in a cfc

2007-03-11 Thread Richard Kroll
All you need to do is simply call the method: cffunction name=method1... ... cfif... cfset method2() / /cfif /cffunction cffunction name=method2... /cffunction HTH, Rich Kroll ~| Deploy Web Applications Quickly

Fwd: Subject: How to invoke a method from inside another method in a cfc

2007-03-11 Thread Ken Wexel
can't you just cfinvoke the method from inside the first method? -Ken -- Forwarded message -- From: Mike Oldfield [EMAIL PROTECTED] Date: Mar 11, 2007 4:58 PM Subject: Subject: How to invoke a method from inside another method in a cfc To: CF-Talk cf-talk@houseoffusion.com

Re: mangled subject line in CFMAIL

2006-10-23 Thread Inger Klekacz
BTW, just cleaning out my inbox - thought I'd share the answer I found. The problem was in MS Exchange Server. I sent the same email to my gmail account and my Exchange account. The gmail account displayed properly; the Exchange account puked out the subject line. I don't know why it didn't

mangled subject line in CFMAIL

2006-10-19 Thread Inger Klekacz
Hi there, Hit a snag while sending a Japanese email using CFMAIL - the encoding inside the body of the message works just fine (the page is set to UTF-8 with UNIX line breaks), but the subject line, rather than displaying Kanji, gives me a bunch of question marks. Here's the code I'm using

ISO-8859-1 characters in a subject header in CFMAIL

2006-08-14 Thread Claude Schneegans
Hi, my application is sending messages to subscribers via CFMAIL. Until now I never had any problem, but recently, one of the subcribers mail server complained that INVALID CHARACTERS IN HEADER Non-encoded 8-bit data (char FB hex) in message header 'Subject' Subject: L'Estafette FAFO, #2006

OT: Posting relevancy or JMunson, please modify your subject [WAS Re: Problem with MySQL]

2005-10-26 Thread John Paul Ashenfelter
My pet peeve with the CF-Talk list? Folks who go way off the topic of the original post but leave the subject heading intact. On 10/26/05, Munson, Jacob [EMAIL PROTECTED] wrote: Yes, these are both issues many of us have dealt with, and yes there may be a lot of folks on this list that could

OT: Posting relevancy or JMunson, please modify your subject [WAS Re: Problem with MySQL]

2005-10-26 Thread John Paul Ashenfelter
My pet peeve with the CF-Talk list? Folks who go way off the topic of the original post but leave the subject heading intact. On 10/26/05, Munson, Jacob [EMAIL PROTECTED] wrote: Yes, these are both issues many of us have dealt with, and yes there may be a lot of folks on this list that could

[Fixed Subject] Java-based fuseads wrapper (Was: Java access to CF runtime)

2004-12-01 Thread Katz, Dov B (IT)
My site gets a large amount of traffic, and I am using fuseads (formerly available from fusetalk, inc) for my ad server in its high load mode. I do not like the fact that ad-related DB usage (primarily for logging impressions and click throughs) are contributing to my page processing time,

Re: [Fixed Subject] Java-based fuseads wrapper (Was: Java access to CF runtime)

2004-12-01 Thread Thomas Chiverton
On Wednesday 01 Dec 2004 12:31 pm, Katz, Dov B (IT) wrote: mode. I do not like the fact that ad-related DB usage (primarily for logging impressions and click throughs) are contributing to my page processing time, Any suggestions, thoughts, etc? Do what Supernova do with iFrames. -- Tom

RE: [Fixed Subject] Java-based fuseads wrapper (Was: Java access to CF runtime)

2004-12-01 Thread Katz, Dov B (IT)
Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 12:08 PM To: CF-Talk Subject: Re: [Fixed Subject] Java-based fuseads wrapper (Was: Java access to CF runtime) On Wednesday 01 Dec 2004 12:31 pm, Katz, Dov B (IT) wrote: mode. I do not like the fact that ad-related DB usage

RE: [Fixed Subject] Java-based fuseads wrapper (Was: Java access to CF runtime)

2004-12-01 Thread Dave Watts
My site gets a large amount of traffic, and I am using fuseads (formerly available from fusetalk, inc) for my ad server in its high load mode. I do not like the fact that ad-related DB usage (primarily for logging impressions and click throughs) are contributing to my page

Subject Mistake: Define an empty table

2004-10-15 Thread Phillip Perry
Sorry I hit reply and forgot to switch subjects question is below -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 9:53 PM To: CF-Talk Subject: RE: Laszlo decision to open source pays a dividend Hi, How do i find out if a table is empty

cfqueryparam syntax was Re: [no subject]

2004-09-08 Thread S . Isaac Dealey
From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 September 2004 1:54 PM To: CF-Talk Subject: RE: escaping character VALUES ( #qData.SRXNO#, #qData.SDISPDATE#, #qData.PTITLE#,. Becomes something like VALUES ( cfqueryparam cfsqltype=CF_SQL_INTEGER name=#qData.SRXNO

RE: cfqueryparam syntax was Re: [no subject]

2004-09-08 Thread Matthew Walker
Uh yeah I should never write CFML directly into Outlook. ;-) You goofed tho... Asside from the spaces in #qData. PTITLE # for instance, it should be value=#blah# rather than name=#blah# -- I know _you_ know this. :) Just wanted to point out the typo for others on the list. :) [Todays Threads]

Subject: IDE for ColdFusion MX

2004-05-27 Thread Jim Priest
Has anyone heard more about the RichPallet/He3 beta IDE that was supposed to be given out at CFUN?Currently their site is down? Jim [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Subject: IDE for ColdFusion MX

2004-05-27 Thread Philip Arnold
From: Jim Priest Has anyone heard more about the RichPallet/He3 beta IDE that was supposed to be given out at CFUN?Currently their site is down? No, but we'll find out about it in a few weeks at CFUN [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Subject: IDE for ColdFusion MX

2004-05-27 Thread Matt Liotta
The first He3 beta will be available at CFUN-04 as announced. The site being down is my own stupid fault for hosting it on my personal server instead of setting up proper hosting. My personal server --which was also hosting my blog-- seemed reliable enough as it had been up without fail since

Re: no subject

2004-05-13 Thread Thomas Chiverton
On Tuesday 11 May 2004 19:04 pm, Barney Boisvert wrote: don't, forward them to the continue shopping destination. :nods 'trap and forward' :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey

no subject

2004-05-11 Thread Butch Zaccheo
I¹m looking for a solution to the the ³back button² problem. I¹m sure there is a stardard way of dealing with this but I don¹t know what it is. When a transaction is complete in my shopping cart an invoice is displayed. I eliminate all cookies and zero all session variables so the customer can

RE: no subject

2004-05-11 Thread Barney Boisvert
On the previous page, check to see if the variables exist, and if they don't, forward them to the continue shopping destination. -Original Message- From: Butch Zaccheo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 10:52 AM To: CF-Talk Subject: no subject I¹m looking

RE: no subject

2004-05-11 Thread Burns, John D
To: CF-Talk Subject: no subject I¹m looking for a solution to the the ³back button² problem. I¹m sure there is a stardard way of dealing with this but I don¹t know what it is. When a transaction is complete in my shopping cart an invoice is displayed. I eliminate all cookies and zero all session

RE: no subject -- back button

2004-05-11 Thread Sean McCarthy
i think you will have to use the _javascript_ onLoad to do the handling, put your logic there. . -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:13 PM To: CF-Talk Subject: RE: no subject You could...and really should be checking

Image resize tag (lets beat the subject some more)

2003-09-15 Thread Phillip B
I am using cfx_image to resize jpgs. I saw people talking about cfximage last week. Are these the same tags? Phillip B. www.LoungeRoyale.com www.FillWorks.com ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

RE: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Kevin Graeme
PROTECTED] Sent: Friday, March 07, 2003 4:38 PM To: CF-Talk Subject: Subject: MM will OWN my Devex Submissions? Jeez, I wasn't going to post anything regarding all the MM site changes because there was so much traffic here about it, but I logged into the CF DevEx and found that a few of my

RE: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Todd
Shouldn't this stuff be posted on macromedia 'list' at houseoffusion.com? I believe that's why that list exists...? This isn't code related (distribution of code, yes, code related, no). Just curious, ~Todd At 09:52 AM 3/10/2003 -0600, you wrote: I think you're right to be concerned. I

RE: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Kevin Graeme
, 2003 9:56 AM To: CF-Talk Subject: RE: Subject: MM will OWN my Devex Submissions? Shouldn't this stuff be posted on macromedia 'list' at houseoffusion.com? I believe that's why that list exists...? This isn't code related (distribution of code, yes, code related, no). Just curious, ~Todd

RE: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Todd
Right, but putting it on the Macromedia list would actually get this in front of MORE Macromedians and actually request feedback from them. I'm not disagreeing with your statements at all in your previous emails and support you and others in getting this clarified with MM. I don't have

RE: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Matt Robertson
: Monday, March 10, 2003 7:53 AM To: CF-Talk Subject: RE: Subject: MM will OWN my Devex Submissions? I think you're right to be concerned. I remember when Apple did this with their online iDisk accounts and Yahoo with their Geocities accounts. In all these cases we can guess that the intent

Re: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Christian Cantrell
I think you're right to be concerned. I remember when Apple did this with their online iDisk accounts and Yahoo with their Geocities accounts. In all these cases we can guess that the intent is that they just need to have the right to copy and redistribute the material which is the

Re: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Massimo, Tiziana e Federica
You are right that some of terms are necessary in order for us to legally operate the Exchange, and some are meant as protection against being sued in the event that we include features in future versions of our products which are similar to features that that were enabled through code

Re: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Christian Cantrell
I certainly understand and appreciate your concerns. As I posted earlier, the language is a precaution, but I did not explain what we are protecting ourselves from. The point of the language is to protect Macromedia from lots of little law suits. Language like this is necessary in

Re: Subject: MM will OWN my Devex Submissions?

2003-03-10 Thread Mike Chambers
Yes, we are aware of the Dreamweaver community's concerns on this matter. mike chambers [EMAIL PROTECTED] - Original Message - From: Massimo, Tiziana e Federica [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 10, 2003 4:16 PM Subject: Re: Subject: MM will OWN my

Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Tom Sammons
Jeez, I wasn't going to post anything regarding all the MM site changes because there was so much traffic here about it, but I logged into the CF DevEx and found that a few of my submissions were missing. So, I went a step further to see what the new submission areas looked like, and there was

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Jochem van Dieten
Tom Sammons wrote: So, I went a step further to see what the new submission areas looked like, and there was the following in the submission agreement: (d) Commercial Submission Only: With respect to the Commercial Submission only, You hereby grant Macromedia a perpetual, irrevocable,

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Matt Robertson
Jochem wrote: I think you are reading this correctly. However, there is a distinction between a license to create derivative works and a license to redistribute those derivative works. In reading this it seems that the term copy could be used to provide those distribution rights, that would

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Matt Robertson
Good grief. Here is the relevant excerpt from the license agreement. This wasn't there in the past. My cms uses and includes an ActivEdit license. The license claims I have granted MM the right to use my product's contents for free, and they have expressly made me liable for any licensing

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread samcfug
-Talk [EMAIL PROTECTED] Sent: Friday, March 07, 2003 6:17 PM Subject: Re: Subject: MM will OWN my Devex Submissions? | Good grief. Here is the relevant excerpt from the license agreement. This wasn't there in the past. | | My cms uses and includes an ActivEdit license. The license claims I have

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Massimo, Tiziana e Federica
We need this clarified by Macromedia, pretty much immediately. Is this correct as reported? If so it could be a serious problem. I would just to let you know that DW's extension developers keep asking for changes to that license since the first day the DW's Exchange was launched (no joy so

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Bryan Stevenson
, March 07, 2003 4:54 PM Subject: Re: Subject: MM will OWN my Devex Submissions? You can request MM to remove your code, and if you still wish to share it there are a number of alternative CF related sites on which to upload it without giving up your intellectual property. Or market

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread samcfug
] Sent: Friday, March 07, 2003 7:15 PM Subject: Re: Subject: MM will OWN my Devex Submissions? | A subscription fee??!! Is that new? I've never paid and never been asked | to login | | -confused on Friday ;-) | | Bryan Stevenson B.Comm. | VP Director of E-Commerce Development | Electric Edge

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Todd Rafferty
://www.samcfug.org = - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 07, 2003 7:15 PM Subject: Re: Subject: MM will OWN my Devex Submissions? | A subscription fee??!! Is that new? I've never

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread samcfug
[EMAIL PROTECTED] Sent: Friday, March 07, 2003 7:24 PM Subject: Re: Subject: MM will OWN my Devex Submissions? | Doug, | | I think you're confusing DevNET with DevEX. The others are talking about | the tag gallery, etc. | | ~Todd | | | At 07:19 PM 3/7/2003 -0600, you wrote: | http

RE: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Matt Robertson
Actually, requesting a removal of an upload changes nothing since the new agreement states the license is perpetual and irrevocable. However most if all of my uploads pre-date this new agreement, so I'd want to hear if MM feels it applies retroactively. And that subscription fee you mention is

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Mike Chambers
Subject: Re: Subject: MM will OWN my Devex Submissions? You can request MM to remove your code, and if you still wish to share it there are a number of alternative CF related sites on which to upload it without giving up your intellectual property. Or market it yourself. MM markets Dev

Re: Subject: MM will OWN my Devex Submissions?

2003-03-07 Thread Mike Chambers
That has nothing to do with the developer's exchange. mike chambers [EMAIL PROTECTED] - Original Message - From: samcfug [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:19 PM Subject: Re: Subject: MM will OWN my Devex Submissions? http

RE: Subject lines (Was: Not Another MX boo boo?)

2002-10-09 Thread Hugo Ahlenius
Greg, Keep the flames away, and please (this is for everyone) use meaningful subject-lines. I scan the subjects now and then, and I don't read all the mailings to this list. It also serves a point for the archives and the digests

Descriptive subject lines (was: RE: arguing (was: Not Another MX boo boo?))

2002-10-09 Thread Everett, Al
As for the comment about the Subject line - something like Possible dateFormat error in MX? would have been more descriptive (and more tactful). And easier to find when searching. ~| Archives: http://www.houseoffusion.com

Subject: Re: help with IIS 5

2002-10-06 Thread jason kufner
To put in my 2 cents worth-- I had the same problem, I never figured it out. I was experimenting with regular expressions anr running some pretty heinous loops- so big in fact coldfusion would hang. After cltr + alt + del the service died and i could never get coldfusion back. (Even after an

Re: Subject: Re: help with IIS 5

2002-10-06 Thread Tim Laureska
[EMAIL PROTECTED] Sent: October 06, 2001 10:06 PM Subject: Subject: Re: help with IIS 5 To put in my 2 cents worth-- I had the same problem, I never figured it out. I was experimenting with regular expressions anr running some pretty heinous loops- so big in fact coldfusion would hang. After

[no subject]

2002-09-30 Thread Rebecca _Becky_ Brewer
Hi all, I'm having this fun problem with a CFGRAPH tag in CF 5 that's driving me a bit crazy this morning. My code is calculating the sales average for the users' state vs. the national sales average for the same time period, and assigning these to local variables named #salesAvg# and

Re: Ruler image at bottom of page -- Re: Post Rejected: Re: -- RE: USE A SUBJECT ON THE ORIGINAL POST!

2002-09-30 Thread S . Isaac Dealey
I'm sorry but your post has been rejected due to a missing subject. Please use a descriptive subject when posting. Thank you. Return-Path: [EMAIL PROTECTED] Received: from mail.gocin.com ([209.137.57.9]) by hof001.houseoffusion.com (Post.Office MTA v3.5.3 release 223 ID# 0

Studio 5 and CFMX (was RE: DW hell, did not care for the old subject)

2002-09-12 Thread Ben Forta
Subject: DW hell Does anyone know if there is update to cfstudio 5 that has cfmx tags? Thanks, Brian __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

RE: Studio 5 and CFMX (was RE: DW hell, did not care for the ol d subject)

2002-09-12 Thread Everett, Al
From: Ben Forta [mailto:[EMAIL PROTECTED]] You can download a tag updater for Studio 5, has the CFMX tags: http://www.macromedia.com/software/coldfusionstudio/productinf o/resources/tag_updaters/ Would that it updated the tag validator too!

Subject: RE: Macintosh/CFFILE Problems - Corruption

2002-09-10 Thread Joe Zanter
Systems 5001 North 2nd Street, Rockford IL 61125 ph 815-639-6312, fx 815-639-5104 mailto:[EMAIL PROTECTED] If you're not part of the solution, you're part of the precipitate. Date: Tue, 10 Sep 2002 10:39:07 -0400 From: Chad Gray [EMAIL PROTECTED] Subject: RE: Macintosh/CFFILE Problems - Corruption

[no subject]

2002-08-30 Thread Michelle Bishop
unsubscribe FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

[no subject]

2002-06-26 Thread Phillip Cave
Hello everyone, I'm wondering how I would represent the following case in a database. I have a general content class that contains generic information about a piece of content. I then have more specific classes such as document (which will inherit the content class). How would I go about

[no subject]

2002-05-10 Thread Dave Babbitt
Hi Guys! How do I turn a CFQUERY record set that CFDUMPs like this: table border=1 cellspacing=0 cellpadding=1 bgcolor=#ee bordercolor=Red tr bgcolor=#ee td valign=topDIVISION/td td valign=topPROGRAM_NAME/td /tr tr td valign=top bgcolor=#ff Team /td

[no subject]

2002-05-04 Thread Amin Zagallai
Someone (possibly you) has requested that your email address be added to or deleted from the following mailing list : [EMAIL PROTECTED] If you want this action to be taken, please send a message to: [EMAIL PROTECTED] Your message must include the following four lines, which can be given

Posting Problems - You have posted a message to the list with no subject and/or body?

2002-05-02 Thread Mike Brunt
I am having problems posting replies on CFTalk, I get a messge You have posted a message to the list with no subject and/or body. Please repost this message with some useful text. Thank you. Is anyone else having this issue? Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com

RE: Posting Problems - You have posted a message to the list with no subject and/or body?

2002-05-02 Thread Hrncir, Garrett
Yes I am having the same problem. --- Garrett Hrncir Web Technology Jackson Lewis -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 12:33 PM To: CF-Talk Subject: Posting Problems - You have posted a message to the list

Re: Posting Problems - You have posted a message to the list with no subject and/or body?

2002-05-02 Thread Michael Dinowitz
I removed that checker. Its supposed to make sure that a message has a subject or body. I'm not sure why its failing but I think it might be the CFX. At 01:32 PM 5/2/02, you wrote: I am having problems posting replies on CFTalk, I get a messge You have posted a message to the list

RE: Posting Problems - You have posted a message to the list with no subject and/or body?

2002-05-02 Thread Joshua Miller
Office) -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:52 PM To: CF-Talk Subject: Re: Posting Problems - You have posted a message to the list with no subject and/or body? I removed that checker. Its supposed to make sure

RE: Posting Problems - You have posted a message to the list with no subject and/or body?

2002-05-02 Thread Michael Dinowitz
Interesting. If anyone else has had this problem in the past and used digital IDs, please let me know (off list). The code was created so that people could not post messages with no subject to the list. At 02:00 PM 5/2/02, you wrote: I used to get this error when I had a Digital ID attached

RE: Posting Problems - You have posted a message to the list with no subject and/or body?

2002-05-02 Thread Mike Brunt
- Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Webapper - Making the NET work -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 10:52 AM To: CF-Talk Subject: Re: Posting Problems - You have

Re: CF-TALK in subject line

2002-04-12 Thread Howie Hamlin
Filter on the To header instead. Most users don't want the extra text in the subject. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server Find out how

Re: OT: CF-TALK in subject line

2002-04-12 Thread Critz
Hello everyone, MS Sorry for the OT post... MS I just joined this list and I was wondering if there's a way to prepend MS CF-TALK to the subject line. It's kinda difficult to differentiate this MS mail from my non-list mail. MS I understand the use of filters.. I just wanted to check if this list

RE: CF-TALK in subject line

2002-04-12 Thread cameronc
In outlook, to avoid having to filter into different folders, you can actually create a filter which changes the color of the message. This allows you to keep everything in one folder, but highlight cf-talk messages. Same effect as a subject line. I actually use this technique to highlight

CFClone subject=Ben Forta

2002-03-30 Thread Critz
oi CF-Talk!! MaxFusion was a tad bored this eve so he knocked up this little number, bout fell outta my chair laffin :) http://maxfusion.dynu.com/thetruth.htm -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion

Re: CFClone subject=Ben Forta

2002-03-30 Thread Douglas Brown
lmao that is too damn funny. Success is a journey, not a destination!! Doug Brown - Original Message - From: Critz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 30, 2002 5:13 PM Subject: CFClone subject=Ben Forta oi CF-Talk!! MaxFusion

[no subject]

2002-03-06 Thread Barry Gee
This is a multi-part message in MIME format. --=_NextPart_000_0029_01C1C497.8A1DD040 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Form-Type: [List-Manager-Commands] Command: [auth 002d03d2] Command: [subscribe [EMAIL PROTECTED]] Command:

cfmail subject line

2002-02-27 Thread Robert Orlini
Hello, Can I include a variable field in the subject= line when using cfmail? Here is a sample: CFMAIL from=#FORM.email# To=[EMAIL PROTECTED] Subject=Thank you for using our information - #FORM.Institution# The #FORM.Institution# does not display the institution in the subject line when

RE: cfmail subject line

2002-02-27 Thread Robert Orlini
It should work, but it doesn't. Am I missing anything? Thanks for the quick reply. Robert O. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:53 PM To: CF-Talk Subject: Re: cfmail subject line Yes, that should work. Regards

RE: cfmail subject line

2002-02-27 Thread Carlisle, Eric
cfoutput the variable to the screen... make certain that it's defined and how you want it... The cfmail subject line should accept vars with no problem. -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:55 PM To: CF-Talk Subject: RE

Re: cfmail subject line

2002-02-27 Thread Marius Milosav
try this: cfset subject =Thank you for using our information - FORM.Institution CFMAIL from=#FORM.email# To=[EMAIL PROTECTED] Subject=#subject# Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo www.scorpiosoft.com

[no subject]

2001-12-27 Thread Christian Åkerlund
Someone (possibly you) has requested that your email address be added to or deleted from the following mailing list : [EMAIL PROTECTED] If you want this action to be taken, please send a message to: [EMAIL PROTECTED] Your message must include the following four lines, which

can an email link also include a subject

2001-12-19 Thread Ray Bujarski
I know you can make a link so it brings up a mail form by doing: a href=mailto:[EMAIL PROTECTED];^M bEmail vlsicad/b/a Is there a way to also include the subject? We have an email list which will send a page to a group of people if the subject is page so I would like to setup a link which brings

RE: can an email link also include a subject

2001-12-19 Thread Tyler M. Fitch
a href=mailto:[EMAIL PROTECTED]?subject=this is you subject Should take care of it for you. t ** Tyler M. Fitch Certified Advanced ColdFusion 5 Developer ISITE Design, Inc. 615 SW Broadway Ste. 200 Portland, OR 97205

Re: can an email link also include a subject

2001-12-19 Thread Troy Montour
yes its a href=mailto:[EMAIL PROTECTED]?subject=help!!!;test/a Troy Montour Vampires Inc 4663 Main ST Fridley, MN 55421 P: (763) 571-3872 M: (612) 867-6831 F: (763) 586-0552 www.vampiresinc.com - Original Message - From: Ray Bujarski [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

RE: can an email link also include a subject

2001-12-19 Thread Cameron Childress
Just keep in mind that this does not work in all mail clients, and for the ones which it doesn't work in, users will end up with the whole [EMAIL PROTECTED]?subject=this is you subject string in their TO: field. Most people will figure this out, but some will never figure that out. -Cameron

RE: can an email link also include a subject

2001-12-19 Thread Costas Piliotis
Watch the length of the string though. In everything but IE 5.5 or better, you'll truncate after 255 chars... -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:00 PM To: CF-Talk Subject: RE: can an email link also include

  1   2   3   >