Re: Deleting Multiple files with CFFILE??????

2004-12-15 Thread Massimo Foti
> I want to use CFFILE to remove all the pictures in a directory then use > CFDIRECTORY to remove the directory. How can I do this with CFFILE using a > wildcard to get all the files deleted at once.? I wrote a CFC that could help: http://www.olimpo.ch/tmt/cfc/tmt_file_io ---

xmlNSUri

2004-12-15 Thread Taco Fleur
How do I set the xmlNSUri in ColdFusion? I tried objXML.xmlRoot.xmlNSUri = "whatever"; objXML.xmlRoot.xmlAttributes.xmlNSUri = "whatever"; none seem to set the namespace. Anyone any ideas? Taco Fleur ~| Special thanks

RE: xmlNSUri

2004-12-15 Thread Taco Fleur
Got it objXML.xmlRoot.xmlns (duh) Taco Fleur > -Original Message- > From: Taco Fleur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 15 December 2004 7:12 PM > To: CF-Talk > Subject: xmlNSUri > > > How do I set the xmlNSUri in ColdFusion? > > I tried > > objXML.xmlRoot.xmlNSUri = "w

Re: Fusebox 3 - circuit not loading fbx_settings.cfm?

2004-12-15 Thread Andy Jarrett
Are you currently getting an errors back? Or is it just not loading? How do you know its not loading. Usually if i think a page isnt being included them i put something like or at the top of the suspect page just to double check. Andy J www.andyjarrett.co.uk On Tue, 14 Dec 2004 13:12:35 -050

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Marco Antonio C. Santos
GROUP_CONCAT works only for 4.1+ MySQL versions... http://dev.mysql.com/doc/mysql/en/GROUP-BY-Functions.html Cheers Marco On Tue, 14 Dec 2004 22:25:14 -0400, Jamie Price <[EMAIL PROTECTED]> wrote: > >Jamie Price wrote: > > > > > >SELECT o.UserID, GROUP_CONCAT(o.CardID) > >FROM mycards t

RE: Pause running code

2004-12-15 Thread Micha Schopman
Needs an extra warning, .. this keeps a thread in the queue sleeping, and so if you have configged CF to use max 20 CF threads, and you sleep 20 threads, no requests will be handled by the server unless one of the threads gets free. If you are looking for mail timeouts, you might look at using pl

RE: Pause running code

2004-12-15 Thread Martin Parry
True - It's unfortunate but CF must maintain the thread while pausing. Just don't sleep for too long. Z Martin. -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: 15 December 2004 09:41 To: CF-Talk Subject: RE: Pause running code Needs an extra warning, .. thi

Re: Pause running code

2004-12-15 Thread office
Thanks for the very helpful replies I want to use this function for a workflow engine - where no user is present just for running various housekeeping tasks and grabbing XML webservices... so there would most likely be only 1 thread sleeping where required. Its on a hosted CFMX6.1. Would a

CFCHART Managing X-axis Labels?

2004-12-15 Thread Nick Baker
I am plotting 96 points on one chart. A point for every 15 minutes in the day The labels on the Horizontal or X-axis is way too busy. The labels are in the same query as the vertically plotted values. There are two ways I know to do this http://www.cfhosting.net Message: http://www.houseoffusi

Re: Axis error on OS X

2004-12-15 Thread Anthony Cooper
I'm fully up to date - Version: 6,1,0,63958 Have you guys got it working OK? On 15 Dec 2004, at 1:38, dave wrote: > axis used an older driver till 6.1 so it wouldnt work right if u > havent updated yet > > > > ~| Special than

cf and DFS

2004-12-15 Thread Simon Smith
Has anyone used coldfusion 5 and windows directory file system? Any problems ? I'm hoping to use DFS to store a large document repository (1000's of single doc = 100 gig+) over several file servers, and use CF to 'serve' out documents to end users. The docs dont need to searched for specifyed

RE: Axis error on OS X

2004-12-15 Thread James Holmes
The 6.1 updater broke web services such that you need a mapping to point to the directory in which the CFC is located. It has to be that same as the path from the web root too. E.g. if your cfc is in somesite.com/cfusion/services/whatever.cfc them a mapping needs to be made to map the URL /cfusion

