Re: User Defined Functions in ColdFusion

2005-11-09 Thread Thomas Chiverton
On Wednesday 09 November 2005 03:11, simmyana a wrote: > Hi, > I have created an UDF in MS sql and I want to use it in coldfusion while > writing the query. could you please tell me as how to use UDF of MS Sql in > Coldfusion? If you can type it into whatever database tool you use, you can use i

Re: PERL form email with attachment?

2005-11-09 Thread Thomas Chiverton
On Monday 07 November 2005 19:25, Burns, John D wrote: > Anyone have a simple script laying around to do this or could some write > one out real quick? If not, no biggy. Just trying to prove how much http://jenda.krynicky.cz/perl/Sender.pm.html#sending%20a%20file%20that%20was%20just%20uploaded%20f

Re: CRUD Generator

2005-11-09 Thread Thomas Chiverton
On Wednesday 09 November 2005 07:02, Barney Boisvert wrote: > Based on my experience building custom, app-specific generators, what So you're gonna have this rolled out by, say, Friday ? :-) -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: Debug output not showing on page with an Iframe

2005-11-08 Thread Thomas Chiverton
On Monday 07 November 2005 17:08, Dave Phillips wrote: > ideas/suggestions as to how to get around what appears to be a bug? Did you close your iframe tag ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logw

Re: AD integration with CF

2005-11-08 Thread Thomas Chiverton
On Tuesday 08 November 2005 15:50, Dawson, Michael wrote: > ... periodically send a file to > remote DCs and have them replay the changes. How would that work with no VPN ? -- Tom Chiverton Advanced ColdFusion Programmer ~| D

Re: Scheduled Task Problem

2005-11-08 Thread Thomas Chiverton
On Tuesday 08 November 2005 15:25, Ken Ketsdever wrote: > Any ideas??? Browse to the URL using a command line web browser like lynx or telnet on the webserver itself - maybe there is an authentication or other probelm. -- Tom Chiverton Advanced ColdFusion Programmer ~

Re: AD integration with CF

2005-11-08 Thread Thomas Chiverton
On Tuesday 08 November 2005 06:51, Taco Fleur wrote: > I would think not, but am not sure of myself anymore, any confirmation > would be much appreciated. You could have a BDC in the ISP (maybe on the web server). Other more sick ideas spring to mind, but you'll need a VPN betwen the PDC and the

Re: [SPAM : 8.1] Re: Rumors from Max..

2005-11-03 Thread Thomas Chiverton
On Wednesday 02 November 2005 23:23, Stephen Cassady wrote: > (1) Full Open Source would be bad: who would pay to keep Ben's beard well > trimmed? Plenty of people have very well paid jobs writing in free languages. > b) Enterprise remains cost, but drops in price (I would keep paying for > that)

Re: Xmlformat() ... well not formatting

2005-11-03 Thread Thomas Chiverton
On Thursday 03 November 2005 13:23, gabriel l smallman wrote: > fields. The documentation tells me that xmlformat should replace this value > ASCII 241 with its escape. But no joy. Documentation shows that it should Are you sure it isn't a unicode character ? -- Tom Chiverton Advanced ColdFusi

Re: Rumors from Max...

