Re: Handling invalid recipient in mailing list

2015-04-03 Thread Rob Voyle
Hi Folks Robert details all the steps to keeping an email list clean and valid. Having done that in the past and for a list of 5000 addresses I would say it is a far better deal to go with one of the email newsletter companies. Having tried several I can highly recommend mailchimp

Re: Issue with Changes (?) to CFDocument and a background image.

2015-02-21 Thread Rob Voyle
Hi Les Since CF11 is run on Tomcat, even for the Windows version, file includes such as background-image: url(../images/bluefade.jpg); have become case sensitive. That wasted a couple of days as well... Rob On 20 Feb 2015 at 18:55, Les Mizzell wrote: Wow - I've spent almost 2 full days

validating email CF11

2015-01-15 Thread Rob Voyle
Hi Folks Using CF11 isValid(email,name@gmail) is returning a Yes Am I missing something or is this a bug. As far as I know CF9 would have returned NO Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry

Re: validating email CF11

2015-01-15 Thread Rob Voyle
Thanks Robert Your code limits TLD to 4 which would catch .museum What are people setting as a limit on TLDs Rob On 15 Jan 2015 at 9:53, Robert Harrison wrote: I had similar issues with this... use the script below instead of CF. You can do an onBlur=validateEmail(); on the email field.

Re: CF Builder 3

2015-01-14 Thread Rob Voyle
I had problems with studio on win 7 freezing when doing extended search/replace which was what I continued to use homesite for. Rob On 15 Jan 2015 at 2:57, Andrew Scott wrote: So was Studio as it was shipped with ColdFusion 5.

Re: CF Builder 3

2015-01-13 Thread Rob Voyle
Hi Aaron After much frustration I found that you need to select wrap search in the options box for the find to work. Still prefer homesite for project wide find and replace when upgrading an entire site. Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and

Re: CF Builder 3-2

2015-01-11 Thread Rob Voyle
Hi Steve As I recall it was only on things like cffile or cfcontent where I was manipulating file names. cfinclude was not impacted. Unfortunately I had got a bit lazy in my code having moved from a unix platform to windows about 8 years ago. Rob Robert J. Voyle, Psy.D. Director, Clergy

Re: CF Builder 3

2015-01-10 Thread Rob Voyle
Hi Steve I use cfbuilder 3 on my local development of applications (Win 7 machine). Having migrated from using Homesite (which I still use for its ease of extended find/replace across entire web projects) I am not very impressed with cfbuilder. It could be very useful and has some promise but

Re: CF Builder 3-2

2015-01-10 Thread Rob Voyle
Hi Steve One other thing if you are using a windows platform. CF11 is now built on Tomcat. Not much of a problem EXCEPT that some (but not all) file names will be case sensitive in some applications. Wasted a day on that one trying to debug an application that had worked fine on CF9. Rob

RE: cfmail causing problems for our server

2014-12-10 Thread Rob Voyle
I use and like mail chimp Rob Sent from my Verizon Wireless 4G LTE smartphone div Original message /divdivFrom: Dave Long d...@northgoods.com /divdivDate:12/10/2014 12:23 PM (GMT-06:00) /divdivTo: cf-talk cf-talk@houseoffusion.com /divdivSubject: cfmail causing problems

Re: need a host

2014-11-21 Thread Rob Voyle
Hi Folks I would affirm kickAssVps, I was with them for several years and got great responsive service. However for business reasons, which I totally understand, they are not upgrading to CF11. I moved to www.viviotech.net/ and because I am not all that literate in the server and condfusion

Re: Non-profit donation providers

2014-11-04 Thread Rob Voyle
Hi Al Thanks for this. I will pass the info on to the group I am working with. Rob On 2 Nov 2014 at 11:16, Al Musella, DPM wrote: I use paypal.. Couldn't be easier, and they give a discount on the rates to nonprofits... however, there is one big problem... Bad people have been

Non-profit donation providers

2014-10-28 Thread Rob Voyle
Hi Folks Any recommendations for church/non-profit online donations, especially recurring donations? Thanks Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author: Restoring Hope: Appreciative Strategies to Resolve

Re: Link checker

2014-09-10 Thread Rob Voyle
Hi Byron I use html validator https://www.htmlvalidator.com You can batch test an entire website. Not only checks links but html, accessibility etc. Rob On 10 Sep 2014 at 14:36, Byron Mann wrote: I know there was a previous thread about spidering a site to check links and some people

