Re: how to check if a remote file exists

2014-03-29 Thread Raymond Camden
You can use fileExists w/ a URL but unfortunately, if the server has a 404 handler than it will return true even when the 404 handler fires. cfif fileExists(http://www.raymondcamden.com/index2332.cfm;) yes /cfif cfhttp url=http://www.raymondcamden.com/index2332.cfm; cfdump var=#cfhttp# If a

Re: how to check if a remote file exists

2014-03-29 Thread Raymond Camden
Oh good point there. So - ignoring my server where I don't have a proper 404 (grin), this should work for you: cfhttp url=http://www.cnn.com/index2332.cfm; cfif cfhttp.responseheader.status_code is 200 good /cfif On Sat, Mar 29, 2014 at 9:38 AM, Dave Watts dwa...@figleaf.com wrote: You

Re: The long tail of ColdFusion fail

2014-03-27 Thread Raymond Camden
On Thu, Mar 27, 2014 at 8:12 PM, Maureen mamamaur...@gmail.com wrote: And that direction on how to secure it more exists where exactly? Is it in the install instructions, or only in some obscure document that a person unfamiliar with the need for security might not know about? So to be

Re: The long tail of ColdFusion fail

2014-03-27 Thread Raymond Camden
Playing attention to the requirement to inform these people about the need for extra lock down early in the process would be more effective in solving the problem than Adobe employees and evangelists ignoring the fact that these people exist and doing nothing more than yelling Um... who

Re: The long tail of ColdFusion fail

2014-03-27 Thread Raymond Camden
WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Mar 28, 2014 at 1:43 PM, Raymond Camden raymondcam...@gmail.com wrote: Playing attention to the requirement to inform these people about the need for extra lock down early

Re: The long tail of ColdFusion fail

2014-03-27 Thread Raymond Camden
, making suggestions, and generally trying to make CF a better product. If I thought the CF team was perfect then I wouldn't be trying to help improve it. On Thu, Mar 27, 2014 at 7:43 PM, Raymond Camden raymondcam...@gmail.com wrote: Users must take some responsibility too, Maureen. You

Re: The long tail of ColdFusion fail

2014-03-27 Thread Raymond Camden
As has been explained *multiple* times, there is no one solution (in terms of settings) that will work for everyone. Therefore there must be some position made where the software says, I'll lock down A and B, but I don't think I can *always* lock C. I *do* think that at the end of the

Re: Quick Survey

2014-03-26 Thread Raymond Camden
It doesn't matter - it is a Rule of CF-Talk that once every 6 months that thread must be reborn. On Wed, Mar 26, 2014 at 6:29 AM, DURETTE, STEVEN J sd1...@att.com wrote: H. Limiting the pool of respondents. Releasing a poll like that can easily be twisted. I wouldn't be surprised to see

Re: Quick Survey

2014-03-26 Thread Raymond Camden
did not intend this to be another of those threads. On Wed, Mar 26, 2014 at 8:07 AM, Raymond Camden raymondcam...@gmail.com wrote: It doesn't matter - it is a Rule of CF-Talk that once every 6 months that thread must be reborn. On Wed, Mar 26, 2014 at 6:29 AM, DURETTE, STEVEN J sd1

Re: returnformat

2014-03-26 Thread Raymond Camden
Both URL and Form args sent to a CFC method are passed to the arguments scope. Have you tried simply checking arguments.returnformat? Also, if your method is meant to export JSON only, you could just force it - url.returnformat=json; On Wed, Mar 26, 2014 at 8:45 AM, Byron Mann

Re: The long tail of ColdFusion fail

2014-03-26 Thread Raymond Camden
that there isn't one solution that works for everyone magically. Insane. -- === Raymond Camden, Web Developer for Adobe Email : raymondcam...@gmail.com Blog : www.raymondcamden.com Twitter: raymondcamden

Re: Adobe Installers

2014-03-22 Thread Raymond Camden
and clocking test speeds upwards of 100 mbps On Tue, Mar 18, 2014 at 10:57 AM, Raymond Camden raymondcam...@gmail.com wrote: So it sounded like you had some trouble with the older installs. That's unfortunate - but we were talking about the current installer. ;) Now you said you

Re: The long tail of ColdFusion fail

2014-03-18 Thread Raymond Camden
You don't find the CC installer to be a heck of a lot simpler? Click the menu - click a product - download - and done. On Tue, Mar 18, 2014 at 5:03 AM, Maureen mamamaur...@gmail.com wrote: The worst part of any Adobe software is the install process. Always has been. Not sure who determines

Re: The long tail of ColdFusion fail

2014-03-18 Thread Raymond Camden
I did the last install. Perhaps they have improved it. On Tue, Mar 18, 2014 at 4:38 AM, Raymond Camden raymondcam...@gmail.com wrote: You don't find the CC installer to be a heck of a lot simpler? Click the menu - click a product - download - and done

Re: The long tail of ColdFusion fail

2014-03-18 Thread Raymond Camden
the software installed and the downloads took forever. So I'm not sure when the click and done process became available, but I haven't seen it. On Tue, Mar 18, 2014 at 5:00 AM, Raymond Camden raymondcam...@gmail.com wrote: If you haven't done CC, then you haven't seen the latest installer

Re: The long tail of ColdFusion fail

2014-03-18 Thread Raymond Camden
Creative Cloud. On Tue, Mar 18, 2014 at 9:21 AM, wrote: You don't find the CC installer to be a heck of a lot simpler? Excuse my ignorance, but what is CC? ~| Order the Adobe Coldfusion Anthology now!

Re: Adobe Installers

2014-03-18 Thread Raymond Camden
. -- === Raymond Camden, Web Developer for Adobe Email : raymondcam...@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster ~| Order the Adobe Coldfusion Anthology now! http

Re: Allow Extra Attributes in AttributeCollection

2014-03-18 Thread Raymond Camden
No. On Tue, Mar 18, 2014 at 2:30 PM, wrote: Hi, In the administrator, there is a check bor that makes possible to Specify whether ColdFusion tags can pass non-standard attributes in the attributecollection structure. But apparently it does not make posssible to pass non-standard

Re: Allow Extra Attributes in AttributeCollection

2014-03-18 Thread Raymond Camden
I should point out - there ARE some tags where you are allowed to add random crap, like cfcomponent and cffunction (cfargument too I think). cfmodule as well. On Tue, Mar 18, 2014 at 2:53 PM, wrote: However, this will work: CFPARAM NAME=attributes.MyAttribute TYPE=string --- REQUIRED=no

Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Raymond Camden
I don't know - I mean - imagine if CF ignored extra tags, and you had cfmail supersecure=true ... Then you quit to become a Ruby developer. The next dev comes along who isn't quite so familiar with CF and assumes that argument is doing something even though it isn't. Or heck, take Raymond

Re: CF to groovy, awe man wth...

2014-03-17 Thread Raymond Camden
No kidding. Being forced to learn something new - on the clock - sounds like a win win. On Mon, Mar 17, 2014 at 8:35 AM, Adam Cameron dacc...@gmail.com wrote: Why would you not want to learn it? On 17 March 2014 13:28, morchella morchella.delici...@gmail.com wrote: so we have some

Re: CF to groovy, awe man wth...

2014-03-17 Thread Raymond Camden
Ok, I think he gets the idea now. :) Can anyone recommend books, classes, etc for him? I believe I used an ORA book a few years ago that was good. In general, ORA books are *always* a good idea. On Mon, Mar 17, 2014 at 8:43 AM, Bruce Sorge sor...@gmail.com wrote: I recall a long time ago, a