2005-11-02 Thread Thomas Chiverton
On Tuesday 01 November 2005 18:51, Jeff Small wrote: > "Rumor is, Adobe might release CF to the open source community..." I would only be moderately surprised, though very excited, if this became true. A few years ago, CFML was about the only easy, quick way to build a dynamic web site (certain

Re: ColdFusion and WebLogic

2005-11-02 Thread Thomas Chiverton
On Tuesday 01 November 2005 19:49, Dave Watts wrote: > directly to Java bytecode, bypassing the Java source code. But even if you > could get to that, it wouldn't be very maintainable, so for all practical > purposes you'd have to rewrite it anyway. We've always thought that if the worst happened,

Re: Source Control Theory.....

2005-10-27 Thread Thomas Chiverton
On Thursday 27 October 2005 11:11, Robertson-Ravo, Neil (RX) wrote: > In what way? As in it is not Windows only? That is hardly a powerful > reason... (as I assume they are on Windows now.) For me it is a very powerful reason. I shouldn't have my choice of platform and tool set dictated to by the

Re: Source Control Theory.....

2005-10-27 Thread Thomas Chiverton
On Thursday 27 October 2005 11:06, Robertson-Ravo, Neil (RX) wrote: > What does SVN give you that VSS does not? It works everywhere*. -- Tom Chiverton Advanced ColdFusion Programmer ~| Find out how CFTicket can increase your

Re: Recursion anyone?

2005-10-26 Thread Thomas Chiverton
On Wednesday 26 October 2005 16:03, Kerry wrote: > dude, I dont mind helping with the overall "how do i do this", but asking > me to debug simple errors in your code is pushing it. This is why most of the time I will only post pseudo-code, unless there is some important point the code needs to ge

Re: CF Standard and CF Multi-Server on Same Hardware

2005-10-26 Thread Thomas Chiverton
On Wednesday 26 October 2005 16:39, Dawson, Michael wrote: > Is it possible to run CF7 Standard (with license) and CF7 Developer > version (running in multi-instance mode) on the same server hardware > (Windows 2003/IIS6) at the same time? Yes. Run them on different ports, and installed into diffe

Re: Scheduler Goes Nutty [solved]

2005-10-26 Thread Thomas Chiverton
On Wednesday 26 October 2005 13:43, [EMAIL PROTECTED] wrote: > Stupid, stupid me. Been there, done that :-) -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and convenient web-based time trac

Re: Recursion anyone?

2005-10-26 Thread Thomas Chiverton
On Wednesday 26 October 2005 11:15, Stephen Whiteley wrote: > know how to recurse through an adjacency list model table, of the following > setup > > ID CategoryName ParentItemID topLevel=getNodesWithNoParent() foreach thisNode in topLevel{ print thisNode getChildren(thisNode) } f

Re: CFTREE Object - Looping through structure

2005-10-26 Thread Thomas Chiverton
> http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:42965 startNodeId=somethingOrOther; (you know where you are staring from) while hasParent(startNodeId){ listAdd(aList,nameOfNode(startNodeId) startNode=getParentOfNode(startNodeId) } aList=listReverse(aList);

Re: CFTREE Object - Looping through structure

2005-10-26 Thread Thomas Chiverton
On Tuesday 25 October 2005 17:51, Stephen Whiteley wrote: > I always seem to have a way of wording questions, that inspire no answers, > does anyone want any clarification or more information? You're not sure how to write a recursive function in CF ? You've tried and it craps out ? -- Tom Chive

Re: Problem with MySQL

2005-10-25 Thread Thomas Chiverton
On Tuesday 25 October 2005 15:08, Munson, Jacob wrote: > Ok, sorry. I was rude, but I just get frustrated with this mailing > list, which sends me hundreds of messages a day, and a large portion of > them are Huge great signature blocks :-) -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: real time cftree?

2005-10-25 Thread Thomas Chiverton
On Tuesday 25 October 2005 13:37, Stephen Moretti wrote: > Its actually not too bad working with flash form cftree and data > provision from a cfc. That's not on demand loading is it, though ? That's just initialising the cftree from XML data, not loading sub-nodes when you click them by retrievi

Re: real time cftree?

2005-10-25 Thread Thomas Chiverton
On Monday 24 October 2005 16:41, John Beynon wrote: > could you use cftree and as you open/close branches in the tree have > it retrieve via flashremoting the branches? We've done it with a DHTML tree and Ajax... -- Tom Chiverton Advanced ColdFusion Programmer

Re: Tracking Text Only emails

2005-10-24 Thread Thomas Chiverton
On Thursday 20 October 2005 09:22, Dave Ashworth wrote: > However, this is the only technique I have found to track opened mail and > as such this will not work on text only emails Or in any modern email client, web based or native application. Whatever the reasoning is behind wanting to track thi

Re: XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread Thomas Chiverton
On Tuesday 18 October 2005 09:33, James Holmes wrote: > Can someone point us in the right direction in hunting down the unjar / unzip your custom jars any see what is in them. Remove you custom jars one by one till XMLTransform() starts working again. -- Tom Chiverton Advanced ColdFusion Progr

Re: JDBC driver connection not working.