Re: CF9 to CF11 cfscript

2014-08-11 Thread Rob Voyle
Hi Adam Its the end of a workshop registration form where multiple participants can be registered. For each participant a series of emails are generated to both the participant and the workshop host, and the participant information is entered into a data bases. The page is then paused for a

CF9 to CF11 cfscript

2014-08-10 Thread Rob Voyle
Hi folks Migrating from cf9 to cf11 cfscript thread = CreateObject(java, java.lang.Thread); thread.sleep(4000); /cfscript is now giving an error message invalid token What should the syntax be. I simply want the page to pause while data is entered into a database. Thanks Rob

Re: ColdFusion and authorize.net

2014-07-22 Thread Rob Voyle
Hi Eric I use coldfusion and authorize.net and I am big into simple Take a look at: https://www.appreciativeway.com/secure/paymentPortal.cfm If that is what you want I could help you off line. Biggest challenge is maintaining the PCI compliance to which end you may want to use their forms.

CF 11

2014-06-25 Thread Rob Voyle
Hi Folks Wondering what the advantages of CF11 over CF10 The one thing I am looking for is ease of doing the updates and patches, which is pretty miserable in CF9 Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author:

Re: Spam management for forms handling

2014-04-17 Thread Rob Voyle
Hi Ben I had this problem many years ago and didn't know of HoneyPots though I like the idea a lot. So I created a very simple Captcha. It is is easy to read and not dynamic, it is the same image all the time. You can see it at:http://www.appreciativeway.com/email.cfm?email=info It has

Re: Possible time out - Not

2014-02-13 Thread Rob Voyle
Hi Matthew and Anthony It was the post param limit issue There were lots of hidden input variables associated with the check box. Bummer just getting a white screen without any error message. Thanks Rob On 13 Feb 2014 at 9:11, Matthew Williams wrote: Is the form re-submitting each time

Possible time out

2014-02-12 Thread Rob Voyle
Hi Folks Running CF9 developer I have a form with 24 items and check boxes. When over 13 check boxes are checked the screen just goes white, no error message is displayed, nor is the CF debug info shown. Each check box initiates Database queries. Total time on the template is 2449 ms when 12

cfheader

2014-02-10 Thread Rob Voyle
Hi folks I am using cfheader name=Content-disposition value=inline;filename=#handout# cfcontent type=application/pdf file=#handoutfile# deleteFile = no to display a pdf and it works fine, but I would like to open it in a new window Is there a way to open the pdf in a new browser window

Re: cfheader - thanks

2014-02-10 Thread Rob Voyle
Thanks Steve - so simple! On 10 Feb 2014 at 10:02, Steve Milburn wrote: Why not put target=_blank in the a tag on the page that is linked to the pdf? Steve ~| Order the Adobe Coldfusion Anthology now!

cflocation mystery

2014-02-02 Thread Rob Voyle
Hi Folks I have a basic .html site that I have converted to a coldfusion site. since there are many old .html links out there I added the following to my notFound.cfm file: cfif notFoundUrl contains .html cfset newUrl=http://www.mydomain.com; replace(notFoundUrl,.html,.cfm)

Re: cflocation mystery

2014-02-02 Thread Rob Voyle
files at the web server and handle the cf side through either site wide or per application error handling. On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote: cfif notFoundUrl contains .html cfset newUrl=http://www.mydomain.com; replace(notFoundUrl,.html,.cfm

Re: cflocation mystery

2014-02-02 Thread Rob Voyle
Hi Timothy Which log would the error be in. I can't find the error in any of the logs. The site is public and only displays a generic error template rather than the specific error. Rob On 2 Feb 2014 at 11:58, Timothy Heald wrote: What's the error message? On Feb 2, 2014 11:42 AM, Rob

Re: cflocation mystery- solved

2014-02-02 Thread Rob Voyle
Thanks guys needed the absolute path in fileExist Rob ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Windows server 2008 or 2012

2014-01-16 Thread Rob Voyle
Hi Folks I am looking at changing VPS providers to maintain and upgrade CF I have an option of Windows 2008 or 2012 server. The reccommendation is 2008 and was wondering what others think. I spent a week a year ago migrating from 2003 to 2008 and would rather not go thru that hassle again in

Jrun many use

