Re: Gmail blocking CF8 as x-mailer

2008-09-25 Thread Tom Smith
Few things: 1. Its not blocking it for us. 2. could be your cf server or mail relay server has been blacklisted. Ours is dedicated so we don't have that issue. If your in a shared envirnoment it may not be your doing, but your sharing the penalty for someone else's violations. 3.Faking outlook

Re: Gmail blocking CF8 as x-mailer

2008-09-25 Thread Tom Smith
Also one more thing to add. The CF logs for e-mail aren't going to tell you much. CF8 isn't a mail server, just a relay tool. As Coldfusion is concerned if it gets to your mail server its a successful send. Your mail server actually does the sending, so it can give you better error logs. If CF

Re: CF vs .Net or PHP - need arguement help

2008-07-02 Thread Tom Smith
I agree with Dave and agencies not looking out for a company that they represents best interests. I often see a consultant brought in, who also pushes their own agenda. Thats why you really have to have someone in your organization that understands and keeps up with the latest trends of

Re: Help with Flash Remoting with AS3/Flash/CF

2008-06-26 Thread Tom Smith
I've seen the BlazeDS solution when I was beta testing scorpio (cf8) as I bought up the same issue to them. My understanding of it is its similar to the LiveCycle ES services built into CF8. Issue again would be, yeah the lack of Flash support for that means of sending. I'm not fimilar with

Help with Flash Remoting with AS3/Flash/CF

2008-06-23 Thread Tom Smith
I've been searching everywhere for a Flash Remoting solution that uses AS3 in Flash using Coldfusion. So far I've struck out on solutions. Seems like all the tutorials/examples on the web all use AS2 and the methods are very different. I can't use AS2 cause the flash movie is very processor

Re: Help with Flash Remoting with AS3/Flash/CF

2008-06-23 Thread Tom Smith
Thats the macro/polo version. Problem I had with bringing in variables that way is they don't compare properly. My if statements will not properly compare them so I can actually do something with them. Like i could set value1=mystringvalue2=mystring, and try to compare them if (value1==value2)

Re: Help with Flash Remoting with AS3/Flash/CF

2008-06-23 Thread Tom Smith
Thats the macro/polo version. Problem I had with bringing in variables that way is they don't compare properly. My if statements will not properly compare them so I can actually do something with them. Like i could set value1=mystringvalue2=mystring, and try to compare them if (value1==value2)

Automating Domain/Mailbox Setup

2008-06-16 Thread Tom Smith
Hey guys. We are currently looking for some insight on how to automate domain name setup (both sub-domain, and standalones). Its a service we are building, not a hosting solution so ideally it will not involve control panels, but be some type of CF script we can run to setup domains in IIS and

Re: Serious breach of NDA - a polite warning

2004-05-14 Thread Tom Smith
apart from that, surely everyone would like something in the next version of CF...MM might be working on it, and you might happen to discuss it in here, not knowing... would you get a slap on the wrists for that??? now I am very confused. - Original Message - From: Howard Fore [EMAIL

Re: Serious breach of NDA - a polite warning

2004-05-14 Thread Tom Smith
Ben, Thanks for making this clear.I may have (deliberately - sorry) misinterpreted what Peter said:)I think this does definitely cover the people who know nothing, aren't part of an NDA program, they can talk about what the hell they like.The people who have signed the agreement, really should

Re: Query table names in MySQL

2004-03-16 Thread Tom Smith
show tables ? and then dump the variable... don't know if it'll work, but it's gotta be worth a try - Original Message - From: Burns, John D [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 4:14 PM Subject: Query table names in MySQL Anyone know the syntax

Re: Split screen editor for two files

2004-03-11 Thread Tom Smith
have you tried Jedit?might be worth looking into as you split screen across multiple files - Original Message - From: Jeff Beer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 4:19 PM Subject: Split screen editor for two files Anyone know of a decent

RE: Split screen editor for two files

2004-03-11 Thread Tom Smith
: Tom Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 12:23 PM To: CF-Talk Subject: Re: Split screen editor for two files have you tried Jedit?might be worth looking into as you split screen across multiple files - Original Message - From: Jeff Beer [EMAIL PROTECTED

Re: regex ?

2004-02-23 Thread Tom Smith
#mid(string, 3, len(string))# where string is your variable.. does this do what you want? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:01 PM Subject: regex ? i need a regex that will strip the first 2 charachters from the

Re: regex ?

2004-02-23 Thread Tom Smith
or you could just use #right(srting, 2)# - Original Message - From: Tom Smith [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:04 PM Subject: Re: regex ? #mid(string, 3, len(string))# where string is your variable.. does this do what you want

Re: regex ?

2004-02-23 Thread Tom Smith
are they dates?or is that just the way my English brain is reading them? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 23, 2004 2:49 PM Subject: RE: regex ? ty, worked great however i didnt really get the results i wanted ok heres

Re: regex ?

2004-02-23 Thread Tom Smith
you know you could use create date if they are all in that format... #createDate(listLast(string, ), listGetAt(string, 2, ), listFirst(string, ))# this might work...then you can get what you want out of it using dateFormat or whatever. HTH Tom - Original Message - From: [EMAIL

Re: (Admin) List upgrades

2003-09-15 Thread Tom Smith
ditto. - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 15, 2003 2:50 PM Subject: RE: (Admin) List upgrades No HTML please. or maybe as a setting in preferences? tony weeg sr. web applications architect navtrak, inc.

Re: saved form fields

2003-07-24 Thread Tom Smith
you might want to put the variables within a structure held within the session. This way you can have many forms using the same method, safe in the knowledge that you wont accidentally overwrite any thing... another good thing to do would be to remove the structure from the session once the form

Re: Date Time (GMT 1970)

2003-07-07 Thread Tom Smith
are you getting the date in seconds, if so, use dateFormat() and it should work fine:) - Original Message - From: Shahzad.Butt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:09 PM Subject: RE: Date Time (GMT 1970) We have got a software running to LOG