Re: The long tail of ColdFusion fail

2014-03-17 Thread Raymond Camden
You mean like with the secure profile option during install? On Mon, Mar 17, 2014 at 4:49 PM, wrote: and then when their site gets owned, CF gets the blame. On another hand, why Adobe hasn't change the way CF is installed if its not safe?

Re: Honest question about cfform

2014-03-04 Thread Raymond Camden
I think it is acceptable to let CF do some things for you. For example, I don't want to go to Java and write the code to handle database calls. Could I? Sure. (Ok, I lie.) But is it a good use of my time? Probably not. I let CF handle that aspect for me and it has never been a problem. On the

Re: Honest question about cfform

2014-03-04 Thread Raymond Camden
And btw - don't forget - there is a whole project dedicated to helping you replace these items. (So instead of just saying Dont Do X, we can do Do This) - https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way On Tue, Mar 4, 2014 at 11:25 AM, Jochem van Dieten joch...@gmail.comwrote:

Re: URL is specified in wrong format

2014-02-25 Thread Raymond Camden
So I went to test this. I made a new scheduled task and I'm immediately logged out. There was an error accessing this page. Check logs for more details. On Tue, Feb 25, 2014 at 1:24 PM, John M Bliss bliss.j...@gmail.com wrote: ACF 10,0,12,286680 I have a Scheduled Task imported from ACF

