Re: Set the Log level in CF5

2005-03-31 Thread Thomas Chiverton
On Wednesday 30 Mar 2005 17:57 pm, David Manriquez wrote: > i need to know if is possible to set the log level in CF5. CF doesn't have a native log framework. -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTick

Re: JSESSIONID - Help

2005-03-31 Thread Thomas Chiverton
On Friday 18 Mar 2005 14:47 pm, Ryan Duckworth wrote: > In CF (6.1 - updater) we have "Use J2EE session variables" unchecked in > the CF Admin, but we are getting users who are getting JSESSIONID in > their cookies. Are you using the bundled JRun or some other container ? -- Tom Chiverton Advan

Re: Quick, how much is CF

2005-03-24 Thread Thomas Chiverton
On Thursday 17 Mar 2005 21:10 pm, Paul wrote: > Hopefully for credit card numbers the guy will be using SSL, in which case > BD free won't do the job. Even if you proxy it behind pound or something ? -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: Free Coldfusion Devs Tool

2005-03-24 Thread Thomas Chiverton
On Wednesday 23 Mar 2005 17:24 pm, Kevin Aebig wrote: > 'll be releasing a browser version as well That would be fab. ! -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - The leading ColdFusion Help Desk an

Re: Free Coldfusion Devs Tool

2005-03-23 Thread Thomas Chiverton
On Wednesday 23 Mar 2005 16:31 pm, Kevin Aebig wrote: > If I've missed anything, please don't hesistate to let me know. When the > next version is ready, the application will alert you. There was talk of making the client work on non-Windows boxes using projector, or just a bare flash file. As we

Re: Free Coldfusion Devs Tool

2005-03-23 Thread Thomas Chiverton
On Tuesday 22 Feb 2005 19:25 pm, Bryan F. Hogan wrote: > He should be able to make a mac projector and all will be ok for your Mac. Does anyone know if http://www.keslabs.com/crd/ is being updated still ? -- Tom Chiverton Advanced ColdFusion Programmer ~

Re: Default Value for MS Access ALTER TABLE ADD COLUMN

2005-03-23 Thread Thomas Chiverton
On Tuesday 22 Mar 2005 01:10 am, Stan Winchester wrote: > It seems if it can be done in the Access "Design View" there should be a > SQL equivalent. Why ? One thing knows all about the grubby internals of your specific database, and the other is an open language standard. -- Tom Chiverton Adva

Re: HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-15 Thread Thomas Chiverton
On Tuesday 15 Mar 2005 11:42 am, Matthew Lesko wrote: > to XML parser (especially codes samples) would be much appreciated. HTML is not an XML format. XHTML is a lot stricter, and so is an XML format, and no matter what some web sites might claim to be, very few sites that have been around longer

Re: OT - UI problems

2005-03-15 Thread Thomas Chiverton
On Sunday 13 Mar 2005 14:50 pm, Mickael wrote: > on this have faced the same issue. Can any one suggest a good resource for > making easy to understand user interfaces, books, sites anything. I'd be interested in hearing of any too. -- Tom Chiverton Advanced ColdFusion Programmer

Re: litlle cfeclipse question

2005-03-15 Thread Thomas Chiverton
On Friday 11 Mar 2005 19:23 pm, CFDEV wrote: > Ok I see, cause there is that possibility in homesite but as you said, > homesite doesn't have code folding. And I'd rather have folding than wrapping. FWIW, jEdit would wrap long lines onto a new unnumbered one. Sort of virtual wrapping. -- Tom C

Re: in CFMX

2005-03-08 Thread Thomas Chiverton
On Monday 07 Mar 2005 20:45 pm, Andy Clary wrote: > The strange thing is that the exact same code works great on CF5. We have Same code, on same host, at the same time ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Logw

Downloading MX 6.1 and updaters

2005-03-08 Thread Thomas Chiverton
If I get the 'english | linux' version of 6.1 from http://www.macromedia.com/cfusion/tdrc/index.cfm?product=coldfusion&promoid=devcenter_tutorial_product_090903 does that include the latest updater (ie the database driver updates) ? -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: (OO) UI in CFCs

