[ cf-dev ] Flash remoting

2003-01-13 Thread Snake Hollywood
Got this form a client, not done owt with flash, can anyone enlighten me .? I'm trying to get Flash Remoting to work on your CFMX server, but I am having a problem with the DefaultGatewayUrl (note: I have successfully managed to get Flash Remoting to work on my local installation). The installat

RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted

2003-01-13 Thread Snake Hollywood
So again we come to the question, what is the point of the update if it doesn't update itself and any othe rupdate sthat come out after it. > -Original Message- > From: Lucas Sherwood [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2003 09:47 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-

RE: [ cf-dev ] Flash Remoting debugging

2003-01-13 Thread Tim Blair
> or log it to a text file, or to a table That'll do for now... We're seeing strange results in that the flash app works fine, but then all of a sudden it starts showing results "late". In that, I mean it's as if two remote calls are being made instead of one, but Flash only sees one come back

RE: [ cf-dev ] Flash Remoting debugging

2003-01-13 Thread Rich Wild
using cfmail to send everything that goes on to you or log it to a text file, or to a table > -Original Message- > From: Tim Blair [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2003 16:55 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] Flash Remoting debugging > > > Morning all... >

[ cf-dev ] Flash Remoting debugging

2003-01-13 Thread Tim Blair
Morning all... Is there any way to do debugging on the CF side while using Flash Remoting? We want to be able to basically see what calls and with what parameters are being made to the CFC by the flash movie... Tim. --- OUR NEW SITE IS NOW LI

RE: [ cf-dev ] SOAP & CF5

2003-01-13 Thread Paul Johnston
> Hi, I'm using CF5 on Windows and have to consume a web > service Where would you recommend I begin? Learning the > SOXML, the MS XML COM object or some other parser? > > Unfortunately using CFMX isn't possible... As it's CF5, the easiest thing to do is use the MS XML COM object. The reas

RE: [ cf-dev ] SOAP & CF5

2003-01-13 Thread Justin MacCarthy
SOXML is good, but also checkout http://www.granularity.net/technologies/ Justin > -Original Message- > From: Ben Lowndes [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2003 15:44 > To: CF-Dev > Subject: [ cf-dev ] SOAP & CF5 > > > Hi, I'm using CF5 on Windows and have to consume a web

[ cf-dev ] SOAP & CF5

2003-01-13 Thread Ben Lowndes
Hi, I'm using CF5 on Windows and have to consume a web service Where would you recommend I begin? Learning the SOXML, the MS XML COM object or some other parser? Unfortunately using CFMX isn't possible... Thanks Ben. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk

Re: [ cf-dev ] Probs with Data types under CFMX

2003-01-13 Thread Paddy McKay
Thanks Paul, That threw up the fact that it didn't like the date format. Problem solved! cheers paddy - Original Message - From: "Paul Johnston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 3:32 PM Subject: RE: [ cf-dev ] Probs with Data types under CFMX >

RE: [ cf-dev ] Probs with Data types under CFMX

2003-01-13 Thread Paul Johnston
Try outputting the SQL query as text (ie change cfquery for cfoutput) and then run that code in Access to find out what's going wrong. Should help. Paul --- Paul Johnston PJ Net Solutions Ltd http://www.pjnetsolutions.com [EMAIL PROTECTED] +44 (0)7866 5730

Re: [ cf-dev ] Probs with Data types under CFMX

2003-01-13 Thread Paddy McKay
> Have you tried trimming the value? > > Taz I did, but this made no difference. paddy -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTEC

Re: [ cf-dev ] Probs with Data types under CFMX

2003-01-13 Thread Taz
Have you tried trimming the value? Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

[ cf-dev ] Probs with Data types under CFMX

2003-01-13 Thread Paddy McKay
HELP! I've upgraded my development web server and have installed everything from scratch i.e. Windows NT 4 Server SP6a, IIS4, and CFMX Pro. Having got the box running, and configured the datasources for CFMX, I am now finding that one of the routines that worked quite happily under CF 4.5 is not

RE: [ cf-dev ] CF Regular Expressions WAS RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread Paul Johnston
> Paul, nice site on the simple regex stuff. don't forget your > cfoutput's around the date in your header though! :- thanks > > |- > | > | Copyright C PJ Net Solutions Ltd 2002 - #Year(Now())# >

