Re: Cell phone text messaging...

2004-03-01 Thread Thomas Chiverton
On Monday 01 Mar 2004 15:02 pm, Stuart Kidd wrote: > These intermediary > companies have agreements with all the providers... < knowing look > They don't have to. < /knowing look > --   Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limi

Re: cfx_getimage for linux?

2004-03-01 Thread Thomas Chiverton
On Monday 01 Mar 2004 12:09 pm, mark taylor wrote: > is there any equivelant of cfx_getimage and cfx_putimage for use under a Probably. What do they do ? Can you use cfexecute ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited U

Re: Detecting Images with Digital Rights

2004-03-01 Thread Thomas Chiverton
On Friday 27 Feb 2004 19:21 pm, John Blayter wrote: > Does anyone know of a product or service that checks an image to see if it > is protected by Digital Rights? Short answer: No - there is no standard for DRM, so no standard way to check. -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: Cell phone text messaging...

2004-03-01 Thread Thomas Chiverton
On Saturday 28 Feb 2004 14:53 pm, Burns, John wrote: > Right, but by only giving AOL 3018675309, how does it know that it should > be sent to SprintPCS? Or maybe AT&T, T-mobile, Cingular, Verizon, etc? The message is just sent to whoever mobile operator the provider is connected to, and they the

Re: Why i need use XML with CF

2004-03-01 Thread Thomas Chiverton
On Saturday 28 Feb 2004 23:48 pm, Gregory Harris wrote: > The real power behind XML is it's portableness and platform independence. :nods We have an XML file that defines all the parameters users neeed to enter into our application, and this is used to generate a GUI in both ColdFusion and Delph

Re: More Unicode Fun

2004-02-27 Thread Thomas Chiverton
On Friday 27 Feb 2004 15:52 pm, Giampaolo Bellavite wrote: > > Should I see a bullet? Or a square? The live docs say that the chr() > > function should work with unicode in MX, but I see a square. > I can get the bullet if I use  #chr(2197)#. Don't ask me why. Because only one of you has a font wi

Re: DateFormat misery

2004-02-27 Thread Thomas Chiverton
On Friday 27 Feb 2004 11:11 am, cf coder wrote: > if I do this: > #dateFormat(url.timestamp,'/mm/dd')#, What about lsDateFormat ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WEL

Re: ColdFusion IDEs

2004-02-26 Thread Thomas Chiverton
On Thursday 26 Feb 2004 09:58 am, Calvin Ward wrote: > how do you connect to your work area remotely (if you do) I don't. Eclipse will work with any filesystem you can mount.  On Linux this would be ftp,ssh,nfs,samba or whatever. It doesn't do RDS, if that is what you are asking :-) > does the

Re: ColdFusion IDEs

2004-02-26 Thread Thomas Chiverton
On Wednesday 25 Feb 2004 21:36 pm, Rob wrote: > > I use eclipse :-D > > http://cfeclipse.rohanclan.com/ > > http://www.eclipse.org/ > and I used to use Jedit - www.jedit.org Me too :-) Eclipse has a nice syntax highlighter for CSS/HTML/_javascript_ too. -- Tom Chiverton Advanced ColdFusion Pr

Re: OT: http port analysis

2004-02-26 Thread Thomas Chiverton
On Wednesday 25 Feb 2004 23:16 pm, S. Isaac Dealey wrote: > I need to find something I can install on my workstation that will > provide a robust report of http requests leaving my machine... for As well as (t)ethereal, or tcpdump, I'm very impressed with the 'live http headers' plugin for FireFo

Re: CFMX and CF5 on same server

2004-02-25 Thread Thomas Chiverton
On Wednesday 25 Feb 2004 16:22 pm, Samuel R. Neff wrote: > If you run them on separate ports it will work fine, but I wouldn't suggest > it for a production server. Why not ? We run legacy CF4.5 and MX6.1 on the same box. Different ports, obviously, but we proxy them both through a common Apache t

Re: Cold Fusion and Oracle Stored Procedures

2004-02-24 Thread Thomas Chiverton
On Tuesday 24 Feb 2004 09:46 am, Thomas Chiverton wrote: > More later :-) There appears to be an issue with Oracle's JDBC driver and weblogic 7 (fixed in 8 of course) that prevents the use of stored procs that return result sets. I was hoping to use weblogic's jdbc driver, with c