2005-03-04 Thread Thomas Chiverton
On Thursday 03 Mar 2005 16:43 pm, Michael Dinowitz wrote: > I'm starting this topic to get peoples feelings on the subject. Do you use > CFCs for UI? Do you have a good reason to do so? Do you see a reason to use Yup, we've got a bunch of stuff in com.bluefinger.gbb.gui. that performs the job of

Re: RDS and file browsing

2005-03-03 Thread Thomas Chiverton
On Friday 25 Feb 2005 17:47 pm, Douglas Knudsen wrote: > dir only, user Henry Rollins has access to everything, etc... Use WebDAV :-) -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - The leading ColdFusio

Re: Web Based Spreadsheet To MSSQL Mapping

2005-03-03 Thread Thomas Chiverton
On Friday 25 Feb 2005 15:21 pm, Bryan F. Hogan wrote: > send it to me. Against all of my recommendations to have us write an import > function they don't want to spend the money. So, fine. Let them do it that way. When it breaks, explain why. -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: OT: Dynamic form fields & calendars

2005-03-03 Thread Thomas Chiverton
On Friday 25 Feb 2005 16:02 pm, Damien McKenna wrote: > Any ideas what I should look for, or failing that, anyone have a > suggestion on something else for me to try? There was speed-up code added to reuse Calender.js instances - one of the setup variables turns this off, try that... -- Tom Chi

Re: ot: interesting thingy on allaire

2005-03-03 Thread Thomas Chiverton
On Thursday 03 Mar 2005 00:04 am, dave wrote: > crurious how if jeremy will add any cfm perks to this? Yes, but: An error occurred while loading http://www.brightcove.com/: Unknown host www.brightcove.com -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: Error handling with a CFHTTP request

2005-03-02 Thread Thomas Chiverton
On Wednesday 02 Mar 2005 15:40 pm, Claremont, Timothy wrote: > My question is, how can I more gracefully handle the error? If the > CFHHTP request is not successful, I just to display a "temporarilly out The normal way, with a try/catch pair, and optionaly some of the other arguments to cfhttp ?

Re: Upload file...in reverse

2005-03-02 Thread Thomas Chiverton
Why not have a scheduled task / cron job that just pulls them down from the server over fto/smb or whatever ? Or share the remote sites folders and have the server push to them. -- Tom Chiverton Advanced ColdFusion Programmer

Re: SQLSurveyor with NEW DAO Generator Beta site ready for a good, solid thrashing...

2005-03-01 Thread Thomas Chiverton
On Tuesday 01 Mar 2005 13:24 pm, Joe Rinehart wrote: > Works OK in my Firefox. Yeah, mine too *now*. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and convenient web-based time tracking ap

Re: SQLSurveyor with NEW DAO Generator Beta site ready for a good, solid thrashing...

2005-03-01 Thread Thomas Chiverton
On Saturday 26 Feb 2005 10:44 am, Jared Rypka-Hauer - CMG, LLC wrote: > URL for testing is http://w2ksrv1.neo.servequake.com/sqlsurveyor and Doesn't work in Konq. I can log in and get a list of stuff, clicking on one gets me the login screen again. Same in Firefox. :throws URL away -- Tom Chiv

Re: access w username and password..

2005-02-28 Thread Thomas Chiverton
On Monday 28 Feb 2005 14:06 pm, GM wrote: > Any other ideas? Dump the app vars just before the call. Maybe they aren't being set. -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - The leading ColdFusion He

Re: cfinput and image

2005-02-28 Thread Thomas Chiverton
On Monday 28 Feb 2005 13:27 pm, Paul Hastings wrote: > yes, i know. we're just looking right now, though i like some of the > ways the new cfform can more easily organize a GUI. I'm not sure you can't use the layout stuff, even in a CF7 HTML cfform, but I've not had a chance to read much on CF7 y

Re: cfinput and image