Re: [ cf-dev ] CF Regular Expressions WAS RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread duncan . cumming
Paul, nice site on the simple regex stuff. don't forget your cfoutput's around the date in your header though! :- |-| | Copyright © PJ Net Solutions Ltd 2002 - #Year(Now())#

RE: [ cf-dev ] ColdFusion MX: Cheaper Books

2003-01-13 Thread Dave Phipps
Unless you can get it cheaper than Amazon is listing the price then I would recommend getting the ColdFusion MX Developer's Handbook from Tescos: http://www.tesco.com/books/product.asp?&ISB=0782140297 The price 34.94GBP is quite a bit cheaper than at Amazon (41.84GBP) both prices inc. delivery.

RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread Justin MacCarthy
> One question: Do you find that CF's implementation of regular > expressions is > good enough to make the most of 'Mastering Regular Expressions', or do you > use this elsewhere. I use regular expressions extensively, but have > sometimes found CF to be lacking. Yes I agree. Actually, I haven'

[ cf-dev ] CF Regular Expressions WAS RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread Paul Johnston
> One question: Do you find that CF's implementation of regular > expressions is good enough to make the most of 'Mastering > Regular Expressions', or do you use this elsewhere. I use > regular expressions extensively, but have sometimes found CF > to be lacking. As a lot of people on this lis

RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread Paolo Piponi
Thanks for that. Interesting list of books. My first experience of MX is that we don't NEED to upgrade. However, since I've had experience of Java in the past it'll be interesting to make use of it here. It's also good to see that CF are trying to make real developers out of us web monkeys at las

Re: [ cf-dev ] SMS

2003-01-13 Thread Matt Horn
http://www.bulksms.co.uk/ they look like the business At 11:00 13/01/2003 +, you wrote: Can anyone recommend anything that will send out test messages to a mobile? Im looking into a bid for some work and need to do some background checking to see what I'll need to do to make this happen.

RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread Justin MacCarthy
Actually there is one cf I am going to buy. The ColdFusion MX Developer's Handbook http://www.amazon.co.uk/exec/obidos/ASIN/0782140297/qid=1042455458/sr=1-18/r ef=sr_1_0_18/026-5975819-4157243 why? The authors are all no-nonsense guys and the index looks good Chapter 1: Designing and Plan

RE: [ cf-dev ] SMS

2003-01-13 Thread Robertson-Ravo, Neil (RX)
Java is your best bet on this one, and it seems that java servers are being used all the time for this stuff... The Premiership results use a neat system built on Java. -Original Message- From: Douglas McKenzie [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 11:01 To: CF-Dev Subject: [ cf

[ cf-dev ] SMS

2003-01-13 Thread Douglas McKenzie
Can anyone recommend anything that will send out test messages to a mobile? Im looking into a bid for some work and need to do some background checking to see what I'll need to do to make this happen. Cheers, Douglas McKenzie Internet Developer / Designer

RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread Justin MacCarthy
> > Well, actually, I am a book addict (seriously). And I find books much more > conducive to learning than stuff online. Me too. €2500 amazon last year. None of them on CF though, except the J2EE /MX book... > What I really want is some good pointers on how to make the most > of MX. It's > po

RE: [ cf-dev ] ColdFusion MX: Web Application Construction Kit

2003-01-13 Thread duncan . cumming
you get the books when you register. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world -- Get your domain names

RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted

2003-01-13 Thread Kola Oyedeji
Thanks I've subscribed to the notification service as well! Kola >> -Original Message- >> From: Lucas Sherwood [mailto:[EMAIL PROTECTED]] >> Sent: 13 January 2003 09:47 >> To: '[EMAIL PROTECTED]' >> Subject: RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted >> >> Umm... >

RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted

2003-01-13 Thread Lucas Sherwood
Umm... Yes and no... Yes, the updater (2) installs most of them but there are some after the updater... L. -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 09:25 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletin

RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted

2003-01-13 Thread Robertson-Ravo, Neil (RX)
You should subscribe to the security bulletin email... -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 09:25 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted Lucas Thanks for the link. I wasn't aware s

RE: [ cf-dev ] Fw: New Macromedia Security Zone Bulletins Posted

2003-01-13 Thread Kola Oyedeji
Lucas Thanks for the link. I wasn't aware so many patches had been released for CFMX. Are these included in any of the updaters or do these need to be applied along with the updaters? Thanks Kola >> -Original Message- >> From: Lucas Sherwood [mailto:[EMAIL PROTECTED]] >> Sent: 11 Janu