Re: URL is specified in wrong format

2014-02-25 Thread Raymond Camden
Yeah - sorry man - ignore me. On Tue, Feb 25, 2014 at 1:30 PM, John M Bliss bliss.j...@gmail.com wrote: WTF? That's a different / bigger(?) problem... On Tue, Feb 25, 2014 at 2:29 PM, Raymond Camden raymondcam...@gmail.com wrote: So I went to test this. I made a new scheduled task

Re: URL is specified in wrong format

2014-02-25 Thread Raymond Camden
Wow, I can't do anything in my CF Admin anymore. I login. I try to change something. And I get that error. Sorry to hijack the thread. There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected. On Tue, Feb 25, 2014 at 1:29 PM, Raymond

Re: URL is specified in wrong format

2014-02-25 Thread Raymond Camden
Was there a @ in your original post? On Tue, Feb 25, 2014 at 9:01 PM, John M Bliss bliss.j...@gmail.com wrote: In: var=value http://www.siteonthisserver.com/index.cfm?fuseaction=fuse.actionvar=value ...it was not allowing an @ in the value. Instead, I had to use %40 On Tue, Feb 25,

Re: URL is specified in wrong format

2014-02-25 Thread Raymond Camden
?fuseaction=fuse.actionvar=value http://www.siteonthisserver.com/index.cfm?fuseaction=fuse.actionvar=value CF earlier than v10 was fine with: var=va...@gmail.com On Tue, Feb 25, 2014 at 10:03 PM, Raymond Camden raymondcam...@gmail.com wrote: Was there a @ in your original post

Re: URL is specified in wrong format

2014-02-25 Thread Raymond Camden
. On Tue, Feb 25, 2014 at 10:12 PM, Raymond Camden raymondcam...@gmail.com wrote: I think GMail is mucking it up. This is what I saw: https://www.evernote.com/shard/s3/sh/8e0fdc74-d3a1-4384-b8ca-f3c99c6c87a7/30019c7b1b44d51381e339d16d4a1f40

Re: riaforge.org not found

2014-02-24 Thread Raymond Camden
Network Solutions is having DNS issues. The domain is fine - it is just dead at Network Solutions. I'm assuming it will be fine soon. On Mon, Feb 24, 2014 at 8:27 AM, Graham Pearson gpear...@yourcfpro.comwrote: No. I did a DNS search and found that the domains have no NS records within

Re: riaforge.org not found

2014-02-24 Thread Raymond Camden
Should be back up. On Mon, Feb 24, 2014 at 9:13 AM, mac jordan mac.jor...@gmail.com wrote: On Mon, Feb 24, 2014 at 3:09 PM, Dean Lawrence dean...@gmail.com wrote: Is anyone able to reach riaforge.org? I'm coming up with a site not found error. I'm hitting something when I try

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-16 Thread Raymond Camden
On Thu, Jan 16, 2014 at 9:54 AM, Rick Faircloth r...@whitestonemedia.comwrote: Hmmm... I tried using the specialIDList.push(specialID) approach, and I get the correct output in console.log, [ 27, 28, 26 ], but I also get the error in Firebug, 500 Element SPECIALIDLIST is undefined in

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-15 Thread Raymond Camden
Why didn't yo post the AJAX code? Isn't that crucial for getting the values to your CFC? We need to see that. On Wed, Jan 15, 2014 at 2:56 PM, Rick Faircloth r...@whitestonemedia.comwrote: Hi, all... I've approached this problem from every direction I can think of and with reference to

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-15 Thread Raymond Camden
How is that better than the Network tab itself? On Wed, Jan 15, 2014 at 3:59 PM, Jon Clausen jon_clau...@silowebworks.comwrote: On a related note, the Postman extension for Chrome is great for testing what your remote CFC's are doing with form variables. On Jan 15, 2014, at 4:53 PM, Jon

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-15 Thread Raymond Camden
=mProcessEmailNewsletterFormreturnFormat=json', data:values, success: function(result) { alert('Success!'); } On Wed, Jan 15, 2014 at 4:03 PM, Raymond Camden raymondcam...@gmail.com wrote: Why didn't yo post the AJAX code? Isn't that crucial for getting the values to your CFC? We need to see

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-15 Thread Raymond Camden
Ah - so it lets you do ad hoc testing. That is cool. On Wed, Jan 15, 2014 at 5:18 PM, Jon Clausen jon_clau...@silowebworks.comwrote: I like Postman because I can manually test web services, including HTTP verbs and enter form and URL variables against services to test responses and error

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-15 Thread Raymond Camden
(,). On Wed, Jan 15, 2014 at 6:00 PM, Raymond Camden raymondcam...@gmail.com wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: IE 11 not maintaining state

