Yeah, I'm confused on the overcharging as well, and frankly, I'm
_darn_ cheap (ask my friends, I agonize over a 99 cent iphone app
purchase). 300 bucks for a program I literally use 9 hours or more per
day 6 days a week per year is something like 1 cent per hour. I pay
more for my Mac as well. All
incredible, open bugs or not. (CF has many open bugs
too ya know. ;)
--
===========
Raymond Camden, ColdFusion Jedi Master
Email: r...@camdenfamily.com
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster
Keep up to date w
quot;
On Mon, Mar 22, 2010 at 4:22 PM, Raymond Camden wrote:
> By this argument it means no one could charge for Eclipse plugins.
> There are quite a few very decent, very well done Eclipse plugins that
> are not free. Shoot, by this argument no one should sell work they
> develop on
By this argument it means no one could charge for Eclipse plugins.
There are quite a few very decent, very well done Eclipse plugins that
are not free. Shoot, by this argument no one should sell work they
develop on Railo, since Railo is free. I'm sure you didn't imply that,
but I think it is grea
search/replace routine. And yes, I
> use Dreamweaver too... but it's also slow and bloated."
>
> That sums up my feelings exactly, except that I have tried dreamweaver, but
> don't use it.
>
--
=====
As just a general FYI, RIAForge is going down in 7 minutes for an
update. If I were a good provider, I'd do it at like 2AM. But I have
this unnatural desire to actually sleep at times. ;)
On Mon, Mar 8, 2010 at 11:28 AM, Raymond Camden wrote:
> Sorry that this hasn't been fixed
only one having this same
> issue. I'll communicate with Ray about it, although I'm not sure I
> can contribute much above what he knows about the problem already.
>
>
--
=======
Raymond Camden, ColdFusion Je
I believe jqPlot will do all of this for you:
http://www.jqplot.com/
On Sun, Feb 7, 2010 at 2:38 PM, marc -- wrote:
>
> Hi,
> I am looking for a charting component that allows the user to
>
> 1 show multiple series in 1 chart
> 2 show a value scale for each series
> 3 toggle each serie on/off
Um... so yes, CF9 has this bug. It is definitely a bug. Um. Don't
ask why it worked on my version, because I can't answer. Good news is
that it WILL be fixed. Unfortunately you are stuck for now. It isn't
too hard to use Google maps "by hand" though.
On Tue, Feb 2, 2010 at 9:43 PM, Azadi Sary
I just tried this:
and it worked fine.
On Tue, Feb 2, 2010 at 1:48 PM, Tim Do wrote:
>
> sorry, am I missing something? the error says "The value of the
> CENTERLONGITUDE attribute is invalid. The value specified, -117.8529534, must
> be greater than -90.0."
>
> if the lon is correct at -11
e often...
>
> The value of the CENTERLONGITUDE attribute is invalid. The value specified,
> -117.8529534, must be greater than -90.0.
>
> did the geocoder do it incorrectly??
>
>
>
> -Original Message-
> From: Raymond Camden [mailto:rcam...@gmail.com]
> Sen
Are you sure it is bad addresses? If you use too many, Google will
block you for trying to geolocate too much. See this blog entry:
http://www.coldfusionjedi.com/index.cfm/2009/12/15/Having-trouble-with-too-many-map-markers-and-CFMAP
On Mon, Feb 1, 2010 at 2:59 PM, Tim Do wrote:
>
> I'm loopin
Maybe try
This tells CF to load the necessary JS/CSS files for maps.
On Sun, Jan 31, 2010 at 12:18 AM, Eric Hoffman
wrote:
>
> Now, I understand that this is supposed to work so you can pop up a map
> pretty easy. All is configured with the key, etc. I see the cfwindow
> popup, and scroll
CF9? If so, use abort;
On Fri, Jan 29, 2010 at 9:07 AM, Chad Gray wrote:
>
> I have some CFScript running and each time I set a variable I run a function
> to check if there is an error.
>
> If there is an error I would like to CFAbort the scripting so it does not
> continue. Can you abort
That's the rub "theoretically everything" ;) Hopefully it will
continue to grow until it hits 100%.
On Wed, Jan 27, 2010 at 5:24 AM, Scott Brady wrote:
>
> Which would be odd, since I believe the claim for CF9 was that you can
> theoretically do everything in cfscript (though writing queries blo
I'm confused - are you saying this _doesn't_ solve the problem - or
has side effects if he doesn't use it as described? Or are you saying
that it is best to just get em all at once?
On Sun, Jan 17, 2010 at 10:19 PM, Barney Boisvert wrote:
>
> lazy=proxy gives you N+1 behaviour for your collectio
According to this posty,
http://www.rupeshk.org/blog/index.php/2009/09/coldfusion-orm-performance-tuning-lazy-loading/,
if you use lazy=proxy, you would only load the objects you use. So if
you only displayed the first three, then only the first three would be
loaded.
On Sun, Jan 17, 2010 at 7:13
Please consider how cheap you want to go. Your host is like the
foundation of your business. Would you set up your store on top of a
volcano? Quicksand? Cheap isn't always the way you want to go for
hosts.
On Wed, Jan 13, 2010 at 7:58 PM, Mark Mandel wrote:
>
> I've used atoz before, and it was
I assume you aren't indexing with the spider, but are rather indexing
from the db? If so, then you need to find a correlation between you db
data and proper tiles. So if you index blog entries, for example, you
can use the blogTitle column (just guessing here of course) as your
title column when i
You don't pass functionname(), but just the name. Change your oncomplete to
oncomplete="uploadCompleteHandler"
Now this means you can't pass in the CF variable. Just use within your
js. It will be static on the client side though.
On Tue, Dec 22, 2009 at 12:52 PM, Tim Do wrote:
>
> I'm trying
Ah - I don't tend to think of Spry as "part of" CF8 - but I guess it
does ship if the cfsprydataset tag uses it. :)
On Thu, Nov 26, 2009 at 4:36 AM, Kamru Miah wrote:
>
>>Nope.
>
> Thanks - but I have been able to locate an example of SpryDOMUtils.js library
> which is part of CF8 and will do e
On Wed, Nov 25, 2009 at 9:49 AM, Kamru Miah wrote:
> However, is there built-in function within CF8/Ajax library that may do the
> same job?
Nope.
~|
Want to reach the ColdFusion community with something they want? Let them kn
jQuery can do it pretty easily:
http://www.devcurry.com/2009/07/hide-table-column-with-single-line-of.html
On Wed, Nov 25, 2009 at 3:42 AM, Kamru Miah wrote:
>
> Could someone please advise me what is the best way to show/hide a set of
> table columns generated from a query, buy toggling a bu
So what goes wrong? You didn't say.
On Sat, Nov 14, 2009 at 12:24 PM, Dave Hatz wrote:
>
> We are working on a mobile CF application using Google Maps API. Everything
> is working great on all browsers, and all smartphones, except for 1,
> BlackBerry. We have left posts in the Google Maps A
e
> question.
>
> Farcry *does* have a blogging platform, and they most definitely have a
> support plan/professional open source business.
>
> Mark
>
--
===========
Raymond Camden, ColdFusion Jedi Master
Emai
Sometime after today.
On Tue, Nov 10, 2009 at 3:01 PM, Leigh wrote:
>
>> As Ray and others have noted, yes, the books are on their
>> way.
>
> Dare we ask .. is there is a tentative release date yet? :)
>
> -Leigh
>
>
>
>
>
>
n Construction Kit series by Ben Forta. Thanks!
>>
--
===========
Raymond Camden, ColdFusion Jedi Master
Email: r...@camdenfamily.com
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster
Keep up to dat
Why are you not able to use CFM pages? I've used jQuery tabs and
thickbox with CFM files many times.
On Tue, Nov 10, 2009 at 10:21 AM, N K wrote:
>
> Hi All,
>
> I am currently using the Thickbox.js along with jquery to display the tabs.
> code >>http://www.ajaxprojects.com/ajax/tutorialdetails
Well, obviously, JS is client side code and CF is server side.
Normally if I wanted to let JS work with a CF variable, I'd simply
output it:
var x = #x#
or
var #toScript(x, "x")#
However, in your case, the JS library isn't emdedded on the page, but
loaded externally. So your options th
You can't use QueryParams for the order by (or dir) parts of SQL. It
can only be used for values in WHERE clauses.
On Tue, Nov 3, 2009 at 5:30 AM, Glyn Jackson wrote:
>
> Found the issues on this line...
>
> ORDER BY value="#ARGUMENTS.gridsortcolumn#"> value="#ARGUMENTS.gridsortdir#">
>
> it
suggested" list of prizes which
they not only agreed to but increased. (Tsk tsk, next time I'll just
be more greedy!) Also thank you to Liz Frederick for the logo design.
--
=======
Raymond Camden, ColdFu
Correct - there is no way to turn this off server side. Period. You
must rename the form fields. Thank god CF9 fixed this.
Ok I lie - there is a small workaround. See details here:
http://www.coldfusionjedi.com/index.cfm/2007/9/21/Fixing-the-Facebook-Problem-and-why-one-ColdFusion-feature-needs-
CF9 allows you to disable it with a This scope variable.
On Thu, Oct 22, 2009 at 4:36 PM, Tony Bentley wrote:
>
> This works for any input in CF8:
>
>
> $(document).ready(function(){
> $("input").each(function(){
> var inptname = $(this).attr("name")
one problem persists. When I use the
>> gridsearch plugin, the grid does not showup at all and firebug is also
>> giving no error. The page with grid is autoLoaded inside of a window,
>> however when I load the same page directly in the browser window, the grid
>> is displayed f
een
wrote:
>
> Camden...
>
> firebug is saying...
> "Ext.ux.grid is undefined
> http://127.0.0.1:/ext/ext-all.js
> Line 32"
>
>
> any clues?
>
>
> ----------
> From: "Raymond Camden"
> Sen
h FireFox.
>
> --
> From: "Raymond Camden"
> Sent: Monday, October 19, 2009 9:57 AM
> To: "cf-talk"
> Subject: Re: Problem with JSON Grid | ColdExt
>
>>
>> What did Firebug tell you?
>>
>> O
What did Firebug tell you?
On Sun, Oct 18, 2009 at 9:59 PM, Arsalan Tariq Keen
wrote:
>
> Dear CFers,
>
> I am having trouble with the JSON gridpanel using ColdExt. The problem is...
> when I feed the grid with JSON generated from CFQUERY with a simple SELECT
> statement without any conditions
Sure - but I first need to figure out a good solution for the issue
I've got after restart. :)
On Tue, Oct 6, 2009 at 6:03 AM, Che Vilnonis wrote:
>
> Sounds like a potential blog entry???
>
> -Original Message-
> From: Raymond Camden [mailto:rcam...@gmail.com]
Got it guys. Thanks. This is a dumb bug that only occurs after a
reboot, and I've yet to fix it. FYI, also note another mistake I'll
point out (I only make mistakes so other people can learn... not) -
I've got an error event defined for the Model-Glue app, but no low
level error handling in case t
I've used inline styles for charts all the time. I think your problem
may have been the whitespace. Next time try trimming the string first.
On Thu, Oct 1, 2009 at 7:58 AM, slli...@shayna.com slli...@shayna.com
wrote:
>
> Just in case anyone else has this problem in the future and finds this via
Because the form is in the layout tab, CF is trying to post it via
Ajax, and you can't post file uploads via Ajax. You will need to
change to or find another solution for uploading the file. If
you google for ajax/file upload you will find a few hundred solutions.
On Mon, Sep 28, 2009 at 8:38 P
Not sure it it is "best" but I've got some ad management software: Harlan.
http://harlan.riaforge.org
On Fri, Sep 18, 2009 at 3:57 AM, Ian Vaughan
wrote:
>
> Hi
>
> I am looking to set up via CF a script that displays random image
> adverts each time the page is refreshed.
>
> Which is the best
Is it a Java buffered image? If so you can pass it to ImageNew(). Have
you tried that?
On Sun, Sep 13, 2009 at 5:44 AM, Omotola Anjorin wrote:
>
> Please i need display an image from a byte array. The byte array contains a
> fingerprint image captured from the fingerprint device. I am using the
Have you checked RIAForge?
Not sure what you mean by Ping-O-Matic. BlogCFC supports pinging N
services on blog entry writing. As for linkbacks - if you mean
trackbacks, BlogCFC supports it, but no one uses it. TBs just become
spam baits.
On Fri, Sep 11, 2009 at 12:02 PM, Terry Troxel wrote:
>
Wow, thank you very much Mike!
I will add that, in general, if you want X in ColdFusion, please visit
RIAForge. It is the best place to find out so and so in CF. Galleon is
not the only forums app out there - I see 3 when I search at RIAForge.
On Thu, Jul 16, 2009 at 1:47 AM, Mike Kear wrote:
>
Ouch - sorry - didn't scroll down enough to see your response. Sorry!
On Sun, Jul 12, 2009 at 1:13 PM, Raymond Camden wrote:
> You misread him. Do it exactly as he showed:
>
> #yourquery.columnlist#
>
> It isn't a function, but rather a property of the query itself.
You misread him. Do it exactly as he showed:
#yourquery.columnlist#
It isn't a function, but rather a property of the query itself. No ().
On Sat, Jul 11, 2009 at 1:42 PM, Arsalan Tariq
Keen wrote:
>
> Hey Scott
> this function query.ColumnList() is not documented in CF8 ... is it?
> I am a
Just to chime in here in regards to the 'slow'/'bloatedness' of CF8's
AJAX stuff...
a) Don't forget that JS is still very hard for a lot of people. The
built in Ajax-based UI tags are simple as heck to use. For a lot of
people these tools are the _only_ way they are going to do even
remotely Ajax
have saved you some time, Ray...
>
> But thanks for the reply!
>
> Rick
>
> On Sat, Jun 6, 2009 at 5:26 PM, Raymond Camden wrote:
>
>>
>> Is it CF8? ReturnType was added in CF8.
>>
>> On Fri, Jun 5, 2009 at 11:13 PM, Rick Faircloth
>> wrote:
>
Is it CF8? ReturnType was added in CF8.
On Fri, Jun 5, 2009 at 11:13 PM, Rick Faircloth wrote:
>
> Before I get into code, I thought I'd just ask if there is a usual reason
> why a jquery ajax function
> (which I have used successfully on other sites) would be returning this
> mesage in Firebug:
What does your onError look like?
On Mon, Jun 1, 2009 at 6:09 AM, ColdFusion Developer
wrote:
>
> I have a web application utilizing CF7 and within the Application.cfc file,
> I have a function called onError to handle the error trapping.
>
> This works find for the simple errors but if an error
})
var doIt = true
function setProfile() {
if(doIt) $("#profileName").val($("#firstName").val() +
$("#lastName").val())
}
function disableMe() { doIt=false }
first name
last name
profile name
On Sun, May 31, 2009 at 4:42 PM, Raymond Camden wrote:
&g
ileName').value =
document.getElementById('firstName').value +
document.getElementById('lastName').value;
}
}
On Sun, May 31, 2009 at 4:38 PM, Raymond Camden wrote:
> Of course, if the user enters their last name first there, it w
Of course, if the user enters their last name first there, it won't work. ;)
On Sun, May 31, 2009 at 4:36 PM, Charlie Griefer
wrote:
>
> On Sun, May 31, 2009 at 2:24 PM, Rick Jensen wrote:
>
>>
>> Summary: I am trying to autofill an input field based on the values of two
>> other fields.
>>
>>
It's easy enough to do in CF8 Ajax, but, the point of 'dont autofill
if the user has changed the field' may be a bit difficult. How do you
know when the user has modified the field versus when the script has
modified it? I guess you could write code to say "As soon as I get a
key event, no long au
Sorry I missed the earlier thread - but looks like Dominic helped you out.
On Tue, May 26, 2009 at 1:57 PM, Steve LaBadie wrote:
>
> Perfect Dominic, Thanks for your assistance.
>
> Steve LaBadie, Web Manager
> East Stroudsburg University
> 200 Prospect St.
> East Stroudsburg, Pa 18301
> 570-422
structKeyExists should work. Can you show me how you are using it? I
don't see it below. I see you check the length:
did you first check to see if rss exists in objRss, and channel exists
in objRss.rss?
On Tue, May 19, 2009 at 1:11 PM, Steve LaBadie wrote:
>
> I am producing an XML file fro
Unless you are using jsonp (which you aren't), you can't do an Ajax
call to another server. You would need to post to your server and use
CFHTTP to do the external call.
On Fri, May 15, 2009 at 7:06 AM, Glyn Jackson
wrote:
>
> Can this be done?
>
> I am using cfdiv so all my links are like so...
I think the best you may get for API info would be the CFCs
themselves. If you view them in your browser you will see docs.
On Mon, Apr 20, 2009 at 2:00 PM, Maureen Barger wrote:
>
> Hi - I am looking for info on using the cfadmin api to copy sandbox
> security from instance to instance. For on
I think you escape in Verity with \.
It is in the docs though. I'm certain of that.
On Thu, Apr 16, 2009 at 10:26 AM, Joe None wrote:
>
> How do you send in a parenthesis () value to Verity without it throwing up?
> I've tried URLEncodedFormat() and URLDecode(), neither seems to work well. An
http://cflib.org/udf/RGBtoHex
On Wed, Apr 15, 2009 at 1:03 PM, Pranathi Reddy wrote:
>
> Hi All..
> I have a quick qn..
> How do we convert RGB input text data to hex or color in coldfusion.
> Do we have any inbuilt function or we need to use javascript for that.
>
> Thanks,
> Pranathi
>
>
~~~
I assume you mean: isImageFile()
On Fri, Apr 10, 2009 at 2:25 PM, Tony Bentley wrote:
>
> I was reading 'Question about Hack' and this brought up another question;
>
> Is it safe to assume that using the ImageRead() function will result in a
> more secure file upload system?
>
> I have an app
The offset is passed to the CFC constructor:
In the example above, the offset is -5.
FYI, I don't read cf-talk very often. Your best bet is to contact me
directly, or use the "Contact Project Owner" link at RIAForge.
On Wed, Apr 8, 2009 at 12:52 PM, Matt Blatchley wrote:
>
> I've recently do
image
> ( or create new empty one ) and you can write text to it.
>
> http://tutorial4.learncf.com/
>
> Paul.
>
--
=======
Raymond Camden, ColdFusion Jedi Master
Email: r...@camdenfamily.com
Blog : www.c
he verity filter or save the files from AI CS4 and Acrobat 9 to solve
> the problem?
--
===========
Raymond Camden, VP of Software Dev, Broadchoice
Email: r...@camdenfamily.com
Blog : www.coldfusionjedi.com
AOL IM : c
Did you check your logs to ensure onSessionEnd wasn't throwing an error?
On Thu, Mar 26, 2009 at 2:14 PM, Tony Bentley wrote:
>
> This is the first time I have tried to work with sessions and so far
> everything seems to be working fine except the OnSessionEnd function is not
> working. I have
It's my own, so I'm biased, and it is a bit rusty, but Harlan is one.
http://harlan.riaforge.org
On Tue, Mar 24, 2009 at 6:56 PM, Ben Conner wrote:
>
> Hi,
>
> Has anyone had any personal experience good/bad with banner ad
> software? I see several available on the exchange forum at Adobe. Ju
I am not aware of anyone doing so - but if you are able to get it
working, please contact me offlist. I could include the work, or maybe
even just a description of the work, within the Galleon documentation.
On Sun, Mar 8, 2009 at 1:12 PM, Seb Duggan wrote:
>
> Has anyone ever carried out a succ
If I may be so bold, I'll also bring up this article:
http://www.adobe.com/devnet/coldfusion/articles/coldfusion_facebook.html
On Sat, Mar 7, 2009 at 12:22 PM, Monte Chan
wrote:
>
> Hi Michael,
>
> I have done five Facebook apps using ColdFusion and there are 3 others in the
> works right now
I have not used it, but readers on my blog recommended it:
jqGrid: http://www.trirand.com/blog/
On Sun, Mar 1, 2009 at 2:41 PM, Scott Stewart wrote:
>
> Hey all,
>
>
>
> Does anyone have a recommendation for a JQuery based datagrid that's easily
> adapted to ColdFusion?
>
>
>
> --
> Scott Stew
By default, if the user enters
x y
to search, Verity treats it as a phrase. You can modify their search
by changing any space to a comma. So "x y" becomes "x,y". Although I
think you want an AND search, so you could simply change any space to
" AND ".
You can see more on this in the CF Dev Guid
I just searched for coldfusion tomcat ses url and found:
http://www.justskins.com/forums/ses-search-engine-safe-doesnt-work-with-coldfusion-mx7-72409.html
This help?
On Sat, Feb 28, 2009 at 7:55 AM, Dan Vega wrote:
>
> The 404 is coming from tomcat.
>
> HTTP Status 404 -
>
The issue is that CF uses interpolation for the nulls values. You can
get around this by following this tip:
http://www.coldfusionjedi.com/index.cfm/2008/9/17/Ask-a-Jedi-Handling-nulls-in-a-chart
On Fri, Feb 20, 2009 at 12:13 PM, Billy Cox wrote:
>
> I have a report that needs compare current y
>
> I am relatively new to CF8 and loving it, but it is real easy to get lost in
> all the new toys. If you could point me to a specific place in the
> documentation I would really appreciate it.
>
>
> -Original Message-
> From: Raymond Camden [mailto:rcam...@gmail.com]
>
Have you looked at CF8's drawing features?
On Tue, Feb 17, 2009 at 9:49 AM, Terry Troxel wrote:
>
> Is there anyway to draw in cf8 a trapezoid that will resize based upon
> fields in a database ie left leg height, right leg height, bottom leg width?
> I have no skills in Flash or Java if that is
Can you show a bit more code, specifically how you pass the XML to cfchart?
On Sun, Feb 15, 2009 at 3:40 PM, Terry Ford wrote:
>
> Hey folks,
>
> CF8. I am plotting on X-axis "scores" (values 1 to 10), and on the Y-axis
> the number of people scoring that score.
>
> However, CFCHART is formatt
Is this what you mean?
http://www.coldfusionjedi.com/index.cfm/2007/8/20/Custom-grid-renderers-with-CFGRID
On Thu, Feb 12, 2009 at 4:14 PM, Robbie Byrd wrote:
>
> Hi there,
>
> I'm pulling my hair out trying to figure out how to set a row color based on
> a CFC returning either a specific CSS
Use the AdminAPI:
adminObj = createObject("component","cfide.adminapi.administrator");
adminObj.login("admin");
debugger = createObject("component", "cfide.adminapi.debugging");
logfolder = debugger.getLogProperty("logdirectory");
#logfolder#
On Tue, Feb 10, 2009 at 5:02 PM, Varun Dixit wrot
Don, I'm the creator of Galleon. If you have an questions, feel free
to ping me directly at ray at camdenfamily dot com. I don't follow
cf-talk very closely and wanted to make sure you knew how to contact
with me any problems.
On Thu, Feb 5, 2009 at 7:14 PM, Rob Parkhill wrote:
>
> Don,
> Galleo
You need to use the onApplicationStart method. It is run once per
application startup. You can then remove the CFIF around the code.
Also, you can combine the cfobject, cfset into one line:
On Mon, Feb 2, 2009 at 1:03 PM, Kevin Lemke wrote:
>
> I have an application that is using an applicati
Use the directory attribute of cfpresentation.
On Tue, Feb 3, 2009 at 12:12 AM, John Barrett wrote:
>
> Hi,
> First sorry if this posted twice, I hit return my mistake.
> Does anybody know how to save a cfpresentation app? I would like to save the
> swf file(I assume it uses flex like cfform="f
nks.
>
> Don
> Chunshen Li
>
--
===========
Raymond Camden, VP of Software Dev, Broadchoice
Email: r...@camdenfamily.com
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster
Keep up to date with the community: http://www.coldfusionbloggers.org
~
Did you specify POST format? If not, it is doing a GET request.
On Tue, Jan 27, 2009 at 4:55 AM, dev losh wrote:
> Hey Thanks Kumar we idendifed that the error is because of new lines in it.
>
> Do you have any solution for this issue ? thanks a lot.
>
> Dev
>
>>Does the Text Area have new lines
Yeah, I'm a bit confused now too. On another listserver I've got a
request out to Adobe to help clarify this.
Who knew PDFs could be so exciting??
On Fri, Jan 23, 2009 at 2:38 PM, Jochem van Dieten wrote:
> On Fri, Jan 23, 2009 at 6:00 PM, Raymond Camden wrote:
>> Yep, th
I would think so. Again, if you can post the XML itself, we can try it
ourselves, right? :)
On Fri, Jan 23, 2009 at 1:22 PM, Chris Jordan wrote:
> Okay, so I've been messing around with my SOAP response and I've gotten a
> little further, but not much. The response I get back looks like this:
>
Well,l noticed your SOAP request had some hidden/secret info in it.
Can you post the result XML to the list? Then we can play with it.
On Fri, Jan 23, 2009 at 1:28 PM, Chris Jordan wrote:
> Yeah, just replied to Ray on that same theme... Tried that all day on
> Wednesday with no success. I wrote
Kind of OT, but why are you making/parsing SOAP when CF can do that
for you with cfinvoke?
On Fri, Jan 23, 2009 at 12:31 PM, Chris Jordan wrote:
> I've got a SOAP response in xml format, and I need to know how to traverse
> it. I found that I should be able to use XmlSearch(xmlDoc, xPathString) t
ou are still screwed.
On Fri, Jan 23, 2009 at 10:56 AM, Jochem van Dieten wrote:
> On Fri, Jan 23, 2009 at 4:40 PM, Raymond Camden wrote:
>> http://www.coldfusionjedi.com/index.cfm/2009/1/23/How-to-remove-a-password-from-a-PDF-using-ColdFusion
>
> PDFs have 2 passwords, a user pas
an 23, 2009 at 10:19 AM, Kenny J. Willis
wrote:
> Ray, if DDX is so picky about the "none" to "None" did you check this
> issue with the encrypt portion of cfpdf? Thanks for the work around. I
> will be checking this out later.
>
> -----Original Message-
> Fro
t; I ran into the same issue. That's why I asked for the syntax
> previously.
>
> ken
>
--
===========
Raymond Camden, VP of Software Dev, Broadchoice
Email: r...@camdenfamily.com
Blog : www.coldfusion
question. What is syntax for the second cfpdf call to strip
> the password?
>
> -Original Message-
> From: Raymond Camden [mailto:rcam...@gmail.com]
> Sent: Thursday, January 22, 2009 6:05 PM
> To: cf-talk
> Subject: Re: view protected pdf
>
> No, one tag to read
Kenny, I ran into some trouble using cfpdf to remove the password. So
much trouble that I think I must be an idiot and missing something.
I'm going to do a blog post on in a bit later, so please watch
www.coldfusionjedi.com today in case I forget to post back on this
thread.
On Thu, Jan 22, 2009
No, one tag to read it in, then a second cfpdf call to remove the
password, then the cfheader/cfcontent to serve it up.
On Thu, Jan 22, 2009 at 5:28 PM, Kenny J. Willis
wrote:
> In your example (without cfheader), at what point do I have to strip out
> the password? Is this done previous to thi
" >. Where is
> foo.pdf physically located at thispoint and can we strip the password
> using cfpdf just before the cfcontent?
>
>
> -----Original Message-
> From: Raymond Camden [mailto:rcam...@gmail.com]
> Sent: Thursday, January 22, 2009 2:29 PM
> To: cf-talk
&
On Thu, Jan 22, 2009 at 4:31 PM, Kenny J. Willis
wrote:
> I do believe this is probably my solution until a better one comes
> along. I agree about the hacker problem, but I am also wary about my
> own users (I have no reason. I just am thinking ahead). Most breaches
> are from the inside and t
"
The only tricky part is the toBinary to convert the PDF 'object' into
pure binary data. You probably also want to include a file name for
the download.
Here is a better example:
"
On Thu, Jan 22, 2009 at 4:20 PM, Kenny J. Willis
wrote:
> How do I output the pdf variable to the client
Why not simply use cfpdf to remove the password when the user requests
to view the pdf, and store the new pdf in a location that is served up
by cfcontent, and then delete the file after a certain amount of time?
You can a scheduled to remove any of these files made more than N
minutes ago.
As an
Eh? You -can- remove a password. As I, and others have said though, to
_view_ the PDF you need a client program and that client program is
built with security in mind. It won't just ignore a password setting
because you want it to. You either have a password, or you don't.
On Thu, Jan 22, 2009 at
On Thu, Jan 22, 2009 at 3:23 PM, Kenny J. Willis
wrote:
> This seems to be a very short sided tag . Why allow to
> discreetly protect files and then have no way to display them.
cfpdf is a _server_ side tag. It modifies the setting of a PDF file.
If you want to _view_ it w/o a password that is a
Remove the password on a _copy_ of the original.
If you want to get fancy, you can
a) Copy the original pdf
b) Remove password
c) Delete pages 5-*
d) Let the user download the unprotected PDF, but only the first 4 pages.
On Thu, Jan 22, 2009 at 2:08 PM, Kenny J. Willis
wrote:
> How can I p
701 - 800 of 3833 matches
Mail list logo