Re: CFFM 1.30 Released

2009-08-31 Thread Kevin Pepperman
Great work Rick. One thing I should mention, If you point this at a folder with a huge number of files, It can take up all resources pretty quickly, even taking all memory available to the JVM. I was playing and pointed it at a products imagery folder from a site I work for, which uses zoomify so

Re: issues with the list

2009-08-31 Thread Dave l
sadly I can't argue with that! you on the other hand. now that don l has taken such a humiliating beating on the railo list and thankfully stopped asking the most retarded, idiotic questions ever seen it will be a breeze to recognize your topics again without getting mixed up with his!! B

Re: Microsoft Velocity

2009-08-31 Thread s. isaac dealey
> I would add that if you really need a technology like memcached for > scaling, maybe you should consider switching operating systems for the > application servers. Thanks Mike. This is actually for an open source project of mine that's currently in development, rather than for a production site

CFScript issue

2009-08-31 Thread Phillip Vector
Ok. I'm at a loss and could use another pair of eyes on this... What I have is an array of items that the customer bought (aAutoShipLinesOld) and I also have a new list (aAutoShipLines) of the items they want now. What I'm trying to do is to put a log record into the table so that it will show w

cfpdf processddx problems

2009-08-31 Thread Mosh Teitelbaum
All: I'm using (or trying to) use the CFPDF processddx action to extract the text contents of a large number of PDF files. I'm running into two problems that I'm hoping you can help with. The first problem is that, on the hosted, production server, running the tag fails to write the conte

CFFM 1.30 Released

2009-08-31 Thread Rick Root
CFFM 1.30 has been fully ajaxified with jQuery, and integrates nicely as a file browser / uploader for FCKeditor, the new CKEditor 3.0, and TinyMCE (not recently tested) http://www.opensourcecf.com/cffm -- Rick Root CFFM - Open Source Coldfusion File Manager http://www.opensourcecf.com/cffm ~~

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-08-31 Thread Dave Watts
> I tried this to to the 'Adobe PDF' printer with no luck. I didn't get a > result or find a way to specify an output file. Have you got this working? You might want to Google "command-line pdf printing". Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-08-31 Thread Dave Watts
> Why does Adobe make it so difficult to work with XFA forms? Actually, they make it very easy to work with them. All you have to do is buy LC Output ES! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at ou

RE: CFPDF can not flatten liveCycle Forms - so how do you?

2009-08-31 Thread Brook Davies
I tried something else, with no success. I tried setting the permissions on a PDF so that allowFillIns,allowModifyContents, and allowModifyAnnotations were all disabled. Again, this works to 'flatten' AcroForms but again just removes all fields and data from XFA forms. Why does Adobe make it so

Re: Microsoft Velocity

2009-08-31 Thread Mike Chabot
I would add that if you really need a technology like memcached for scaling, maybe you should consider switching operating systems for the application servers. -Mike Chabot On Mon, Aug 31, 2009 at 11:09 AM, Mike Chabot wrote: > I assumed that Velocity was targeting the caching limitations in > A

Re: ColdFusion MX6.1: Using JavaScript with CFTREEITEM

2009-08-31 Thread Tony Bentley
I just developed a tree using JQuery and the built in functions for XML in Coldfusion. Also, I believe you can even use SQL to write the XML tree. http://docs.jquery.com/Plugins/Treeview/treeview ~| Want to reach the ColdFusio

Re: Microsoft Velocity

2009-08-31 Thread Mike Chabot
I assumed that Velocity was targeting the caching limitations in ASP.NET and wasn't meant for anything else. If it worked with ColdFusion or Java, that would be a pleasant surprise. Realistically ColdFusion already has great in-memory caching built-in. ASP.NET doesn't have good built-in support fo

Re: issues with the list

2009-08-31 Thread Will Tomlinson
> The session logout time is fairly short and everytime you write a long > post you got to copy and paste to save your work and relogin to post, > arg > I would just stop posting if I were you. I'm sure everyone would agree this is the best solution. :) Will ~~

Re: ColdFusion MX6.1: Using JavaScript with CFTREEITEM

2009-08-31 Thread Cutter (ColdFusion)
Sanjeev, Forgive me if my memory is faulty (6.1 is a little dated), but isn't the cftree implementation in 6.1 a Java Applet? You might want to look at ExtJs. I know that the ColdExt project supports the ExtJs based Tree. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia C

Re: Automated posting to Facebook, Twitter, and MySpace

2009-08-31 Thread Cutter (ColdFusion)
Mike, I won't tell you "It's dead simple", as dealing with any outside API can have it's quirks. That being said, a quick search of RIAForge, for both 'Twitter' and 'Facebook', brings up multiple results for ColdFusion and AS3 bits for interoperating with those services. It does not bring up

RE: CFPDF can not flatten liveCycle Forms - so how do you?

2009-08-31 Thread Brook Davies
Hi Jochem, I tried this to to the 'Adobe PDF' printer with no luck. I didn't get a result or find a way to specify an output file. Have you got this working? Brook -Original Message- From: Jochem van Dieten [mailto:joch...@gmail.com] Sent: August-28-09 1:31 PM To: cf-talk Subject: Re:

CFEclipse remember last line

2009-08-31 Thread Phillip Vector
I remember seeing this someplace, but I can't refind it (and I had to reinstall CFEclipse). There was a trick to having it remember the last line you were on when you closed the file. So I open a cfm file, select line 20 and then close it. Next time I open it, I'm already on line 20. Anyone know

ColdFusion MX6.1: Using JavaScript with CFTREEITEM

2009-08-31 Thread SANJEEV SINGLA
Hi All, I am using ColdFusion MX6.1 and want to build hirearchial tree using cftree and cftrritem. The problem I am facing is that upon click of the nodes (child nodes only not folders) I want to have some functionality. I am trying to use http://www.houseoffusion.com/groups/cf-talk/message.cf

Automated posting to Facebook, Twitter, and MySpace

2009-08-31 Thread Mike Kear
I have an association with a group of musicians (by that I mean several hundred bands, not just 5 musicians) who have a need to automate their web sites. They spend a lot of time updating bios, entering gig dates, uploading song samples etc, and having to do it several times to their name web

Re: Converting from SQL to mySql

2009-08-31 Thread Adam jean
> I am wondering how difficult it might be to migrate over to mySql from > SQL2000? Is this a daunting task? Any assistance would be much > appreciated. I would especially love to hear from someone who has done > this. > > > > Regards, > > > Doug B. Here is a tool to convert mssql to MYSQ

Re: Converting from SQL to mySql

2009-08-31 Thread Adam jean
> I am wondering how difficult it might be to migrate over to mySql from > SQL2000? Is this a daunting task? Any assistance would be much > appreciated. I would especially love to hear from someone who has done > this. > > > > Regards, > > > Doug B. Here is a tool to convert [url=http://