2005-10-18 Thread Thomas Chiverton
On Monday 17 October 2005 04:34, Claude Schneegans wrote: > factory = CreateObject("java", "coldfusion.server.ServiceFactory"); Is that supported, or just a handy hack ? > So, whats wrong with the "Microsoft Access with Unicode" driver? Nothing ? When you say 'file not found error', what li

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-12 Thread Thomas Chiverton
On Tuesday 11 October 2005 22:04, Adrocknaphobia wrote: > Maybe you shouldn't have rushed into 10g r2 eh? Dunno about you, but I felt fairly silly standing up in a dev. meeting and saying we couldn't try r2 (as a solution to some other issue) because CF doesn't support it :-/ -- Tom Chiverton

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Thomas Chiverton
On Tuesday 11 October 2005 10:46, wolf2k5 wrote: > Does anyone know when Macromedia is going to release the updated The beta just finished, so 'soon'. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us

Re: OT: Disabling Flash Links

2005-10-11 Thread Thomas Chiverton
On Monday 10 October 2005 23:29, Jim McAtee wrote: > all embedded links, so that we can force the link to go through our > click.cfm script and record the click-through? Place a transparent div over it, with an onClick event handler ? -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: OT: Pakistan Earthquake . Help Plz

2005-10-10 Thread Thomas Chiverton
On Monday 10 October 2005 14:41, Robertson-Ravo, Neil (RX) wrote: > CF-Communityplease before it gets out of hand. There's a plan... -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - The leading ColdF

Re: OT: Pakistan Earthquake . Help Plz

2005-10-10 Thread Thomas Chiverton
On Monday 10 October 2005 15:22, Mark Fuqua wrote: > What a dweeb response. I fail to see why 20K dead in an Earthquake is so much worse that it needs to be spam'ed to everyone. -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: #CGI.SERVER_NAME# to display IP

2005-10-10 Thread Thomas Chiverton
On Monday 10 October 2005 13:30, Paul Stewart wrote: > great thanks, and not everybody uses an isp for their net connetion. i.e. No, trust me, everyone has to have a ISP. No Service Provider, no Internet :-) > search engine robots. Google's googlebot (for instance) will use Google's ISP. -- T

Re: OT: Pakistan Earthquake . Help Plz

2005-10-10 Thread Thomas Chiverton
On Monday 10 October 2005 04:16, Qasim Rasheed wrote: > are also affected. It is estimated that over 30,000 are feared dead > and more than 40 thousand injured. There is a massive disruption in Did you know that 20K people die every two days of preventable communicable disease in Africa ? -- T

Re: MOD

2005-10-10 Thread Thomas Chiverton
On Friday 07 October 2005 18:29, Larry Lyons wrote: > Simpler? Lets see about 1 line of cf code and 3 or so for the stylesheet vs > at least 10 for the javascript. But you've now scattered table zebra/sort code all over your server side. Just setting a class, and having a javascript include is m

Re: MOD

2005-10-07 Thread Thomas Chiverton
On Friday 07 October 2005 15:25, Claude Schneegans wrote: > Nice feature indeed, but I wouldn't say is is "simpler" ;-) It means the server side business stuff doesn't need to care about client side layout at all - it just spits out a bare HTML table with a vague hint that it should be sortable.

Re: MOD

2005-10-07 Thread Thomas Chiverton
On Friday 07 October 2005 15:14, Larry Lyons wrote: > A simpler way would be to create 2 styles, lets call one results1 and the > other results0 Simpler is what we do here- give the table the class 'sortable' or 'zebrastrip' and the common javascript code zebra strips it client-side, with option

Re: ColdFusion Security Holes - Best Practices

2005-10-07 Thread Thomas Chiverton
On Friday 07 October 2005 15:08, Mark A Kruger wrote: > so you can even call him directly and ask him whatever you want to know > about his server ;-)) He will, of course, be well trained in counter-social engineering and work for a company with well defined and enforced information security poli

Re: #CGI.SERVER_NAME# to display IP

2005-10-06 Thread Thomas Chiverton
On Thursday 06 October 2005 12:22, Michael T. Tangorre wrote: > the IP appears in the URL instead of the server name or using a Java class > to translate. You could cfexecute ipconfig or ifconfig, and then parse the results. You wouldn't be able to tell which of several interfaces was being used