2014-01-02 Thread Rob Voyle
Happy new year. My CF 9 is on a VPS with 8 domains. Jrun.exe is currently using around 400 mb of memory. Is that typical? Thanks Rob ~| Order the Adobe Coldfusion Anthology now!

Can't Connect http://localhost:8501

2013-12-26 Thread Rob Voyle
Hi Folks Running Developer CF9 on my local desktop. A power failure crashed the computer in the midst of a cf operation Now I can't connect to localhost:8501 Coldfusion 9 application server was being stopped, so uninstalled and reinstalled CF 9 Now i can access the CF Administrator at:

Re: Can't Connect http://localhost:8501

2013-12-26 Thread Rob Voyle
As always thanks for the help guys. I hadn't enabled the server. Back to running ok now. Thanks Rob On 26 Dec 2013 at 17:11, Russ Michaels wrote: are you sure you enabled the built in web server when you re-installed ? I presume not being as you are not using it to access the cfadmin. and

custom error handler

2013-12-11 Thread Rob Voyle
Hi folks I have installed a custom error handler at the root of my vps that directs errors to each domain. At the domain level I have a custom error page that is accessed from cferror tag cferror type=exception template=errorpage.cfm exception=any works fine for missing variables however is

Re: custom error handler

2013-12-11 Thread Rob Voyle
Russ Michaels r...@michaels.me.uk, On 12 Dec 2013 at 0:25, Russ Michaels wrote: what web server are you running ? On Thu, Dec 12, 2013 at 12:22 AM, Rob Voyle robvo...@voyle.com wrote: ~| Order the Adobe

Re: Hosting

2013-10-21 Thread Rob Voyle
Ive been truly blessed by Kickassvps http://www.kickassvps.com/ Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author: Restoring Hope: Appreciative Strategies to Resolve Grief and Resentment

Re: cflocation and long urls

2013-08-28 Thread Rob Voyle
Hi Kevin I doubt that the + is the problem as it is now working fine as a relative link which includes the + / and = Rob On 28 Aug 2013 at 19:49, Kevin Parker wrote: My guess is your + signs may be seen as a space unless that's what you intended. I have seen this on the odd occasion but

cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi folks I have a long encrypted url stored in a database: the cgi.query_string is something like YJShGG8kxBWgJKOlo2z4oTM8jEanxnGNBzw+QBQw8JBtuiQ8Oyn6tc6qmbd+E7W vcbfncSF/pq2ttDOdegKnxA== It works fine if i manually copy the total url from the database to the browser, however if I use

Re: cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi Ray and Dave If it were a length issue then it wouldn't work if I just paste it in from the database. Also its not an error in the string as you suggest Dave. I have both copied it straight from the database and then copied it from a cfm page where the database query is being presented.

Re: cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi Bryan To check it I used trim no success. Then instead of using cflocation url=#database.weblink[1]# I put cflocation url=copy of complete link that works manually Again no success, What I did notice the link is an absolute link beginning http://www the cflocation appears to be

Re: cflocation and long urls -2

2013-08-27 Thread Rob Voyle
Hi folks Interesting it works fine with relative url. Not sure if it is a length issue in the cflocation or some other factor Thanks Rob ~| Order the Adobe Coldfusion Anthology now!

Re: cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi Byron yes there are several + and / and = Rob On 27 Aug 2013 at 21:43, Byron Mann wrote: Are there any strange characters in the final decrypted uri? Like % / +? That are in the query_string portion of the URI? Byron Mann Lead Engineer Architect HostMySite.com

404 pages

2013-07-18 Thread Rob Voyle
Hi Folks I set up in the administrator a Missing Template Handler I have a notfound.cfm page that works fine for 404 errors such as http://www.domain.com/obsoletePage.cfm will trigger notFound.cfm However http://www.domain.com/obsoletePage.cfm?training=teleconference gets the standard CF

checking for encryption

2013-05-25 Thread Rob Voyle
Hi Folks I have a variable that may or may not be encrypted. How do I test for the encryption. If I try to decrypt it when its not encrypted I get an error message The input and output encodings are not same.. Thanks Rob

Re: checking for encryption

2013-05-25 Thread Rob Voyle
SII On May 25, 2013 12:25 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have a variable that may or may not be encrypted. How do I test for the encryption. If I try to decrypt it when its not encrypted I get an error message The input and output encodings are not same

CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rob Voyle
Hi Folks Looking at: CF Builder 2 or Sublime Test 2 do either validate web pages (missing td p) etc. do either validate missing links? Thanks Rob ~| Order the Adobe Coldfusion Anthology now!

Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rob Voyle
for Sublime Text 2 but that is just a matter of time really, it should be fairly easy to write Sincerely Mark Drew On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote: Hi Folks Looking at: CF Builder 2 or Sublime Test 2 do either validate web pages (missing td p) etc

Re: sql injection attempt

2013-01-23 Thread Rob Voyle
Hi Greg As I continue to update my security processes, I'm curious Was this injection attempt at the url or at a form input. Thanks Rob On 22 Jan 2013 at 11:12, Greg Morphis wrote: I saw some request errors but what were they trying to do? This is what the onRequest error email showed

Re: Email attachment problem

2013-01-05 Thread Rob Voyle
Thanks Guys Does CFsleep pause the server, which would impact other users, or just the page. My prefernce would be for a page pause with hour glass indicating when the mail was sent, followed by a confirmation page. It seems though that the simplest ideal would be Russ' and set up a schedule to

Email attachment problem

2013-01-04 Thread Rob Voyle
Hi folks I have an online classroom that enables participants to email each other including sending attachments. The attachments are uploaded to a private temporay directory and then attached to the email. After the email is sent i want to delete the file from the temp directory. If the file

Re: cfcontent changing name of file

2012-12-30 Thread Rob Voyle
On 30 Dec 2012 at 1:05, =?ISO-8859-1?Q?Claude_Schn=E9 wrote: Hi Claude The attachment option forces a download without viewing, I want the user to be able to view the document and then save it if they choose. So far there are two options that I can use in the serving page classroom.cfm:

Re: cfcontent changing name of file

2012-12-30 Thread Rob Voyle
Hi Claude No classroom.cfm is the file that serves up the handouts. person clicks on a link: classroom.cfm?handout=session1.pdf classroom.cfm has cfheader name=Content-disposition value=inline;filename=#handout# / cfcontent type=application/pdf file=#handoutfile# deleteFile = no /

Re: cfcontent changing name of file

2012-12-30 Thread Rob Voyle
Hi Claude It appears on all browsers. i think the issue is in the adobe pdf reader, not picking up the file name. it seems to fall under the rubric. Just when I thought I had idiot proofed the system they invented a more advanced idiot. My solution for now, or what I am prepared to put time

cfcontent changing name of file

2012-12-29 Thread Rob Voyle
Hi Folks I have a webpage called classroom.cfm It serves up a series of pdf handouts using cfcontent type = application/pdf file=#handoutFile# deleteFile = no handoutFile is the absolute path #handout# to a non web part of the server where the handouts are . Works fine except when

Re: cfcontent changing name of file

2012-12-29 Thread Rob Voyle
Hi Russ creating objects is beyond my expertise and I couldn't get the sitepoint idea to work. Kept getting an object error. However my suspicion is that it wouldn't solve my problem. cfheader name=Content-disposition value=attachment;filename=#downloadFile# / forces the browser to save the

Re: cfcontent changing name of file

2012-12-29 Thread Rob Voyle
Hi Dan That doesn't work It opens the pdf fine: the url in the browser says www.host.com/webinars/classroom.cfm?handout=ai-session1.pdf and if I try to save the pdf file the file name is: classroom.pdf What I would like to do is save it as: ai-session1.pdf Rob On 29 Dec 2012 at 23:45, Dan G.

Recommendations for audio video players

2012-12-20 Thread Rob Voyle
Hi Folks Any recommendationns for audio/video player integration with CF9 using cfmediaplayer Thanks Rob PS the image upload/cropping etc. is workig well. thanks for all the help ~| Order the Adobe Coldfusion Anthology

cffile mime type

2012-12-19 Thread Rob Voyle
Hi Folks I am using CF9 creating a form to upload images to website. cffile action=upload fileField=fileUpload result=outcome accept = image/jpg nameConflict = overwrite destination=#mediaPath# I have a photo.jpg which gets the error The MIME type of the

Re: cffile mime type

2012-12-19 Thread Rob Voyle
Hi Russ Thanks needed accept = image/jpeg not jpg Rob On 19 Dec 2012 at 23:57, Russ Michaels wrote: Just add that mime type to the accept list and it will work. You could extract the filename from the file field and send it to the server in advance using ajax. Hi Folks I am

Re: cffile mime type