Re: Cold Fusion and Oracle Stored Procedures

2004-02-24 Thread Thomas Chiverton
On Monday 23 Feb 2004 23:37 pm, Richard Crawford wrote: > more disturbing indications that Oracle Stored Procedures do not return > result sets. I am investigating this today / yesterday. Using cfprocresult works, with Oracle 9i and CFMX6.1 under weblogic, using CFMX 'oracle' datasources. Some co

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Thomas Chiverton
On Tuesday 24 Feb 2004 09:34 am, Thomas Chiverton wrote: > Great job, once again. Except it appears to be missing some files in /icons/ - like the title bar and menu icons. I copied the /icons/ dir from 1.1.0 into the /icons/ dir of 1.1.1 and that has fixed it. -- Tom Chiverton Advan

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Thomas Chiverton
Of course we care ! > happy cfcoding It is now :-) Great job, once again. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)1749 834901

Re: Question regarding CFMX 6.2

2004-02-23 Thread Thomas Chiverton
On Monday 23 Feb 2004 16:26 pm, Tony Weeg wrote: > are ya talkin 'bout blackstone here? Appperently. I only heard the code name today :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road,

Re: Break the block, and SURVIVE, any way?

2004-02-23 Thread Thomas Chiverton
On Monday 23 Feb 2004 14:53 pm, Chunshen  Li wrote: > Web server write cookie to requester/web client, aka ua, > but cfhttpparam type="Cookie" ... seems to say, hey, take this cookie from > us (POST method) instead of accepting a cookie. > Is my understanding if cfhttpparam type="Cookie" incorrect?

Re: Break the block, and SURVIVE, any way?

2004-02-23 Thread Thomas Chiverton
On Friday 20 Feb 2004 20:50 pm, Chunshen  Li wrote: > > type="Header" value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"> > It's still redirected to yahoo.  Did I miss something? It's user-agent, isn't it ? Check the RFC. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

Re: Question regarding CFMX 6.2

2004-02-23 Thread Thomas Chiverton
On Monday 23 Feb 2004 09:21 am, Jochem van Dieten wrote: > Macromedia is thinking about: > http://mxeurope.org/go/objectid/CAAA4C2A-50DA-4D01-876C3488A0F5D98A "simpler ways to create compelling UIs, " Does that sound like shiping some sort of cut-down Flex to anyone else ? In the same way they im

Re: MySQL and CF 5

2004-02-20 Thread Thomas Chiverton
On Friday 20 Feb 2004 16:26 pm, Bud wrote: > But they've told me now that mySQL won't work with DSNs and CF 5 on > their network. Ahh well, all bets off then :-) > DSNLESS Beware these are not supported except in CF5. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 em

Re: MySQL and CF 5

2004-02-20 Thread Thomas Chiverton
On Friday 20 Feb 2004 15:35 pm, Bud wrote: > >On Friday 20 Feb 2004 13:50 pm, Bud wrote: > >>  [MySQL][ODBC 3.51 Driver]You have an error in your SQL syntax. Check > >>  the manual that corresponds to your MySQL server version for the > >>  right syntax to use near '2' at line 1 > >>  The error occ

Re: MySQL and CF 5

2004-02-20 Thread Thomas Chiverton
On Friday 20 Feb 2004 13:50 pm, Bud wrote: > [MySQL][ODBC 3.51 Driver]You have an error in your SQL syntax. Check > the manual that corresponds to your MySQL server version for the > right syntax to use near '2' at line 1 > The error occurred while processing an element with a general > identifier

Re: mySQL date ?

2004-02-20 Thread Thomas Chiverton
On Friday 20 Feb 2004 09:58 am, [EMAIL PROTECTED] wrote: > im using the field as an int because it works with the php (choke) date > inserts using time() Well, yes, because that gets you seconds-since-epoch or something. Doesn't mean it's a good thing. > but u'd think it wouldnt be a problem to j

Re: mySQL date ?

2004-02-20 Thread Thomas Chiverton
On Friday 20 Feb 2004 07:42 am, [EMAIL PROTECTED] wrote: > the db the date fiels is set to int ! Why not use a date/time type ? > any suggestions? Use cfqueryparam around your variables :-) Otherwise sooner or later someone will enter mytitle';drop all;commit; as a book title. -- Tom Chiverton

