RE: Debugging jquery post to coldfusion

2009-10-01 Thread Craig Dudley
Firebug is cool but I also use a reverse proxy called Charles which is extremely useful (http://www.charlesproxy.com/) -Original Message- From: Andy Matthews [mailto:li...@commadelimited.com] Sent: Thursday, October 01, 2009 2:39 PM To: cf-talk Subject: RE: Debugging jquery post to

RE: Cold Fusion Enterprise or Standard Installed?

2009-09-28 Thread Craig Dudley
I think the 'CED' at the beginning of the serial stands for ColdFusion Enterprise Edition, perhaps not a great idea posting the whole serial though ;-) Anyway, you can prove it by logging into the administration web page and going to the system information page, though I'm not sure if it's

RE: Just checking

2009-01-30 Thread Craig Dudley
W, it's alive! hof that is, not you Adrian ;-) -Original Message- From: Adrian Lynch [mailto:cont...@adrianlynch.co.uk] Sent: Thursday, January 29, 2009 12:59 PM To: cf-talk Subject: Just checking Not heard a peep from CF-Talk in a while. Is anybody there? :O.

RE: Generating graphs

2009-01-15 Thread Craig Dudley
Indeed, if you really want flash charts you could try using ... http://www.maani.us/xml_charts/ I've been meaning to try it myself for ages, you generate the XML and the flash handles thest I think, no server side stuff invovled. Craig. -Original Message- From: Barney Boisvert

RE: CF Suddenly Can't Connect to VMWare Fusion Instance of SQL Server 2005

2008-12-20 Thread Craig Dudley
Do you have a DHCP server on your network? It's not something as simple as the XP guest OS has a different IP now is it? -Original Message- From: Anne Porosoff [mailto:an...@redfamiliar.com] Sent: Saturday, December 20, 2008 7:00 AM To: cf-talk Subject: Re: CF Suddenly Can't Connect to

RE: CF Suddenly Can't Connect to VMWare Fusion Instance of SQL Server 2005

2008-12-19 Thread Craig Dudley
Have the VMWare network settings for that VM changed from bridged to NAT or vice versa? -Original Message- From: Anne Porosoff [mailto:an...@redfamiliar.com] Sent: Friday, December 19, 2008 2:44 PM To: cf-talk Subject: CF Suddenly Can't Connect to VMWare Fusion Instance of SQL Server

RE: CF8, IIS7 and M$ Windows 2008

2008-12-12 Thread Craig Dudley
It runs fine on Vista's IIS7 if that's any indication. -Original Message- From: Che Vilnonis [mailto:ch...@asitv.com] Sent: Friday, December 12, 2008 4:22 PM To: cf-talk Subject: CF8, IIS7 and M$ Windows 2008 Just wondering, does anyone have CF8 installed on M$ Windows 2008? Does it

RE: What IDEs are folks using?

2008-12-09 Thread Craig Dudley
Yes, also still use CF Studio 5. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 2:39 PM To: cf-talk Subject: RE: What IDEs are folks using? Anyone running Eclipse on vista out there? -Original Message- From: Andy Matthews

RE: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Craig Dudley
That would be me :p Persoanlly I don't care whether they charge me for the server or the IDE, or perhaps even both as long as it's only roughly the same amount in total. I'm in the rather unique position of having one server licence and need of only one IDE. My point regarding cfeclipse is