Re: ColdFusion Wikis...

2005-10-06 Thread Thomas Chiverton
On Wednesday 05 October 2005 21:19, [EMAIL PROTECTED] wrote on his blog: > > Have you seen any open source CFMX wiki apps floating around out there? > > I've been looking, but not finding much... > > I'm not aware of one but there is one more DRK coming out... I > wonder if anyone out there wr

Re: webservices authentication

2005-10-05 Thread Thomas Chiverton
On Wednesday 05 October 2005 15:44, Dharmendar Kumar wrote: > My problem is, I am not sure which is the best place to check for valid > tokens? Should I check for valid toekns within each function? Or can I > do somethign so that on every call, the component automatically cheks > for the valid toke

Re: Open CF Wiki Code Search

2005-10-04 Thread Thomas Chiverton
On Friday 30 September 2005 14:26, Raymond Camden wrote: > There is another DRK in the works. So is that the last one then ? I'm sure I remembered them being killed off -- Tom Chiverton Advanced ColdFusion Programmer ~| Find

Re: What is null null,The error occurred on line -1

2005-10-04 Thread Thomas Chiverton
On Monday 03 October 2005 18:29, Mark W. Breneman wrote: > Any one have any idea what this error is or how it is triggered? And how > to prevent it? It's a problem with the DataDirect JDBC drivers MM ship with ColdFusion. -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: cfselect

2005-10-04 Thread Thomas Chiverton
On Tuesday 04 October 2005 15:14, Snake wrote: > I applied update 7.0.1 and this appears to have made some selects work, but > not all of them Sure it's not your browser ? If you inspect the HTML generated, what does it have for the 'selected' attribute. -- Tom Chiverton Advanced ColdFusion P

Re: Suggestions wanted

2005-10-04 Thread Thomas Chiverton
On Monday 03 October 2005 15:15, Bobby Hartsfield wrote: > That might be a tough one though h... > (2,6) ? You'd be better not reinventing the wheel and using a well proven reg. exp. that checks against the RFC, such as http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html AFAIK CF support

Re: Why doesn't this query return more than 1 record?

2005-10-04 Thread Thomas Chiverton
On Monday 03 October 2005 17:29, Rick Faircloth wrote: > And...I use cfqueryparam on all my inserts and updates, but what's > the rationale for using them on selects? Because of URL manipulation? And it should speed them up too. -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: Suggestions wanted

2005-10-03 Thread Thomas Chiverton
On Sunday 02 October 2005 03:15, Bobby Hartsfield wrote: > ([[:alnum:]_\.\-]+@([[:alnum:]_\.\-]+\.)+[[:alpha:]]{2,4}) Tsk. What about the .museum TLD ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - Th

Re: Encrypting Link Information

2005-10-03 Thread Thomas Chiverton
On Thursday 29 September 2005 20:03, David Reeves wrote: > This idea will be used for our private company website, alot of the users > are bookmarking pages but we want them to use the main page as the a portal > (rather than lots of portals). How will encrypting the page name help ? My browser do

Re: ot: checksum?

2005-09-29 Thread Thomas Chiverton
On Thursday 29 September 2005 13:00, Dave Watts wrote: > There are plenty of native Windows implementations of md5sum that don't > require Cygwin. Yeah, I'm just on a mission this week to convince people that GNU software runs on Windows :-) -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: ot: checksum?

2005-09-29 Thread Thomas Chiverton
On Wednesday 28 September 2005 19:47, Ryan Guill wrote: > what about on win xp? use md5sum. You'll need to install it from Cygwin, of course. -- Tom Chiverton Advanced ColdFusion Programmer ~| Find out how CFTicket can increa

Re: Server monitoring tools

2005-09-28 Thread Thomas Chiverton
On Monday 26 September 2005 23:07, Ken Ketsdever wrote: > #1. What cheap or free monitoring software would you recommend? We use Mon for real-time alerts and Cacti for trend analysis and graphs for mangers to go 'o a' at. Both are LAMP stack applications and free. -- Tom Chiv

Re: Merrimack is dead. Long live 7.0.1.