Re: Break the block, and SURVIVE, any way?

2004-02-20 Thread Thomas Chiverton
On Friday 20 Feb 2004 03:23 am, Chunshen  Li wrote: > Which attribute of cfhttp is for "referer headers"? I've already tried > "user_agent" to no avail (tried both static value and dynamic value > [CGI.http_user_agent]). http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p59.htm#wp1100049

Re: Using Application scope to name DB tables?

2004-02-19 Thread Thomas Chiverton
On Thursday 19 Feb 2004 16:01 pm, Jim Davis wrote: > I'm not sure how you mean - if you only lock when you set them that means > they could be read while they're being set.  It's rare, but it does happen > - an on CF 4.5/5.0 it'll send the application belly up when it happens. You won't be changin

Re: Break the block, and SURVIVE, any way?

2004-02-19 Thread Thomas Chiverton
On Thursday 19 Feb 2004 14:13 pm, Chunshen  Li wrote: > scary spider :) to break in? Forge the user_agent/referer headers. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF

Re: Using Application scope to name DB tables?

2004-02-19 Thread Thomas Chiverton
On Thursday 19 Feb 2004 14:24 pm, Robertson-Ravo, Neil (RX) wrote: > As noted, there is really thinking wrong with it allyou just need to > lock lock lock! Only when you set them. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Lim

Re: Exporting XML File in iso-8859-1

2004-02-19 Thread Thomas Chiverton
On Thursday 19 Feb 2004 10:46 am, CHATAIGNE Eric wrote: > I have problems with accentuated characters and various others like µ. > In Mozilla Firebird, these characters are replaced with a ?. Almost certainly a font problem - the browser has no glyph in the selected font for that character. Why

Re: Using CFMX to interface with SOAP

2004-02-19 Thread Thomas Chiverton
On Wednesday 18 Feb 2004 18:11 pm, Butch Zaccheo wrote: > If you have any working scripts using CFHTTP/CFINVOKE to interface with > SOAP, please submit them to this thread... I would like to compile the > information to be used as a general reference. Especially information > pertaining to the subm

Re: Administrator mapping not working

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 15:16 pm, Alisa Thomson wrote: > This is one of the functions in cfform.js.  The previous poster asked what > the log file states as the location of cfform.js.  I do not see cfform.js > mentioned in any of my log files. What is the actual HTML that has ended up for the

Re: data to/from client via ActiveX

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 09:14 am, Rich Wild wrote: > Has anyone used an ActiveX control to upload data on a client machine to a > CF app on the server before? I've not done it, but sounds like a webservice is the way to go. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 83

Re: MACH II is what Macromedia used for building their website...

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 10:18 am, Massimo Foti wrote: > - Original Message - > From: "Krassy" <[EMAIL PROTECTED]> > > You might want to have a look at Fusebox and MACH II. > > (MACH II is what Macromedia used for building their > > website) > > Krassy Lyakov > > > > http://www.krassyca

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 08:48 am, Rob Rohan wrote: > It just looks less GTKish to me (perhaps I've been up too long) - the > edges seem more defined or something. I think it always had anti-aliased fonts if you picked the right ones in the preferences. > Ahhh good call :) (gotta write that d

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 08:38 am, Rob Rohan wrote: > The fonts look way better on > Linux now too. :hadn't notice any difference, what are they meant to have done ? > to do cool stuff like tree views etc. So much to learn so little time :) And collapse of the code view based on it... mmm...

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 05:57 am, Rob Rohan wrote: > There is a new cfeclipse plug-in (1.1.0) > 3.0M7 (note M7). I don't know whos Fault it was, but it's much faster now :-) > This version adds a bit of key bindings ... Cold Fusion menu I was thinking about starting to learn how to add the

Re: OT - Windows NT source code

2004-02-16 Thread Thomas Chiverton
On Monday 16 February 2004 17:26 pm, Rob Rohan wrote: > But they are not allowed to compile it ... hum... wonder if they get the > whole picture hehehe - ah hell, microsoft has been very trust worthy, > and honorable in the past... never mind - I trust'em. E_FATAL_PARSER_SARCASUM_VALUE_TOO_LARGE