RE: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Craig Dudley
though and one or two killers features will have me sold -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 9:55 PM To: cf-talk Subject: Re: IDE announced: IDE/Compiler Business Model On Wed, Nov 19, 2008 at 1:47 PM, Craig Dudley [EMAIL

RE: Official ColdFusion IDE announced

2008-11-18 Thread Craig Dudley
If it costs more than $0 I'll carry on using cfeclipse, as will most people I suspect. -Original Message- From: Matthew Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 8:38 PM To: cf-talk Subject: Re: Official ColdFusion IDE announced I wonder just how much the

RE: Official ColdFusion IDE announced

2008-11-18 Thread Craig Dudley
I only switched to Eclipse earlier this year, hell I was still using an ancient copy of CF-Studio 5. I've always hated Dreamweaver for writing code and never switched despite actually having a licensed copy on my machine for years (though not any more). I'm VERY glad I did finally make the

RE: Official ColdFusion IDE announced

2008-11-18 Thread Craig Dudley
Strangely your the second person who's misinterpreted what I said. I didn't actually say most people use CFEclipse at all. I merely intimated that anyone already using CFEclipse, would probably carry on if Bolt costs any money, they are both based on Eclipse after all so will quite likely have

RE: Rember DOS?

2008-11-08 Thread Craig Dudley
Doesn't Windows include a way of truncating things with ~ in order to maintain dos 8.3 file names? i.e. program files = progra~1 So Documents and Settings could be Documen~1 ?? Not sure if that will help but it might. -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent:

RE: Random record identifiers in MySQL 5.0

2008-10-28 Thread Craig Dudley
*nods* I do. But the extra layer of UUID is better then using auto increase. Personally I strongly disagree with that but hey ho, each to their own ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

RE: cfimage - resize then force download?

2008-10-19 Thread Craig Dudley
Think you'll have to force the download of the resized image but can't you use cfcontent to delete it with deletefile=true ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19, 2008 3:23 AM To: cf-talk Subject: cfimage - resize then force

RE: setting div visibility with javascript

2008-10-10 Thread Craig Dudley
You shouldn't do. What's going wrong in your example? -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: 10 October 2008 15:19 To: cf-talk Subject: SOT: setting div visibility with javascript Hey all, If I'm setting the visibility for a div (display:none or

RE: setting div visibility with javascript

2008-10-10 Thread Craig Dudley
know should respond exactly the same way, no responds differently., However if the user answers yes, or I don't know to any question, that overrides the behavior triggered by any no answers. There it isclear as mud Craig Dudley wrote: You shouldn't do. What's going wrong in your example

CF8 Webservice returnType=array

2008-09-02 Thread Craig Dudley
I'm trying to return a 2 dimensional array from a Coldfusion web service and it just won't work, the CFC's will return the correct array if I access them locally, but as soon as I try to access them via a web service I get the following error ---snip--- The fault returned when invoking the

RE: CFC Best Practices

2008-08-19 Thread Craig Dudley
Rob, if you are using MSSQL why don't you use @@IDENTITY? e.g. this crappy example... cfquery name=insertLocation datasource=#mydsn# INSERT INTO tblLocations ( address1, address2, address3, town ) VALUES ( cfqueryparam cfsqltype=CF_SQL_VARCHAR value=#trim(form.address1)#, cfqueryparam

RE: CFC Best Practices

2008-08-19 Thread Craig Dudley
. Craig. -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: 19 August 2008 16:57 To: CF-Talk Subject: Re: CFC Best Practices On Tue, Aug 19, 2008 at 10:44 AM, Craig Dudley [EMAIL PROTECTED] wrote: Rob, if you are using MSSQL why don't you use @@IDENTITY? Just to be clear

RE: cfqueryparam and bit field (was:Re: CF 8 Built in SQL Server drivers vs. MS SQL Server 2000 SP3 Driver)

2008-08-12 Thread Craig Dudley
as opposed to 1 or 0, even though 1 or 0 is passed to it from the form. Any ideas? Scott Stewart wrote: That's cool, I appreciate the input. thanks sas Craig Dudley wrote: Had a good look but can't find the examples, it's fairly easy to set up anyway. The MS SQL Server JDBC driver is three

RE: cfexecute batch file not working

2008-08-12 Thread Craig Dudley
Is CF logged in as a service or a user? -Original Message- From: Marcus Goedeker [mailto:[EMAIL PROTECTED] Sent: 12 August 2008 14:42 To: CF-Talk Subject: Re: cfexecute batch file not working Try: cfexecute name=c:\windows\system32\cmd.exe arguments=c:\test.bat

RE: cfexecute batch file not working

2008-08-12 Thread Craig Dudley
Did you try it logged in as Admin? -Original Message- From: Marcus Goedeker [mailto:[EMAIL PROTECTED] Sent: 12 August 2008 15:25 To: CF-Talk Subject: Re: cfexecute batch file not working Is CF logged in as a service or a user? Thanks for the reply. I tried it and it doesn't work.

RE: cfexecute batch file not working

2008-08-12 Thread Craig Dudley
Umm, just to be clear, I meant with Coldfusion logged in as Administrator, not sure if it will help but it certainly might. -Original Message- From: Marcus Goedeker [mailto:[EMAIL PROTECTED] Sent: 12 August 2008 16:20 To: CF-Talk Subject: Re: cfexecute batch file not working Did you

RE: CF 8 Built in SQL Server drivers vs. MS SQL Server 2000 SP3 Driver

2008-08-11 Thread Craig Dudley
Not for a while, from memory you just drop the three MS .jar's somewhere in CF's classpath and restart CF to install and creating datasources becomes a bit more dificult, I'll see if I can dig up an example for you. I seem to remember that performance wasn't all that great, in fact, CF7's built

RE: CF 8 Built in SQL Server drivers vs. MS SQL Server 2000 SP3 Driver

2008-08-11 Thread Craig Dudley
... so if it comes to this I'll put up some results. I'm pursuing what could be an issue with cfqueryparam Craig Dudley wrote: Not for a while, from memory you just drop the three MS .jar's somewhere in CF's classpath and restart CF to install and creating datasources becomes a bit more dificult

RE: HELP! SQL Injection Attack!

2008-08-07 Thread Craig Dudley
I'm a little bermused as to why you'd create such a response guys. A bot is attempting the injection attacks yes? It's not likely to be visible to the host computer's owner as far as I can imagine. I suppose it would help **IF** a legitimate user came to your site at a later date from a banned

Using iMS with CF 8.0.1

2008-08-04 Thread Craig Dudley
Hello All, Have asked this on the iMS support site and as yet got no reply but hopefully someone on here can help, is anyone successfully using iMs Mail server with Coldfusion 8.0.1? I've recently done a clean install of iMS 2.8.4 and CF 8.0.1 on a new server and iMS will not talk to

RE: Using iMS with CF 8.0.1

2008-08-04 Thread Craig Dudley
it to overwrite \ColdFusion8\runtime\lib\wsconfig\iEng\jrun.dll fixes the problem. Craig. -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: 04 August 2008 15:49 To: CF-Talk Subject: Using iMS with CF 8.0.1 Hello All, Have asked this on the iMS support site and as yet

RE: Unknown JS error when doing AJAX.

2008-07-30 Thread Craig Dudley
I assume you're having issue debugging? Install the reverse proxy called 'Charles' in Firefox and you can watch the calls themselves, that and Firebug are invaluable tools for doing stuff like Ajax and remoting. Craig. -Original Message- From: Phillip M. Vector [mailto:[EMAIL

RE: SES URL handling

2007-04-23 Thread Craig Dudley
Paul, I totally gave up on using CF managed SES url's a while back, although it might not be 100% useful for you, I'm using a windows mod_rewrite equivalent called Linkfreeze. http://www.helicontech.com/linkfreeze/ It dynamically re-writes all internal links in your source code as it delivers

RE: SES URL handling

2007-04-23 Thread Craig Dudley
Paul, I fully understood what you were asking but quite frankly thought it was massive overkill to be honest. I personally wouldn't do it for a number of reasons, the main one being Google and splitting page rank and/or it thinking you have pages with duplicate content. Still, to accomplish what

RE: css n00b question

2007-03-23 Thread Craig Dudley
Assuming your three columns above are all floated to the left, try div style=clear: both;margin-top: 20px;/div -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:11 To: CF-Talk Subject: OT: css n00b question I am trying my first css design and was

RE: Java 6 JRE?

2006-12-13 Thread Craig Dudley
Can you not contact Adobe and extend your maintenance agreement? Pretty sure you can. Craig. -Original Message- From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 19:03 To: CF-Talk Subject: RE: Java 6 JRE? Well, since someone threw it out there, Scorpio

RE: Inches

2006-03-13 Thread Craig Dudley
Can you not ust ask people to enter integers and store them as such? -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 13 March 2006 11:33 To: CF-Talk Subject: Inches Hi all, Got a form to enter product size info that needs to take inches, ie 22 How do I

RE: Getting CFHTTP to REALLY act like a form submission

2006-01-19 Thread Craig Dudley
A little flawed, using CFHTTP will make coldfusion server do a post, NOT the user's browser. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 19 January 2006 15:42 To: CF-Talk Subject: Getting CFHTTP to REALLY act like a form submission I was using cflocation to

RE: Purchasing CF MX Enterprise...

2006-01-16 Thread Craig Dudley
I think so, developer edition is Enterprise edition that falls back to single IP after all. -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: 16 January 2006 13:24 To: CF-Talk Subject: Purchasing CF MX Enterprise... Our company is considering purchasing an old

Numbers to Words

2005-11-16 Thread Craig Dudley
I'm sure I've seen a CFC or UDF before that translates numbers into words, eg; 103 -- One hundred and three Can anyone remember where it was? Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712 Phone: +44(0) 1422 200308 Fax: +44(0) 1422 200306 e

RE: Numbers to Words

2005-11-16 Thread Craig Dudley
Cheers Paul, I'll have a play with that. Craig. -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 16 November 2005 12:13 To: CF-Talk Subject: Re: Numbers to Words Craig Dudley wrote: I'm sure I've seen a CFC or UDF before that translates numbers into words, eg

RE: Numbers to Words

2005-11-16 Thread Craig Dudley
Just incase anyone else is interested in a version of working code... Copy/Install the icu4j jar file from http://www-306.ibm.com/software/globalization/icu/downloads.jsp to CFusionMX/runtime/servers/lib And then !--- Create and instance of the formatter using spellout --- cfset formatter =

RE: Numbers to Words

2005-11-16 Thread Craig Dudley
: Numbers to Words http://www.cflib.org/udf.cfm?ID=40 -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 6:33 AM To: CF-Talk Subject: Numbers to Words I'm sure I've seen a CFC or UDF before that translates numbers into words, eg; 103 -- One

RE: Weird Database Issue with Memo field

2005-11-07 Thread Craig Dudley
Does the access db setup in coldfusion have an enable CLOB option? Not got time to check, if so, try that. -Original Message- From: Jim Louis [mailto:[EMAIL PROTECTED] Sent: 07 November 2005 15:37 To: CF-Talk Subject: Weird Database Issue with Memo field Hello, I have a Access 2000

RE: Should we support Access?

2005-06-07 Thread Craig Dudley
Drop it imho. PostgreSQL, MySQL and SQL Server should be more than enough for a forum app. -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: 07 June 2005 17:13 To: CF-Talk Subject: Should we support Access? As many of you know from my previous posts we have had

RE: Internet Explorer 7 (no really!)

2005-02-16 Thread Craig Dudley
Full PNG support would be nice, it's only been about 6 years since they promised it. -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: 16 February 2005 15:01 To: CF-Talk Subject: Re: Internet Explorer 7 (no really!) On Wed, 16 Feb 2005 06:55:38 -0500, Calvin Ward

RE: Can I get Hex value for something in ColdFusion?

2005-02-08 Thread Craig Dudley
Coldfusion, it's a udf, source is viewable. -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 15:37 To: CF-Talk Subject: Re: Can I get Hex value for something in ColdFusion? What this library written in C/C++ or JAVA? Troy -- Troy Simpson

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Craig Dudley
And the fact the asp uses Default.asp a lot of the time. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 04 February 2005 13:51 To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use How about .aspx? -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]

RE: grabbing the id of a newly created item..

2005-01-31 Thread Craig Dudley
Which DB are you using? -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: 31 January 2005 15:10 To: CF-Talk Subject: grabbing the id of a newly created item.. How would I modify an insert query to grab the id ( autonum, primary key ) of the item that I just

RE: grabbing the id of a newly created item..

2005-01-31 Thread Craig Dudley
I don't think there's a neat way of doing it for Access, I could be wrong though. So, I suggest just doing a select for max(your_autonum_ID) in another cfquery directly after the insert, probably safer to wrap both the queries in a cftransaction too. -Original Message- From: Protoculture

RE: grabbing the id of a newly created item..

2005-01-31 Thread Craig Dudley
More like; Select Max(ID) as MyNewID FROM yourtablename -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: 31 January 2005 15:34 To: CF-Talk Subject: Re: grabbing the id of a newly created item.. Thanks Craig. Just to confirm that code.. Select For Max(ID)

RE: Can we use CFFILE for this?

2005-01-19 Thread Craig Dudley
This will store the file as a base64 representation of the file. cffile action=READBINARY file=yourfile variable=blobData cfset blobBase64 = toBase64(blobData) Then just insert blobBase64 to an nText field in your db. To get the file out... cfset blobBinary = toBinary(queryname.blobBase64)

RE: divide and conquer (how to deploy cf, db, ftp, iis, etc over 2 boxes)

2005-01-11 Thread Craig Dudley
Since livestats can be configured to use your MSSQL box, I'd stick those on the same machine from an operational point of view anyway, but this does mean your database box will need to be web accessible so people can view their stats. It usually preferable (for us anyway) that the database box is

Regex again

2005-01-07 Thread Craig Dudley
testString = A test string with lots of line breaks ol li1/li li2/li li3/li /ol on several lines Sounds fairly simple? The \n bit for finding line breaks is at least ;D Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712

RE: Regex again

2005-01-07 Thread Craig Dudley
what's left where the tables and lists where. Then, do your replace. I know that's not the answer you wanted, but it's the answer I got. Hopefully, someone smarter (and with more caffiene in their system) has a better suggestion. --Ben Craig Dudley wrote: OK, a regular expressions is doing

RE: cfmailpart problems

2005-01-06 Thread Craig Dudley
The standards aren't all that clear but they do strongly suggest that the 1st part of a multipart email should be the simplest, e.g. the text part, you a specifying html 1st, this will work fine in most cases, but some mail clients are more strict than others, I know of several which will just

RE: ActiveEdit4.0 demands money from firefox users

2004-11-10 Thread Craig Dudley
You need to put your licence key in the call the the cf tag, it's not neededd for IE as that uses DHTML, not the java applet. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 05:34 To: CF-Talk Subject: ActiveEdit4.0 demands money from firefox users Is

RE: Email Client Stats..?

2004-11-02 Thread Craig Dudley
It can't be measured in the same way as web browser use, so I guess most, if not all evidence is going to be anecdotal. -Original Message- From: David K [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 20:24 To: CF-Talk Subject: Email Client Stats..? I'm looking for some usage stats

RE: AOL and spam filtering

2004-10-25 Thread Craig Dudley
Reverse DNS would seem to be the most important factor, make sure your mail server has RDNS setup. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 24 October 2004 01:28 To: CF-Talk Subject: AOL and spam filtering I use the CFMX cfmail tag to

RE: Running tasks in a console window?

2004-10-20 Thread Craig Dudley
Might be your cfexecute syntax, have you tried passing in any arguments as an array? -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 20 October 2004 11:01 To: CF-Talk Subject: Running tasks in a console window? I have a problem. I am using cURL to upload a file

RE: Running tasks in a console window?

2004-10-20 Thread Craig Dudley
So you haven't tried an arguments array then. Try this.. cfscript args = arraynew(1); args[1] = file; args[2] = url; args[3] = etc; /cfscript cfexecute name=c:\path\curl.exe arguments=#args# timeout=30/cfexecute Might not make a difference, but its worth a try. -Original Message-

RE: Add watermark to image

2004-10-14 Thread Craig Dudley
We do that with imnagemagick, code below (part of a larger cfc); cffunction name=watermark access=public output=No returntype=any hint=Composites and image with a supplied watermark cfargument name=left type=numeric required=true cfargument name=top type=numeric required=true cfargument

RE: Add watermark to image

2004-10-14 Thread Craig Dudley
. Just my 2 cents. Doug On Thu, 14 Oct 2004 12:50:11 +0100, Craig Dudley [EMAIL PROTECTED] wrote: We do that with imnagemagick, code below (part of a larger cfc); cffunction name=watermark access=public output=No returntype=any hint=Composites and image with a supplied watermark cfargument name

Slightly OT, load testing CF Applications.

2004-10-11 Thread Craig Dudley
What do people you to test their CF Applications/Sites? Any advice on what to avoid/try? Thanks Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712 Phone: +44(0) 1422 200308 Fax: +44(0) 1422 200306 e-mail: [EMAIL PROTECTED] MS Messenger: [EMAIL

RE: Need FAST XML to CF Tag

2004-10-08 Thread Craig Dudley
This should give you enoguh to go on... cfhttp method=GET url=""> 1mxrw=50/cfhttp cfset myXMLDocument=XmlParse(cfhttp.filecontent) cfdump var=#myXMLDocument.ResidentialProperty# hr cfloop from=#myXMLDocument.ResidentialProperty.QueryStatistics.startRow.xmlTex t#

RE: Need FAST XML to CF Tag

2004-10-07 Thread Craig Dudley
We used CFX_XMLParser extensively for CF5. It uses the xerces java xml parser if my memory serves me correctly. It's very fast and very stable, look no further if your'e on CF5. However, if your'e running CFMX, why not just use the xmlParse() function? -Original Message- From: Britta

RE: Com Object

2004-10-06 Thread Craig Dudley
Just playing devils advocate here but... Have registered the dll on the server? If so, have you changed it since you did? If you have, re-registering it might help. -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 06 October 2004 11:17 To: CF-Talk Subject: Re: Com

Pgp signing email with cf

2004-10-06 Thread Craig Dudley
Is anyone currently doing this succesfully? If so, which version of pgp are you using? Any recommendations for one of the available cf pgp tags? Thx Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712 Phone: +44(0) 1422 200308 Fax: +44(0) 1422

RE: Pgp signing email with cf

2004-10-06 Thread Craig Dudley
+0100, Craig Dudley [EMAIL PROTECTED] wrote: Is anyone currently doing this succesfully? If so, which version of pgp are you using? Any recommendations for one of the available cf pgp tags? Thx Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422

RE: Com Object

2004-10-06 Thread Craig Dudley
] wrote: From what I can tell from the email it seems that its all working with VB just not with CF...its obviously a CF/jRun issue... _ From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: 06 October 2004 13:09 To: CF-Talk Subject: RE: Com Object Just playing devils advocate

RE: Com Object

2004-10-06 Thread Craig Dudley
Indeed I did, just a thought as I'd had a few com issues with objects that has been changed and needed to be re-registered in order to work right. My only other suggestion would be to run the latest cfmx updater, I believe it does include some com fixes. -Original Message- From:

RE: CFHTTP - Thumbnail

2004-09-06 Thread Craig Dudley
I'd save the file, then create a thumbnail with either imagemagik or cfx_Image, 2 steps maybe, but much easier. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Both Plain Text and HTML in cfmail

2004-08-27 Thread Craig Dudley
Upgrade to 6.1, it's free, faster and more stable. -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: 27 August 2004 05:09 To: CF-Talk Subject: Re: Both Plain Text and HTML in cfmail I am using Cold Fusion v. MX 6.0 which does not support cfmailpart tag Any reaason

RE: Both Plain Text and HTML in cfmail

2004-08-26 Thread Craig Dudley
Any reaason you're not using the built-in cfmailpart tags? cfmail from= to= subject= charset=UTF-8 cfmailpart type=text wraptext=74 /cfmailpart cfmailpart type=html /cfmailpart /cfmail -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 11:51 To:

RE: cfx_MyHelloColdFusion - SOLVED

2004-08-19 Thread Craig Dudley
Why not copy cfx.jar into your development directory e.g. c:\java ?, your'e comamnd line would then be much shorter in c:\java, just type javac -classpath cfx.jar MyHelloColdFusion.java somewhat easier yes? Then just move the compiled class file to wherever you want it. -Original

RE: Consuming CFC web methods in VB.NET

2004-08-18 Thread Craig Dudley
.NET just doesn't understand the return type, it probably could if you wrote some sort of QueryBean handler but I'd try returning a more simple data type, maybe you could encode the query into an xml packet and return that? Or try and array? -Original Message- From: Steven Brownlee

RE: slow Java call - Determining physical length of string - Pt 2

2004-08-17 Thread Craig Dudley
I had a play with this myself, and found that the pixel width retruned by the funtion is a LONG way out of the actual length of the string rendered in a browser. e.g. cfscript font_obj = createobject(java,java.awt.Font).init('Arial',1,8); font_metrics_obj =

RE: slow Java call - Determining physical length of string - Pt 2

2004-08-17 Thread Craig Dudley
I had a play with this myself, and found that the pixel width retruned by the funtion is a LONG way out of the actual length of the string rendered in a browser. e.g. cfscript font_obj = createobject(java,java.awt.Font).init('Arial',1,8); font_metrics_obj =

RE: cf-based discussion board

2004-07-08 Thread Craig Dudley
I'd agree with Michael here, forums are not hard to build unless you want some pretty advanced features. Even I wrote my own, it's running at http://www.gameslave.co.uk/forum/index.cfm if you want a look. It runs on SQL server right now, but shouldn't be hard to port. I may be willing to

RE: Apache and CF

2004-06-30 Thread Craig Dudley
IIS 6 is much, much better. If i had a choice we'd be using Apache though, but I don't ;p -Original Message- From: Alistair Davidson [mailto:[EMAIL PROTECTED] Sent: 30 June 2004 10:59 To: CF-Talk Subject: RE: Apache and CF ... the point being (when taken in context with the rest of

RE: xmlrpc

2004-06-17 Thread Craig Dudley
A little, I was getting several odd error messages from the xmlrpc server, websphere in this case. Things like, invalid.session. The guys running that system could only tell me that in their logs it said, invalid method name I was getting the same error by using xmlrpc.cfc, creating

xmlrpc

2004-06-16 Thread Craig Dudley
no params (params can also be a struct?) params[1] = [string_param]; result = XmlRpcClient.execute([servicename].[method], params); /cfscript cfdump var=#result# Works great for me, hope It saves someone else the time I wasted messing about with other methods. Craig Dudley Senior Developer Netstep

RE: Regular Expression

2004-05-13 Thread Craig Dudley
Try treating the text a list with a cr/lf delimeter, and then tret each list item as another list with a delimeter of =, cfset input= [Object] ID=2031 URL=""> OtherSrvLev=0w33a Category=31 cfset input = replace(input,[Object],,ALL) cfloop list=#input#

RE: Web services that return/set multiple variables.

2004-05-10 Thread Craig Dudley
rge square peg and small round whole. VERY frustrating to say the least. -Original Message- From: Craig Dudley Sent: 10 May 2004 11:00 To: CF-Talk Subject: Web services that return/set multiple variables. We're trying to consume a suppliers webservice, described as follows; GetNumberOfEntr

Web services that return/set multiple variables.

2004-05-10 Thread Craig Dudley
tried all sorts, passing in all 5 of the params etc, but no luck. Anyone have an experience with this sort of thing? Any work arounds? I don't fancy doing the SOAP manually as this is just one of a dozen functions, the rest of which are much more complex. Craig Dudley Senior Developer Netstep

RE: Recommend a threaded forum application

2004-04-19 Thread Craig Dudley
I'd write your own Jim, it's not hard to be honest. I wrote my own for my gaming site @ http://www.gameslave.co.uk/forum/index.cfm if you want to look, it's currently pretty much tied to mssql, but it's not as big job to move it to another dbms. -Original Message- From: Jim McAtee

RE: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Craig Dudley
I suppose another possible culprit would be the datasource, have you enabled clobs? just a thought. -Original Message- From: Brendan Baldwin [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 16:57 To: CF-Talk Subject: String Length Hard-Limit (NOT a RegEx question) Does CF have a hard-limit

RE: PIA name already taken

2004-04-07 Thread Craig Dudley
p**s poor internet applications ? ;-) -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 16:55 To: CF-Talk Subject: Re: PIA name already taken On Wednesday 07 Apr 2004 16:52 pm, Kevin Graeme wrote: For those throwing the PIA moniker around as an

RE: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Craig Dudley
Ah, after Dave said 65k, made me think, isn't the datasource long text buffer size 65000 bytes by default? Could this be your issue? -Original Message- From: Craig Dudley Sent: 07 April 2004 17:02 To: CF-Talk Subject: RE: String Length Hard-Limit (NOT a RegEx question) I suppose another

RE: Caching problem?

2004-04-01 Thread Craig Dudley
Did you copy the application file as well ? It might be worth while double checking it, making sure the application name, and any application specific settings have been changed correctly. -Original Message- From: A.Little [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 09:34 To: CF-Talk

RE: Remove special chars to pass in URL

2004-03-17 Thread Craig Dudley
This should do it on url ?var=urlencodedformat(AC(DB)B(SD),utf-8) on target page var = urldecode(url.var,utf-8) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 13:52 To: CF-Talk Subject: Remove special chars to pass in URL Hi everyone,

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Craig Dudley
Returning a query might be your problem, I doubt PHP will be able to understand the returned data type, from memory its a QueryBean , even in java you have to write a complex datatype handler to use them. Granted, I'm no java expert but I've not managed it yet. When returning data from web

RE: Writing Files without CFFILE

2004-03-09 Thread Craig Dudley
Are you using the same variable name for the cfsavecontent? -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 17:18 To: CF-Talk Subject: Re: Writing Files without CFFILE On Mar 9, 2004, at 11:50 AM, Adam Reynolds wrote: Your issue is the

RE: Writing Files without CFFILE

2004-03-09 Thread Craig Dudley
Daniels [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 17:44 To: CF-Talk Subject: Re: Writing Files without CFFILE On Mar 9, 2004, at 12:26 PM, Craig Dudley wrote: Are you using the same variable name for the cfsavecontent? Yes. On each iteration the savecontent overwrites the previous

RE: SES CFLIB UDF ParseURLData

2004-03-03 Thread Craig Dudley
afaik, all modern search engines can read and spider ANY url. -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 02:15 To: CF-Talk Subject: SES CFLIB UDF ParseURLData I have a client who needs search engine safe URL's. Has anyone had any

RE: SES CFLIB UDF ParseURLData

2004-03-03 Thread Craig Dudley
On Wednesday 03 Mar 2004 13:37 pm, Craig Dudley wrote: afaik, all modern search engines can read and spider ANY url. Yes, but google for instance will apperently mark down a page whos URL contains '?', if it came from a page whos URL contains '?'. Plus I think SES-type URLs look nicer. -- Tom

RE: SES CFLIB UDF ParseURLData

2004-03-03 Thread Craig Dudley
2004 14:08 pm, Craig Dudley wrote: imo a url should be short and sweet. So why would you prefer http://www.host.tld/index.cfm?top=homeside=offerOfTheDay to http://www.host.tld/home/offerOfTheDay ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

RE: mySQL date ?

2004-02-20 Thread Craig Dudley
Isn't now() a function in mySql too? So you could just do . CFQUERY NAME=qnews DATASOURCE=#dsn# USERNAME=#un# PASSWORD=#pw# INSERT INTO guide (title, content, update) VALUES ('#title#', '#content#', now()) /CFQUERY Should work. -Original Message- From: [EMAIL PROTECTED]

RE: [cftalk] RE: Stored Procedures

2004-02-20 Thread Craig Dudley
I'm not sure there is much point in using a stored proc to build a SQL string and execute it, you'll get no speed/efficiency benefit at all, in fact it will probably be slower. Having said that, try this.. CREATE PROC GetMessages2 @searchtext varchar (100) AS DECLARE @query varchar(1000)

Flash, java file uploading applet

2004-02-17 Thread Craig Dudley
with CF Preferably flash, but java will do. Anyone got any suggestions or use something that matches the criteria? Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712 Phone: +44(0) 1422 200308 Fax: +44(0) 1422 200306 e-mail: [EMAIL PROTECTED] MS Messenger

RE: Replying To a HTTP POST

2004-02-10 Thread Craig Dudley
Just write it into the page stream? -Original Message- From: chad [mailto:[EMAIL PROTECTED] Sent: 10 February 2004 14:56 To: CF-Talk Subject: Replying To a HTTP POST Here is the problem, I am receiving a XML document from a PDA using a standard CGI HTTP Post to a coldfusion

  1   2   3   4   5   >