2005-09-28 Thread Thomas Chiverton
On Wednesday 28 September 2005 04:22, Michael Dinowitz wrote: > Macromedia has released their 7.0.1 updater, report builder and notes. Read Some big changes in there, from what I see. Read the notes if you use custom actionScript in flash cfforms, or are executing CFCs directly via URL. -- Tom

Re: ColdFusion and Jakarta Structs Framework

2005-09-27 Thread Thomas Chiverton
On Tuesday 27 September 2005 15:22, Troy Simpson wrote: > It looks like there is not a lot of information about this. Mainly because struts is a horrible, horrible thing to work with. Newer frameworks like Faces are a lot better. -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: View source

2005-09-26 Thread Thomas Chiverton
On Sunday 25 September 2005 23:55, Marlon Moyer wrote: > yep, if ms designed cars, in order to check under the hood, you'd need > to recline the passenger seat. I was fixing someones PC at the weekend, and IE had default to a gig of cache ! -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: regex help

2005-09-23 Thread Thomas Chiverton
On Thursday 22 September 2005 22:05, Andy Matthews wrote: > Hey Ryan... http://weitz.de/regex-coach/ is damn handy too. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and convenient web-bas

Re: REPOST: CF 7 and CFMAIL

2005-09-23 Thread Thomas Chiverton
On Thursday 22 September 2005 17:25, Bryan Stevenson wrote: > > > > cfmail multi-part with embedded images > > > Somebody bitter Tom?? ;-) Yeah, I found the bug in the beta (i.e. you couldn't do it because cfmailparam was broken), and it wasn't fixed. So we had to use a custom tag instead of na

Re: CFMX 6.1 upgrade from 6 install issue

2005-09-22 Thread Thomas Chiverton
On Thursday 22 September 2005 17:15, Bryan Stevenson wrote: > Looks like datasource conversion issue to meanybody? Check they verify in the admin console. Failing that, delete and re-add. -- Tom Chiverton Advanced ColdFusion Programmer ~

Re: Credit card storage

2005-09-22 Thread Thomas Chiverton
On Thursday 22 September 2005 15:59, Andy Matthews wrote: > got comments in my code stating that I'm "nervous about this part". Bzzt. In court, that's basically admitting you knew better but did it anyway, i.e. your liable, isn't ti. Better to just get the client to sign something to the effect

Re: REPOST: CF 7 and CFMAIL

2005-09-22 Thread Thomas Chiverton
On Thursday 22 September 2005 16:44, Bryan Stevenson wrote: > I figured as much.but thought I'd check to see if somehow I'd missed > such a major bug (kind like if cfoutput stop workinghehe) ;-) cfmail multi-part with embedded images http://www.houseoffusion.com/banners/view.cfm?bannerid=

Re: Credit card storage

2005-09-22 Thread Thomas Chiverton
On Thursday 22 September 2005 02:01, Mike | NZSolutions Ltd wrote: > Every job I do for this client is nailed down to the last cent "This is what it costs to do business on the internet". You may want to point out that one law suit (or, if in the US, the threat of one) could ruin the company.

Re: Dynamic Method Invocation

2005-09-22 Thread Thomas Chiverton
On Thursday 22 September 2005 09:00, Clark Slater wrote: > > ws = CreateObject("webservice", "#serviceName#"); > ws.#serviceMethod# () -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and c

Re: Line Breaks in CFMail

2005-09-22 Thread Thomas Chiverton
On Wednesday 21 September 2005 21:05, Mark Leder wrote: > would I force a conditional line break in a plain text message? I didn't :-) -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and

Re: Email Hosting