2005-02-28 Thread Thomas Chiverton
On Monday 28 Feb 2005 12:02 pm, Paul Hastings wrote: > sustainablegis.com You don't *have* to use the flash forms if they don't or can't do what you want :-) Do you have an example of your drawing stuff ? We've just implemented a similar thing for users entering geoFences (using http://www.walt

Coldfusion SNMP (was Re: What would cause this?)

2005-02-28 Thread Thomas Chiverton
I see CF5 supported SNMP queries, does 6.1 as well ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours s

Re: Pro/Con Moving from MSSQL to MySQL

2005-02-25 Thread Thomas Chiverton
On Thursday 24 Feb 2005 17:05 pm, toru okada wrote: > sorry jochem, i am going to have to resepectfully disagree with you I willing to bet if I give MSSQL a huge wodge of data, and then pull the power plug out while it's doing something, it'll take a while to recover too. Hell, even Oracle woul

Re: Free Coldfusion Devs Tool

2005-02-23 Thread Thomas Chiverton
On Tuesday 22 Feb 2005 19:28 pm, Kevin Aebig wrote: > Hopefully an OSX version right away. Worst case scenario is that I post the > swf and use FSCommand to write the config for the Mac guys... Could you do something similar for us Linux people ? It looks like just the sort of thing that could be

Re: open window full screen

2005-02-23 Thread Thomas Chiverton
On Tuesday 22 Feb 2005 20:55 pm, Paul wrote: > And for what it's worth, nothing makes me more irritated than when a > website maximizes my browser. Get a Better Browser :-) -- Tom Chiverton Advanced ColdFusion Programmer ~| L

Re: THIS scope

2005-02-23 Thread Thomas Chiverton
On Wednesday 23 Feb 2005 09:03 am, James Holmes wrote: > Does anyone use the THIS scope any more? Having just converted some nasty I put public attributes and simple things that aren't worth writing a get and set for in it. -- Tom Chiverton Advanced ColdFusion Programmer ~

Re: Blog app

2005-02-03 Thread Thomas Chiverton
On Thursday 03 Feb 2005 13:30 pm, Rick Root wrote: > I didn't figure there'd be a whole lot of demand for running a blog app > on Oracle =) If you're abstracted enough to cope with more than one, you might as well support all the big vendors. -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: What's the newest version of Apache supported by CFMX?

2005-02-02 Thread Thomas Chiverton
AFAIK MM support distributions of operating systems, not specific versions of application on them. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and convenient web-based time tracking appli

Re: Two free Alagad Image Component licenses

2005-02-01 Thread Thomas Chiverton
On Tuesday 01 Feb 2005 13:19 pm, Rick Root wrote: > In order to "complete the offer", you have to sign up 5 others who also > "complete the offer" Yeah, it's basically a pyramid selling scheme, which may be illegal in your country. -- Tom Chiverton Advanced ColdFusion Programmer ~

Re: Verity Issue

2005-01-24 Thread Thomas Chiverton
On Friday 21 Jan 2005 12:42 pm, Robertson-Ravo, Neil (RX) wrote: > "Not enough resources available to create VDK collection threads : K2 Out of disk/threads/ulimit/memory ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Di

Re: wussy-wig editor

2005-01-21 Thread Thomas Chiverton
On Tuesday 18 Jan 2005 18:56 pm, Adrocknaphobia wrote: > Why bother replying? I'm doing my part ! -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware: a new and convenient web-based time tracking application. Start t

Re: CFMX 6.1 - Missing Template Handler

2005-01-20 Thread Thomas Chiverton
On Thursday 20 Jan 2005 01:43 am, Andrew Tyrone wrote: > handler IS NOT relative to the web root as the docs say. ... > You cannot use "relative" paths as > in ../folder/file.cfm. It is relative to the web root. You can't go 'up' past the root of the web root, which is why your example fails.

Re: wussy-wig editor

2005-01-14 Thread Thomas Chiverton
On Friday 14 Jan 2005 07:33 am, Jim Davis wrote: > Which is perfectly acceptable in many situations. If the tool was only > needed for an "admin" area (private, small user base) it may save money or > provide more features to dictate a platform. I'm never convinced by this... > - IE 5-6 only. ..

Re: wussy-wig editor

2005-01-13 Thread Thomas Chiverton
On Thursday 13 Jan 2005 11:57 am, Adam Haskell wrote: > I highly doubt that this program is going to lock a person into It requires your customer to have a Windows O/S to use your web site. > windows...and could you show some perfectly good alternatives? http://www.dynarch.com/projects/htmlarea/