Re: problems with spam

2004-02-16 Thread Thomas Chiverton
On Monday 16 February 2004 16:15 pm, Jochem van Dieten wrote: > Doesn't your email client have "Reply All" and "Reply List" buttons? Mine does. Not everyones does. Some make it hard to add buttons for those things to icon / task bars, or hide them not in the top level menu. > In all languages?

Re: problems with spam

2004-02-16 Thread Thomas Chiverton
On Monday 16 February 2004 15:04 pm, Doug White wrote: > If you control the list serv you should institute posting restrictions to > members only, :nods > and set the replyto to the sender and not the list. N ! That makes replying on-list (what I reckon people do most) an arse. -- Tom Chi

Re: OT - Windows NT source code

2004-02-16 Thread Thomas Chiverton
On Friday 13 February 2004 16:51 pm, Rob Rohan wrote: > code such a huge security leak? Could it be they have really bad code, Because MS have repeatadly said they can't let anyone see it, because (I assume) it is so full of holes. So obviously they let anyone with enough cash see it. Hmm... --

Re: Administrator mapping not working

2004-02-16 Thread Thomas Chiverton
On Friday 13 February 2004 16:41 pm, Thomson, Alisa wrote: >, but our cfform tags do NOT work because > cfform.js cannot be found. What does the web server error log say for the location of the requested cfform.js ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email

Re: the oracle, the stored procedure and the cfstoredproc (RESOLVED)

2004-02-16 Thread Thomas Chiverton
On Thursday 12 February 2004 09:45 am, Thomas Chiverton wrote: > I know I should be able to work this out, but it's wall butting time. Note to self: Using log4Plsql will swallow any exception that occurs in your stored procedure code :-( -- Tom Chiverton Advanced ColdFusion Program

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-13 Thread Thomas Chiverton
> If so, could you just c+p one so I can check neither of us is going mad... Including the Oracle spec for the procedure ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-13 Thread Thomas Chiverton
On Friday 13 February 2004 15:19 pm, Plunkett, Matt wrote: > IS > possible though, we use Oracle stored procs extensively from CF MX and 5.0. That return ref cursor-type result sets ? If so, could you just c+p one so I can check neither of us is going mad... -- Tom Chiverton Advanced ColdFusion

Re: Stuck on CF5 :Structure to XML

2004-02-13 Thread Thomas Chiverton
On Friday 13 February 2004 10:00 am, Robertson-Ravo, Neil (RX) wrote: > very good, I wish! :-) nah, it needs to be a standard XML doc, not > WDDX. WDDX is a standard. It's got a valid schema doc and everything. There is no One True Standard xml format, only schemas which define what tags, pr

Re: Stuck on CF5 :Structure to XML

2004-02-13 Thread Thomas Chiverton
On Friday 13 February 2004 09:49 am, Robertson-Ravo, Neil (RX) wrote: > What are the options (Custom Tags or whatever) or converting a valid > ColdFusion Structure to an XML document? CFWDDX -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFin

ATN: Admin (filter)

2004-02-13 Thread Thomas Chiverton
On Friday 13 February 2004 09:31 am, Thomas Chiverton wrote: > :waits for bounce Yup, got one :-) Seriously - keyword based filters are useless. You just make people write winker or scr3w instead. I'm going to look silly if this bounces too :-) -- Tom Chiverton Advanced Co

Re: got post rejection-hehe