Re: Axis error on OS X

2004-12-15 Thread Anthony Cooper
Thanks for the tip, however, it's still not right. This is on my local dev machine if that makes a difference. url: http://localhost:8080/cfusion/services/sample.cfc?wsdl CF Mapping /cfusion/services = /usr/local/jakarta-tomcat-4.1.31/webapps/cfusion/services   Does that seem right to you? O

RE: Pause running code

2004-12-15 Thread Martin Parry
>> Would a hosted box throw a wobbly using martins sleeping function??? I guess it might if you sleep for a ridiculous amount of time.. Your host can't really push the number of CF threads too high without impacting performance, so I guess on a their box each thread is at a premium. Might be nice

Pause running code

2004-12-15 Thread office
Is there a simple way to pause a CF page for a set time at some point in the code then continue running it. I seem to remember seeing how to do this on a forum once - but can't find any reference. any help much appreciated. Mike NZERN

RE: Axis error on OS X

2004-12-15 Thread James Holmes
Our system is a self contained CF ent install, so YMMV, but if /usr/local/jakarta-tomcat-4.1.31/webapps/ is the web root for the app server (http://localhost:8080/) then it is the equivalent of that which we put in place. Sorry it didn't help. -Original Message- From: Anthony Cooper [mail

Re: blackstone crazyness ?

2004-12-15 Thread Simon Smith
>> > Does this mean that [Blackstone]CF can/will run on a j2ee server >WITHOUT an instance of coldfusion installed? >Yes >> Has anyone done this? >Yes >> Does this mean only your development enviorment needs a CF licence ? >No, Licencing I am hazy on but ask MM > > >-- >Mark Drew > >coldfusion an

OT: PCI firewire cards

2004-12-15 Thread Damien McKenna
Anyone have any recommendations for a good firewire card? Or more to the point, ones to avoid? Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include ~~

Re: blackstone crazyness ?

2004-12-15 Thread Mark Drew
Good stuff. I dont know anything about licencing costs (and all of this is guess work at any rate) BUT, I think you would have a separate licence that you can use as a "code developer" that allows you to distrubute your code as a war or ear , with or without source as a deployable application. I

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Adam Churvis
> So in addition to being a Windows-only IDE, it's also a competing > framework to Fusebox, Mach II, onTap and so on? > > Is the Plum framework usable separately? Is it documented separately? It sounds like you're trying to make the fact that we have a new framework for ColdFusion developers sound

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Jamie Price
Simon - Here's the dumps - the GetMatches dump has never returned results for me (though it seems like it is doing something since it's outputting results) GetWantedCards Query - query CARDID USERID 1 41001101 7 2 41001102 7 3 41001151 7 4 41001152 7 5 41001153 7 GetMatches Query - query

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Marco Antonio C. Santos
OK Jamie you could migrate to PostgreSQL? Do that... Cheers Marco On Wed, 15 Dec 2004 09:46:18 -0400, Jamie Price <[EMAIL PROTECTED]> wrote: > Simon - Here's the dumps - the GetMatches dump has never returned results for > me (though it seems like it is doing something since it's outputting r

RE: blackstone crazyness ?