Re: Factory problems.

2005-01-13 Thread Thomas Chiverton
On Wednesday 12 Jan 2005 22:14 pm, Shawn McKee wrote: > But why would it work with CF standalone and fail when installed under JRun > as a J2EE application? I guess standalone uses it's own loader, where as under J2EE it users the servers' -- Tom Chiverton Advanced ColdFusion Programmer Tel: +

Re: wussy-wig editor

2005-01-13 Thread Thomas Chiverton
On Wednesday 12 Jan 2005 15:17 pm, Jim Davis wrote: > Um... because all your users are Windows only? Why lock yourself in, when there are perfectly good alternatives that don't ? Or to take another angle, why require your users to install something, when there are other perfectly good things tha

Re: wussy-wig editor

2005-01-12 Thread Thomas Chiverton
On Wednesday 12 Jan 2005 00:18 am, dave wrote: > http://xstandard.com/page.asp?p=A4372B00-8D7F-4166-977C-64E5C4E3708E&s=E638 >AEB0-ADC1-448B-9CE5-FB8AAE1FE55B Why bother looking at a Windows only solution ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PR

Re: Ok, here's a brute

2005-01-12 Thread Thomas Chiverton
On Tuesday 11 Jan 2005 17:25 pm, Ian Skinner wrote: > of panic, I downloaded 17 of the 19 Windows 2000 server and IE 5.5 security > patches MS said I needed and that does seem to have helped. No crashes yet I assume you have a very very good excuse for not already having them... -- Tom Chiverto

Re: Ok, here's a brute

2005-01-11 Thread Thomas Chiverton
On Monday 10 Jan 2005 20:56 pm, Ian Skinner wrote: > Any hints on where I can start debugging why a form I have now complete > crashes the IE browser when I submit it? Use FireFox. Copious log statements (or cfthrows). -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 ema

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Thomas Chiverton
On Monday 10 Jan 2005 17:46 pm, Dave Watts wrote: > How exactly is WebDAV any more or less secure than RDS? Both can be > protected with SSL. Both let you manipulate the filesystem through HTTP > requests. Unless anything has changed, RDS exposes everything to everyone, with full permissions. Web

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-10 Thread Thomas Chiverton
On Friday 07 Jan 2005 21:49 pm, Dave Watts wrote: > RDS would be a lot more useful if it were something that could be used by > other tools. RDS would be a lot more useful if it was thrown away and replaced with something that used open standards (WebDAV for instance). RDS is far to insecure to l

Re: dishing up servlets on cfmx enterprise

2005-01-07 Thread Thomas Chiverton
On Friday 07 Jan 2005 08:13 am, Sean Corfield wrote: > > Sean Where are you that you are up and working at this hour? > > Sitting in bed with my wife watching Nicole Kidman on Jay Leno - it's > only just after midnight! Argh ! My minds eye ! There are children present :-) -- Tom Chiverton Advan

Re: CFQUERYPARAM issue

2005-01-06 Thread Thomas Chiverton
On Thursday 06 Jan 2005 09:13 am, Duncan I Loxton wrote: > one affected. The fact that it had the ? on it threw me a bit and This is standard denotation for a bind parameter, which is what cfqueryparam does. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL

Re: Secure Email Access

2005-01-06 Thread Thomas Chiverton
On Wednesday 05 Jan 2005 18:22 pm, Paul Vernon wrote: > Thing is it Gmail doesn't require SSH, it requires POP3 over SSL... :) I thought I'd answer the question rather than second guessing any errors in the post :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email

Re: Firefox Tabs

2005-01-05 Thread Thomas Chiverton
On Tuesday 04 Jan 2005 16:35 pm, Alex Sherwood wrote: > As a developer, you should be able to specify where link opens via > JavaScript. If the use has the defaults set in the browser, then the JS > code gets presedence. If they have window opening params explicitly set, > the page opens where they

Re: Secure Email Access

