[ACFUG Discuss] File Organization for Mac Development

2012-03-02 Thread Clarke Bishop
inside of your home folder? What? Thanks for any tips. Clarke -- *Clarke Bishop** Inbound Team http://www.inboundteam.com/* 770.642.1353 cbis...@inboundteam.com Get my vCard herehttp://www.inboundteam.com/Portals/13372/vcard/clarkebishop-inboundteam.vcf | Clarke's LinkedIn Profile http

RE: [ACFUG Discuss] Software Recommendations?

2011-07-13 Thread Clarke Bishop
I know all the frameworks have their advantages, and I've only really learned one of them. But, I have to tell you that CFWheels has been great. You've probably heard of Ruby on Rails. Well Wheels is modeled on Rails framework. I found it easier to learn than other frameworks, and they have a very

[ACFUG Discuss] RE: Sync'ing systems via web services

2011-03-26 Thread Clarke Bishop
cleaner and more workable. Of course, I'm still open to suggestions if anyone knows a better way! Clarke From: Clarke Bishop [mailto:cbis...@resultantsys.com] Sent: Wednesday, March 23, 2011 12:50 PM To: discussion@acfug.org Subject: Sync'ing systems via web services I have

[ACFUG Discuss] Sync'ing systems via web services

2011-03-23 Thread Clarke Bishop
I have a project to sync two systems via web services. The objective is to get customer data and orders from a shopping cart, and then transfer the data into a CRM system. It's a one-way transfer now. There will be different shopping carts systems, different CRM's, different business rules for

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-18 Thread Clarke Bishop
(and make sure that what's in that payload variable is indeed all XML and no html added somehow.) Let us know if that helps. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Thursday, February 17, 2011 9:08 AM To: discussion@acfug.org Subject: RE: [ACFUG

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-18 Thread Clarke Bishop
. -Steve On Fri, Feb 18, 2011 at 10:59 AM, Clarke Bishop cbis...@resultantsys.com wrote: Thanks Charlie. I did try type=xml like you suggested, but it didn't help. I think I need to better understand how CFHTTP/CFHTTPParam translate into HTTP headers. I know what I want the request to look like

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-18 Thread Clarke Bishop
, Clarke Bishop cbis...@resultantsys.com wrote: To better understand how CFHTTP CFHTTPParam work, I'm trying Steve's idea to just call a local page to see what the header looks like. But the content is showing up as binary like this: Content:HTTP Request Data - binary

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-17 Thread Clarke Bishop
to the application.log with perhaps the additional error details as well. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, February 16, 2011 6:39 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call Does

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-17 Thread Clarke Bishop
may find information being written to the application.log with perhaps the additional error details as well. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, February 16, 2011 6:39 PM To: discussion@acfug.org Subject: [ACFUG Discuss

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-17 Thread Clarke Bishop
also provide useful info. Finally, even on CF8 or 7, you may find information being written to the application.log with perhaps the additional error details as well. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, February 16, 2011 6:39 PM

[ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-16 Thread Clarke Bishop
Does anyone have any good suggestions for troubleshooting a CFHTTP Webservice call. All, I'm getting back is a 400 - Syntax error. I want to capture the HTTP request to see what might be wrong. The webservice expects an application/atom+xml POST so I am doing this: cfhttp method=post

RE: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-16 Thread Clarke Bishop
is on your server, you can test it locally by creating a file that invokes it as a component instead of remote. YOu’ll get the error diagnostics then. From: Clarke Bishop mailto:cbis...@resultantsys.com Sent: Wednesday, February 16, 2011 6:39 PM To: discussion@acfug.org Subject: [ACFUG

[ACFUG Discuss] CFHTTP Certificates and HTTPS

2010-11-20 Thread Clarke Bishop
I am trying to access a REST API using CFHTTP. It’s an https url, and I’m getting this error: I/O Exception: Name in certificate `*.hubapi.com' does not match host name `hubapi.com' I downloaded the certificate and followed the instructions for adding it to my ColdFusion server like

Re: [ACFUG Discuss] CFHTTP Certificates and HTTPS

2010-11-16 Thread Clarke Bishop
Certificates and HTTPS Might want to look for a hotfix for wildcats certs in CF Steve Ross 912.344.8113 On Nov 16, 2010, at 9:35 AM, Clarke Bishop cbis...@resultantsys.com wrote: I am trying to access a REST API using CFHTTP. It?s an https url, and I?m getting this error: I/O Exception

[ACFUG Discuss] CFHTTP Certificates and HTTPS

2010-11-15 Thread Clarke Bishop
I am trying to access a REST API using CFHTTP. It’s an https url, and I’m getting this error: I/O Exception: Name in certificate `*.hubapi.com' does not match host name `hubapi.com' I downloaded the certificate and followed the instructions for adding it to my ColdFusion server like

RE: [ACFUG Discuss] URL Encoding Question

2010-08-04 Thread Clarke Bishop
-- Strategic Growth Services, LLC Jeremy Bruck jbr...@growstrategy.com 770-953-8643 x103 770-916-1434: fax On Jul 29, 2010, at 4:58 PM, Clarke Bishop wrote: I have a date string like this 2010-07-29T20:45:33.517Zthat I am trying

[ACFUG Discuss] URL Encoding Question

2010-07-29 Thread Clarke Bishop
I have a date string like this 2010-07-29T20:45:33.517Zthat I am trying to submit to Amazon's web service. It needs to be URL Encoded, so I am submitting with this code: cfhttpparam type=URL name=Timestamp value='#Timestamp#' Coldfusion 8 encodes this to:

RE: [ACFUG Discuss] C# question clarified

2010-02-08 Thread Clarke Bishop
I did actually get Charlie's original message! I think there were some recent problems with the email server that may have caused some strange glitches! Clarke -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress Sent: Monday, February 08,

RE: [ACFUG Discuss] getPageContext() and low-level internals

2010-02-05 Thread Clarke Bishop
internals Does that last update on the question indicate this is now answered for you, Clarke? It's hard to tell the relative time of that, compared to when you asked this. :-) /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Thursday, February 04, 2010

[ACFUG Discuss] getPageContext() and low-level internals

2010-02-04 Thread Clarke Bishop
Has anyone here ever used getPageContext() to get the low-level specifics of an HTTP request? Some of the CFWheels guys need to use this to extend the framework. This works for normal form submissions: getPageContext().getRequest().getParameterMap() But, it just returns null for

RE: [ACFUG Discuss] ScriptProtect=none

2010-01-20 Thread Clarke Bishop
comprehensive, take a look at John's Portcullis component, or my cf_xssblock tag. Typically I use my tag in application (cfm or cfc), rather than on a per-page basis, but it will also work easily on a per-page basis. _ From: Clarke Bishop cbis...@resultantsys.com To: discussion

[ACFUG Discuss] ScriptProtect=none

2010-01-19 Thread Clarke Bishop
I know it's a good practice to use CF's ScriptProtect feature. But, I have an admin page in a CMS, and I need to be able to turn off ScriptProtect for that page. Otherwise, CF inserts InvalidTag messages! Is there a way to turn off ScriptProtect for one page only? Thanks for any

RE: [ACFUG Discuss] ColdFusion debugging info

2009-12-09 Thread Clarke Bishop
Thanks again Cam and Charlie! This has all been very helpful. Where is the best place to find info on the command line syntax and creating the .BAT files? I used to have this setup, but I'm still learning all the multi-server tricks! Thanks, Clarke -Original Message- From:

RE: [ACFUG Discuss] ColdFusion debugging info

2009-12-07 Thread Clarke Bishop
instance. Of course, you'd now just want bookmark that individually instead. :-) Hope that's helpful. /charlie -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Friday, December 04, 2009 5:03 PM To: discussion@acfug.org Subject: RE: [ACFUG

[ACFUG Discuss] ColdFusion debugging info

2009-12-04 Thread Clarke Bishop
I can't get the CF debugging info to show up on my pages! I'm running CF8 in multi-server mode (JRUN 4) under Windows. I have Enable Request Debugging Output checked in the admin for both my server instance and for the cfusion instance. Is there some other setting required for

RE: [ACFUG Discuss] ColdFusion debugging info

2009-12-04 Thread Clarke Bishop
are using it one that shows to the screen (the default one does). I only say this because there are some debug templates, such as the one for ColdFire, that does not display on screen (because it sends it to FireBug. -Cameron On Fri, Dec 4, 2009 at 10:12 AM, Clarke Bishop cbis

RE: [ACFUG Discuss] Tips for Analyzing an Application

2009-10-01 Thread Clarke Bishop
up and when an individual request comes in. Maybe draw out some UML sequence diagrams to visually show the order of events and compnents talking to each other. Howard On Sep 30, 2009, at 7:55 AM, Clarke Bishop cbis...@resultantsys.com wrote: I am trying to understand a pre-existing

[ACFUG Discuss] Tips for Analyzing an Application

2009-09-30 Thread Clarke Bishop
I am trying to understand a pre-existing application so that I can extend it. My question is: What's a good way to attack this problem? Specifically I want to understand some parts of Mura so that I can modify and extend the functionality. Mura uses ModelGlue and Coldspring (And Fusebox for the

[ACFUG Discuss] Mura Content Management System

2009-09-05 Thread Clarke Bishop
I am trying to install the Mura (Formerly called Sava) content management system. Mura looks like a great open source ColdFusion product, but their setup and configuration documentation is lacking in some areas. Has anyone on the list had some experience with Mura? Do you know any good tricks?

RE: [ACFUG Discuss] Learning a ColdFusion Framework: Update

2009-08-17 Thread Clarke Bishop
application server, and it talked about cold fusion. Then I noticed it was from 2003, and that your archives lists had nothing since then, too. Man, quite a gap. Welcome back from the blogging deadzone. :-) /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent

RE: [ACFUG Discuss] Learning a ColdFusion Framework: Update

2009-08-16 Thread Clarke Bishop
For those of you who are interested in how I'm learning CFWheels, I've added a jump page to organize my blog posts. http://www.resultantsys.com/index.php/cfwheels Please let me know what you think! Clarke From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop

[ACFUG Discuss] Learning a ColdFusion Framework: Update

2009-08-11 Thread Clarke Bishop
I was originally going to start with ColdBox to learn a ColdFusion framework. But, I quickly got lost in the complexity. To really use ColdBox, you end up needing to know Coldspring and Transfer. But, since each of those has a learning curve, it really makes things hard. So, I switched to

RE: [ACFUG Discuss] Learning a ColdFusion Framework

2009-07-20 Thread Clarke Bishop
than us and you know what problems you are trying to solve. Teddy R. Payne, ACCFD Google Talk - teddyrpa...@gmail.com On Sun, Jul 19, 2009 at 2:57 PM, Clarke Bishop cbis...@resultantsys.com wrote: Thanks guys! I know that for some people choosing a framework becomes a religious question. I

RE: [ACFUG Discuss] Learning a ColdFusion Framework

2009-07-19 Thread Clarke Bishop
[mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Saturday, July 18, 2009 6:00 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Learning a ColdFusion Framework OK, I've finally decided to really learn a ColdFusion framework! But which one? I watched a presentation Sean Corfield did

[ACFUG Discuss] cfexecute, shared hosting, and security

2009-07-10 Thread Clarke Bishop
I realize that all developers have a role in application security (cfqueryparam, etc.). So, there definitely are things I have to pay attention to in building an application. But for server-level administration and security issues, I would personally like to stay away as much as I can! While

RE: [ACFUG Discuss] ColdFusion and MySQL

2009-07-10 Thread Clarke Bishop
this. Or, maybe it's a ColdFusion or MySQL bug. I just don't know. Anyway, thanks for all the great ideas. At least I learned some new tricks! Clarke -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, July 08, 2009 5:13

RE: [ACFUG Discuss] ColdFusion and MySQL

2009-07-10 Thread Clarke Bishop
configured. where is the problem with this? I don't see any real performance impact because of this option being checked. ??? Wes Byrd CIO, Dynapp Inc. 678.528.2952 ext 601 http://www.dynapp.com/ _ From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Friday

RE: [ACFUG Discuss] ColdFusion and MySQL

2009-07-10 Thread Clarke Bishop
conservationist is a person who knows that the world is not given by his fathers, but borrowed from his children. -- John James Audubon On Jul 10, 2009, at 2:30 PM, Clarke Bishop wrote: I looked, but couldn't find the message you mentioned. Please resend it. I'm about to conclude that I just need

RE: [ACFUG Discuss] ColdFusion and MySQL

2009-07-08 Thread Clarke Bishop
-Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, July 08, 2009 10:42 AM To: discussion@acfug.org Subject: [ACFUG Discuss] ColdFusion and MySQL I am troubleshooting an application that uses ColdFusion 8 and MySQL

RE: [ACFUG Discuss] ColdFusion and MySQL

2009-07-08 Thread Clarke Bishop
Clarke Bishop wrote: Can I find that out directly, or do I have to ask the host? Clarke -Original Message- From: ad...@acfug.org mailto:ad...@acfug.org [mailto:ad...@acfug.org mailto:ad...@acfug.org] On Behalf Of John Mason

RE: [ACFUG Discuss] cfcookie with the domain attribute

2009-06-25 Thread Clarke Bishop
Thanks Howard and Charlie! Like you said, I thought cookies were only available to the domain that set them. The way I read it, the CF documentation is misleading: Domain Domain in which cookie is valid and to which cookie content can be sent from the user's system. By default, the cookie

[ACFUG Discuss] cfcookie with the domain attribute

2009-06-24 Thread Clarke Bishop
I am trying to pass a cookie from my site into a shopping cart on another site. It seems like this would be possible: 1. Use cfcookie name = myCookie value = #myCookieVal# expires = 30 domain=.myDomain.com 2. Do a cflocation to the other server 3. Then, read the cookie with

[ACFUG Discuss] Engraved Text Effect

2009-06-11 Thread Clarke Bishop
I have a shopping application where I would like to show the user an image of a personalized, engraved item. I have images of the item without engraving, but I want to simulate an engraved look with the user's actual personal information. So, each image will be dynamically generated from

RE: [ACFUG Discuss] Engraved Text Effect

2009-06-11 Thread Clarke Bishop
11, 2009 at 3:12 PM, Clarke Bishop cbis...@resultantsys.com wrote: I have a shopping application where I would like to show the user an image of a personalized, engraved item. I have images of the item without engraving, but I want to simulate an engraved look with the user's actual personal

RE: [ACFUG Discuss] cfthread and cfsavecontent

2009-06-06 Thread Clarke Bishop
that message. Not a bug _ From: Clarke Bishop cbis...@resultantsys.com To: discussion@acfug.org Sent: Saturday, May 30, 2009 8:19:00 AM Subject: [ACFUG Discuss] cfthread and cfsavecontent The code below throws an error on my production server. cfdump var=#server# cfthread name

[ACFUG Discuss] cfthread and cfsavecontent

2009-05-30 Thread Clarke Bishop
The code below throws an error on my production server. cfdump var=#server# cfthread name=testThread action=run cfsavecontent variable=eMailBodyThis is some sample content/cfsavecontent /cfthread cfthread action=join name=testThread/ cfdump var=#testThread# / The error

RE: [ACFUG Discuss] Sending large numbers of eMail via ColdFusion

2009-05-28 Thread Clarke Bishop
school, and throw a CFLOG into the thread code (and outside the thread code) to write to a file that you can look at to confirm if it's ever written to. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, May 27, 2009 5:52 PM To: discussion

RE: [ACFUG Discuss] Sending large numbers of eMail via ColdFusion

2009-05-28 Thread Clarke Bishop
variables - I guess this is another reason to do it right! Thanks again everybody for all your help! Clarke From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Thursday, May 28, 2009 3:22 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Sending large

RE: [ACFUG Discuss] Sending large numbers of eMail via ColdFusion

2009-05-27 Thread Clarke Bishop
processing. Secondly, and maybe just as important, it will help prevent your mail server from getting tagged as a spam source. Hope this helps. Troy Jones Developer/Support Technician Dynapp, Inc http://www.dynapp.com From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke

[ACFUG Discuss] Sending large numbers of eMail via ColdFusion

2009-05-21 Thread Clarke Bishop
I'm trying to finish up a cfm/cfc page that will send out about 3,000 eMail messages. The messages are press releases and they go to a database of magazine editors, radio/TV stations, etc. Also, the messages have to be individually personalized. John told me: Don't try to send 3000 all at

[ACFUG Discuss] Encrypting URL Parameters

2009-05-07 Thread Clarke Bishop
I am building an eMail unsubscribe function, and I thought it would be a good idea to encrypt the eMail address. In the email, I set the unsubscribe link to: unsubscribe.cfm?id= l5N6axdBQlGDpyAklnmkjP+mfaauBKvfS9G9RzUQRJI= But, this string isn’t URLEncoded, so I encoded it like this:

RE: [ACFUG Discuss] Encrypting URL Parameters

2009-05-07 Thread Clarke Bishop
On May 7, 2009, at 10:42 AM, Clarke Bishop wrote: I am building an eMail unsubscribe function, and I thought it would be a good idea to encrypt the eMail address. In the email, I set the unsubscribe link to: unsubscribe.cfm?id= l5N6axdBQlGDpyAklnmkjP+mfaauBKvfS9G9RzUQRJI= But, this string

RE: [ACFUG Discuss] Encrypting URL Parameters

2009-05-07 Thread Clarke Bishop
/decryption to keep the address safe. -- Howard Fore, howard.f...@hofo.com mailto:howard.f...@hofo.com The universe tends toward maximum irony. Don't push it. - Jeff Atwood On Thu, May 7, 2009 at 10:42 AM, Clarke Bishop cbis...@resultantsys.com mailto:cbis...@resultantsys.com wrote: I am

RE: [ACFUG Discuss] Encrypting URL Parameters

2009-05-07 Thread Clarke Bishop
, or vice-versa. I’ll add as well that if someone messes with the code then the decrypt will of course fail, causing an error, so you want to try/catch this. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Thursday, May 07, 2009 10:42 AM To: discussion

RE: [ACFUG Discuss] How to trap bad character - diamond with question mark.

2009-05-04 Thread Clarke Bishop
In the past, it has usually helped me to find the ASCII value for the bad character. I'm not sure exactly which character you mean. You might have to get some text with the bad character and the parse it out character by character to find the bad one. Then, just do a find and replace

RE: [ACFUG Discuss] cfinput autosuggest

2009-04-01 Thread Clarke Bishop
it referenced in this page or is taking it out an acceptable workaround? Josh From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Tuesday, March 31, 2009 1:54 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] cfinput autosuggest Here is the relevant code

RE: [ACFUG Discuss] cfinput autosuggest

2009-04-01 Thread Clarke Bishop
out for using cfinput autosuggest with Flash unless you want to debug a bunch of Javascript code! Clarke From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke Bishop Sent: Wednesday, April 01, 2009 10:01 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] cfinput

[ACFUG Discuss] cfinput autosuggest

2009-03-31 Thread Clarke Bishop
I am trying to use some of the new cfinput capabilities in CF8. Specifically, the Ajax-based autosuggest feature that does a lookup after the user types in a few characters. It's sort of working, but I thought I'd ask you guys if you've had success with using cfinput and Ajax. I'm using this

[ACFUG Discuss] cfinput autosuggest

2009-03-31 Thread Clarke Bishop
I discovered that if I stripped out the other Javascript on the page, things started working properly! But, I still have to find the source of the conflict. Any tips on resolving this kind of Javascript problem? Thanks, Clarke -- Forwarded message -- From: Clarke Bishop

RE: [ACFUG Discuss] cfinput autosuggest

2009-03-31 Thread Clarke Bishop
No other AJAX stuff. The problem seems to be with a script that runs Flash: AC_RunActiveContent.js. It’s an Adobe script, I think. When I delete this script, things start working right with the cfinput. Clarke From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Teddy R.

RE: [ACFUG Discuss] cfinput autosuggest

2009-03-31 Thread Clarke Bishop
validation javascript code is put inline into the html portion of the document for the most part. Teddy R. Payne, ACCFD Google Talk - teddyrpa...@gmail.com On Tue, Mar 31, 2009 at 11:16 AM, Clarke Bishop cbis...@resultantsys.com wrote: No other AJAX stuff. The problem seems to be with a script

RE: [ACFUG Discuss] Error Handling for CFHTTP

2008-12-11 Thread Clarke Bishop
to keep a counter on that as well, so that you're not spamming yourself. _ From: Clarke Bishop cbis...@resultantsys.com To: discussion@acfug.org Sent: Tuesday, December 9, 2008 9:58:10 AM Subject: [ACFUG Discuss] Error Handling for CFHTTP I am doing some CFHTTP post to another server

[ACFUG Discuss] Error Handling for CFHTTP

2008-12-09 Thread Clarke Bishop
I am doing some CFHTTP post to another server. It's mostly working, but I get an error, of course, whenever the remote server is inaccessible. I know about CFTRY/CFCATCH, but I'm wondering about what's the best practice for handling this type of error. 1. In CFCATCH, do I just try

RE: [ACFUG Discuss] Boost Google search result rank

2008-11-06 Thread Clarke Bishop
There are over 120 pieces of data that Google uses to decide which websites show up and in what order. Overall, Google is trying to provide the most relevant results for the people who are searching so they'll keep coming back to Google. You can group all the factors that determine the search

RE: Contractors - round 2 RE: [ACFUG Discuss] Contractor rates

2008-09-03 Thread Clarke Bishop
Hi Seth! I can't help on the website you are looking for, but I do know a lot about successful interviewing. A lot of people focus mainly on interviewing for technical competencies. For a CF programmer, of course this matters, and you want someone who is competent. But, don't miss the other key

RE: [ACFUG Discuss] removing url variables from the url after relocation...

2008-08-27 Thread Clarke Bishop
cflocation url-whatever.com addToken=NO I think setting addToken-No will do what you want. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas Mohammed Sent: Wednesday, August 27, 2008 12:17 PM To: discussion@acfug.org Subject: [ACFUG Discuss] removing url variables

[ACFUG Discuss] My CF PDF Challenges

2008-08-07 Thread Clarke Bishop
I'm going to watch Josh's presentation via Connect as I couldn't attend the meeting last night. But, with all the interest in this topic, I thought I should share my experiences. I was really excited about the new PDF stuff in CF8 as I had an immediate need. I jumped in with both feet last fall

RE: [ACFUG Discuss] Securing CFCs

2008-07-27 Thread Clarke Bishop
To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Securing CFCs On Mon, Jul 21, 2008 at 4:06 PM, Clarke Bishop [EMAIL PROTECTED] wrote: Cameron, you mentioned sessions will be available in both your CFM pages and CFCs as long as they share a common Application.cfc file. So, you'd put the CFC

RE: [ACFUG Discuss] CFForms or Flex?

2008-07-21 Thread Clarke Bishop
yeah, you could hack around in it and actually have the full Flex 1.5 SDK available, but its a PITA and feels icky. DK On Thu, Jul 17, 2008 at 3:37 PM, Clarke Bishop [EMAIL PROTECTED] wrote: What's the latest thinking on CFForms? I am doing as straightforward master/detail admin form. And, I

[ACFUG Discuss] Securing CFCs

2008-07-21 Thread Clarke Bishop
I have one remaining problem to solve in my adventure with CF/Ajax. The CFCs have to have access=remote. But, this means anyone can access the methods. What I built is a master/detail, CRUD thing for administering users. So, I obviously don't want some unauthorized person deleting my users or

RE: [ACFUG Discuss] Securing CFCs

2008-07-21 Thread Clarke Bishop
security model across CFM and CFC code... -Cameron On Mon, Jul 21, 2008 at 10:46 AM, Clarke Bishop [EMAIL PROTECTED] wrote: I have one remaining problem to solve in my adventure with CF/Ajax. The CFCs have to have access=remote. But, this means anyone can access the methods. What I built

[ACFUG Discuss] CFForms or Flex?

2008-07-17 Thread Clarke Bishop
What's the latest thinking on CFForms? I am doing as straightforward master/detail admin form. And, I thought cfgrid might be a good way to do the master part. But, I need to be able to apply a switch to filter what the cfgrid shows, and I'm having trouble seeing how to update the cfgrid's

RE: [ACFUG Discuss] Destroy An Object

2008-07-03 Thread Clarke Bishop
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Childress Sent: Wednesday, July 02, 2008 6:44 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Destroy An Object On Wed, Jul 2, 2008 at 6:20 PM, Clarke Bishop [EMAIL PROTECTED] wrote: I have a user object that's stored in the session

[ACFUG Discuss] Destroy An Object

2008-07-02 Thread Clarke Bishop
I have a user object that's stored in the session scope when a user logs in. When the session expires, the object gets garbage collected, right? But, if I want to destroy the object, how do I do that? Maybe this is not something that's needed often as I couldn't find an answer via the docs or

RE: [ACFUG Discuss] CFLayout with Tabs and Forms

2008-05-31 Thread Clarke Bishop
if the HTML has two forms, foo and bar, and you wanted to submit the foo form, you'd call document.foo.submit(). If the forms aren't named, you'll have to call them in the forms array like document.forms[1].submit(). Howard On Thu, May 29, 2008 at 9:51 PM, Clarke Bishop [EMAIL PROTECTED] wrote

RE: [ACFUG Discuss] Multiple Application.CFC files

2008-05-29 Thread Clarke Bishop
a great write up using this Application.cfc animal http://www.coldfusionjedi.com/index.cfm/2007/11/9/Applicationcfc-Methods-and -Example-Uses DK On Fri, May 23, 2008 at 6:53 PM, Clarke Bishop [EMAIL PROTECTED] wrote: In my webroot, I am trying to setup a secure directory where a login

[ACFUG Discuss] CFLayout with Tabs and Forms

2008-05-29 Thread Clarke Bishop
So, now that I've figured out how to secure the page, I'm working on a multi-part form. I came across the new CFLayout tag in CF8 and it lets you setup a number of Tabs that can each contain different content. I already had my multi-part form broken into separate include files, so I just

[ACFUG Discuss] Multiple Application.CFC files

2008-05-23 Thread Clarke Bishop
In my webroot, I am trying to setup a secure directory where a login is required. I got some good ideas the other day from Doug, but I'm still having trouble. Here's what I'm trying to do /webroot/ accessibleStuff.cfm /secure/ stuffThatRequiresLogin.cfm So, anything in the secure

[ACFUG Discuss] Best way to download a PDF file

2008-05-01 Thread Clarke Bishop
I have a 2 MB PDF that I get's downloaded via a CFM page so that I can do some tracking of who downloads the page. It seems there are two ways to make this work: #1 cfcontent type=application/pdf file=myFile.pdf reset=yes Normally, this would just open the PDF in the browser. - OR -

RE: [ACFUG Discuss] Best way to download a PDF file

2008-05-01 Thread Clarke Bishop
this is not confusing. Let me know if you have questions about it. -- Hope this helps. Dusty _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clarke Bishop Sent: 05/01/2008 11:02 AM To: discussion@acfug.org Subject: [ACFUG Discuss

[ACFUG Discuss] CFcontent Timout

2008-04-22 Thread Clarke Bishop
I have a large PDF document (2MB eBook) that sometimes is failing to fully download. It's a static PDF, and all I am doing is: cfheader name=Content-Disposition value=attachment; filename=MyDoc.pdf cfcontent type=application/pdf file=MyDoc.pdf Is there some sort of timeout I should set to keep

RE: [ACFUG Discuss] CFcontent Timout

2008-04-22 Thread Clarke Bishop
To: discussion@acfug.org Subject: RE: [ACFUG Discuss] CFcontent Timout My bad... !--- This code would go at the top of a CFM page to override the ColdFusion Administrator setting -- cfsetting requestTimeOut = 120 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clarke Bishop

RE: SPAM-LOW: [ACFUG Discuss] How Load a PDF to Window?

2008-01-10 Thread Clarke Bishop
I did something similar to this recently(Load a PDF into a CFWINDOW), and I had to create an HTML file for the cfwindow. The HTML file then had a reference to the PDF. Hope this helps, Clarke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peyton

[ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Clarke Bishop
I have a CSS challenge that's driving me nuts! It's a little div for a newsletter signup. It looks right in IE7 and Dreamweaver CS3, but it get's all scrunched up to the top of the screen in Firefox. Here's the relevant CSS for the div: .thrColFixHdr #ttSignUp { position: relative;

RE: [ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Clarke Bishop
the base issue. This means you can go back and add a default div { position:relative; } as part of your basic reset css, or you can just change that one and recheck flow. Depends on your style and the site. **Michael On Aug 27, 2007, at 6:19 PM, Clarke Bishop wrote: I have a CSS challenge that's

RE: [ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Clarke Bishop
) to position:absolute, you'll see that's the base issue. This means you can go back and add a default div { position:relative; } as part of your basic reset css, or you can just change that one and recheck flow. Depends on your style and the site. **Michael On Aug 27, 2007, at 6:19 PM, Clarke Bishop

[ACFUG Discuss] Managing Document Download

2007-08-07 Thread Clarke Bishop
I am doing the free gift marketing thing. You know, register for the newsletter, and we'll send you a free white paper. I was just attaching the white paper PDF to the e-mail, but I'm concerned that is not the best practice. Spam filters might strip off the attachment. So, maybe it would be

[ACFUG Discuss] WSDL SOAP Binding

2007-07-12 Thread Clarke Bishop
I was inspired by Steve Drucker's presentation last night to dig deeper into the guts of PDF. What I want to do is to use a webservice to control whether a user can print a PDF document or not. Adobe has a LiveCycle policy server product which is overkill for what I want to do (And it's priced at

RE: [ACFUG Discuss] WSDL SOAP Binding

2007-07-12 Thread Clarke Bishop
Guess what? cfcomponent style=document This solved my problem -- Well, you learn something new every day! Clarke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clarke Bishop Sent: Thursday, July 12, 2007 4:10 PM To: discussion@acfug.org Subject

[ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

2007-05-25 Thread Clarke Bishop
I have continuously struggled with organizing files and setups between my production and development environments. I'm working with a number of sites, and each of them is usually on a shared host. On my development machine I have directories for each site. DevelopmentProduction

RE: [ACFUG Discuss] Production vs. Development Directory Structure and Referencing Files

2007-05-25 Thread Clarke Bishop
for it to be unique to each user. Hope that helps. /charlie Member, Adobe Community Experts program www.carehart.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clarke Bishop Sent: Friday, May 25, 2007 5:09 PM To: discussion@acfug.org Subject: RE: [ACFUG

RE: [ACFUG Discuss] Contracting help guidance.

2007-05-22 Thread Clarke Bishop
Dan, I like your analogy. But who in our local ColdFusion community would you consider to be a GC? Clarke _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Kaufman Sent: Tuesday, May 22, 2007 2:33 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss]

RE: [ACFUG Discuss] Recent Flex Seminar notes from the meeting???

2007-04-23 Thread Clarke Bishop
You might want to try http://www.affug.org for the Flex users group. It's a lot of the same people in the CF community, but also has more Flash people. There is an e-mail list you can subscribe to from the site. Clarke _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [ACFUG Discuss] CF Error

2007-03-07 Thread Clarke Bishop
Is it Friday already? Boy, this week has flown by! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Wednesday, March 07, 2007 3:36 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] CF Error Thanks guys... Will check it Robert

[ACFUG Discuss] Thank You Doug

2007-02-08 Thread Clarke Bishop
I had to leave last night, and didn't get a chance to say Thank You Doug for your excellent presentation. You helped me pull together some things that hadn't clicked before! Clarke - To unsubscribe from this list, manage your

[ACFUG Discuss] Spam Filtering Tools

2006-12-27 Thread Clarke Bishop
I don't know if it's just me, but it seems like I'm getting more and more spam these days. Do any of you have spam filtering tools that are working well for you and will integrate with Outlook? Clarke - To unsubscribe from this

RE: [ACFUG Discuss] OT: Client talking points

2006-12-07 Thread Clarke Bishop
Hi Seth. I am first and foremost a business guy. I'm currently managing projects in both .Net and ColdFusion. Of course, both work great and can be used to create nearly any application. Unless there's a compelling reason to use .Net (The project is for Microsoft or there's some other religious

RE: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-06 Thread Clarke Bishop
On 12/5/06, Justin Haygood [EMAIL PROTECTED] wrote: I think you can if you're using BlueDragon, not sure if you can with CFMX. From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] On Behalf Of Clarke Bishop Sent: Tuesday, December 05, 2006 5:09 PM To: discussion

[ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-05 Thread Clarke Bishop
Is there a way to use Application.cfc's onError or onRequestStart methods to detect and handle a missing or moved .cfm template? Or is there another way to do this? I know there's a missing template section in CF Admin, but I am doing this on a shared host, and I can't access admin functions.

RE: [ACFUG Discuss] Best Practice for Assembling Pages

2006-11-08 Thread Clarke Bishop
of attributes. Precia. On 11/7/06, Clarke Bishop [EMAIL PROTECTED] wrote: Did my questions not make sense to anyone or was everyone just feeling sorry for me sending messages out on Saturday night? If this is confusing, please let me know. Clarke From

  1   2   >