2013-12-18 Thread Raymond Camden
Not a fix, but just an FYI... a) you can append both values to a link using #session.urltoken# (it contains both values) b) there is also a func, urlSessionFormat On Thu, Dec 12, 2013 at 9:41 PM, Matthew Smith chedders...@gmail.comwrote: Just had the IE 11 update pushed to my development

Re: Creating maps with CF

2013-12-03 Thread Raymond Camden
I've got multiple blog posts on this. Here is one that may help: http://www.raymondcamden.com/index.cfm/2011/4/13/Simple-introduction-to-Google-Maps-Part-2--Markers On Tue, Dec 3, 2013 at 8:58 AM, Dave Long d...@northgoods.com wrote: Can anyone suggest a link to a good tutorial on setting

Re: CF 10 on Mavericks AND Adobe download links not working

2013-10-28 Thread Raymond Camden
I just tried and it worked for me - the download I mean. What problem did you have with the link? As for Mavericks - I updated yesterday and CF is running fine for me. Note though that I do not use the OSX Apache but rather MAMP. On Mon, Oct 28, 2013 at 9:10 AM, Scott Brady dsbr...@gmail.com

Re: CF 10 on Mavericks AND Adobe download links not working

2013-10-28 Thread Raymond Camden
and I am working fine using apache and cf10. I already had the dmg for cf so I never messed towing it. Sent from my iPhone 4S. On Oct 28, 2013, at 10:15 AM, Raymond Camden raymondcam...@gmail.com wrote: I just tried and it worked for me - the download I mean. What problem

Re: CF 10 on Mavericks AND Adobe download links not working

2013-10-28 Thread Raymond Camden
upgrade your OS without first checking that all your apps are compatible and then moaning about it. On Mon, Oct 28, 2013 at 4:19 PM, Raymond Camden raymondcam...@gmail.com wrote: My guess, and I speak here as just Ray, not Adobe Ray, heck, I'm not on that team anyway

Re: CF 10 on Mavericks AND Adobe download links not working

2013-10-28 Thread Raymond Camden
It's been forever since I setup MAMP, but if I remember right, there is a place for httpd.conf mods that it won't touch. Try moving the lines there. Going by memory here though. On Mon, Oct 28, 2013 at 1:38 PM, Scott Brady dsbr...@gmail.com wrote: Of course, now I'm in MAMP hell, because it

Re: MAMP not processing ColdFusion

2013-10-28 Thread Raymond Camden
Ah - MAMP Pro. I'm using MAMP, not the Pro one. But see if my other email helps - there may be a section it leaves alone. On Mon, Oct 28, 2013 at 1:41 PM, Scott Brady dsbr...@gmail.com wrote: I mentioned this in my latest reply/rant about Mavricks, but thought it should be its own thread.

Re: MAMP not processing ColdFusion

2013-10-28 Thread Raymond Camden
On Mon, Oct 28, 2013 at 2:01 PM, Scott Brady dsbr...@gmail.com wrote: Well, I have it it's not commenting it out. But now Apache won't start because it's saying /Applications/MAMP/htdocs/CFIDE doesn't exist. But I don't see anything that is pointing to that location (the mod_jk.conf is

Re: CF 10 on Mavericks AND Adobe download links not working

2013-10-28 Thread Raymond Camden
On Mon, Oct 28, 2013 at 2:06 PM, Dave Watts dwa...@figleaf.com wrote: I guess what I'm getting at is: the code I'm writing is almost certainly not going to be running on OS X, so why should I care that much about the details of the development environment on OS X? Are you doing any

Re: passing data to nested custom tags

2013-10-18 Thread Raymond Camden
No, but a child tag can use getBaseTagData to access parent tag stuff. In the past when I've done custom tags that include parents and children, I have the children simply pass their crap up via cfassociate, and the real logic is done in the parent tag. I can send you a demo if you want. On

Re: passing data to nested custom tags

2013-10-18 Thread Raymond Camden
Yeah - did you try it? :) On Fri, Oct 18, 2013 at 11:33 AM, Scott Stewart webmas...@sstwebworks.comwrote: So lets say that I passed a query into the attributes scope of the parent, I can access it in the child via getBaseTagData? On Fri, Oct 18, 2013 at 10:07 AM, Raymond Camden

Re: passing data to nested custom tags