2005-01-05 Thread Thomas Chiverton
On Tuesday 04 Jan 2005 14:47 pm, James Smith wrote: > Does anyone know of a way to access pop mail with CF using SSH? I ask > because gmail seems to require it. Tunnel it. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underw

Re: Bandwidth Throttler

2005-01-05 Thread Thomas Chiverton
On Monday 03 Jan 2005 15:54 pm, Robert Everland III wrote: > I need to do some testing on a flash remoting project and there seems to be > some issues with slower speeds. Does anyone know of any free or paid > bandwidth throttlers that allow me to install it on my workstation and > limit the amount

Re: OT: base href and in-page anchor links

2004-12-10 Thread Thomas Chiverton
On Friday 10 Dec 2004 15:04 pm, Hugo Ahlenius wrote: > How do I then create a link to a local anchor, when I am not on the root > page? If I am not on the root page of the site, and there is a link http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186985 Archives: htt

Re: Blackstone Beta

2004-12-10 Thread Thomas Chiverton
On Friday 10 Dec 2004 14:58 pm, Aaron Rouse wrote: > money back? ;) After all if already stable, not like you can make it > more stable :) You keep adding 9's after the decimal point until someone tells you not to be so stupid :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1

Re: Eclipse, it rocks..

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 12:06 pm, James Holmes wrote: > Does Aqua Datastudio do everything that TOAD does? Toad is pretty > comprehensive... It runs querys, explores schema's, exports in CSV, create ... fashions. Package and table editors too - which covers about 99% of what I do with our databas

Re: Javascript and CF

2004-12-09 Thread Thomas Chiverton
On Wednesday 08 Dec 2004 22:24 pm, Greg Morphis wrote: > val = "evaluate(test.agentpw["+ rn +"])"; > The structure exists, I can get any value manually by #qry.desc[1]#. What's 'test' ? Some sort of Neuromancer webservice object ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (

Re: DW on Linux - was (SOT: Browser Stats (stirring the pot))

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 03:51 am, dave wrote: > i'll bring the beer! Dreamweaver will run under WINE on Linux, iirc. 'Nvu' aims to be a fairly comprehensive 'drop in' open source replacement with many of the same featues. Of course, if you don't need that WYSIWYG stuff, Eclipse and the CFEclipse

Re: Which browsers do you support for -public- web sites?

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 02:59 am, Jim McAtee wrote: > So, what browsers, versions, (and to a degree, platforms) are you testing > and supporting I don't support a browser, I support and write to (a set of) open standards. Day to day testing is performed with a recent Firefox, and double checked i

Re: Eclipse, it rocks..

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote: > Now If can find a plugin that lets me manage the datasource including > creating and modifying tables as well as adding, deleting, and updating > records, I'll be as happy as a butterfly. You can use quantum inside Eclipse, but I prefer the st

sending complex types to webservices

2004-12-09 Thread Thomas Chiverton
As per the CF docs, I'm trying to construct a CFC to represent the transfer objects for a webservice I am invoking. And it doesn't work, but a struct *with identical fields to the CFCs cfproperty tags* does ! The CFC version fails on the cfinvoke tag with "Could not perform web service invocatio

Re: Basic ColdFusion sending E-mail question.

2004-12-09 Thread Thomas Chiverton
On Wednesday 08 Dec 2004 14:29 pm, Eric Creese wrote: > I used to do this but found my SMTP was being attacked, What is the best > way to secure the SMTP so I can start using CFMAIL again. I am afraid to > use it cause of the attacks. If you are only sending outbound email, don't listen on public

Re: cftree - autorefresh

2004-12-08 Thread Thomas Chiverton
On Tuesday 23 Nov 2004 17:55 pm, Emmet McGovern wrote: > code example of using treeview with cf I can send it to you. Just email Is anyone building the tree server side with CF ? What about adding nodes at run time via the Pengoworks Gateway or Neuromancer ? -- Tom Chiverton Advanced ColdFusi

Re: Basic ColdFusion sending E-mail question.

2004-12-08 Thread Thomas Chiverton
On Tuesday 07 Dec 2004 19:15 pm, Ian Skinner wrote: > How does the ColdFusion Application server > interact with the e-mail server defined in the Administrator with both good > and bad e-mails? SMTP, same as your regular email client. This operates over TCP/IP, port 25 - any decent packet sniffer

