RE: cfmx and CAPTCHA

2004-06-17 Thread Adam Hope
the source code out. Please don't get your hopes up though. Adam Hope Development Team Leader Wanadoo UK PLC www.smartgroups.com -Original Message- From: Whittingham, P [mailto:[EMAIL PROTECTED] Sent: 16 June 2004 20:55 To: CF-Talk Subject: cfmx and CAPTCHA Hi All, How

RE: JAI Image resize gives rubbish images.

2004-02-17 Thread Adam Hope
Hi Stephen, To increase the quality of the images you need to add a new JPEGEncodeParam: Add this before your ParameterBlock() and before the JAI.create(). JPEGEncodeParam encodeParam = new JPEGEncodeParam(); encodeParam.setQuality(quality); Where quality is a float. I belive 0.0 is crap and 1

RE: load testing tools/services?

2003-12-02 Thread Adam Hope
Hi Kelly, I have used www.opensta.org in the past. It's open source, fast, easy to use and very stable. Make sure you read the getting started guide though. Adam. -Original Message- From: Kelly Tetterton [mailto:[EMAIL PROTECTED] Sent: 01 December 2003 21:47 To: CF-Talk Subject: OT:

Complex Data Types in CF Websevice

2003-11-17 Thread Adam Hope
Hi All, I'm having problems trying to consume a CFMX 6.1 Struct with a .NET SOAP Client. Here is my very simple cfc: cfcomponent cffunction name=getMessage access=remote returntype=string output=no cfargument name=name type=string required=yes cfreturn This is a simple CF Web service you

RE: cfexecute on unix

2003-11-10 Thread Adam Hope
Hi Hugo, I had the same thought and the same issues with it. Creating a shell script on the fly with the correct permissions and then executing and deleting it afterwards is a PITA compared to using cfexecute. Thanks for the help though, Adam. -Original Message- From: Hugo

RE: cfexecute on unix

2003-11-07 Thread Adam Hope
Hi All, We are in the process of migrating our CF5 system to CFMX 6.1 on Solaris and we now need to use cfexecute and pass multiple arguments with spaces into it. Does anyone have a workaround that is more complete than the macromedia suggestion below? In other words does anyone have a

RE: Novell to acquire SUSE

2003-11-04 Thread Adam Hope
Redhat are not ending their free distros in fact they are extending the free distro into a new release called Fedora. See http://fedora.redhat.com. I have been eagerly awaiting its first release which was due out today. All Redhat have said is that they will no longer sell the personal version

RE: CFMX Instances on JRUN

2003-09-29 Thread Adam Hope
miss anything), Adam Hope. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFC-based GPL web HTML editor

2003-09-17 Thread Adam Hope
that to a cfc. Adam Hope. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Get

Please help with apache connector CFMX 6.1

2003-09-03 Thread Adam Hope
Hi All, I'm having problems getting Apache to pass the .cfm templates to CFMX. I have run the cfmx-connectors.sh shell script int /opt/jrun4/bin directory and it completes successfully with no errors. It modifed the apache/conf/httpd.conf file successfully as well and the mod_jrun.so file is

RE: Please help with apache connector CFMX 6.1

2003-09-03 Thread Adam Hope
Hi Tom, I had a quick look at mod_proxy however I'd prefer to get the standard connector working. I also had a butchers at the apache logs and there is nothing suspect in either the access_log or the error_log. Adam. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]

RE: Search Engines

2003-07-16 Thread Adam Hope
Hi Ryan, We used to use verity but when we started indexing over 3million files it got very slow indeed. We now use lucene to index flat files and database content. If you are a java coder you can write your own cfx interface to lucene and then anything you can access with java you can index with

RE: Search Engines

2003-07-16 Thread Adam Hope
Hi Ryan, We are accessing the database via jdbc, quering for the columns we need and then indexing the returned data. Adam. -Original Message- From: Ryan [mailto:[EMAIL PROTECTED] Sent: 16 July 2003 15:42 To: CF-Talk Subject: Re: Search Engines Hey, Adam, Thanks for the response!

RE: PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag and other weird errors

2002-12-11 Thread Adam Hope
enable Automatic Read Locking for all the scopes in the Coldfusion Administrator Locking section. This performs full write locking checks as well and wiil halt your code when it finds unlocked writes. Adam Hope Development Team Leader, www.smartgroups.com Freeserve.com Plc, PO Box 452, Leeds LS2

RE: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread Adam Hope
Hi Mitko, Whenever I have had problems retreiving data from webservers using CFHTTP I have told it to save the files directly to disk instead of using cfhttp.filecontent. cfhttp url=http://webserver.com/thefile.txt; method=GET path=/tmp/ file=theremotefile.txt resolveurl=false Adam Hope

Anybody using large scale CFMX and MYSQL?

2002-08-21 Thread Adam Hope
Hi All, I am currently re-evaluating our database needs and I was wondering if anybody was using MySQL wired to CFMX for any large scale production environments. If you are, are their any major issues? We also need to talk to the DB via Ansi C and Java. I have looked at the MySQL C++ API and

RE: Anybody using large scale CFMX and MYSQL?

2002-08-21 Thread Adam Hope
what's your application requirements? :-) The application is a CF based web community tool with over 1million full users processing about 40million emails a month. cost of software should not be an argument with professional developers when u earn more in 2-3 days that the software costs...

RE: Smartgroups

2002-08-13 Thread Adam Hope
about Smartgroups it is a fully internationalised free community tool developed in Coldfusion. We use Apache's Java based Lucene for our searching as verity just doesn't cut it. Then we have more Java and ANSI C back end stuff doing the rest. Mail me if you have any questions. Adam Hope Senior