Need a way to collect neighborhood directory info online

2014-02-19 Thread Stephen Hait
We put out a printed directory of families in our neighborhood who choose to be included and distribute an updated version each year. Currently one person has compiled this data manually using a spreadsheet. Do you have any suggestions for a better way to accomplish this data gathering and

404's

2014-02-19 Thread John M Bliss
Just installed a legacy CF app under IIS, got index.cfm to run fine with a form submitting to another .cfm file. Upon submitting form, location bar changes to http://my.domain.com/formhandler.cfm and that file is definitely in the webroot with the same permissions as index.cfm...but IIS returns a

Re: Possible to optimise CFHTTP Response Time?

2014-02-19 Thread Mack
On Thu, Feb 13, 2014 at 4:57 PM, Craig Brown craigpbr...@gmail.com wrote: I have an API running on my server where I can receive an average ping response to the host server of 1ms yet when I make a CFHTTP request to the host server it takes anywhere from 300-500ms to return a response. Are

cfform layout issues. cfinput autosuggest vs cfgrid

2014-02-19 Thread Michael Gueterman
I've got a form layout with a header on top that includes a cfinput using autosuggest, then below that a cflayout type=tab. The drop down produced by the autosuggest normally appears fine unless the cflayoutarea contains a cfgrid. In that case, the drop down seems to appear behind the cfgrid

Re: Need a way to collect neighborhood directory info online

2014-02-19 Thread John Drake
Collecting info is easy - you could use Mailchimp, Formstack, Wufoo, etc. The problem comes when you want self-service editing. How do you prove that the person making the edits is really editing their own data only? That means passwords. The directory also sounds like something marketers

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Richard White
Thanks Carl, that helped alot! So, I'd just to like check, if I run the hotfixes for 9.0.1 do i need to do them one at a time, or does the latest hotfix have all the previous hotfixes bundled in? Many thanks, Richard 9.02 is not an update - it is a full install (see Charlie Arehart's

form design issues; cfinput autosuggest vs cfgrid

2014-02-19 Thread Michael Gueterman
(sorry in advance is this is a double post) I've got a form layout with a header on top that includes a cfinput using autosuggest, then below that a cflayout type=tab. The drop down produced by the autosuggest normally appears fine unless the cflayoutarea contains a cfgrid. In that case,

Setting Cookie Secure, Domain, Path

2014-02-19 Thread Richard White
Hi, Is there a way to set the secure, domain and path values for session CFID and CFTOKEN cookies in the application.cfc page of CF9? I have done some searches but cannot seem to find an answer. Many thanks, Richard ~|

Setting Cookie Secure Domain and Path

2014-02-19 Thread Richard White
Hi, How would I set the the CFID and CFTOKEN secure, domain and path attributes for a specific application in the cfapplication.cfc file? I have done some searches but cannot seem to find how to do it. Many thanks Richard

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Steve 'Cutter' Blades
Most of them say they are cumulative, but I've always found it best to do them one at a time. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

Re: Need a way to collect neighborhood directory info online

2014-02-19 Thread Stephen Hait
On Tue, Feb 18, 2014 at 10:18 AM, John Drake char...@ohmss.info wrote: Collecting info is easy - you could use Mailchimp, Formstack, Wufoo, etc. The problem comes when you want self-service editing. How do you prove that the person making the edits is really editing their own data only?

Re: 404's

2014-02-19 Thread Russ Michaels
you don;t have any rewrite rules in your web.config do you which may be causing this On Tue, Feb 18, 2014 at 8:44 PM, John M Bliss bliss.j...@gmail.com wrote: Just installed a legacy CF app under IIS, got index.cfm to run fine with a form submitting to another .cfm file. Upon submitting

Re: 404's

2014-02-19 Thread John M Bliss
I don't have a web.config. Also, this is IIS. On Wed, Feb 19, 2014 at 9:29 AM, Russ Michaels r...@michaels.me.uk wrote: you don;t have any rewrite rules in your web.config do you which may be causing this On Tue, Feb 18, 2014 at 8:44 PM, John M Bliss bliss.j...@gmail.com wrote:

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Richard White
OK thanks Steve, I'll give it a go and hopefully it will overcome the initial issue. Thanks Most of them say they are cumulative, but I've always found it best to do them one at a time. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: 404's

2014-02-19 Thread Steve 'Cutter' Blades
You can have a web.config under IIS now. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010

Re: 404's

2014-02-19 Thread John M Bliss
I think I remember that's possible...but I don't. On Wed, Feb 19, 2014 at 10:06 AM, Steve 'Cutter' Blades cold.fus...@cutterscrossing.com wrote: You can have a web.config under IIS now. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: 404's

2014-02-19 Thread Russ Michaels
yes I noted you said it was IIS, thus why I asked about the web.config, which of course only applies to IIS is that any other files have this issue ? On Wed, Feb 19, 2014 at 2:33 PM, John M Bliss bliss.j...@gmail.com wrote: I don't have a web.config. Also, this is IIS. On Wed, Feb 19,

Re: 404's

2014-02-19 Thread John M Bliss
I'm not sure. Site has hundreds of .cfm files. index.cfm works fine, some .htm and image files work fine, http://my.domain.com/formhandler.cfm is 404. On Wed, Feb 19, 2014 at 10:23 AM, Russ Michaels r...@michaels.me.uk wrote: yes I noted you said it was IIS, thus why I asked about the

Re: 404's

2014-02-19 Thread Russ Michaels
Well if other files wotk fine then it is not going to be a web server issur. How about just deleting and recreating the file. Make sure you have not doubled up the extension, which I have seen done many times with extensions hidden. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net

Re: 404's

2014-02-19 Thread Randy Johnson
I can been caught by this too when setting up a new windows server. Very frustrating, especially after you find out it is a double extension issue. Randy On Wed, Feb 19, 2014 at 12:56 PM, Russ Michaels r...@michaels.me.uk wrote: Well if other files wotk fine then it is not going to be a

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Richard White
Thanks Steve, it worked when I applied them one at a time! Most of them say they are cumulative, but I've always found it best to do them one at a time. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Re: Setting Cookie Secure, Domain, Path

2014-02-19 Thread Pete Freitag
Hi Richard, You can use the technique here: http://www.petefreitag.com/item/764.cfm it doesn't set path, domain, or secure but you can just add that to the cfcookie tag in the CF9 example. -- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consulting Products

Best practices for xss security in CMS?

2014-02-19 Thread Nick Gleason
Hi All, I'm very interested in your feedback on best practices when 1) trying to mitigate risk of XSS and other hacks while 2) providing CMS functionality that includes a web editor that clients use to publish web pages. For example, there are many tags like style, iframe, and embed that are

Very Experienced Sr. ColdFusion Programmer - Remote

2014-02-19 Thread Karen Raymond-Hart
This is just a preview... * 19 years full life cycle experience designing and developing client-server applications with web interfaces * 19 years of experience in ColdFusion (up to v10) * 19 years HTML (actually starting with SGML) * 16 years IIS, CSS, JavaScript, SQL, MS SQL Server,