Re: OT-javascript

2004-12-07 Thread Thomas Chiverton
On Tuesday 07 Dec 2004 16:45 pm, Eric Creese wrote: > Trying to run a simple print window java script but it fails here On which line ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, W

Re: [Fixed Subject] Java-based fuseads wrapper (Was: Java access to CF runtime)

2004-12-01 Thread Thomas Chiverton
On Wednesday 01 Dec 2004 12:31 pm, Katz, Dov B (IT) wrote: > mode. I do not like the fact that ad-related DB usage (primarily for > logging impressions and click throughs) are contributing to my page > processing time, > Any suggestions, thoughts, etc? Do what Supernova do with iFrames. -- T

Re: Web services, complex compound objects and axis

2004-12-01 Thread Thomas Chiverton
log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" variable. log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by log4j:ERROR [EMAIL PROTECTED] whereas object of type log4j:ERROR "org.apache.log4j.xml.DOMConfigu

Re: Web services, complex compound objects and axis

2004-12-01 Thread Thomas Chiverton
On Wednesday 01 Dec 2004 14:38 pm, Thomas Chiverton wrote: > Has anyone ever replaced the Axis libraries in ColdFusion (by mangerling > the classloader, replacing things in lib/ ...) ? We're trying to use Spike's UrlClassLoader trick, but it ends up complaining about

Web services, complex compound objects and axis

2004-12-01 Thread Thomas Chiverton
I see that CF uses Apache Axis 1.1 for web services. We have a particular WS we want to use, and using Axis 1.1 we can't even build a java client against it (it complains about invalid objects in the XML, and CF just falls over with an 'unknown deserliser' error). *However* Axis 1.2RC2 will happ

Re: CFMAIL and SSL

2004-11-25 Thread Thomas Chiverton
On Monday 22 Nov 2004 14:14 pm, Dave Watts wrote: > To the best of my knowledge, there is no standard in place to allow you to > encrypt an SMTP session. However, you can encrypt the body of the message. :nods as well as the login information. -- Tom Chiverton Advanced ColdFusion Programmer Tel

Re: New Laszlo alpha release available

2004-11-23 Thread Thomas Chiverton
On Monday 22 Nov 2004 21:53 pm, Damien McKenna wrote: > http://openlaszlo.com/download/notes/ It used to be written in *Python* ?!? Bonkers. (now Java) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wo

Re: JavaMail

2004-11-22 Thread Thomas Chiverton
On Monday 22 Nov 2004 15:02 pm, Robertson-Ravo, Neil (RX) wrote: > Well, I would gather that since I cannot do it in 6.1 that it's a pre 1.3.2 > JavaMail version which does not support SMTPS or TLS! Damn it...will > contact Tom and see what I get ;-) I believe MM do not comment on the technology

Re: Function and query name overwrite

2004-11-12 Thread Thomas Chiverton
On Thursday 11 Nov 2004 17:51 pm, Michael Dinowitz wrote: > Very interesting. I'd never have thought of doing a var set before the > CFQUERY. It would show up in my head as an unnecessary operation. Yeah, I know. When it was discovered you needed to do this (for thread safety) it was suggested t

Re: Database performance - Java Q

2004-11-10 Thread Thomas Chiverton
On Wednesday 10 Nov 2004 13:32 pm, Chris Bestall wrote: > What is the best way to add performance to an application ... > ... The database server is under too much > of a load I think you've answered you own question - buy a bigger DB server. Stored procs are almost always more efficent than sele

Re: Java to CFMX Question

2004-11-10 Thread Thomas Chiverton
On Tuesday 09 Nov 2004 16:31 pm, Jeff Chastain wrote: > How do you > declare an enumeration in CFMX? CreateObject only works with classes (as > far as I can tell). You can either create a new instance of the java enumeration object (whatever the java class is for that) or write a java wrapper th

Re: Session vars and IFRAME

2004-11-09 Thread Thomas Chiverton
On Tuesday 09 Nov 2004 14:22 pm, Dave Watts wrote: > > A pitty for the networks department and their Tux dolls, but > > I care more about my customer satisfaction levels on using > > the web application. :) > > Unfortunately, many customers are unsatisfied by having their machines > compromised. F