2004-12-15 Thread Micha Schopman
I guess you'd better ask Tim Buntel, Damon Cooper or Macromedia in general about this. Beta testers who might want to talk about this would violate their beta testers NDA I guess. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 K

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Jochem van Dieten
Jamie Price wrote: >> >> SELECT o.UserID, GROUP_CONCAT(o.CardID) >> FROM mycards t INNER JOIN mycards o ON t.cardid = o.cardid >> WHEREt.trade = 1 >> AND >> o.own = 1 >> AND >> t.UserID = > cfsqltype="cf_sql_integer"> >> GROUP BY o.UserID > > I tried r

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Simon Smith
Hi jamie ... took a look I know its a bit of a fudge but as SQL's letting you down cant you wrap the bit that outputs the results in a Not ideal I know > Simon - Here's the dumps - the GetMatches dump has never returned > results for me (though it seems like it is doing something

Re: blackstone crazyness ?

2004-12-15 Thread Mark Drew
I am sure you can do it, as its a matter of running *some* script to include all the dependencies and somehow run through all your CF and compile it down to class files. now, if this is exposed.. it would be very nice MD On Wed, 15 Dec 2004 08:39:45 -0700, Nathan Strutz <[EMAIL PROTECTED]> wro

RE: PCI firewire cards

2004-12-15 Thread Damien McKenna
Never mind, I bought an Adaptec one, which is supported out-of-the-box with Windows XP. Should do fine. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 "Why are you wearing that stupid man suit?" - Frank

blackstone crazyness ?

2004-12-15 Thread Simon Smith
>From MM "With ColdFusion MX, you can already deploy ColdFusion as a Java archive (EAR or WAR file) and then manually deploy your application separately on top of ColdFusion. In Blackstone you will now be able to build a single EAR or WAR file that contains both your application and the entire

Re: blackstone crazyness ?

2004-12-15 Thread Mark Drew
Not unless they are hypothethising from the website's comments surely??! http://www.macromedia.com/software/coldfusion/blackstone/#sys_ad On Wed, 15 Dec 2004 15:58:01 +0100, Micha Schopman <[EMAIL PROTECTED]> wrote: > I guess you'd better ask Tim Buntel, Damon Cooper or Macromedia in > general ab

Re: blackstone crazyness ?

2004-12-15 Thread Mark Drew
I am not sure what is on my conscience but it might be a coincidence ;) On Wed, 15 Dec 2004 08:08:18 -0800, Rob <[EMAIL PROTECTED]> wrote: > Oliver just so happens to be working on adding a "build" or "nature" > feature to cfe (linked with the nature sub menu you might see when > right clicking in

Cold Fusion MX and Websphere

2004-12-15 Thread Dobris, Eric
If anyone is using this combination, Cold Fusion MX and Websphere, what operating system do you recommend for best performance, windows 2000 or windows 2003? Thanks, Eric ~| Special thanks to the CF Community Suite Silver Spons

Re: CFMX SOAP / XML tutorial?

2004-12-15 Thread Simon Horwith
if you need a simple example of how SOAP works with CFML, I've got one you can download at: http://www.horwith.com/index.cfm?mode=entry&entry=69D04697-E081-0478-476AB7B50DC9FB1B ~Simon Simon Horwith CIO, AboutWeb - http://www.aboutweb.com Editor-in-Chief, ColdFusion Developers Journal Member of

RE: CFMX SOAP / XML tutorial?

2004-12-15 Thread COLLIE David
Zvon.org for most of your xml needs -- Dc ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187753 Archives: http://www.ho

Re: OT: PCI firewire cards

2004-12-15 Thread Tony Weeg
im installing one on my mothers pc tonight, i can let you know what i find out... tw On Wed, 15 Dec 2004 09:38:35 -0500, Damien McKenna <[EMAIL PROTECTED]> wrote: > Anyone have any recommendations for a good firewire card? Or more to > the point, ones to avoid? Thanks. > > -- > Damien McKenna

RE: Fusebox 3 - circuit not loading fbx_settings.cfm?

2004-12-15 Thread Damien McKenna
Some variables I'm setting in the file aren't accessible from the other pages in that circuit. I'll try doing some data dumping to see if there's something strange, thanks for the suggestion. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/

To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Phil Cruz
I go to http://www.houseoffusion.com/signin/index.cfm to sign in and it just bounces me back to the sign in form. I have the correct username/password because I had it emailed to me. I tried with Firefox and IE on Win with no luck. Any ideas? -Phil ~~

DebugRequest.attributeExists() doesn't work? WTF?!?

2004-12-15 Thread Keith Gaughan
I thought I'd relate a pleasant development story to you guys. I've been developing a tag recently as part of a larger project. Being fairly conscientious, I wrote a set of test cases to check I wasn't doing anything stupid. The nice thing about Java, unlike CF, is that it's easy to do automated

RE: PCI firewire cards

2004-12-15 Thread Jim Davis
I've been happy with Adaptec as well. The Adaptec cards, for what it's worth, have ALWAYS been more reliable than onboard firewire for me. I just wish they had more ports (and internal ports). I got a really cheap nice no-name card from CyberGuys.com that has four external USB 2.0, 3 external Fi

RE: PCI firewire cards

2004-12-15 Thread Dave Watts
> Anyone have any recommendations for a good firewire card? Or > more to the point, ones to avoid? Thanks. I've been happy with the Adaptec cards I've bought. They have a nice combo USB2/Firewire card. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-

Make CF Display Number Vs. Scientific Notation

2004-12-15 Thread Jim Gurfein
Help! I'm having an issue where I need to have CF display the number 081509615D00 instead of the Scientific Notation 1.20307E+11 Anyone have a clue??? Sincerely yours, Jim Gurfein President, CEO RestaurantRow.com, Inc. http://www.restaurantrow.com 914.921.3200 ext 101 914.921.9190 fax ~~

Re: cfx_zip on W2K3 and zip files from linux server

2004-12-15 Thread Keith Gaughan
Susanna Schroeder wrote: > I wrote a script to see exactly what cfx_zip sees in this file, and it is > the same 10,002 files that winzip saw, even though I am told the zip file > contains over 50,000 files. > > Zipped the file is 264 MB. > > Anyway, here's a description of the software that prod

RE: Make CF Display Number Vs. Scientific Notation

2004-12-15 Thread Dave Watts
> Unfortunately, CF is interpreting as a number. I've tried to > use ISNUMERIC and it bombs on certain letter/number > combinations if I use numberformat with other entries in > this table which cf says isnumeric, it bombs with the formating. I'm confused. Is this a value that you want to t

Re: To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Dan O'Keefe
But does it state right above that: Your current status is: Logged In Not sure why you still get the login fields. Dan On Wed, 15 Dec 2004 08:59:07 -0800 (PST), Phil Cruz <[EMAIL PROTECTED]> wrote: > I go to http://www.houseoffusion.com/signin/index.cfm to sign in and > it just bounces me bac

Re: To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Michael Dinowitz
There was a JS bug that I just nailed. You should have no problem now. >I go to http://www.houseoffusion.com/signin/index.cfm to sign in and >it just bounces me back to the sign in form. I have the correct >username/password because I had it emailed to me. I tried with Firefox >and IE on Win wit

Re: To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Yves Arsenault
Thanks. Yves On Wed, 15 Dec 2004 12:24:12 -0400, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > There was a JS bug that I just nailed. You should have no problem now. > > >I go to http://www.houseoffusion.com/signin/index.cfm to sign in and > >it just bounces me back to the sign in form. I have

CFMX SOAP / XML tutorial?

2004-12-15 Thread rob.stokes
Evening all It's probably just me but I canna find a decent tutorial on SOAP / XML for CFMX. I'm a soap / xml novice, so the basics definitely need explaining to me! e.g. I've got this VB.NET code to convert, but would I do this with a CFINVOKE? Dim sessionID As String = "" Public Sub testlog

Re: Mail Server Software

2004-12-15 Thread Jochem van Dieten
Umer Farooq wrote: > > For spam Spamassassin or Barracuda Spam Firewall.. Second that, Barracudas are nice. Typically a bit more expensive, but you do get the hardware with it. Perfect to drop in front of your existing mail architecture to offload spam and virus handling, all you need to do is

Re: blackstone crazyness ?

2004-12-15 Thread Mark Drew
Dont think so Mr *I did CFEclipse" On Wed, 15 Dec 2004 09:22:29 -0800, Rob <[EMAIL PROTECTED]> wrote: > Yes, I am retarded > > > On Wed, 15 Dec 2004 17:14:54 +0100, Mark Drew <[EMAIL PROTECTED]> wrote: > > I am not sure what is on my conscience but it might be a coincidence ;) > > > > On Wed, 1

LDAP woes

2004-12-15 Thread Richard Meredith-Hardy
I'm trying to get the Exchange 2003 global address book, the DN below works perfectly in ldp but whatever I do I can't get SCOPE="ONELEVEL" to work in CFPLDAP, the other two scope options work, but don't produce what I want (so I know I've a connection Etc). This is on CF5 / win2K3 The error is '

