Re: iText version in CF9

2010-03-22 Thread Tom Chiverton
On Monday 15 Mar 2010, Craigsell wrote: I jsut started working with iText version 5.0.1 from my CF8 8.0.0 instance. Soon we will be migrating to CF9. Does anyone know the itext version that ships with CF9 and if there are any differences with the latest version? I know the new version was

Re: Coldfusion 8 Webservice Help!

2010-03-22 Thread Mike Chabot
ColdFusion comes with a free manual and developer's guide that can be found online. The developer's guide is very good and contains examples. What you are trying to do is built into the product, so you don't need to download anything extra.

Coldfusion SQL Hack

2010-03-22 Thread Anthony Doherty
I have a site page that is only using the query below and the site keeps getting hit by SQL hacks. I have looked through every SQL query and all the queries are using cfqueryparam value=#URL.???# cfsqltype=cf_sql_numeric so they cant be hacked. Can someone explain how I can amend this query

RE: Coldfusion SQL Hack

2010-03-22 Thread Hugo Ahlenius
Anthony Doherty wrote on 2010-03-22: I have a site page that is only using the query below and the site keeps getting hit by SQL hacks. I have looked through every SQL query and all the queries are using cfqueryparam value=#URL.???# cfsqltype=cf_sql_numeric so they cant be hacked. What

Re: Coldfusion SQL Hack

2010-03-22 Thread Joe None
I have a site page that is only using the query below and the site keeps getting hit by SQL hacks. I have looked through every SQL query and all the queries are using cfqueryparam value=#URL.???# cfsqltype=cf_sql_numeric so they cant be hacked. Can someone explain how I can amend this

Re: Coldfusion SQL Hack

2010-03-22 Thread Dorioo
I'm making certain assumptions but are you ensuring your feedback is clean when it's saved? If it's not, that'd explain how they're getting nastiness into the DB which is the called in that query. If not, explain a little more of the attack as that query would not be susceptible to sql injection

Re: Coldfusion SQL Hack

2010-03-22 Thread Anthony Doherty
The Feedback section is entered with an administration section and this is locked down with a username and password. The feedback section is only a text field and the person using the site lets say is not clued in! Throughout the site i have a number of pages that are database driven and the

Re: Coldfusion SQL Hack

2010-03-22 Thread Peter Boughton
That's not SQL injection, it's HTML injection. (Or XSS as the fashionable term is). You need to use HtmlEditFormat (or similar function) to ensure all content output to HTML pages gets appropriately escaped. (If you need to allow certain HTML, escape it all, and then unescape only the safe

Re: Coldfusion SQL Hack

2010-03-22 Thread Dorioo
The query you provided is only retrieving the offending code but would likely not be the source. I'd look at other sources. 1. Check if the javascript is saved in the database along with the feedback. If it is, then start looking at all the places where the feedback is entered. 2. Are you

ColdFusion Builder now available, includes Flash Builder

2010-03-22 Thread lists
Last night at midnight EST Adobe made available for purchase the final version of ColdFusion Builder. Priced at $299 it includes a full license of Flash Builder Standard. http://www.adobe.com/products/coldfusion/buy/ You can even upgrade to CFBuilder and Flash Builder from Flex Builder 3

good forums

2010-03-22 Thread Richard White
hi, i have used this forum whilst learning coldfusion and the community is excellent. I have always had answers to my questions within minutes and has really helped. I am currently very new to extjs and attempting to learn it from scratch. Unfortunately there are many questions I have but

Re: Coldfusion SQL Hack

2010-03-22 Thread Anthony Doherty
How can I check use this function 'HtmlEditFormat' on my FEEDBACK field? Also before I removed the code there was some javascript being stored in the FEEDBACK field as well. I dont think they are entering the HACK from the administration section but could this type of HACK be made from a

Re: Coldfusion SQL Hack

2010-03-22 Thread Dorioo
1. You'd use HtmlEditFormat on any page that displayed the feedback. So on the public page if you show it back to the user and on the admin page. Generally, anywhere you're using #feedback# you'd want to do #htmlEditFormat(feedback)# 2. Yes, if you have a public form that is a simple text box

Re: Coldfusion SQL Hack

2010-03-22 Thread Mike Chabot
The query you wrote is not hackable via SQL injection. No changes need to be made to it. -Mike Chabot On Mon, Mar 22, 2010 at 7:04 AM, Anthony Doherty a.dohe...@advancesystems.co.uk wrote: I have a site page that is only using the query below and the site keeps getting hit by SQL hacks.  I

Re: Data Parse error

2010-03-22 Thread Steven Sprouse
Scott, The error is: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][DataDirect][ODBC SequeLink driver][ODBC Socket][DataDirect][ODBC FileMaker driver][FileMaker]Parse Error in SQL brThe error occurred on line 473. I tried simplifying the insert query to