Re: Session vars and IFRAME

2004-11-09 Thread Thomas Chiverton
On Tuesday 09 Nov 2004 13:17 pm, Jochem van Dieten wrote: > IFRAMEs might not be a good idea in the light of the latest > developments :-) Which ones are they then ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Bus

Re: Eclipse

2004-11-08 Thread Thomas Chiverton
On Monday 08 Nov 2004 13:32 pm, Bob Clingan wrote: > to me right out of the gate or are there specific CF plugins that I will > want to grab? You'll want CFEclipse for starters. Probably a good DB plugin too: I use quantum. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900

Re: CF & Exchange Calendar

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 16:21 pm, Tony Pimm wrote: > Has anyone found a way to use ColdFusion to interface with a Microsoft > Exchange server, and create events for Public Calendars or tasks? I guess there must be a COM interface, failing that you can email vCal or whatever to your users. -- Tom

Re: write procedure help ...

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 17:24 pm, Charles Heizer wrote: > I have some code which I will > need to reuse in many if statements and I want to pass in the variables and What you need is a CFC (if you have them in your version of CFC) - see the Macromedia CF developer pages for an intro. If you don't h

Re: CFEXECUTE A quandary

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 20:22 pm, Ian Sheridan wrote: > Is it possible to execute a perl script with this? Yes. You may have to give the full path to the executable, and you don't need to state 'perl' again in arguments. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 ema

Re: SQL help needed fast

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 21:00 pm, Eric Creese wrote: > lines is an int and this is MySQL Database. No issues with it in access or > sql server Are those escaped ' meant to be there, or did it just happen when you pasted into your mail client ? What happens if you try the query by hand ? > also in

Re: 404 Error handler for ColdFusion?

2004-11-08 Thread Thomas Chiverton
On Monday 08 Nov 2004 10:33 am, John Beynon wrote: > yeah, you can if it's your server but in a hosted environment thats > just not possible - or certainly something the hosts don't want to > maintain I would *imagine* it would be fairly simple for them to map from hostname, to location of di

Re: 404 Error handler for ColdFusion?

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 14:22 pm, John Beynon wrote: > there's no way to do it on per site basis in a single instance of CF, You can have a (big) cfswitch in the handler that looks at the cgi.server_host (or whatever) to decide what to do. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44

Re: [Fwd: [CF-Dev] MX Europe 2005 Registration Open - Get your Early Bird tickets now!]

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 14:53 pm, Stephen Moretti (cfmaster) wrote: > Niklas is away, but if you know who's hosting it then please do shoot > them. ;) Still down today :-( I was hoping to be able to attempt to start to persuade work to let me go :-/ -- Tom Chiverton Advanced ColdFusion Programmer

Re: [Fwd: [CF-Dev] MX Europe 2005 Registration Open - Get your Early Bird tickets now!]

2004-11-05 Thread Thomas Chiverton
On Thursday 04 Nov 2004 19:08 pm, Stephen Moretti (cfmaster) wrote: > http://www.mxeurope.org/go/registration Host does not resolve. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELL

Re: 404 Error handler for ColdFusion?

2004-11-05 Thread Thomas Chiverton
Set the handler in the administrator. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)1749 834XXX web: www.bluefinger.com Company Reg N

Re: CFFile Issue

2004-11-05 Thread Thomas Chiverton
On Thursday 04 Nov 2004 16:27 pm, Mosh Teitelbaum wrote: > I've never run across that problem but it may well be as you suggest... > some sort of locking error. Solution, cflock it exclusivly and see what happens. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [E

Re: OT: How do I print out a directory listing in XP

2004-11-04 Thread Thomas Chiverton
On Thursday 04 Nov 2004 15:36 pm, Tangorre, Michael wrote: > Every time I click on a folder it opens Windows search!! AcK! I fixed it by installing Linux. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park

Re: Help receiving XML