2005-09-21 Thread Thomas Chiverton
On Tuesday 20 September 2005 20:39, Snake wrote: > I'm sure any host can provide you with your own dedicated email server, > which Is the only thing that will be betetr than a shared mail server. Well, you've also got to weigh up things like redundancy of power and network links (to the host and

Re: varchar to a number - math, etc.

2005-09-21 Thread Thomas Chiverton
On Tuesday 20 September 2005 21:07, Wurst, Keith D. wrote: > Hi everyone. I have a quick question. I am trying to convert a varchar > (in a sql database) to a value that I can perform math functions on in > Cold Fusion. Any help would be greatly appreciated. Thanks. > Keith Does the following not

Re: List Processing with BlueDragon and CFMX

2005-09-21 Thread Thomas Chiverton
On Tuesday 20 September 2005 19:07, Rick Root wrote: > I've always hated the fact that coldfusion treats empty list items as > non-items. CF treats lists as strings, as far as I can tell - sometimes useful :-) -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: OT: Mail server

2005-09-21 Thread Thomas Chiverton
On Tuesday 20 September 2005 17:07, Russ wrote: > Since when does sendmail run on windows? Oh, you know, since about 5 or ten years ago :-) It's just code - you can compile it anywhere. Cygwin even have a cute little set of packages and a management app for adding and removing them. I use GN

Re: Logging users actions - DB or Log4J?

2005-09-20 Thread Thomas Chiverton
On Tuesday 20 September 2005 16:58, Michel Deloux wrote: > what's the best choice to store users actions in a CF > application(inserts, updates and deletes)? DB or Log4J could be If it's for the purposes of auditing what is going on, a DB is a much better choice - esp. if the DB supports triggers

Re: cfstoredproc with REF Cursor as out param

2005-09-20 Thread Thomas Chiverton
On Tuesday 20 September 2005 14:24, Quinn Ng wrote: > CFSQLType = "CF_SQL_REFCURSOR" >variable = "METADATA_CURTYPE"> > > One or t'other, not both :-) -- Tom Chiverton Advanced ColdFusion Programmer ~

Re: OT: Mail server

2005-09-20 Thread Thomas Chiverton
On Tuesday 20 September 2005 00:24, Cedric Villat wrote: > What do you guys recommend as a good Windows-based mail server? Preferably > open-source, Sendmail. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.lo

Re: STILL NEEDING HELP HERE Re: Login page dropping www and not allowing to enter area

2005-09-19 Thread Thomas Chiverton
On Monday 19 September 2005 14:38, Larry Juncker wrote: > > ANY expeditious help on this would be greatly appreciated. Without more details of your code, it's hard to say anything. -- Tom Chiverton Advanced ColdFusion Programmer

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Thomas Chiverton
On Friday 16 September 2005 16:11, Tony wrote: > coldfusion. > > person makes a request for a pdf document, through a cfdocument call. > i see that. and then all of a sudden, all the pieces that make up the > cfdocument/pdf file > are browsed by that IceBrowser thing. http://www.icesoft.com/newsle

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Thomas Chiverton
On Friday 16 September 2005 15:57, Tony wrote: > not on that box, not itself. Well, in that case, what do you use that's Java based ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - The leading ColdFusi

Re: Your experience of Bluedragon.net?

2005-09-16 Thread Thomas Chiverton
On Thursday 15 September 2005 17:01, Matt Robertson wrote: > I have done that, but they have to be running on different ports. The J2EE version's will run in the same container, but at different context roots though, I would guess. -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: Jrun Update and cflocation

2005-09-15 Thread Thomas Chiverton
On Thursday 15 September 2005 09:46, Markus Lindemann wrote: > Any ideas on this? It worked fine before this update but I cannot find I assume you have added a log statement to verify that the value of the url attribute is what you expect? -- Tom Chiverton Advanced ColdFusion Programmer

Re: Ajax and CFCs

2005-09-15 Thread Thomas Chiverton
On Wednesday 14 September 2005 17:50, Matthew Blatchley wrote: > Very cool.. I've taken another look. It is, indeed, very very cool. (Briefly, seemless data binding of javascript to remote (java|.net) classes with Ajax). And it's free (apperently) for commercial use. :forwards widely. -- Tom

Re: Ajax and CFCs

2005-09-14 Thread Thomas Chiverton
On Wednesday 14 September 2005 16:29, Andrew Grosset wrote: > http://www.themidnightcoders.com/examples/phonebook.htm Doesn't work (Konqueror). -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a ne

Re: Server Error

2005-09-14 Thread Thomas Chiverton
On Wednesday 14 September 2005 03:50, Dwayne Cole wrote: > how do I check the log. There is a log directory :-) Can't say where because you don't see if you are running any particular version, on any particular platfrom. You can also go into the administrator and turn on the debugging options.