2004-02-13 Thread Thomas Chiverton
On Thursday 12 February 2004 17:38 pm, [EMAIL PROTECTED] wrote: > You probably said one of those words that one person thins might be > offensive but, which nobody else would care about. Yeah, like when I'm doing some DIY and spend hours screwing things together :waits for bounce -- Tom Chivert

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-13 Thread Thomas Chiverton
On Thursday 12 February 2004 20:16 pm, Plunkett, Matt wrote: > Unless it changed from 6.1 to 6.0, you do not have to have a cfprocparam > for the ref cursor as someone else suggested. Didn't think so - there is a technote about that change in 6.1. > We put our Oracle stored procedures in this for

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-13 Thread Thomas Chiverton
On Thursday 12 February 2004 17:50 pm, Plunkett, Matt wrote: > What version of CF are you using? MX6.1 via Weblogic. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel:

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-12 Thread Thomas Chiverton
On Thursday 12 February 2004 17:20 pm, Kevin Marino wrote: > have you checked to see if procparam are in same order they are in stored > procedure. Yup. I posted the spec of the procedure earlier. I got a message about profanty or some such nonsense too, but my post also showed up - are you read

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-12 Thread Thomas Chiverton
> so it must be CF screwing up somewhere - argh ! And if I use the CF ORacle drivers (rather than a WebLogic JDBC pool), and the code which should work according to the docs: procedure="bf_report.client_facade_pkg.get_available_reports" debug="Yes" > I get [Macromedia][Oracle JDBC Driver]

Re: the oracle, the stored procedure and the cfstoredproc

2004-02-12 Thread Thomas Chiverton
On Thursday 12 February 2004 09:45 am, Thomas Chiverton wrote: > Anyone fancy pointing out the early morning obvious ? And it all works if I log in directly as the CF user and do: declare type ref_curr is REF CURSOR; ret_curr ref_curr; begin bf_report.client_facade_pkg.get_available_reports

Re: CF Application Security

2004-02-12 Thread Thomas Chiverton
On Thursday 12 February 2004 13:54 pm, Tangorre, Michael wrote: > What is a better approach to protecting and validating URL parameters? Don't use them. Store what you need server side (session scope for instance). -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [

the oracle, the stored procedure and the cfstoredproc

2004-02-12 Thread Thomas Chiverton
I know I should be able to work this out, but it's wall butting time. I have a procedure in Oracle 9i, declared: TYPE ref_cursor IS REF CURSOR;         ...   PROCEDURE get_available_reports(user_name_in IN VARCHAR2,   available_reports_out OUT ref_curso

Re: ColdfusionMX Server?

2004-02-11 Thread Thomas Chiverton
On Wednesday 11 February 2004 15:01 pm, John Ho wrote: > I don't why all my application doesn't display > anything?. When I open them, it doesn't show anything > just a blank page. I can not open Coldfusion admin > either. Do you know what wrong with this? Please help This will help: http://www.ca

Re: Replying To a HTTP POST

2004-02-10 Thread Thomas Chiverton
On Tuesday 10 Feb 2004 15:35 pm, chad wrote: > Anywhere I can get examples of this? Eh ? What is the PDA running ? If it's a web browser, just output as you would normaly. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underw

Re: MySQL and CF

2004-02-10 Thread Thomas Chiverton
On Friday 06 Feb 2004 21:29 pm, Jochem van Dieten wrote: > Per my other post regarding the MySQL release schedule, you must > know something that even MySQL AB doesn't know. The only comment > the developers give is that 4.0 took 17 months. http://www.infoworld.com/article/04/01/12/HNmysql5_1.html

Re: MS Update broke security

2004-02-10 Thread Thomas Chiverton
On Friday 06 Feb 2004 17:37 pm, Robert Everland III wrote: > basic authentication. So now I just need to figure out how IIS known > to make those cgi variables and if I can do that they will be cached If you use (just) NT auth., IIS fills in (iirc) cgi.remote_user for you. You can use this to figu

Re: CFMX - best way to strip content from html page

2004-02-10 Thread Thomas Chiverton
On Monday 09 Feb 2004 16:36 pm, Rob Rohan wrote: > What are the Perl modules called? perhaps I can port them - do you have > a link? :rummages at NTK http://www.ntk.net/index.cgi?b=02003-09-12&l=124#l -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTE

Re: CFMX - best way to strip content from html page

2004-02-09 Thread Thomas Chiverton
On Monday 09 Feb 2004 16:24 pm, Michael Dinowitz wrote: > No. Bottom line here is just no. There is no generic way of getting content > off a web page without getting the non-content (nav, etc.). Though there a Perl modules that have a fair go. -- Tom Chiverton Advanced ColdFusion Programmer

Re: MySQL and CF

2004-02-06 Thread Thomas Chiverton
On Friday 06 Feb 2004 16:06 pm, Jochem van Dieten wrote: > Bryan Stevenson wrote: > > I agree...MySQL is not a "real" databasenot just because of the FK > > issue which is only fixed by using InnoDBit also doesn't have stored > > procs/triggers/rollback. > > Transactions are supported, and