RE: ColdFusion SQL Hack

2010-03-22 Thread Paul Alkema
I would ensure that every single update / insert on your site is using cfqueryparam's for security sake, however It sounds to me like your issue is not SQL injection.. but more XSS attacks. An XSS attack is where data is inserted into into a page usually via a database input field somewhere which

Cfsearch - Spell Checker

2010-03-22 Thread Paul Alkema
Hi All, The CfSearch tag has a built in spell checker however, the company I work for is an engineering company so words that people would search for and make spelling issues are a bit more advanced than the built in spell checker that adobe has provided by default via the cfSearch tag. Does

RE: ColdFusion SQL Hack

2010-03-22 Thread Mark A. Kruger
Script protection can also be enabled on an application basis. If you are confident that your admin tools are not easily hacked you can have a public application with scriptprotect disabled and an admin section with it enabled... this is fairly common when using a CMS. cfapplication name=blah

Re: good forums

2010-03-22 Thread Won Lee
1) http://www.extjs.com/learn/Main_Page. You should do the tutorials. 2) While not a forum, Cutter's blog is worth reading while drinking one's morning coffee. http://blog.cutterscrossing.com/ 3) I'm surprised that the ExtJs forums hasn't been more helpful. I've had a lot of success on

Re: CF8 cfselect ajax features - what am I missing?

2010-03-22 Thread Tony Bentley
Looks like you've made progress but the change is happening without any user notification. You need the fancy web 2.0 ajax icon. ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Does not contain dilema

2010-03-22 Thread Orlini, Robert
I have a form with a field call intype which I need to filter and NOT send an email if the form does contain a certain list of states, but does not contain the value k-12 for intype. The cfif I have that does not seem to work is: CFIF United States Contains Country and K-12 does not contain

session variables

2010-03-22 Thread daniel kessler
I have a login page that sets session (session.user). I was told that to make it a secure login, I needed to go to that page using https instead of http. I did that and had certificate problems so I backed out my changes. Since then, anyone that tried to log in when it was using https is

RE: Does not contain dilema