2013-10-18 Thread Raymond Camden
... On Fri, Oct 18, 2013 at 12:51 PM, Raymond Camden raymondcam...@gmail.com wrote: Yeah - did you try it? :) On Fri, Oct 18, 2013 at 11:33 AM, Scott Stewart webmas...@sstwebworks.comwrote: So lets say that I passed a query into the attributes scope of the parent, I can

Re: passing data to nested custom tags

2013-10-18 Thread Raymond Camden
I wouldn't do that. Seems a bit improper to me. We have a mechanism to share data between tags like this. IMO, it makes sense to use it. On Fri, Oct 18, 2013 at 12:47 PM, wrote: So lets say that I passed a query into the attributes scope of the parent, You can also define your query in

Re: passing data to nested custom tags

2013-10-18 Thread Raymond Camden
Yeah - I was just being anal about it. :) On Fri, Oct 18, 2013 at 2:46 PM, wrote: I wouldn't do that. Seems a bit improper to me. Well, IMO it depends on how you need to share data between levels of the tag - If you need to share any level data between all levels, then getBaseTagData

Re: How to refresh part of a page automatically

2013-10-17 Thread Raymond Camden
You can use a setInterval call in JS to run every 60 seconds and reload the image. You don't need a jQuery plugin for this. On Thu, Oct 17, 2013 at 6:16 AM, Mike K afpwebwo...@gmail.com wrote: I have a page with a webcam image in it. The webcam uploads a new image every 60 seconds, and I

Re: How to refresh part of a page automatically