RE: Mail Server Software

2004-12-15 Thread Emmet McGovern
We also use Barracuda Networks spam firewall for an ISP that outsources mail to us. For the ammount of mail we handle the overhead is too high to use a solution on the mailservers themselves. Although we could have built a freebsd firewall with spamassasin the cost savings was rather insignificant

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Dan O'Keefe
Fair enough, I prefer to have shorter emails with a link if I am interested in checking it out, I go there. I rarely click on any link unless it is from a trusted list such as this and the subject interests me. Dan On Wed, 15 Dec 2004 08:44:12 +1100, Mike Kear <[EMAIL PROTECTED]> wrote: > Dan, I

Re: Mail Server Software

2004-12-15 Thread Matt Robertson
>what was the cause of this mass exodus from iMail to SmarterMail? Imail was killed by Ipswitch as a product, suddenly and without warning. Its dead and gone. (although after a user revolt they said on the Imail forum that availability "might be offered on an individual basis" with pricing to

Re: blackstone crazyness ?

2004-12-15 Thread Sean Corfield
On Wed, 15 Dec 2004 09:08:16 -0400, Simon Smith <[EMAIL PROTECTED]> wrote: > Does this mean that [Blackstone]CF can/will run on a j2ee server WITHOUT an > instance of coldfusion installed? Yes, sort of. If you build an archive with your code and the CF runtime then when you deploy it it will inst

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Sean Corfield
On Wed, 15 Dec 2004 09:42:19 -0500, Adam Churvis <[EMAIL PROTECTED]> wrote: > It sounds like you're trying to make the fact that we have a new framework > for ColdFusion developers sound like a negative thing. Not at all, just trying to get a clear picture in my head about Plum since I can't test

HTTP Compression and/or Caching breaks CFChart?

2004-12-15 Thread Stephen Cassady
I just initialized HTTP Compression and better caching on our servers and not CFChart never loads/displays. Just a space where they should be. The HTTP Compression is set to dynamic compression (so the cfm are being compressed). Any suggestions, thoughts, or options I should look at to have CFC

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Adam Churvis
> OK. So the Plum IDE can't support those other frameworks? What about > the Plum framework? Can it be used separately? It's not that the Plum IDE *can't* support those other frameworks, Sean; the Plum IDE was designed to be intimately integrated with the Plum Framework only. Other frameworks hav

RE: Mail Server Software

2004-12-15 Thread Emmet McGovern
I'm surprised no one mentioned Mail Enable for the cheap seat. We use it for our shared hosting customers and it's great. The webmail feature is very nice as well. http://www.mailenable.com We also use Vircom's Modus Mail, not cheap, but extremely effective against spam and virus filtering. em

Re: To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Yves Arsenault
I had this same problem last night... Yves On Wed, 15 Dec 2004 08:59:07 -0800 (PST), Phil Cruz <[EMAIL PROTECTED]> wrote: > I go to http://www.houseoffusion.com/signin/index.cfm to sign in and > it just bounces me back to the sign in form. I have the correct > username/password because I had

Announcement. CFSQLTool 1.7 Available

2004-12-15 Thread Joseph Flanigan
CFSQLTool version 1.7 is available for download. It is still open source and no charge. http://www.switch-box.org/CFSQLTool/Download/ This release includes a new code generation wizard for building a CFC Service that can be used to dynamically instance data access layer wrapper CFCs by setting th

Re: blackstone crazyness ?

2004-12-15 Thread Rob
I did part of it, but it's really a community effort. Spike and Oliver have done as much work (if not more) than I have, and people like you, Allan, Sean, and a slew of other have sent in patches and additions. Heck, even Matt Liotta sent in a patch to get external files to open correctly. I start

Re: blackstone crazyness ?

2004-12-15 Thread Phil Cruz
> From MM > "With ColdFusion MX, you can already deploy ColdFusion as a Java > archive (EAR or WAR file) and then manually deploy your application > separately on top of ColdFusion. In Blackstone you will now be able to > build a single EAR or WAR file that contains both your application and >

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Douglas Knudsen
maybe we need to get mike D to start a CF-Argument list, eh? j/k I've looked at the docs for PLUM, haven't had the time to do the beta thing though. I actually ust pitched it to my boss and team yesterday during a short chat about using code gen tools. It seems to me that PLUM is basically a co

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Adam Churvis
> I've looked at the docs for PLUM, haven't had the time to do the beta > thing though. I actually ust pitched it to my boss and team yesterday > during a short chat about using code gen tools. It seems to me that > PLUM is basically a code gen tool. Kind of like the Interactonline > DWMX extens

OT - SQL Server Linked Server MS Access

2004-12-15 Thread S . Isaac Dealey
Does anyone on this list have experience connecting to an Access DB within SQL Server as a linked server? I can't seem to make sense of the errors being produced. s. isaac dealey 954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source fram

Re:

2004-12-15 Thread Asim Manzur
The last thing which needs to be done is I have two different table which has same field names. when I am using the function Query2Form, and these two variables comes to the loop it becomes a comma delimated value. How can I prevent to re-declare the already declared variable in Query2Form fun

Check a UUID

2004-12-15 Thread Mark Drew
Is there a way to check that a string is a UUID? Regards -- Mark Drew coldfusion and cfeclipse blogged: http://cybersonic.blogspot.com/ ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosti

Re: Check a UUID

2004-12-15 Thread Raymond Camden
http://www.cflib.org/udf.cfm?ID=288 Another way - use CFPARAM with type=UUID. On Wed, 15 Dec 2004 21:12:30 +0100, Mark Drew <[EMAIL PROTECTED]> wrote: > Is there a way to check that a string is a UUID? > > Regards > -- > Mark Drew > > coldfusion and cfeclipse blogged: > http://cybersonic.blogs

RE: Check a UUID

2004-12-15 Thread Matthew Walker
http://cflib.org/udf.cfm?ID=288 -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 December 2004 9:13 a.m. To: CF-Talk Subject: Check a UUID Is there a way to check that a string is a UUID? Regards -- Mark Drew coldfusion and cfeclipse blogged: http://cyb

Re: trying again - update one table fr another

2004-12-15 Thread Jochem van Dieten
Tim Laureska wrote: > access I believe Access accept the following syntax: UPDATE contact_detail cd INNER JOIN davids_excel de ON de.companyname = cd.company_name SET cd.state = de.state Jochem ~| Special thanks to the CF Co

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Dana
the troubleshooter on the site aint bad either. Answered MY question anyway. Dana On Wed, 15 Dec 2004 16:29:49 -0500, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > ah, kewl. Hmmm, maybe a new acronym is in order then? :) PLUM is on > my list of things to get to after the new year. > > Yeah, m

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread S . Isaac Dealey
So is the onTap framework (free that is) -- which does most of what PLUM does and some things PLUM doesn't do... it doesn't have an IDE... and in looking at the feature list for PLUM it seemed to me like many of features mentioned that aren't currently core in the onTap framework could be implement