Re: MS Update broke security

2004-02-06 Thread Thomas Chiverton
On Friday 06 Feb 2004 15:30 pm, Schuster, Steven wrote: > Putting the username and password in the URL. :-) I guess it would work, meet all the requirements. But still... :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: MS Update broke security

2004-02-06 Thread Thomas Chiverton
On Friday 06 Feb 2004 13:59 pm, Robert Everland III wrote: > that's just it I can't use anythign that requires user intervention. Then you can't do security. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business P

Re: MS Update broke security

2004-02-06 Thread Thomas Chiverton
On Friday 06 Feb 2004 13:38 pm, Robert Everland III wrote: > Yeah I saw that, doesn't really help me though, I need something that will > allow me to get internet explorer to cache the username and password. I IE has an option to remeber paswords - use that ? Unfortunetly nither is anything you c

Re: CFMX install errors - says port 51010 is not open

2004-02-06 Thread Thomas Chiverton
On Friday 06 Feb 2004 14:02 pm, Critter wrote: >   any suggestions? netstat -alpn|grep 51010 to see what's actualy there (it may be the CF you just installed :-) ) ? But I bet you're on windows. Firewall on ? Services running ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

Re: MS Update broke security

2004-02-06 Thread Thomas Chiverton
On Friday 06 Feb 2004 13:07 pm, Robert Everland III wrote: > how do I do this without making the url that way. I have tried headers, You can chage registery keys to get back the old (broken) ability to use [EMAIL PROTECTED] in URLs. Ask the the MS web site which ones, I've no idea. -- Tom Chive

Re: jRockit

2004-02-06 Thread Thomas Chiverton
On Thursday 05 Feb 2004 20:35 pm, Samuel Neff wrote: > I've talked to one of the CFMX engineers about using jRockit with CFMX 6.1 > and he said that they did extensive testing and found that it was faster in > most situations but developed stability problems and random error messages > when put und

Re: Linux & ODBC Socket

2004-02-06 Thread Thomas Chiverton
On Thursday 05 Feb 2004 23:58 pm, Dave Carabetta wrote: > I don't believe that ODBC works on *nix systems. There are ODBC drivers in Java, that run on Linux (and any other O/S), afaicr. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger

Re: XML storage

2004-02-06 Thread Thomas Chiverton
On Thursday 05 Feb 2004 20:32 pm, Jochem van Dieten wrote: > Matt Liotta wrote: > parts. The CLOB method, on the other hand, avoids these context > issues. Instead of mapping schema to rows, the database preserves > the data context and hierarchy in one unit. However, a SQL query > cannot look insi

Re: XML Storage

2004-02-05 Thread Thomas Chiverton
On Thursday 05 Feb 2004 17:11 pm, Tony Weeg wrote: > you do know that you can store data in sql server 2000, like we normally All of that applies to Oracle (9i or better) too - built in XPath search, in place edits etc. etc. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 8349

Re: XML reformatting

2004-02-05 Thread Thomas Chiverton
On Wednesday 04 Feb 2004 18:15 pm, Ray Bujarski wrote: > this difficult.  Does anyone know of a good XML parser with cold fusion > that could do this transformation a little more elegantly?  I need some > better conditional capabilities and being able to use regular > expressions would be very usef

Re: Certs for Site Users

2004-02-04 Thread Thomas Chiverton
On Wednesday 04 Feb 2004 14:39 pm, Mickael wrote: > Hi Thomas, > This site is on Windows 2003, CFMX IIS Nope, sorry, no idea. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5

Re: Certs for Site Users

2004-02-04 Thread Thomas Chiverton
On Wednesday 04 Feb 2004 01:30 am, Mickael wrote: > How is this done?  What is involved in including this functionality for my > client. Sounds like HTTPS client certificates. How easy it is depends on your web server. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 emai

Re: Das cf eclipse plug-in

2004-02-03 Thread Thomas Chiverton
On Tuesday 03 Feb 2004 16:56 pm, you said: > phased out. And for eclipse 3 the autoinstall feature doesn't seem to be > done so you have to go to the site and download the latest plugin for it > to work :( Ah. Oddness. Do I have to do anything with Eclipse 3 beyond unpack the .zip in the right pl