2013-10-17 Thread Raymond Camden
() { var img = document.querySelector(#theImage); var src = ./sourceimage.jpg; window.setInterval(function() { img.src = src + ?d= + (new Date().getTime()); console.log(img.src); },3000); }, false); /script /body /html On Thu, Oct 17, 2013 at 6:36 AM, Raymond Camden

Re: How to refresh part of a page automatically

2013-10-17 Thread Raymond Camden
:46 AM, Raymond Camden raymondcam...@gmail.comwrote: Real quick example here. It uses a date object to add a unique URL parameter to the end which should help with caching. No jQuery used, just standard HTML. The querySelector call is *kinda* modern-ish only (see caniuse.com for specifics

Re: How to refresh part of a page automatically

2013-10-17 Thread Raymond Camden
On Thu, Oct 17, 2013 at 8:40 PM, Mike K afpwebwo...@gmail.com wrote: Ray, thanks for this. I can see you get your kicks writing bits of code like this dont you. You've gone wy past answering my question as you usually do, and I'm most grateful. I have a suspicion your idea of a

Re: cfscript queries error in base.cfc

2013-10-15 Thread Raymond Camden
(); if (v.previousPayPeriod.RecordCount) { ... do something } else { ... do something else } On Mon, Oct 14, 2013 at 12:44 PM, Raymond Camden raymondcam...@gmail.com wrote: Two things. 1) Don't forget that the code behind the script based CFCs is not encrypted. You can look at base.cfc

Re: cfscript queries error in base.cfc

2013-10-15 Thread Raymond Camden
I see you are on CF9. Do you have a copy of CF10? If so, try copying over the CFCs. This may be something that was fixed. On Tue, Oct 15, 2013 at 10:13 AM, Raymond Camden raymondcam...@gmail.comwrote: Weird. Not that it matters, but try this mod: local.qryObj = new

Re: cfscript queries error in base.cfc

2013-10-14 Thread Raymond Camden
Two things. 1) Don't forget that the code behind the script based CFCs is not encrypted. You can look at base.cfc. 2) The issue seems to be this line: cfset tagResult.setResult(StructFind(variables,tagAttributes['name'])) But - it is wrapped in a try/catch, so you shouldn't be seeing it. If

Re: Application.cfm/c

2013-09-25 Thread Raymond Camden
On Wed, Sep 25, 2013 at 10:45 AM, Nando d.na...@gmail.com wrote: The question to ponder here is what an *empty* default Application.cfc file is going to achieve? Not much, I believe. I've totally ignored the whole rest of the thread, so pardon me if this is dumb. But an empty App.cfc

Re: docs download

2013-09-11 Thread Raymond Camden
the digging around. On Tue, Sep 10, 2013 at 9:22 PM, Raymond Camden raymondcam...@gmail.com wrote: Ah, I was going via the site and from what I can see, there is no link to them anymore, which to me, is a problem I want to fix (and I've already asked internally). On Tue, Sep 10, 2013 at 1

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
I'm definitely not seeing this in my query dumps. Can you share the query you used? I On Wed, Sep 11, 2013 at 5:24 AM, Nando d.na...@gmail.com wrote: I noticed a bug in cfdump yesterday when dumping a query to a browser screen. The database fields are shifted one column to the right, and

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
, Raymond Camden raymondcam...@gmail.comwrote: I'm definitely not seeing this in my query dumps. Can you share the query you used? I On Wed, Sep 11, 2013 at 5:24 AM, Nando d.na...@gmail.com wrote: I noticed a bug in cfdump yesterday when dumping a query to a browser screen

Re: docs download

2013-09-11 Thread Raymond Camden
- yeah - you can still get the PDFs it is just a bit difficult to get there if you don't know the way, and that will be corrected. On Wed, Sep 11, 2013 at 5:45 AM, Raymond Camden raymondcam...@gmail.comwrote: I've got a response - waiting for a clarification. On Wed, Sep 11, 2013 at 5:12 AM

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Sent On Wed, Sep 11, 2013 at 6:37 AM, Nando d.na...@gmail.com wrote: Ray, Thanks, but I don't see an attachment. Does the hof list allow them? Maybe a direct email to d.na...@gmail.com would work better? On Wed, Sep 11, 2013 at 1:22 PM, Raymond Camden raymondcam...@gmail.com wrote

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
To be clear, no one else in this thread is seeing what Nando does, right? Nando, can you ensure you are doing a dump with NOTHING else in the request. No App.cfm. Also, try different browsers. On Wed, Sep 11, 2013 at 9:18 AM, Nando d.na...@gmail.com wrote: Yes, it's obviously malformed

Re: docs download

2013-09-11 Thread Raymond Camden
I'm checking on this now too. On Wed, Sep 11, 2013 at 6:43 AM, Paul Hastings p...@sustainablegis.comwrote: On 9/11/2013 6:23 PM, Raymond Camden wrote: Ok, I spoke with our docs person and this is whats up. 1) You can still get the PDFs from here: http://help.adobe.com/en_US

Re: docs download

2013-09-11 Thread Raymond Camden
Moderators on the wiki have the ability to download a HTML set, but not the general public. So the plan is to create, and publish, periodic HTML bundles. The link will be marked with a date so you know how stale they are compared to the wiki. On Wed, Sep 11, 2013 at 9:11 AM, Raymond Camden

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
to FW/1. What do you suggest as a next step? On Wed, Sep 11, 2013 at 4:19 PM, Raymond Camden raymondcam...@gmail.com wrote: To be clear, no one else in this thread is seeing what Nando does, right? Nando, can you ensure you are doing a dump with NOTHING else in the request. No App.cfm

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
and replacing it with one space - repeating that as many times as necessary until all instances of 2 consecutive spaces are eliminated. This assumes that the code is formatted using tab characters rather than spaces ... On Wed, Sep 11, 2013 at 4:54 PM, Raymond Camden raymondcam...@gmail.com wrote

Re: docs download

2013-09-10 Thread Raymond Camden
Where exactly Dave - I didn't see the links. On Tue, Sep 10, 2013 at 1:16 PM, Dave Watts dwa...@figleaf.com wrote: I'll raise this internally. It looks like the links to the PDFs are gone. I found them all from the main CF documentation page except for the CFML reference, actually.

Re: docs download

2013-09-10 Thread Raymond Camden
Ah, I was going via the site and from what I can see, there is no link to them anymore, which to me, is a problem I want to fix (and I've already asked internally). On Tue, Sep 10, 2013 at 1:53 PM, Paul Hastings p...@sustainablegis.comwrote: On 9/11/2013 12:57 AM, Raymond Camden wrote

Re: docs download

2013-09-10 Thread Raymond Camden
I'll raise this internally. It looks like the links to the PDFs are gone. On Tue, Sep 10, 2013 at 12:17 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: Those are the docs, but where are the download links? For that matter, where are the previous/next buttons. Since the CF community

Re: commas and autosuggest

2013-08-29 Thread Raymond Camden
You didn't say - but are you using autosuggests via cfinput? If so - you can specify another delimiter. Check the CFML Ref for cfinput. And please consider using another option for your front end AJAX-y goodness. On Wed, Aug 28, 2013 at 10:20 PM, Monique Boea moniqueb...@gmail.comwrote: hey

Re: commas and autosuggest

2013-08-29 Thread Raymond Camden
with the datalist tag and skip JS completely. On Thu, Aug 29, 2013 at 7:08 AM, Monique Boea moniqueb...@gmail.com wrote: Yes via input. Another option? On Thu, Aug 29, 2013 at 7:58 AM, Raymond Camden raymondcam...@gmail.com wrote: You didn't say - but are you using autosuggests via cfinput

Re: cflocation and long urls

2013-08-27 Thread Raymond Camden
There is a max size for URLs. Some browsers may be more strict about it. On Tue, Aug 27, 2013 at 4:23 PM, Rob Voyle robvo...@voyle.com wrote: Hi folks I have a long encrypted url stored in a database: the cgi.query_string is something like

Re: Fusion Authority

2013-08-23 Thread Raymond Camden
I'm sorry - but are you saying that *getting* email makes your machine crash? My god - what kind of machine are you working on? Is it the email client? It is... POP in general? That just seems incredible. It is like saying opening Notepad makes your machine crash. On Fri, Aug 23, 2013 at 11:04

Re: Do you use Hostek and Gmail for your mail?

2013-08-21 Thread Raymond Camden
Do you have a bug #? On Wed, Aug 21, 2013 at 7:25 AM, Andrew Scott andr...@andyscott.id.auwrote: And yes Adobe have known about this bug for over 8+ months. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411

Re: Do you use Hostek and Gmail for your mail?

2013-08-21 Thread Raymond Camden
Going to ping internally. On Wed, Aug 21, 2013 at 9:23 AM, Mark A Kruger mkru...@cfwebtools.comwrote: Here's the bug. https://bugbase.adobe.com/index.cfm?event=bugid=3369472 I'm going to blog this as well. -Mark -Original Message- From: Eric Roberts

Re: Syntax is driving me nuts!

2013-08-20 Thread Raymond Camden
Use structKeyExists. cfif structKeyExists(form, qty_#upd#) On Tue, Aug 20, 2013 at 10:48 AM, Rick Sanders r...@webenergy.ca wrote: Hey guys, I'm trying to add multiple items to a database based on if a check box is checked. This code works fine: cfif IsNumeric(#form['qty_' upd]#)

Re: Using IN() within a cfquery statement

2013-08-19 Thread Raymond Camden
I'm going to go print this email out right now. For the next time Dave is wrong. Sometime in 2019. On Mon, Aug 19, 2013 at 8:53 AM, Dave Watts dwa...@figleaf.com wrote: Dave... I'm surprised. Wouldn't you think that CFQueryParam would be the better way? Where stuff in (cfqueryparam

Re: Pausing a loop or query

2013-08-19 Thread Raymond Camden
Kinda hacky, but: Use a db table/column for misc crap, or hell, even a server variable, and save something called: lastRow, 1 Do a SQL to get 250 addresses starting at row lastRow. Process your mail. When done, set lastRow to lastRow + 250. All of the above would be a CFM hit via

Re: I need a CF alternative that supports flash forms

2013-08-12 Thread Raymond Camden
I'd just tell em that nothing else supports it and the cost of CF STD is the cost of asking you to rebuild in HTML forms. (Although rebuilding in HTML forms would be a HUGE improvement.) On Mon, Aug 12, 2013 at 8:09 PM, Ray Meade raym...@yahoo.com wrote: I have a client that is using a

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
Just dump cffeed and switch to cfhttp. cfset u = http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml; cfhttp url=#u# cfset xml = cfhttp.fileContent cfdump var=#xmlParse(xml)# You'll have to work with the XML by hand of course. On Tue, Aug 6, 2013 at 5:35 AM, Edward Chanter

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
(xml, !-- .*? --, ) cfset fileWrite(ram://feed.xml, xml) cffeed source=ram://feed.xml query=entries cfdump var=#entries# On Tue, Aug 6, 2013 at 6:56 AM, Raymond Camden raymondcam...@gmail.comwrote: Just dump cffeed and switch to cfhttp. cfset u = http://www.computerweekly.com/rss/All

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
You may want to file a bug report for this too. Although the first feed URL fails to validate here http://validator.w3.org/feed/. On Tue, Aug 6, 2013 at 6:59 AM, Raymond Camden raymondcam...@gmail.comwrote: Another option is to remove the comment from the source XML. Unfortunately, cffeed

Re: Issue with CFFeed

2013-08-06 Thread Raymond Camden
result, you can skip the file save. On Tue, Aug 6, 2013 at 7:02 AM, Raymond Camden raymondcam...@gmail.comwrote: You may want to file a bug report for this too. Although the first feed URL fails to validate here http://validator.w3.org/feed/. On Tue, Aug 6, 2013 at 6:59 AM, Raymond Camden

Re: JSON Encoding bug (again...)

2013-08-05 Thread Raymond Camden
Not that it helps, but the same happens in CF10 as well. On Mon, Aug 5, 2013 at 6:46 PM, Brook Davies cft...@logiforms.com wrote: I have had to do so many hacks to get serializeJSON() to play nice. I add a ~ to all yes/no strings so I don't get back true/false values, I have a series of

Re: cfdocument NullPointerException with form field input type = file

2013-08-02 Thread Raymond Camden
Not that it helps - but I can confirm it. Since you can't build interactive forms with cfdocument anyway, why not just replace type=file with type=text before you cfdocument it? On Fri, Aug 2, 2013 at 2:42 PM, Britton Powers bpower...@yahoo.com wrote: We have an app that allows users to

Re: 365 Challenge: Photo of the day

2013-07-28 Thread Raymond Camden
I'm curious - if you have a server with a database, why are you concerned about the size of the captions? They will be tiny compared to the pictures. All in all - this would be trivial with PhoneGap. And hell - if you are ok with more modern Android/iOS, you can skip PhoneGap altogether and just

Re: 365 Challenge: Photo of the day

2013-07-28 Thread Raymond Camden
God - even simpler. Just use an existing photosite that has an API. Yeah, just do that. ;) Hell, even in just Facebook you can share to a particular album. I'm sure FB lets you embed an album. On Sun, Jul 28, 2013 at 7:34 PM, Russ Michaels r...@michaels.me.uk wrote: Your phone can already

Re: Developer of http://www.hayneedle.com

2013-07-15 Thread Raymond Camden
I know UPS has an API for the labels - I built a wrapper for that once (amongst other parts of the UPS API). UPS has horrible documentation though. Ok, not horrible per se - just a horrible _package_ for their docs. Instead of a PDF, it is some fancy PDF package type thing that forces you to go

Re: diff processor

2013-07-13 Thread Raymond Camden
Try http://www.riaforge.org/index.cfm?event=page.search#diff_catid=1 On Sat, Jul 13, 2013 at 3:35 PM, Justin Scott leviat...@darktech.orgwrote: Hello all, I am curious if anyone has recommendations on a diff system (e.g. pass in two blocks of text/code and it returns a marked up

Re: how to detect null value from QoQ result

2013-07-01 Thread Raymond Camden
Maybe I'm crazy, but can't you just do cfif myQuery.r_count is Nothing returned, dude! /cfif On Mon, Jul 1, 2013 at 10:38 PM, Nathan Chen nathan.c...@cu.edu wrote: All: I have a simple query of query as follow: cfquery name=myQuery dbtype=query Select count(*) as r_count from

Re: how to detect null value from QoQ result

2013-07-01 Thread Raymond Camden
but wouldn't work. Yes, it drives me crazy. Nathan -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Monday, July 01, 2013 9:46 PM To: cf-talk Subject: Re: how to detect null value from QoQ result Maybe I'm crazy, but can't you just do cfif myQuery.r_count

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Raymond Camden
Um, no, you don't have to buy ColdFusion Builder. There is a free edition. And yes - we've already announced plans for an update. So - there ya go. No need to panic - again - right? On Tue, Jun 18, 2013 at 12:59 PM, Wil Genovese jugg...@trunkful.com wrote: I've never been and never will be

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Raymond Camden
Details on free version of ColdFusion Builder: http://cfdocyard.blogspot.com/2011/05/coldfusion-builder-express-edition-free.html Note this is from two years ago. On Tue, Jun 18, 2013 at 1:01 PM, Raymond Camden raymondcam...@gmail.comwrote: Um, no, you don't have to buy ColdFusion Builder

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Raymond Camden
www.trunkful.com On Jun 18, 2013, at 1:02 PM, Raymond Camden raymondcam...@gmail.com wrote: Details on free version of ColdFusion Builder: http://cfdocyard.blogspot.com/2011/05/coldfusion-builder-express-edition-free.html Note this is from two years ago. On Tue, Jun 18, 2013 at 1:01

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Raymond Camden
On Tue, Jun 18, 2013 at 8:31 PM, Mike K afpwebwo...@gmail.com wrote: Adobe really have no clue how to support and market any server products. I said that when i saw what a fiasco the forms product was for them, now it looks like ColdFusion is 'deprecated' too. *sigh* Let me repeat

  1   2   3   4   5   6   7   8   9   10   >