Re: XML as a database? Please say yes!

2005-09-14 Thread Thomas Chiverton
On Wednesday 14 September 2005 01:18, Barney Boisvert wrote: > XML's going to be a lot nastier than a database, and a lot slower too. > Databases are designed to efficiently store gobs of related > information Although there are special databases and ways of using databases that make it very eas

Re: Is there a free forum for CF/Oracle?

2005-09-12 Thread Thomas Chiverton
On Monday 12 September 2005 14:36, Wayne Putterill wrote: > A wiki would be great (didn't think of that). Do you know of one? phpWikki looks very nice but I've not used it, the original twikki is still going strong too. -- Tom Chiverton Advanced ColdFusion Programmer

Re: Is there a free forum for CF/Oracle?

2005-09-12 Thread Thomas Chiverton
On Monday 12 September 2005 12:38, Wayne Putterill wrote: > server it will be on, so it's a bit of a tall order I know. I suppose > something like a blog or even a document store might do the trick - > basically I'm open to suggestions! Why not a Wikki ? -- Tom Chiverton Advanced ColdFusion Pr

Re: Charting Alternatives

2005-09-09 Thread Thomas Chiverton
On Friday 09 September 2005 14:15, Rick Root wrote: > Anyone have any recommendations for a solution - preferably inexpensive > - that will allow me to dynamically generate simple line graphs? Something wrong with a table, and some gifs ? -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: CFOBJECT type=java - server hangs

2005-09-09 Thread Thomas Chiverton
On Thursday 08 September 2005 17:51, Dimo Michailov wrote: > I am stuck on this issue and need help. If you remove the cfdump does it work OK ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a ne

Re: CFMX6.1 on WebLogic 7, weird web services call error

2005-09-09 Thread Thomas Chiverton
On Thursday 08 September 2005 17:13, RADEMAKERS Tanguy wrote: > Tom, > > I think you might be running into a limitation of the development > version. Don't know about v7, but on v8 it's restricted to x number of > IP addresses after which it refuses connections. I think for ws calls > there's a fur

Re: CFMX6.1 on WebLogic 7, weird web services call error

2005-09-08 Thread Thomas Chiverton
On Thursday 08 September 2005 16:11, RADEMAKERS Tanguy wrote: > Is this on a development (unlicensed) copy of weblogic server? Dev, yeah. Development != unlicensed though. I haven't entered a serial number into it, if that is what you mean. -- Tom Chiverton Advanced ColdFusion Programmer

CFMX6.1 on WebLogic 7, weird web services call error (java.security.PrivilegedActionException)

2005-09-08 Thread Thomas Chiverton
We're having a weird issue with CF throwing a "java.security.PrivilegedActionException: null" error when invoking a webservice (for the first and subsequent times). Thing is, it doesn't matter what order I invoke the 3 or 4 different web service calls in (they are in different pages on the site,

Re: cfgrid flash player version difference?

2005-09-07 Thread Thomas Chiverton
On Tuesday 06 September 2005 14:55, Ryan Guill wrote: > checked, I was using firefox with flash player 8. I opened up ie that How is that, by the way ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Find out how CFTicket

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 15:49, Adrocknaphobia wrote: > That reply doesn't even make sense. Java is a language, not an > application. You are being nonsensical. Coldfusion is a language :-) Seriously, can't think of any right now, but then the only thing I know of that is broke on XP-SP1 is C

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 14:35, Ryan Guill wrote: > alternatives to cf do you have that fixed all of their sp1 issues > before it came out? Java. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us)

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 14:22, Adrocknaphobia wrote: > seriously. CFMX7 came out before SP1. I'm sure the CFMX7 Updater So ? Did MM have no warning or time to produce a fix ? Have other large companies rolled out fixes for problems SP1 caused in their products, sometimes before SP1 was

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 12:37, Calvin Ward wrote: > Am I the only one that thinks that the fact that CFMX can't install on an > updated Windows 2k3 server a problem? No, you're not. It's one of the things that makes people say maybe MM isn't very keen on CF. -- Tom Chiverton Advanced Cold

Re: RDS Plugin for Eclipse?

2005-09-02 Thread Thomas Chiverton
On Friday 02 September 2005 16:11, Dave Watts wrote: > By that criterion, what could you use? Very few things are truly secure by > default. CF isn't. Web servers aren't. Web servers don't let you change any file on the file system from anywhere in the world. Certainly Apache doesn't in it's def

Re: RDS Plugin for Eclipse?

2005-09-02 Thread Thomas Chiverton
On Friday 02 September 2005 15:25, Dave Watts wrote: > > And doesn't RDS allow access to the entire file system as well? > > By default, yes, unless you limit the rights of the user account running CF > - which is a very good idea even if you're not using RDS. Which just emphasis why RDS shouldn't

Re: Ajax and CFCs

2005-08-18 Thread Thomas Chiverton
On Thursday 18 August 2005 10:04, Micha Schopman wrote: > Microsoft provides a free webservice.htc to accommodate SOAP operations > with Javascript. ..htc aren't real web pages. -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: - MultiColumn

2005-08-18 Thread Thomas Chiverton
On Wednesday 17 August 2005 19:11, Jason Brown wrote: > The shopping cart at www.fitzandfloyd.com is exactly what I am looking Hmm. Slow. Vulnerable to cookie stealing/replay attacks (cut'n'paste URL from Konq. to Firefox, keeps on ticking). And what the hell does 'Fitz and floyd online -- 877.65

Re: OT: To Catch a Nigerian Scam Artist!

2005-08-18 Thread Thomas Chiverton
On Thursday 18 August 2005 02:59, Will Tomlinson wrote: > >the counter for my form reached 9,000 submissions.:-D > LMAO! THAT's good! I love it! You should join the BlueFrog project @ http://www.bluesecurity.com/ . It's a handy little app, and an email address to submit spam to. When a partic

Re: SOT: video frame capture on server side

2005-08-18 Thread Thomas Chiverton
On Wednesday 17 August 2005 20:04, George Abraham wrote: > OK, I think I remember that convert is a component/command of > ImageMagick. Anyway, aren't there any software out there for Windows The Cygwin project (go google) provides a wide variaty of GNU tools (like convert) for Win32, with a hand

Re: User's Browser: gibberish

2005-08-17 Thread Thomas Chiverton
On Tuesday 16 August 2005 18:28, Jason Lemahieu wrote: > User's Browser: ئ’ئ’ Looks like an arabic browser or something. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and convenient w

Re: SOT: video frame capture on server side

2005-08-17 Thread Thomas Chiverton
On Wednesday 17 August 2005 16:54, George Abraham wrote:e > any server side programs (interfacing with CFMX via COM or otherwise) > that can process uploaded video files and get frame captures and convert can extract stills from some types of movie, otherwise you'll need to look at ffmpeg or some

Re: @@Identity returns excessive records

2005-08-17 Thread Thomas Chiverton
On Wednesday 17 August 2005 15:28, [EMAIL PROTECTED] wrote: > most certainly is) and leaves the possibility of returning the wrong > IDENTITY id. This is why I switched to using UUID's. It's not cross-database either. We generaly do one query to get the next PK value, and another to insert the d

Re: CFEclipse 1.2 code hint problem?

2005-08-17 Thread Thomas Chiverton
On Wednesday 17 August 2005 15:06, Johnny Le wrote: > doesn't work correctly. For example, if I typed doesn't give me any attribute hint. When I start typing something else, it Works here. Have you tried playing with the options ? -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: Ajax and CFCs

2005-08-17 Thread Thomas Chiverton
On Tuesday 16 August 2005 17:21, Jim Davis wrote: > And once that's done you're dealing with native objects which are > quick-as-you-please. There is that. And if you go the whole hog and do client-side XSLT to display the content too, that'll be the slowest bit anyway, apart from the actual tran

Re: CFEclipse 1.2

2005-08-17 Thread Thomas Chiverton
On Wednesday 17 August 2005 14:09, Ken Ferguson wrote: > Hey, that was it! I got 3.1 installed and it seems to be working > perfectly now. I'm going to use it all day today and see if I find > anything troubling. AFAIK the only reason to not have 3.1 is if you need to use IBM's Laszlo plugins (un

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