2012-12-19 Thread Rob Voyle
Hi Folks Adding the accept doesn't really work as it triggers a CF error message I want to interupt the process before that . I don't know ajax or a way to access the file name before it gets converted to a tmp file Rob On 19 Dec 2012 at 16:16, Rob Voyle wrote: Hi Russ Thanks

Re: Need help finding new CF Hosting

2012-12-18 Thread Rob Voyle
As a long time user but newbie in understanding I have appreciated the tech support at Kickassvps in managing my vps with coldfusion Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author: Core Elements of the Appreciative

Post Office mailing Barcode

2012-11-09 Thread Rob Voyle
Hi folks Anyone know of a US Post Office barcode creator that would run with coldfusion and mysql. Thanks Rob ~| Order the Adobe Coldfusion Anthology now!

Flushing cache

2012-11-07 Thread Rob Voyle
Hi Folks Is there anyway to ensure that a user starts with a new or fresh template that is loaded from the website and not from their computer's cache. I have a form that I update on my website, but people will often complete it from a version that is in their cache. Rob

cfoutput and

2012-11-05 Thread Rob Voyle
Hi folks I need to output email addresses enclosed in as is #email# I am using cfoutput #name# #email# /cfoutput just gives the name how do I escape the (doubling doesn't work) Thanks Rob ~| Order the Adobe Coldfusion

Re: cfoutput and

2012-11-05 Thread Rob Voyle
Brilliant Matt Thanks Rob On 5 Nov 2012 at 12:19, Matt Quackenbush wrote: lt;#email#gt; ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Debugging

2012-10-31 Thread Rob Voyle
Hi Folks I have been moved to new servers Using CF9 and need to turn on debugging. I have Enable Robust Exception Information selected along with all the options on Debug Output settings but I just get 500 Internal Server errors with no debugging information. What am I missing Thanks Rob

Re: Debugging

2012-10-31 Thread Rob Voyle
Hi Matt That was it thanks a bunch Rob On 31 Oct 2012 at 10:20, Matt Quackenbush wrote: Oops. My bad. That thread was actually on another list. :-) This is what I got after a quickie Google search: http://helpnotes.vpasp.com/kb/611-General-hosting-questions/1089-How

Re: Resolving security vulnerability

2012-10-04 Thread Rob Voyle
Hi I created a template that checks variables against threats and then use a collection=#form# cfloop that tests all form variables including the hidden fields against the threats. It solved that particular PCI security compliance check. rob On 4 Oct 2012 at 9:57, fun and learning wrote:

Re: Question about using AJAX with Authorize.net

2012-09-18 Thread Rob Voyle
Hi Rick I use authorize.net and i can submit all sorts of personal information, name address email address etc. in the x_variable customer information. perhaps I am not sure what information you are suggesting However i do what Russ suggests, I submit the information for processing as a

Re: Question about using AJAX with Authorize.net

2012-09-18 Thread Rob Voyle
Hi rick I take this to mean anything downstream of their portal, but surely anything upstream on your server and your form is yours. If you do have any concerns I would call authorize.Net tech support. I have found them to be very helpful. rob Robert J. Voyle, Psy.D. Director, Clergy

turning of port 3306

2012-09-06 Thread Rob Voyle
Hi folks I need to turn off port 3306 for PCI compliance on a windows 2008 server, how do I connect coldfusion to mysql. I have set us a ssh tunnel on port 22 which i can access from my remote computer but can't get coldfuion on the server to connect on 22. thanks Rob Robert J. Voyle, Psy.D.

Re: turning of port 3306

2012-09-06 Thread Rob Voyle
Hi Brian Its for PCI compliance for doing credit card transctions. control scan keeps reporting Port 3306 being open to the internet. I just need coldfusion to access Mysql. I used FreeSShd to create a ssh tunnel which I can access on port 22 from Navicat on my desktop, So I can administer the

Re: SOT: Thoughts on Hostek?

2012-09-05 Thread Rob Voyle
Hi Folks I would also put in a big plug for kickassvps, Brian Emerson and his crew. Their tech support is very responsive and outages in the past few years virtually nonexistent. Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative

cfmail settings

2012-08-29 Thread Rob Voyle
Hi Folks I have just upgraded to windows server 2008 CF9 My web email forms aren't working: in cfmail server=localhost in the coldfusion administrator the mail server is left blank used to work but isn't now. any ideas Thanks Rob