Re: Blackstone & Oracle AS

2004-12-15 Thread Adrocknaphobia
Was having problems logging into that 'appropriate' beta forum. Got in and posted now though. Thanks. But honestly... who isnt on the beta at this point? -Adam On Wed, 15 Dec 2004 14:11:56 -0800, Sean Corfield <[EMAIL PROTECTED]> wrote: > On Wed, 15 Dec 2004 15:24:53 -0500, Adrocknaphobia > <[E

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Sean Corfield
Thank you Spike! This one post has given me more insight into Plum than anything posted so far and more than anything on the website. It will also give me a context for the generated code that someone was kind enough to send me as an example... On Wed, 15 Dec 2004 14:10:45 -0800, Spike <[EMAIL P

RE: Mail Server Software

2004-12-15 Thread Ben Rogers
> Second that, Barracudas are nice. Typically a bit more expensive, > but you do get the hardware with it. Perfect to drop in front of > your existing mail architecture to offload spam and virus > handling, all you need to do is configure the box, add MX records > and block outside port 25 on your

RE: Mail Server Software

2004-12-15 Thread Mark Leder
Thanks for your continuing feedback everyone. I am using Smartermail v1 and v2 (on two different machines). Spam filtering is the big problem, even with v2. It's good news that there are 3rd party products out there (both hardware and software) that can (or will be able to) integrate with SM. I

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Adam Churvis
> So is the onTap framework (free that is) -- which does most of what > PLUM does and some things PLUM doesn't do... onTap doesn't do most of what Plum does by a long shot, and the things that onTap does that Plum doesn't do, we don't want Plum to do. > and in looking at the feature list for PLUM

Re: Blackstone & Oracle AS

2004-12-15 Thread Adrocknaphobia
Actually Sean, if you know this answer would you mind posting it to the appropriate forum. :) Thanks -Adam On Wed, 15 Dec 2004 17:23:54 -0500, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > Was having problems logging into that 'appropriate' beta forum. Got > in and posted now though. Thanks. But

RE: Mail Server Software

2004-12-15 Thread Dave Watts
> Why? I ask because, way, way back, we used to run Sendmail on > Slackware. That box was hacked into once. Additionally, it > seemed like there was a new exploit out every other day for > relaying mail off of Sendmail. Running SMTP on a properly-configured Windows machine is no less secure tha

trying again - update one table fr another

2004-12-15 Thread Tim Laureska
OK, going on 2.5 hrs with no luck trying to update one table's state field from another table (only matching field is company name).. any pointesr would be appreciated: SELECT state, companyname FROM davids_excel where companyname=companyname SELECT state, company_name FROM contact_detail whe

Re: trying again - update one table fr another

2004-12-15 Thread Aaron DC
Something like this? UPDATE contact_detail SET state = (SELECT state FROM davids_excel WHERE davids_excel.companyname = contact_detail.companyname) Aaron - Original Message - From: "Tim Laureska" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Joe Rinehart
Hey all, I gave myself a quick tour of Plum earlier today and blogged it, with a quick look at features, architecture, etc. Full post at http://www.clearsoftware.net/client/index.cfm?mode=entry&entry=D88E6D1E-E081-2BAC-698D354A075833D4 -joe -- For Tabs, Trees, and more, use the jComponents: ht

Re: Mail Server Software

2004-12-15 Thread Jochem van Dieten
Ben Rogers wrote: >> Second that, Barracudas are nice. Typically a bit more expensive, >> but you do get the hardware with it. Perfect to drop in front of >> your existing mail architecture to offload spam and virus >> handling, all you need to do is configure the box, add MX records >> and block o

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Sean Corfield
On Wed, 15 Dec 2004 13:56:26 -0500, Adam Churvis <[EMAIL PROTECTED]> wrote: > I noticed that you have not requested a Beta License Key to try Plum yet, > Sean. When you have a version that will install on non-Windows platforms, I'll look at it - I don't have a Windows machine to try it on. > I ha

Re: Blackstone & Oracle AS

2004-12-15 Thread Sean Corfield
On Wed, 15 Dec 2004 15:24:53 -0500, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > I know that Flex supports Oracle 10g AS, does anyone if 10gAS will be > added as a supported application server for Blackstone? ... > PS. Yes I checked the beta site and the doumentation. No I'm not > trying to get anyo

Cycling CF services: Need the ODBC ones?

2004-12-15 Thread Matt Robertson
Hey all, Quick question: If I do not use ODBC connections (just CF's JDBC), do I need the ColdFusion MX ODBC Agent and ColdFusion MX ODBC Server services to be running at all? Likewise when I cycle CF would I need to cycle those services as well if I'm not using them (assuming I'm not of course

Re: Mail Server Software

2004-12-15 Thread Jochem van Dieten
Dave Watts wrote: >> Why? I ask because, way, way back, we used to run Sendmail on >> Slackware. That box was hacked into once. Additionally, it >> seemed like there was a new exploit out every other day for >> relaying mail off of Sendmail. > > Running SMTP on a properly-configured Windows mac

RE: Mail Server Software

2004-12-15 Thread Ben Rogers
> IMHO, the nature of mail servers (handling and filtering the worst traffic > the Internet can offer), dictates that doze is not the safest choice for > high risk daemons like SMTP, POP or IMAP. Why? I ask because, way, way back, we used to run Sendmail on Slackware. That box was hacked into once

PayPal "Enterprise" merchants

2004-12-15 Thread Lewis Sellers
I don't suppose there is anyone on this list that has opted for the "Enterprise" merchant feature on PayPal? To be blunt, I was wanting to verify that a Java CFX I wrote to talk with the PayPal API works with their new AddressVerify feature, but seems it only is turned on for Enterprise class m

Re: Blackstone & Oracle AS

2004-12-15 Thread Sean Corfield
On Wed, 15 Dec 2004 17:38:50 -0500, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > Actually Sean, if you know this answer would you mind posting it to > the appropriate forum. :) I don't. I'd have to ask the CF product team anyway. > On Wed, 15 Dec 2004 17:23:54 -0500, Adrocknaphobia > <[EMAIL PROTE

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Matt Robertson
>Go ahead and try to add to onTap everything that Plum does now, then tell me >just how many "minutes" it took you. Used to be you had to say 'fusebox' to get a fistfight started. Now its just "framework". -- --Matt Robertson-- President, Janitor MSB Designs, Inc. mysecretbase.com

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Brian Kotek
I haven't had a chance to play with PLUM yet, but I play to try it out soon. However, I did want to come out and thank Adam and David (and anyone else who helped) for what is clearly a huge amount of effort. It's easy for people to get worked up about the details of how it works, or what frameworks

Fwd: Unable to process your message

2004-12-15 Thread Karl
>Date: 15 Dec 2004 03:34:55 - >X-Yahoo-Newman-Property: groups-bounce >To: [EMAIL PROTECTED] >From: Yahoo! Groups <[EMAIL PROTECTED]> >Subject: Unable to process your message >X-IMAIL-SPAM-VALFROM: (156696770) >X-RCPT-TO: <[EMAIL PROTECTED]> > > >We are unable to process the message from <[EMAI

onTap framework Breeze presentation

2004-12-15 Thread S . Isaac Dealey
I thought some folks on the list might be interested in this. I gave a Breeze Live presentation for the Team Macromedia members and user-group managers today. There were 40+ people sitting in. There's an announcement with some comments about the presentation in the forums here: http://www.fusiont

RE: Mail Server Software

2004-12-15 Thread Stephen Cassady
Ipswitch's Imail Dead! LOL. And I was going to upgrade my version last February, but decided not to because their feature-set seemed to have been stalled. I guess I now know why. Well, without being part of the test everything group mentioned, I switched over to MailEnable http://www.MailEnable.co

RE: Auto appending of CFID and CFTOKEN in application.cfm

2004-12-15 Thread Stephen Cassady
Dh! Last night as I was about to fall asleep I realized I was off my rocker, but in a different way. Your problem with XPSP2 has nothing at all to do with ColdFusion, though the appending may work. The issue is related to not having two things: A properly formatted set of P3P privacy stateme

Re: BUT what does it &@#$%^ DO?????

2004-12-15 Thread Isaac Dealey
>> So is the onTap framework (free that is) -- which does most of what >> PLUM does and some things PLUM doesn't do... > >onTap doesn't do most of what Plum does by a long shot, >and the things that onTap does that Plum doesn't do, >we don't want Plum to do. Internationalization? ... I didn't see

Re: Mail Server Software

2004-12-15 Thread Jamie Price
This is kinda OT so I'll only post it once and ne'er shall it be mentioned again... For anyone interested in running SmarterMail... 1. SmarterMail POP accounts come with every new shared hosting account setup at HostMySite.com. So, if you need a place to host your website but don't need a wh

Re: trying again - update one table fr another

2004-12-15 Thread Jochem van Dieten
Tim Laureska wrote: > OK, going on 2.5 hrs with no luck trying to update one table's state > field from another table Which database? Jochem ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdy

Re: PayPal "Enterprise" merchants

2004-12-15 Thread Rey Bango
Lewis, is that you in the picture on the homepage? Rey... - Original Message - From: "Lewis Sellers" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 6:38 PM Subject: PayPal "Enterprise" merchants >I don't suppose there is anyone on this list tha

Color Coding in Dreamweaver / CF Studio

2004-12-15 Thread Brad Roberts
I just started using DW (from CF Studio), and the first thing I noticed was the difference in code coloring. Is there a (quick) way to color the code like it's colored in CF Studio? Thanks, Brad ~| Special thanks to the CF Co

  1   2   >