Re: OT: Scrolling Div

2004-02-03 Thread Thomas Chiverton
On Tuesday 03 Feb 2004 04:11 am, Ubqtous wrote: > TC> Is there a live example of that working anywhere ? > http://ubqtous.com/test/css.cfm Ah ha, great - thanks. Fine in FB here too :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger L

Re: [Stats] CF-Talk: January 2004

2004-02-03 Thread Thomas Chiverton
On Monday 02 Feb 2004 22:07 pm, Bill Doerrfeld wrote: > Top 20 Contributors by Number of Posts ... > Thomas Chiverton    66 > Raymond Camden  62 Woot ! (Sorry Ray :-) ) -- Tom

Re: Flash HTML Editor?

2004-02-02 Thread Thomas Chiverton
On Monday 02 Feb 2004 16:41 pm, [EMAIL PROTECTED] wrote: > >> Does anyone know of a free flash or java html editor? (At any level of > >> development) > > Perl and PHP both have methods for generating flash. > lol, not quite what he meant ;) Oops :-) ( ( ( ( free flash) or (java html) ) editor )

Re: Flash HTML Editor?

2004-02-02 Thread Thomas Chiverton
On Friday 30 Jan 2004 19:46 pm, Rob Rohan wrote: > Does anyone know of a free flash or java html editor? (At any level of > development) Perl and PHP both have methods for generating flash. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFing

Re: Weird: CF Debug info & Firebird

2004-02-02 Thread Thomas Chiverton
On Monday 02 Feb 2004 16:08 pm, Robert Bailey wrote: >  I get debugging info on my firebird :nods FB 0.7/Linux Can I recommend the excellent AdBlock plugin ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business

Re: OT: Scrolling Div

2004-02-02 Thread Thomas Chiverton
On Saturday 31 Jan 2004 15:18 pm, Ubqtous wrote: > .notes-box {background-color : White; overflow : auto; height: 200px; > border : 1px solid Silver;} Is there a live example of that working anywhere ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECT

Re: CF Eclipse plug-in sourceforge

2004-01-30 Thread Thomas Chiverton
On Thursday 29 Jan 2004 19:29 pm, Rob Rohan wrote: > Thank you for the very positive feed back I keep getting from all you > guy on this - I hope I can find a good way to get a development > community going - (if not just out of spite now) I can happily run a mailing list for it if noone else pick

Re: PGP > Digital Signed Email

2004-01-29 Thread Thomas Chiverton
On Thursday 29 Jan 2004 15:33 pm, Robertson-Ravo, Neil (RX) wrote: > OK, > > I know that using PGP and a CFX tag you can digitall sign emails in > CF5..but whats required on the client end? Anything? Nope. PGP signatures are plain text. Of course, to be any use, the reciever needs to have somethi

Re: Fast AV Code

2004-01-28 Thread Thomas Chiverton
On Wednesday 28 Jan 2004 13:55 pm, Michael Dinowitz wrote: > From my experience with SpamAssassin, it's easier to write your own cleaner > than to write a custom rule and wonder where it goes and what it acually > does. No need - there is already a MICROSOFT_EXECUTABLE rule, and you can assign yo

Re: Fast AV code

2004-01-28 Thread Thomas Chiverton
On Tuesday 27 Jan 2004 17:06 pm, Michael Dinowitz wrote: > 3. Write your own cleaner 4. Use SpamAssassin with a custom rule weighting for executables that ensures they are marked as spam. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinge

Re: CFMX SUSE configuration

2004-01-28 Thread Thomas Chiverton
On Tuesday 27 Jan 2004 23:20 pm, Stan Winchester wrote: > I just installed CFMX on SUSE 9 and the CF server starts fine. I used the CFMX is case sensitive for it's admin URL. > error No mapping found for /cfide/administrator/index.cfm You want CFIDE there. Maybe captial A too. -- Tom Chiverton

Re: cfeclipse plug-in

2004-01-27 Thread Thomas Chiverton
On Tuesday 27 Jan 2004 16:43 pm, Rob Rohan wrote: > alone. As soon as / if sourceforge gives me space I'll put the code up > and you can help if you'd like, otherwise you might have to sit tight Guess I'll be learning eclipse API then :-) > for a while because unfortunately I have to make a livin

Re: cfeclipse plug-in

2004-01-27 Thread Thomas Chiverton
On Saturday 24 Jan 2004 02:04 am, Rob Rohan wrote: > I just finished a very basic coldfusion eclipse plug-in. The syntax > highlighting and code completion are so-so, but better then nothing. Wow ! Great news ! I currently use Jedit, and agree while it is OK, it doesn't really know much about CF

Re: Length of CFC

2004-01-27 Thread Thomas Chiverton
On Tuesday 27 Jan 2004 10:29 am, Shahzad.Butt wrote: > Does it really matter if a cfc file is very long. say a couple of > thousand lines. Would it slow down the request including a call to that > cfc? No, because all CFMX pages are pre-compiled on first request. It should be no worse than having

Re: cfinput and event handlers

2004-01-23 Thread Thomas Chiverton
On Friday 23 Jan 2004 00:14 am, Barney Boisvert wrote: > through it's value to the resulting INPUT tag.  Kind of messy if you have > complex JS in there, but it works Which is why we use qForms :-) You don't need to do anything to the input tags themselves. -- Tom Chiverton Advanced ColdFusion

Re: CF Start a process - don't wait for it to finish

2004-01-22 Thread Thomas Chiverton
On Thursday 22 Jan 2004 17:24 pm, Christian Cantrell wrote: > I tried once to write a CFTHREAD tag (that spawned a new Java thread in > which some task would be performed), but it managed to eluded me. I think there is enough confusion over locking without introducing multi-threaded requests, as

Re: HELP!!! I have a SQL Call That I cannot Make work...

2004-01-22 Thread Thomas Chiverton
On Thursday 22 Jan 2004 16:12 pm, Michael Grove wrote: > I can do this. The trickey part is, I dont want to see all of the bids > exceeding the reserve. Only the highest bid. max(ab.bid_ammount) in your select clause ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email

Re: CF Start a process - don't wait for it to finish

2004-01-22 Thread Thomas Chiverton
On Thursday 22 Jan 2004 04:06 am, Taco Fleur wrote: > What's the best way to start/call a process in CF and not wait for it to > finish? Put a '&' on the end, if your on Linux/Unix. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limite

Re: No More Data To Read error again- SQL Server

2004-01-21 Thread Thomas Chiverton
On Wednesday 21 Jan 2004 16:00 pm, Smith, Don , CTR , WHS/PSD wrote: > Has there been any movement on the JDBC "No More Data to Read" error?   Not that has been posted on the thread in the MM forums :-( -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTEC

Re: Also Having this problem

2004-01-21 Thread Thomas Chiverton
On Wednesday 21 Jan 2004 14:32 pm, Daryl Walsh wrote: > via CFMail. Send the same message, subject and text, > from someone's outlook and the spam "score" is 10 to 50 > out of 100. I dunno what spam filter you're using, but it's broke :-) Mail I get sent from our CFMX6.1 install goes through SpamA

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-21 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 18:13 pm, Matt Robertson wrote: > Can't.  Politics.   Bah :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)1

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 17:27 pm, Matt Robertson wrote: > I can't do it before db insertion because its not my data. Even better then :-) Spend 2 seconds knocking up a over all your data and testing the email address field. Then take the list of failues to the data provider and give them all the

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 17:12 pm, Matt Robertson wrote: > So now, under CFMX, I must wrap any cfmail statement in a validator or a > special try/catch to keep it from potentially crashing my app.  OK.  Got > it. Umm, no, you should validate user input before acting on it. Idealy at entry time. The

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 16:57 pm, Adam Reynolds wrote: > Thomas, > Technically it is a bug. Cfmail should not throw an exception when passed > an email address (no matter what the content) Particularly if this is a new > bug introduced into 6.1 It wasn't being passed an email address though, was it

Re: CFPOP and bounced mail

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 16:53 pm, Jochem van Dieten wrote: > Tom Jordahl wrote: > > CFPOP works. > > The combination unicode-1-1-utf-7 and action="" does not work. In what way does it not work ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] Blue

<    4   5   6   7   8   9   10   11   12   13   >