Re: Best practices

2012-06-20 Thread Rob Voyle
Hi folks Thanks for the input and help. I had not been thinking in terms of speed but of accuracy, which doesn't seem to be an issue. The page isn't that big that speed is going to be a problem. It is actually much easier to code without the output as I have several paragraphs with variable

Best practices

2012-06-19 Thread Rob Voyle
Hi Folks I am wondering what is considered best practices for the cfoutput tag I have a large page many tables, paragraphs etc. that has text and a series of variables scattered thru it. The simplest coding is to put a cfoutput at the begining and a /cfoutput at the end and us #variable# thru

password protected directory

2012-03-02 Thread Rob Voyle
Hi Folks I am creating an online library (mainly pdfs with some MSWord) on windows based server administered primarily with Plesk. Subscribers have to log in using unique passwords stored in a data base. What is the simplest way to protect the library directories. I can't figure out how to

Re: Escaping #

2012-02-01 Thread Rob Voyle
Hi thanks to all the guys who have helped on this project. Most of it is working but... I am passing hidden variables to a confirmation page this line of code works: input type=hidden name=namefirst2 value=cfoutput#namefirst2#/cfoutput / I can't get the loop to work cfloop

Re: Escaping #

2012-02-01 Thread Rob Voyle
Hi Dave and Steve Thanks for the help What I am doing is creating a series of pages to register students for a class. I have a set of variables namefirst1 namefirst2 namefirst3 etc. which yield names such as Fred, Sam, Mary etc. that evenutally get passed by hidden input to a confirmation

Re: Escaping #

2012-02-01 Thread Rob Voyle
Hi Dave What you had suggested didn't work as I hadn't scoped the variables so I got a not defined error message when I tried cfoutput#variables[namefirst i]#/cfoutput I tried cfoutput#[namefirst i]#/cfoutput but that didn't work. Rob On 1 Feb 2012 at 11:39, Dave Watts wrote: Here is

Re: Escaping #

2012-02-01 Thread Rob Voyle
Hi Dave My forms up until this time have been very simple and I have never defined or specified the scope or structure of variables. Is there a syntax for the cfloop if no structure is defined or is that when i would need to use evaluate? Thanks Rob On 1 Feb 2012 at 12:46, Dave Watts

Re: Escaping #

2012-01-23 Thread Rob Voyle
I'm still having trouble with basic cfloop syntax. For example: cfloop index = i from = 1 to = 20 cfset errorEmailaddress#i# default= /cfloop I get an invalid construct message. Thanks for the help Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching

Re: Escaping #

2012-01-22 Thread Rob Voyle
Hi Claude Thanks I still have a problem The value comes from the form itself. The first time the form is read the values are set to default with: cfloop index = i from = 1 to = 50 cfparam name=namefirst#i# default= /cfloop In the form I use cfloop index = i from = 1 to = 50

Escaping #

2012-01-21 Thread Rob Voyle
Hi Folks I have a series of text inputs for a multi-person registration form: input type=text class=txt name=namefirst1 size=25 value=cfoutput#namefirst1#/cfoutput / works fine with an individual item I want to put them in a loop to generate fifty fields namefirst1, namefirst2...

Re: Hiding email address from spiders

2011-10-14 Thread Rob Voyle
Hi Al I agree that many captchas are miserable unreadable and discouraging. My web site and web skills are pretty low tech. I created the captcha on my site in a graphics program 8 or 9 years ago when I became inundated with spam from my contact page. My captcha doesn't change, it is one

Re: Hiding email address from spiders

2011-10-10 Thread Rob Voyle
Hi Al I replaced all email addresses with a coldfusion email form and then started getting a bunch of automated spam. Putting in an image based challenge that the sender must manually replicate stopped all the spam dead. The form is at http://www.clergyleadership.com/email.cfm Rob I

Re: (ot) Best Site Search Solution

2011-09-11 Thread Rob Voyle
Hi Michael I have used http://www.freefind.com/ for many years They have a pro version. I don't know how it integrates with mySql but it has worked well on my CF site. Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author:

Intelligent Mail Bar Code Algorithm

2011-05-03 Thread Rob Voyle
Hi folks Anyone know of an intelligent Mail bar code algorthm I need to generate the FADT code from all the numbers so I can create mailing barcodes. Thanks Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author: Restoring

Re: Intelligent Mail Bar Code Algorithm