2010-03-22 Thread DURETTE, STEVEN J (ATTASIAIT)
Not knowing the exact logic, I believe you need to change to this. cfif United States Contains Country and K-12 does not contain intype and ((State is IL) or (State is IA)) Better yet: cfif listFindNoCase(Country, United States), and NOT listFindNoCase(intype, K-12) and listFindNoCase(IL,IA,

RE: session variables

2010-03-22 Thread Justin Scott
Since then, anyone that tried to log in when it was using https is now having problems with their session variables when logging now that it is using http. Are you using the secure attribute when setting the cookies? Is the SSL domain the same as the non-SSL domain (i.e. secure.example.com

Re: session variables

2010-03-22 Thread daniel kessler
Are you using the secure attribute when setting the cookies? I don't know about a secure attribute. I'm not setting cookies though, but session variables. Is the SSL domain the same as the non-SSL domain (i.e. secure.example.com vs. www.example.com)? I'm just adding an s to http. In

Re: ColdFusion SQL Hack

2010-03-22 Thread Anthony Doherty
I have added the #htmlEditFormat# TAG and will monitor the site over the coming weeks and she what happens Thanks for everyone who helped! ~| Want to reach the ColdFusion community with something they want? Let them know on

Re: session variables

2010-03-22 Thread Ian Skinner
On 3/22/2010 8:55 AM, daniel kessler wrote: Are you using the secure attribute when setting the cookies? I don't know about a secure attribute. I'm not setting cookies though, but session variables. CFML relies on two values CFID and CFTOKEN, or a single value JSESSIONID

CFC Newbie

2010-03-22 Thread Scott Raley
I'm trying to get out of MX non CFC world. I've now working with CF8 and want to start converting some of my things to use CFC's. Specifically how I can use forms to interact with CFC's to add/edit/delete data. I've read a few tutorials from adobe about them and what I've seen on a few blogs but

RE: Does not contain dilema

2010-03-22 Thread Paul Alkema
First off, as a general rule I would put the variable first, then the string. So you have cfif united States contains country. I would try cfif country contains united states. Secondly.. You need to var your variables. If country is a form variable refer to it as form.country... not just

Re: session variables

2010-03-22 Thread Jason Fisher
From a session perspective, the session cookie (the browser side of the session) for https://www.mysite.com is *not* shared with the session cookie for http://www.mysite.com. If crossing from one to the other, therefore, there are 2 options: 1) User has to log back in after the switch 2)

Re: CFC Newbie

2010-03-22 Thread Dave Watts
I'm trying to get out of MX non CFC world. I've now working with CF8 and want to start converting some of my things to use CFC's. Specifically how I can use forms to interact with CFC's to add/edit/delete data. I've read a few tutorials from adobe about them and what I've seen on a few blogs

ColdFusion Builder Released!

2010-03-22 Thread Adrocknaphobia
The subject says it all. If you haven't looked at ColdFusion Builder since the last public beta, you should check out the final release. There have been about 4 months of performance enhancements, bug fixes and tweaks since then. You can download a 60-day trial of ColdFusion Builder from

RE: session variables

2010-03-22 Thread Justin Scott
I'm not setting cookies though, but session variables. That's what I get for responding to the list while on the phone, doh! -Justin ~| Want to reach the ColdFusion community with something they want? Let them know on the

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Roberts
299.00? WTF? What the heck is Adobe smoking? Looks like its back to CFEclipse for me! Eric -Original Message- From: Adrocknaphobia [mailto:adrocknapho...@gmail.com] Sent: Monday, March 22, 2010 11:46 AM To: cf-talk Subject: ColdFusion Builder Released! The subject says it all. If

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
It's bundled with FlashBuilder 4 which is nice. That's actually a pretty decent price. On Mon, Mar 22, 2010 at 12:10 PM, Eric Roberts ow...@threeravensconsulting.com wrote: 299.00? WTF? What the heck is Adobe smoking? Looks like its back to CFEclipse for me! Eric -Original

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Roberts
Considering that I don't need flash...no it's not. If flash is the cost, then they should offer a version without flash builder. I think it is an outrageous price for a plugin. Eric -Original Message- From: Jake Churchill [mailto:reyna...@gmail.com] Sent: Monday, March 22, 2010 12:14

Re: ColdFusion Builder Released!

2010-03-22 Thread Charlie Griefer
Yeah, assuming you have an interest in FlashBuilder. There was no way Adobe was going to please everybody (well, not without outright giving it away... which wouldn't have pleased the shareholders). For those who are interested in FlashBuilder (and I'm one of 'em), this is a pretty smokin'

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
There's a $249 version that doesn't have FlashBuilder On Mon, Mar 22, 2010 at 12:21 PM, Charlie Griefer charlie.grie...@gmail.com wrote: Yeah, assuming you have an interest in FlashBuilder. There was no way Adobe was going to please everybody (well, not without outright giving it away...

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
Sorry, I think that's if you want FlashBuilder without ColdFusionBuilder On Mon, Mar 22, 2010 at 12:23 PM, Jake Churchill reyna...@gmail.com wrote: There's a $249 version that doesn't have FlashBuilder On Mon, Mar 22, 2010 at 12:21 PM, Charlie Griefer charlie.grie...@gmail.com wrote:

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Roberts
That is still crazy for a plugin. Adobe...please lay off the crack. There is no way that CFBuilder is worth that much. Eric -Original Message- From: Jake Churchill [mailto:reyna...@gmail.com] Sent: Monday, March 22, 2010 12:23 PM To: cf-talk Subject: Re: ColdFusion Builder Released!

Re: ColdFusion Builder Released!

2010-03-22 Thread Joe None
The subject says it all. If you haven't looked at ColdFusion Builder since the last public beta, you should check out the final release. There have been about 4 months of performance enhancements, bug fixes and tweaks since then. You can download a 60-day trial of ColdFusion Builder from

Re: ColdFusion Builder Released!

2010-03-22 Thread Charlie Griefer
On Mon, Mar 22, 2010 at 10:17 AM, Eric Roberts ow...@threeravensconsulting.com wrote: Considering that I don't need flash...no it's not. If flash is the cost, then they should offer a version without flash builder. I think it is an outrageous price for a plugin. That really depends on

RE: ColdFusion Builder Released!

2010-03-22 Thread brad
There's a $249 version that doesn't have FlashBuilder Do you have a link for that? I was unable to find a copy of CF Builder without Flash Builder (Even though I would rather have it with). I did, however, find a version of Flash Builder Standard for $250. Are you sure that isn't what you

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 1:20 PM, Joe None drue...@comcast.net wrote: I think it's a mistake to charge for it. Microsoft has Visual Studio that's free (last I checked anyhow) and I believe there are free IDE's for PHP as well. $249-299 seems steep if you want to expand CF to a larger

Re: ColdFusion SQL Hack

2010-03-22 Thread Joe None
I have added the #htmlEditFormat# TAG and will monitor the site over the coming weeks and she what happens Thanks for everyone who helped! The Feedback section is entered with an administration section and this is locked down with a username and password. If you say the person doing

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Roberts
I can see $50 or $60 for this...not $299 or even $249. I think Adobe has forgotten who their greatest marketing tools are...the folks who are taking up the slack where they are criminally absent. Eric -Original Message- From: Jake Churchill [mailto:reyna...@gmail.com] Sent: Monday,

RE: ColdFusion Builder Released!

2010-03-22 Thread mark
You guys are a bunch of whiners. I don't know if I'll buy ColdFusion Builder yet, but if I do...$300 is cheap, for any software. What do you guys want?! Free? How much work do you do for free? Don't buy it...fine, but don't whine about $300. -Original Message- From: Eric Roberts

RE: ColdFusion Builder Released!

2010-03-22 Thread Scott Raley
Not when cfeclipse does a lot of what they are trying to do and hell cfbuilder looks like cfeclipse -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Monday, March 22, 2010 1:24 PM To: cf-talk Subject: RE: ColdFusion Builder Released! That is still

RE: ColdFusion Builder Released!

2010-03-22 Thread Justin Scott
There was no way Adobe was going to please everybody (well, not without outright giving it away... which wouldn't have pleased the shareholders). Even if they gave it away it's still pretty much useless for my workflow. I need a lightweight editor which has some basic knowledge of ColdFusion

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 1:33 PM, mark m...@mdprofinish.com wrote: You guys are a bunch of whiners. I don't know if I'll buy ColdFusion Builder yet, but if I do...$300 is cheap, for any software. What do you guys want?! Free? How much work do you do for free? Don't buy it...fine, but

Re: session variables

2010-03-22 Thread daniel kessler
From a session perspective, the session cookie (the browser side of the session) for https://www.mysite.com is *not* shared with the session cookie for http://www.mysite.com. It sounds like they then won't mess with each other. If I wanted to get rid of the https variables then I could just

Re: ColdFusion Builder Released!

2010-03-22 Thread Wil Genovese
I switched back to CFEclipse last week. CFBuilder is not ready for prime time in too many ways. There are over 2000 open bugs and issues listed in the public bug tracker. If you read my morning blog post you'll know that CFBuilder also suffers from very poor performance. At $299 I expect a

Re: ColdFusion Builder Released!

2010-03-22 Thread Charlie Griefer
On Mon, Mar 22, 2010 at 10:36 AM, Justin Scott jscott-li...@gravityfree.com wrote: There was no way Adobe was going to please everybody (well, not without outright giving it away... which wouldn't have pleased the shareholders). Even if they gave it away it's still pretty much useless

Re: ColdFusion Builder Released!

2010-03-22 Thread Jason Fisher
@Joe, last time I got a quote for Visual Studio for my developers, it ran over $600 / seat ... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: ColdFusion Builder Released!

2010-03-22 Thread Charlie Griefer
On Mon, Mar 22, 2010 at 10:40 AM, Casey Dougall ca...@uberwebsitesolutions.com wrote: On Mon, Mar 22, 2010 at 1:33 PM, mark m...@mdprofinish.com wrote: You guys are a bunch of whiners. I don't know if I'll buy ColdFusion Builder yet, but if I do...$300 is cheap, for any software.

Re: ColdFusion Builder Released!

2010-03-22 Thread Dave Watts
$329.95 for Microsoft Office... Now some say that's over priced but look at what you get... Access Excel Outlook with Business Contact Manager PowerPoint Publisher Word They're able to do this because they sell enough copies. I doubt there will be hundreds of millions of people buying

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Roberts
The issue is that it is a plugin, not a full IDE...Eclipse already provides the IDE and that is free. If this was a package that they developed on there own like DW...then that would be different. Even so, they should be encouraging developers, since we are the ones doing their marketing work

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Roberts
That is a full package that contains 5 or 6+ individual programs...not a plugin for a free and open source IDE... Eric -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Sent: Monday, March 22, 2010 12:40 PM To: cf-talk Subject: Re: ColdFusion Builder

Re: ColdFusion Builder Released!

2010-03-22 Thread Michael Dinowitz
Just to nip this in the bud. I'm letting debate on cfbuilder go on for the moment (it's not really technical) but once we get close to attack language, it's getting close to closing the thread. Keep it civil and on topic and we're all good. Thanks for helping me be less of a bad guy list

RE: ColdFusion Builder Released!

2010-03-22 Thread Justin Scott
The fact that it doesn't fit your particular workflow also falls into the There was no way Adobe was going to please everybody bucket :) Exactly. I need a Ford F-150, they've delivered a Caterpillar 797B. If you happen to be on a Mac, I'd highly recommend TextMate I don't use a Mac

RE: ColdFusion Builder Released!

2010-03-22 Thread Paul Alkema
I agree, I wouldn't want flashbuilder but I would want cfbuilder. I wouldn't want to pay for flashbuilder if I don't want it. I'm switching back to cfEclipse. -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Monday, March 22, 2010 1:18 PM To:

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 1:48 PM, Dave Watts dwa...@figleaf.com wrote: $329.95 for Microsoft Office... Now some say that's over priced but look at what you get... Access Excel Outlook with Business Contact Manager PowerPoint Publisher Word They're able to do this because

Re: ColdFusion Builder Released!

2010-03-22 Thread Dave Watts
The issue is that it is a plugin, not a full IDE...Eclipse already provides the IDE and that is free.  If this was a package that they developed on there own like DW...then that would be different. Why would this be any different? Your problem here, in my opinion, is that you're looking at

RE: Cfsearch - Spell Checker

2010-03-22 Thread Paul Alkema
I asked this question at 10:03 AM this morning. Does anyone have any idea's on this? Thanks, Paul From: Paul Alkema [mailto:paulalkemadesi...@gmail.com] Sent: Monday, March 22, 2010 10:03 AM To: 'cf-talk@houseoffusion.com' Subject: Cfsearch - Spell Checker Hi All, The CfSearch tag

Re: ColdFusion Builder Released!

2010-03-22 Thread Dave Watts
Back to corporate America doing their part to raise money for share holders, at the expense of their employees working harder for less. You work for free? If not, why do you expect others to give you things for free? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: ColdFusion Builder Released!

2010-03-22 Thread Charlie Griefer
On Mon, Mar 22, 2010 at 10:59 AM, Eric Roberts ow...@threeravensconsulting.com wrote: The issue is that it is a plugin, not a full IDE...Eclipse already provides the IDE and that is free. If this was a package that they developed on there own like DW...then that would be different. Even

Re: ColdFusion SQL Hack

2010-03-22 Thread Al Musella, DPM
I would also add this: http://www.cflib.org/udf/FormStripHTMLhttp://www.cflib.org/udf/FormStripHTML strip out the html before it goes into the database. This query below is only hackable if the County.ID is a text field and people can enter it from a website. (Like if you ask for an

Re: ColdFusion Builder Released!

2010-03-22 Thread Jordan Michaels
Agreed. I like that CFBuilder comes with the Adobe-Specific features. We don't use Flash or Flex extremely often, but when we do it's nice to have the option to use a tool that is designed to make using those technologies super-simple. Warm regards, Jordan Michaels Vivio Technologies

Re: ColdFusion Builder Released!

2010-03-22 Thread denstar
On Mon, Mar 22, 2010 at 12:18 PM, Dave Watts wrote: Back to corporate America doing their part to raise money for share holders, at the expense of their employees working harder for less. You work for free? If not, why do you expect others to give you things for free? I do a lot of work

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 2:18 PM, Dave Watts dwa...@figleaf.com wrote: Back to corporate America doing their part to raise money for share holders, at the expense of their employees working harder for less. You work for free? If not, why do you expect others to give you things for free?

Re: ColdFusion Builder Released!

2010-03-22 Thread Kris Sisk
You guys are a bunch of whiners. I don't know if I'll buy ColdFusion Builder yet, but if I do...$300 is cheap, for any software. What do you guys want?! Free? How much work do you do for free? Don't buy it...fine, but don't whine about $300. $300 cheap for any software? What kind of Kool

Re: ColdFusion Builder Released!

2010-03-22 Thread Adrocknaphobia
Eric, It's clear that ColdFusion Builder is not for you. However, there are a lot of people who don't mind paying for a tool that they will use 40+ hour a week. You clearly aren't one of them and that's why CFE isn't going anywhere. :-) Will, It would be helpful if you could provide specific

Re: ColdFusion Builder Released!

2010-03-22 Thread Wil Genovese
Adam, those are already in the bug tracker. I was really disappointed when CFBuilder we released this morning. I really think it needs more work. I highlight my main beefs on my blog this morning. http://www.trunkful.com/index.cfm/CF-Builder Wil Genovese One man with courage makes a

RE: ColdFusion Builder Released!

2010-03-22 Thread Andy Matthews
What does that have to do with it? That's a pretty lame excuse. I could say why should you charge for a website when Microsoft or Apache built the web server your site runs on? andy -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Monday, March 22,

Re: ColdFusion Builder Released!

2010-03-22 Thread Jochem van Dieten
On Mon, Mar 22, 2010 at 6:13 PM, Jake Churchill wrote: It's bundled with FlashBuilder 4 which is nice.  That's actually a pretty decent price. You get it for 'free' with Flash Builder 4 Premium, which is a EUR 270 upgrade from Flex Builder 3. Over 2 years that is less then 60 cents per day.

RE: ColdFusion Builder Released!

2010-03-22 Thread Andy Matthews
Kris... If ColdFusion has free products as its chief competition then why are you dropping the money to purchase ColdFusion? There's a reason for that...it's the same reason you might drop cash for ColdFusion Builder, and it's the same argument that Charlie has been making since the thread

RE: ColdFusion Builder Released!

2010-03-22 Thread Andy Matthews
Two years ago my company of 60+ was spending almost $20k a year on coffee. andy -Original Message- From: Jochem van Dieten [mailto:joch...@gmail.com] Sent: Monday, March 22, 2010 2:27 PM To: cf-talk Subject: Re: ColdFusion Builder Released! On Mon, Mar 22, 2010 at 6:13 PM, Jake

CFPDFForm and iText signature

2010-03-22 Thread Chad Gray
I am using CFPDFForm to populate a PDF form with data from a database and save it to the server. This works fine. I open it and the data is in the PDF. I added another step to the CFM page that after CFPDFForm saves the file I run iText to apply a signature to the PDF and flatten the form.

Re: ColdFusion Builder Released!

2010-03-22 Thread Adrocknaphobia
Wil, If you can provide the bug numbers, I'll dig into them. We spent the last 2 months working 1:1 with prerelease users on performance issues and resolved every single one we knew about. There is only so much we can do about the performance of 3rd party SVN plug-ins or the resources required

Re: session variables

2010-03-22 Thread Ian Skinner
On 3/22/2010 10:35 AM, daniel kessler wrote: Honestly, I'm not sure I'm understanding the problem and I am just trying to work through it. Session data in ColdFusion is tied to unique combinations of user, browser and domain. And the http and https versions of your website are viewed

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 3:29 PM, Andy Matthews li...@commadelimited.comwrote: Two years ago my company of 60+ was spending almost $20k a year on coffee. andy Could be cheaper to buy everyone one 5 hour energy a day...

Re: CFC Newbie

2010-03-22 Thread Tony Bentley
ask and you shall be enlightened: http://www.bennadel.com/blog/726-ColdFusion-Application-cfc-Tutorial-And-Application-cfc-Reference.htm ~| Want to reach the ColdFusion community with something they want? Let them know on

Re: CFC Newbie

2010-03-22 Thread Dave Watts
ask and you shall be enlightened: http://www.bennadel.com/blog/726-ColdFusion-Application-cfc-Tutorial-And-Application-cfc-Reference.htm While that's useful information to be sure, it doesn't address the original poster's question, which is about CFC use in general. Application.cfc is quite a

RE: CFC Newbie

2010-03-22 Thread Ben Forta
These are old, but may answer the question: http://www.adobe.com/devnet/coldfusion/articles/intro_cfcs.html http://www.adobe.com/devnet/coldfusion/extreme/bforta_cfc.html --- Ben -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, March 22, 2010 3:44 PM To:

RE: ColdFusion Builder Released!

2010-03-22 Thread Stephens, Larry V
So, for those of us who haven't used CFEclipse or kept track of CF Builder: what are the advantages of CF Builder over Dreamweaver. Another version of the same general animal or a different realm entirely? Larry Stephens ~|

Re: ColdFusion Builder Released!

2010-03-22 Thread Adrocknaphobia
Ray Camden posted a comparison matrix showing the differences between the various CF tools and Builder. http://www.coldfusionjedi.com/index.cfm/2010/3/22/Three-useful-ColdFusion-Builder-links http://www.coldfusionjedi.com/index.cfm/2010/3/22/Three-useful-ColdFusion-Builder-links -Adam On Mon,

RE: CFC Newbie

2010-03-22 Thread Scott Raley
Yep read those first Ben! -Original Message- From: Ben Forta [mailto:b...@forta.com] Sent: Monday, March 22, 2010 3:49 PM To: cf-talk Subject: RE: CFC Newbie These are old, but may answer the question: http://www.adobe.com/devnet/coldfusion/articles/intro_cfcs.html

Re: ColdFusion Builder Released!

2010-03-22 Thread Wil Genovese
Bugs: Bug# 82359 is a big one CFBuilder opens files from wrong location. Bug# 82358, 82290 Bug#'s 82190,81586,79025,74920 Bug# 82103 Bug# 82419 - no 64bit support on the Mac or on 64Bit Windows. Adam, the only plugin I use with ColdFusion Builder is Subversive. I use the exact plugin with my

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 3:53 PM, Adrocknaphobia adrocknapho...@gmail.comwrote: Ray Camden posted a comparison matrix showing the differences between the various CF tools and Builder. http://www.coldfusionjedi.com/index.cfm/2010/3/22/Three-useful-ColdFusion-Builder-links Doesn't

RE: CFPDFForm and iText signature

2010-03-22 Thread Chad Gray
Hmmm I had to add a CFPDF flatten=yes tag after CFPDFForm to flatten the PDF before stepping into the iText code. Slows the page WAY down, but that is the only solution I have found so far. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Monday, March 22,

Re: ColdFusion Builder Released!

2010-03-22 Thread Dave Watts
Doesn't Dreamweaver have secure ftp support? Yes.  And what is Extensible w/ CFML You can write CF Builder Extensions that have a server-side component, written in CFML. Some of the extensions that come with CF Builder do this already, I think. Dave Watts, CTO, Fig Leaf Software

RE: ColdFusion Builder Released!

2010-03-22 Thread Chad Gray
My only .02 on the subject is I hope it is eventually bundled with Creative Suite for web. Or maybe there needs to be a Creative Suite for Coder. I don’t use Illustrator, fireworks, soundbooth, bridge etc. So take those out and put in CFB and Flash Builder. Chad

Eclipse and FTP Support...

2010-03-22 Thread Christopher Stowell
does anyone have a link(s) to FTP plugins for Eclipse? Which ones do you recommend? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Eclipse and FTP Support...

2010-03-22 Thread Wil Genovese
Personally I never use FTP from within my IDE. That makes it to tempting to just edit code live and bypass the SVN and local dev testing. I think its a mater of enforcing best practices. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong.

Re: Eclipse and FTP Support...

2010-03-22 Thread Jake Churchill
CF Eclipse has a File Explorer View which supports FTP. I am working on a project now where the development server has a complex setup and it's just easier to code that way than set it up locally. On Mon, Mar 22, 2010 at 3:25 PM, Wil Genovese jugg...@visi.com wrote: Personally I never use

RE: ColdFusion Builder Released!

2010-03-22 Thread Eric Nicholas Sweeney
Amen Chad - - I would like to See Flex in there as well. Very frustrating to buy the Master Collection and have it missing a few tools I would prefer to have... However - I don't think they should remove anything - I just think the term Master Collection should include more - if not everything.

Re: ColdFusion Builder Released!

2010-03-22 Thread Wil Genovese
I had suggested to Adobe last June via my blog and in direct emails with Adam Lehman about a Builder Suite. http://www.trunkful.com/index.cfm/2009/6/12/New-Adobe-Pricing-and-Software-Bundles I was assured back then that discussion were deep at Adobe on this subject. It looks like they are

Re: ColdFusion Builder Released!

2010-03-22 Thread Ian Skinner
On 3/22/2010 1:35 PM, Eric Nicholas Sweeney wrote: Amen Chad - - I would like to See Flex in there as well. Flash Builder is the new name of what used to be called 'Flex' Builder. ~| Want to reach the ColdFusion

Re: ColdFusion Builder Released!

2010-03-22 Thread Casey Dougall
On Mon, Mar 22, 2010 at 4:49 PM, Ian Skinner h...@ilsweb.com wrote: On 3/22/2010 1:35 PM, Eric Nicholas Sweeney wrote: Amen Chad - - I would like to See Flex in there as well. Flash Builder is the new name of what used to be called 'Flex' Builder. Does Flash builder include Coldfusion

Re: ColdFusion Builder Released!

2010-03-22 Thread Charlie Griefer
On Mon, Mar 22, 2010 at 1:55 PM, Casey Dougall ca...@uberwebsitesolutions.com wrote: On Mon, Mar 22, 2010 at 4:49 PM, Ian Skinner h...@ilsweb.com wrote: On 3/22/2010 1:35 PM, Eric Nicholas Sweeney wrote: Amen Chad - - I would like to See Flex in there as well. Flash Builder is

  1   2   >