2004-11-04 Thread Thomas Chiverton
On Thursday 04 Nov 2004 14:00 pm, John Stanley wrote: > GetHttpRequestData? If anyone has any suggestions on a better way to do any > of this, I am all ears. Get a decent traffic sniffer and see what is actualy being sent. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900

Re: Problem with Access driver and Windows 2003 Server

2004-11-04 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 18:03 pm, Jake . wrote: > Does not verify in CF Admin under the Access or Access w/Unicode drivers. > SQL Server DSNs seem to be working fine. Can anything else connect to it ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECT

Re: Problem with Access driver and Windows 2003 Server

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 16:02 pm, Jake wrote: > And when you hit the sites that they are running, I get the following > error: > Error Executing Database Query. > coldfusion.sql.DatabaseConnectionException: Timed out trying to > establish connection Does it verify in the administrator ? Are the

Re: Bluedragon Server

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 13:49 pm, Ryan Jones wrote: > may be way off base here though... maybe the cfmail tag is capable of > handling thousands of addresses. Certainly is, failing that there is the CFML that powers this very list :-) > Standard, meaning that I am also assuming it does NOT featu

Re: Bluedragon Server

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 13:30 pm, Ryan Jones wrote: > Will Bluedragon Server really offer me everything PHP does? Yes. And more. Did you have something specific in mind ? > servers take up huge amounts of memory, and tend to crash often once the > traffic starts increasing. Are these stories t

Re: Can someone Explain this Error Message

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 12:23 pm, Thomas Chiverton wrote: > less evil path ? or, indeed, string ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1

Re: Can someone Explain this Error Message

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 12:04 pm, Graham Pearson wrote: > Branch target offset too large for short Is the file very large ? Can you test it with a less evil path ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Bus

Re: cfencode problems

2004-11-03 Thread Thomas Chiverton
On Tuesday 02 Nov 2004 20:38 pm, Stan Winchester wrote: > c:\cfusionmx\bin\cfencode f:\websites\[path]\*.cfm f:\websites\[path]\*.cfm > /r Path too long, or contains funny chars ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited

Re: Forcing text to wrap in table cell

2004-11-03 Thread Thomas Chiverton
On Tuesday 02 Nov 2004 17:10 pm, [EMAIL PROTECTED] wrote: > Well if the longest word in the English language is 28 chars... Not by a long shot. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hol

Re: SPAM-BULK: RE:Forcing text to wrap in table cell

2004-11-02 Thread Thomas Chiverton
On Tuesday 02 Nov 2004 16:14 pm, Lawrence Ng wrote: > another option is put the string in variable and do a check on string > length... if it exceeds it, then do a wrap. All of which goes to buggery if the web browser is using a different font (size). -- Tom Chiverton Advanced ColdFusion Progr

Re: OT: editors, back to HomeSite+ for me

2004-11-02 Thread Thomas Chiverton
On Tuesday 02 Nov 2004 10:10 am, dave wrote: > right then and there u dont but im assuming u want to actually dispaly the > resulting data in somewhat or any kind of a viewable format I think you need to go and read up on MVC and similar separation of concern architectures. > but i look at bluef

Re: OT: editors, back to HomeSite+ for me

2004-11-02 Thread Thomas Chiverton
On Tuesday 02 Nov 2004 04:15 am, dave wrote: > [quote]>I'd argue that you shouldn't be desiging or working on the two > > halves (front > >end presentation, backend gubbins) at the same time, certainly in a > > project of any size or complexity.[/quote] > > thats not really true, if ur making forwa

Re: Community Suite Schedule

2004-11-01 Thread Thomas Chiverton
On Sunday 31 Oct 2004 05:59 am, Judith Dinowitz wrote: > apologize for the inconvenience. What comes out of it should be good for > the community (we hope). Aww, you can't leave it hanging like that ! :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PRO

Re: OT: editors, back to HomeSite+ for me

2004-11-01 Thread Thomas Chiverton
On Sunday 31 Oct 2004 13:46 pm, Will Tomlinson wrote: > My two centsDW is the way to go. Split view, hand coding and designing I'd argue that you shouldn't be desiging or working on the two halves (front end presentation, backend gubbins) at the same time, certainly in a project of any size

<    1   2   3   4   5   6   7   8   9   10   >