2011-05-03 Thread Rob Voyle
the Postnet font to convert. We used the VB solution from ID Automation. Not difficult at all. Jacob -Original Message- From: Rob Voyle [mailto:robvo...@voyle.com] Sent: Tuesday, May 03, 2011 12:12 PM To: cf-talk Subject: Intelligent Mail Bar Code Algorithm Hi folks Anyone

Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle
Hi Ken How are you composing the email and how many email clients are you concerned about. Outlook 2007 is a real bear. I have just spent days tweaking an email newsletter to work on all the mail clients I can find. Its a hodge podge, a little xhtml a little inline css. Don't put the css in

Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle
Hi Ken I agree with you on your outlook on outlook. I have even questioned the legitimacy of their birth. I haven't tried sup. I know Outlook 2007 won't do ul html tags so I had to create a table to create bullets. I just tried within a paragraph sup2/sup without any additional css and it

Re: KickAssVps.com Experiences

2011-03-04 Thread Rob Voyle
I have had great service from KickAssVps As a newbie to vps it has been a challenge setting up/managing the vps but the support has been good Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author: Restoring Hope: Appreciative

Carriage returns in text email

2011-02-28 Thread Rob Voyle
Hi folks I am creating a text mail using cfmail I have a text variable programSchedule which is stored in mySQL as text: Monday:9:00 am-5:30 pm Leadership Program begins. Tuesday: 9:00 am-5:30 pm. 7:00 pm-9:00 pm: Optional - An Introduction to Yes! Wednesday:

Re: Carriage returns in text email

2011-02-28 Thread Rob Voyle
Found the problem, but not the solution. It is not in the CF but the specific email client Pegasus which is doing some weird things with formatting that has to do with how it wraps text Rob On 28 Feb 2011 at 13:52, Wil Genovese wrote: Remember that the content saved between the opening

Re: Downloading database tables

2011-02-20 Thread Rob Voyle
Irvin and Azadi Navicat was just what I was looking for. Thanks Rob On 18 Feb 2011 at 16:40, Irvin Gomez wrote: Navicat has scheduled, automated backups (any frequency). Works flawlessly. ~| Order the Adobe

Downloading database tables

2011-02-18 Thread Rob Voyle
Hi folks What is the best way of downloading web database to a local desktop machine. clients register for programs and the information is on the web database. I want to use coldfusion to update my local desktop database Thanks Rob

Re: Downloading database tables

2011-02-18 Thread Rob Voyle
[http://www.dopefly.com/] [http://hi.im/nathanstrutz] On Fri, Feb 18, 2011 at 12:32 PM, Rob Voyle robvo...@voyle.com wrote: Hi folks What is the best way of downloading web database to a local desktop machine. clients register for programs and the information is on the web

Re: cf-talk replies

2011-02-17 Thread Rob Voyle
Security if you have posted in-between Jan 26 and today then your posts did not show up in the list... Azadi On 17/02/2011 14:42 , Rob Voyle wrote: Hi Folks I have noticed recently that when I reply to a cf-talk email My email is not showing up in my email box. For example I

Re: cf-talk replies

2011-02-17 Thread Rob Voyle
For some weird reason the replies come thru to the group if I put cf- talk@coldfusion first in the To: line but not if the first address is the original sender. Rob On 17 Feb 2011 at 8:28, Rob Voyle wrote: Hi Azadi I have replied to several emails since then. The original sender has

cf-talk replies

2011-02-16 Thread Rob Voyle
Hi Folks I have noticed recently that when I reply to a cf-talk email My email is not showing up in my email box. For example I recently replied to: Pete Ruckelhaus' email Here are my mail headers: From:Rob Voyle robvo...@voyle.com To: Pete Ruckelshaus pruckelsh...@gmail.com,

Re: Session variables security

2011-01-25 Thread Rob Voyle
Hi Folks I have several large forms connected to mySql tables. I use cfqueryparam when querying and inserting data from the form after it has been validated for content that I need (no blank fields etc.) I created the following validation to check for scripts etc being injected. Is there

Notfound file

2011-01-16 Thread Rob Voyle
Hi folks I am using a kickassvps windows virtual server with coldfusion and have 7 domains on the virutal server. I want to create a not found.cfm file for each domain. If I create a file: http://www.domain.com/notfound.cfm What is the relative path to that file with respect to the coldfusion

  1   2   >