RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Micha Schopman
There aren't much good IDE's on the market for ColdFusion. Macromedia unfortunately f*cked up CF Studio, and came with a replacement in the name of DWMX, which is kinda frustrating. 1: often crashes 2: treeview works only 60%, missing icons, bad reloads with copy paste, etc. 3: reference in 150p

RE: Tuning DB connections?

2004-07-15 Thread Micha Schopman
Preferebly yes, but my situation is a bit to dynamic to cache those sets with application and server variables, sessions would be totally madness with the amount of visitors I serve with the system. Maybe I should give you some more background info: The system is a content management solution and

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Hugo Ahlenius
| ...shades of vi vs. emacs... That's where I vote VIM as my CF editor of choice... (still the only one using that?) A cool thing, that you can't do with any of the other editors mentioned -- I can telnet/SSH into our servers (Solaris & Windows) and use the same editor as on my desktop (with almo

RE: CFCs - more smaller or fewer bigger ones?

2004-07-15 Thread Hugo Ahlenius
| -Original Message- | From: Micha Schopman [mailto:[EMAIL PROTECTED] | Sent: Wednesday, July 14, 2004 16:19 | But this means you have to document your CFC's carefully. | When you modify a CFC later on, you want to make sure you are | not breaking other code in the system, so it is a good |

RE: CFForm, CFInput, etc not xhtml compatible!

2004-07-15 Thread Hugo Ahlenius
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Wednesday, July 14, 2004 16:31 | > Just curious, what's the big advantage of XHTML compatible? | You can perform XSLT on xhtml pages... which according to the | XSLT cookbook (O'Reilly) for more details on how this is | going to be very ha

RE: CFMX is crashing daily with no hints in the log

2004-07-15 Thread Hugo Ahlenius
Two things to do: * Capture all output from the executable (stdout/stderr) * Consider trying an alternative JVM ### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ [Toda

RE: Releasing client to do another process?

2004-07-15 Thread Hugo Ahlenius
I think the Iframe solution is a bit clunky (if output is not necessary) -- it seems unnecessary to do a round trip to the client to do this. I would consider using cfhttp/curl/wget to call the desired template instead. -- Hugo Ahlenius

RE: StructKeyExists() vs IsDefined()

2004-07-15 Thread Hugo Ahlenius
| From: Matt Robertson [mailto:[EMAIL PROTECTED] | Sent: Wednesday, July 14, 2004 18:52 | So whats the best thing to do when the same code has to run | on both platforms?  Sounds like I'm stuck with isdefined. But the penalty of using isDefined would still not be that high, right? Compared to quer

RE: CFCs - more smaller or fewer bigger ones?

2004-07-15 Thread Micha Schopman
Correct, that is the main purpose of unit testing. Is the unit capable of handling the input and output as documented, without puking over bad calls :-) That is why it is so important to document. Especially when working with other teams depending on your API. Unit testing is extremily important

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Mark Drew
My 2 cents I use textpad with added tools (Dreamweaver and CFStudio), I start out the day editing in textpad as on this machine it pretty well flies and when I get stuck on some code completion or my brain needs caffeine I just hit the external too, (CFS first!) and do some editing. if there are s

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Rob
I said I wasn't going to post anymore about cfe and I wont after I clear the air I promise... (Please take everything I say about the project direction from a past standpoint as I am not steering anymore) On Wed, 14 Jul 2004 23:02:47 -0700, Sean Corfield <[EMAIL PROTECTED]> wrote: > > Wrong. CFE

Array cell name as dynamic left-hand-side of an assignment

2004-07-15 Thread Nick de Voil
This works (assignment to an explicitly named array cell):       This works (assignment to a dynamically referenced scalar variable):       This (assignment to a dynamically referenced array cell) throws an error:          It says: The string "ary[1][1][1]" is not a valid ColdFusion variable

Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Oliver Tupman
Guy Rish wrote: > ...shades of vi vs. emacs... IDE wars are always fun, aren't they? Guy, you get nothing but agreement from me - white flags between CFE & He3 please (mainly CFE people though). Inevitable that we're gonna clash, but the truth is in the product not the posts. Those that have

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Rob
On Thu, 15 Jul 2004 01:36:45 -0500, Guy Rish <[EMAIL PROTECTED]> wrote: >  were to put aside any > personal animosities and just stick to their respective work that everyone > might be happier. > I seem to have drawn a great deal of aggro from the CFE folks To be fair the only person on the cfec

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Robertson-Ravo, Neil (RX)
Hey, sorry..coming in late to this one...damn timzones. I started to use Eclipse 3.0 (with CF plugin) and must say that I haven't opened up HS+ since.I installed and looked at He3 (strange choice of name...dunno what it has to do with a Helium Isotope...) and was not impressed for many reasons

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Robertson-Ravo, Neil (RX)
Also, as Nick pointed out ...I clarify below...  I mean that without doubt CFEclipse is by far the better choice for CFML capability in Eclipse. > I am not sure the whole He3 v CFEclipse is and argument which should > be geared toward the best IDE as they are both plugins to the actual > Ecl

Re: counting clicks on links - search engines

2004-07-15 Thread Kay Smoljak
On Wed, 14 Jul 2004 18:41:17 -0400, Andrew Grosset <[EMAIL PROTECTED]> wrote: > My question is: will the search engines follow that link to the final destination and > would cflocation be best used or a meta refresh in the link_counter.cfm page? As I understand it, that won't work very well. Much

Using RegEx to strip any character that isn't a number

2004-07-15 Thread James Smith
OK, I must be suffering a caffeine deficiency this morning as I just can't seem to get the following to do it's job. Should this not take the QBarcode field and return it to me with numbers only, ie: '1234567890123 becomes 1234567890123.  The problem is mostly caused by a leading ' character use

RE: BlueDragon .NET uninstall

2004-07-15 Thread Vince Bonfanti
BlueDragon hooks into IIS by mapping the ".cfm" extension to the Microsoft .NET Framework:   - right-click on a web site and open the properties dialog (or open the Master Properties dialog)   - go to the Home Directory tab   - click the Configuration button   - on the Mappings tab you'll see t

cfpop question

2004-07-15 Thread Chris Musial
does anyone know how to find out how many messages are on a mail server before actually using cfpop to access the email information?  Im building a web based email system.  If the email account has an massive amount of messages on the server (spam and what not), the cfpop cant handle it and it ends

RE: cfpop question

2004-07-15 Thread Paul Vernon
CFPOP doesn't support just doing a STAT function... CFX_POP3 does. http://www.web-architect.co.uk/downloads.cfm Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cfpop question

2004-07-15 Thread James Smith
You could try using the free tcpclient com object from intrafoundation (http://www.intrafoundation.com/tcpclient.asp) to open a telnet session and then issue the following commands... USER userid PASS password STAT And this will return something like +OK 3 345910 Which tells you it is holding 3

RE: Using RegEx to strip any character that isn't a number

2004-07-15 Thread Pascal Peters
It shouldn't. The only thing I can think of is that you are in a cfoutput/cfloop query and that QBarcode is one of your fields. If this is the case, the problem should disappear if you use the proper prefixes for your variables! Pascal > -Original Message- > From: James Smith [mailto:[EMA

ActivScan CFX Tag

2004-07-15 Thread S . Isaac Dealey
I wonder if anyone on the list is familiar with a CFX component called ActivScan. The company I'm working for bought it and had it working on CF5 and apparently the upgrade to CFMX caused it to stop working. The company that produced ActivScan said CFMX didn't support some function and they couldn'

RE: Using RegEx to strip any character that isn't a number

2004-07-15 Thread James Smith
DOH: The Qbarcode field is a query field, the second instance of it was correctly using the query scope but was then setting it in the variables scope, how stupid do I feel! Oh well, more caffeine then ;-) -- Jay > -Original Message- > From: Pascal Peters [mailto:[EMAIL PROTECTED] > Se

Re: ActivScan CFX Tag

2004-07-15 Thread Joe Rinehart
what does it do, maybe someone knows of a substitute? -joe - Original Message - From: S. Isaac Dealey <[EMAIL PROTECTED]> Date: Thu, 15 Jul 2004 08:09:45 -0400 Subject: ActivScan CFX Tag To: CF-Talk <[EMAIL PROTECTED]> I wonder if anyone on the list is familiar with a CFX component calle

Re: BlueDragon .NET uninstall

2004-07-15 Thread Tony Weeg
yeah, well now the server is completely hosed, reinstall of cfmx doesnt even work, and this sucks.  you need to make that more clear to people, really. i shoulda known.  you get what you pay for. On Thu, 15 Jul 2004 07:42:11 -0400, Vince Bonfanti <[EMAIL PROTECTED]> wrote: > BlueDragon hooks int

Re: OT: BlueDragon .NET uninstall

2004-07-15 Thread Tony Weeg
heres what i did. 1. uninstall. 2. it removed the .cfm/.htm/.html mappings itself 3. i reinstalled cfmx to see if it would RESET the mappings, etcNO DICE tonight, ill uninstall EVERYTHING, and start over. i should have known this might happen.  damn, this sucks. tw On Thu, 15 Jul 2004 01:11

Refresh after an hour?

2004-07-15 Thread bob
I have a cf script that does a serious amount of data parsing... if the script runs for more than hour- actually after exactly one hour according to the timestamps on the records, the page seems to automatically refresh itself. Does anyone have an ideas on whether it is MX that is doing this or is

Re: ActivScan CFX Tag

2004-07-15 Thread S . Isaac Dealey
Oops... It lets people scan documents directly to the webserver from a scanner attached to their desktop. > what does it do, maybe someone knows of a substitute? > -joe > - Original Message - > From: S. Isaac Dealey <[EMAIL PROTECTED]> > Date: Thu, 15 Jul 2004 08:09:45 -0400 > Subject:

Re: BlueDragon .NET uninstall

2004-07-15 Thread Rick Root
Tony Weeg wrote: > yeah, well now the server is completely hosed, reinstall of cfmx > doesnt even work, and this sucks.  you need to make that more clear to > people, really. Well, it *IS* a technology preview release, which means it's not even in the BETA stage yet.  I hope you didn't install it

RE: ActivScan CFX Tag

2004-07-15 Thread James Smith
Google: http://www.cfdev.com/activescan/ $995 for code that doesn't work with no support and no refunds, are they having a laugh!!! > -Original Message- > From: Joe Rinehart [mailto:[EMAIL PROTECTED] > Sent: 15 July 2004 13:33 > To: CF-Talk > Subject: Re: ActivScan CFX Tag > > what doe

RE: Refresh after an hour?

2004-07-15 Thread Micha Schopman
Check your requesttimeout settings in CF as well as you Webserver :-) Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription] [Fast U

Re: Refresh after an hour?

2004-07-15 Thread Joe Rinehart
Bob, AFAIK, it can't be the server or MX - they can't "push" a new page out to your client. There could be something set in your page via a meta tag that would cause the page to refresh after an hour, but that would require the output buffer to have flushed that portion of the source to your brow

RE: OT: BlueDragon .NET uninstall

2004-07-15 Thread Burns, John D
Why not just do the manual configuration like people suggested.  It sounds like you're blowing up about something simple.  To install something that you'd like to test on a production server before even testing on a dev server seems kinda crazy to me.  Just go into IIS and reset the .cfm mappings t

RE: ActivScan CFX Tag

2004-07-15 Thread Paul Vernon
I have to ask... If that is what it does why do you need an CFX tag to do it?? Surely, the source code is split into two separate parts, one the Active X component that runs in the browser and secondly the code that runs on the server. It seems to me that the browser will be doing all the h

RE: ActivScan CFX Tag

2004-07-15 Thread S . Isaac Dealey
"redistributation"? Thanks James -- guess I should go look these things up before I ask. :) > Google: http://www.cfdev.com/activescan/ > $995 for code that doesn't work with no support and no > refunds, are they > having a laugh!!! >> -Original Message- >> From: Joe Rinehart [mailto:[EM

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread G
This is really interesting. Do the majority of developers really spend precious time trying out dozens of different IDE's? I guess the subtle differences in IDE's never really seemed that important to me as they pertain to Cold Fusion, who's primary advantage still remains it's ease-of-use. Wasn't

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Robertson-Ravo, Neil (RX)
I think it's a case of workflow...for example with Eclipse, I successfully worked through the day having only two applications open on my machine : Eclipse and Outlook 2003!  You cant get that with many other IDE's.I am late on the scene with Eclipse and I cant see myself going back to anything

RE: BlueDragon .NET uninstall

2004-07-15 Thread Vince Bonfanti
Yes, you're right. We'll add a warning in the next version of the installers before overwriting any existing ".cfm" mappings. My apologies. Vince From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 8:36 AM To: CF-Talk Subject: Re: BlueDr

Re: BlueDragon .NET uninstall

2004-07-15 Thread Tony Weeg
nope, my dev box, but its still frustrating :( arggh me On Thu, 15 Jul 2004 08:43:28 -0400, Rick Root <[EMAIL PROTECTED]> wrote: > Tony Weeg wrote: > > yeah, well now the server is completely hosed, reinstall of cfmx > > doesnt even work, and this sucks.  you need to make that more clear

RAD (was RE: Best choice for ColdFusion Studio IDE...)

2004-07-15 Thread Matt Liotta
> This is really interesting. Do the majority of developers really spend > precious time trying out dozens of different IDE's? I guess the subtle > differences in IDE's never really seemed that important to me as they > pertain to Cold Fusion, who's primary advantage still remains it's ease- > of-u

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Matt Liotta
> I started to use Eclipse 3.0 (with CF plugin) and must say that I haven't > opened up HS+ since.I installed and looked at He3 (strange choice of > name...dunno what it has to do with a Helium Isotope...) http://www.talkingtree.com/blog/index.cfm?data=""> and was not > impressed for many rea

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Jason L. West, Sr.
Man I am loving this "Flame War".  I wanted to respond to this particular post because it seems Sean has caught the most heat for his opinion on the products whether they are bias or not. I had some issues getting first setup with the He3, I had been forced to use the Eclipse plugin install met

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Stacy Young
I'm more than willing to toss out a few bucks for solid all around support for CF in Eclipse. Will definitely be checking back when released! Pls keep up the good work. Stace From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 9:16 A

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Dick Applebaum
Some more random comments to the many posts on this thread. Rob pointed out that Eclipse is slow on the Mac (in comparison to other Mac Java apps) because IBM wrote Eclipse using its own SWT toolkit, rather than the standard stuff from Sun.  Apple optimized much of Sun's Java GUI stuff for the

XML/XSLT to write typical CF Form page

2004-07-15 Thread Jon Gunnip
I have an app with 100 forms that are all very similar in structure: 1) filter on some heirarchy of properies on the left: e.g. Year -> State -> City to find a paricular record 2) edit, delete, or add a new record on the right I want to streamline the maintenance of writing these CF self-posting f

Re: ActivScan CFX Tag

2004-07-15 Thread Claude Schneegans
>>It seems to me that the browser will be doing all the hard work Exactly, and there shouldn't be any difference if it is sent to the browser by CF 5 or 6 >>all the server side will be doing is handling the file upload part... Yes, and I don't see what could be not working anymore under CFMX. Fo

Re: OT: BlueDragon .NET uninstall

2004-07-15 Thread Phill B
I had the same thing happen to me with an earlier version. I tried every thing you did. Their tech support couldn't figure it out either. I gave up and wrote off the purchase as lesson learned. Phillip B. - Original Message - From: Tony Weeg heres what i did. 1. uninstall. 2. it remove

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Jason L. West, Sr.
To All: Man I am loving this "Flame War".  I wanted to respond to this particular post because it seems Sean has caught the most heat for his opinion on the products whether they are bias or not. I had some issues getting first setup with the He3, I had been forced to use the Eclipse plugin insta

jrunfilter in iPlanet/Sun One obj.conf

2004-07-15 Thread Mike Chabot
(My initial post did not seem to make it) Does anyone know what the following line accomplishes in obj.conf in a Sun One/iPlanet Web server? NameTrans fn="jrunfilter" serverstore="C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store" bootstrap="127.0.0.1:51010" Here is what I am trying to do. I

WOT but important

2004-07-15 Thread Bruce Sorge
Although I have not been a big contributor to this list, I have learned a lot from it. I will have to unsubscribe though for a while since I have just been told that I am going to Iraq with my national guard unit. I am heading out next month for training and then should be in country around January

Re: WOT but important

2004-07-15 Thread Ray Champagne
good luck over there man, and we look forward to seeing you get back as soon as possible! Ray At 10:24 AM 7/15/2004, you wrote: >Although I have not been a big contributor to this list, I have learned a >lot from it. I will have to unsubscribe though for a while since I have >just been told th

Re: WOT but important

2004-07-15 Thread mavinson
Bruce, May you a safe and secure round-trip. I'll try to do my part and push for regime-change here at home -- and hopefully the 'gates of hell' will close as our belligerent country moves towards an exit strategy. Peace, Mike "Bruce Sorge" <[EMAIL PROTECTED]> 07/15/2004 10:24 AM Please res

Re: WOT but important

2004-07-15 Thread Tony Weeg
good luck, thank you, and GODSPEED! tw On Thu, 15 Jul 2004 09:24:04 -0500, Bruce Sorge <[EMAIL PROTECTED]> wrote: > Although I have not been a big contributor to this list, I have learned a lot from it. I will have to unsubscribe though for a while since I have just been told that I am going to I

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Dick Applebaum
On Jul 15, 2004, at 6:15 AM, Matt Liotta wrote: > This is different than He3 in which we aim >  to provide an IDE for CFML development. CFML development includes   > more than >  just CFML; it also includes HTML, SQL, JS, CSS, XML, Fusebox,   > Mach-II, etc. Mmmm... How do you plan to handle the

Re: WOT but important

2004-07-15 Thread Jason L. West, Sr.
You are in my prayers and I wish you good luck.  This comes from a veteran of the Persian Gulf War. God Bless, Jason L. West, Sr. Bruce Sorge wrote on 7/15/2004, 10:24: > Although I have not been a big contributor to this list, I have > learned a lot from it. I will have to unsubscribe thoug

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Guy Rish
Dick, We would be happy to discuss your ideas for file management.   Though perhaps this line of discussion might be more appropriate on the He3 list (also hosted at HoF). rish -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 9:54 AM To: CF

Re: WOT but important

2004-07-15 Thread Dick Applebaum
Ditto! On Jul 15, 2004, at 7:27 AM, Ray Champagne wrote: > good luck over there man, and we look forward to seeing you get back as >  soon as possible! > >  Ray > >  At 10:24 AM 7/15/2004, you wrote: >  >Although I have not been a big contributor to this list, I have > learned a >  >lot from it.

Re: WOT but important

2004-07-15 Thread Bruce Sorge
Speaking of that, this will be my second time there. I too was in the first war.   - Original Message -   From: Jason L. West, Sr.   To: CF-Talk   Sent: Thursday, July 15, 2004 9:55 AM   Subject: Re: WOT but important   You are in my prayers and I wish you good luck.  This comes from a

Re: XML/XSLT to write typical CF Form page

2004-07-15 Thread Rob
On Thu, 15 Jul 2004 07:34:10 -0600, Jon Gunnip <[EMAIL PROTECTED]> wrote: > I was thinking I could describe the structure in XML and then use XSLT > to write my 400-1000 line CFM page.  Then I could cfinclude the result. > It would be great is someone out there has already defined a nice DTD > for

Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Joe Rinehart
Hi All, I've been developing a series of custom tags ("jComponents") that provide tab navigation, trees, and accordian panes (plus a utility "box" that shows/hides content). URL:  http://clearsoftware.net/clear/?template=downloads.jComponents Info: Implementation is all CF - no CSS or _javascri

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Marlon Moyer
What's DWMX 2004 performance like compared to eclipse/bbedit? > -Original Message- > From: Dick Applebaum > Sent: Wednesday, July 14, 2004 10:35 PM > To: CF-Talk > Subject: Re: Best choice for ColdFusion Studio IDE... > > So, because of what a Mac user is accustomed to, in Eclipse: > >

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Dick Applebaum
Looks good! But nothing downloaded. Such a tease Dick On Jul 15, 2004, at 8:19 AM, Joe Rinehart wrote: > Hi All, > >  I've been developing a series of custom tags ("jComponents") that >  provide tab navigation, trees, and accordian panes (plus a utility >  "box" that shows/hides content).

Re: WOT but important

2004-07-15 Thread Jerry Johnson
Then isn't it time for a Baghdad Cold Fusion Users Group? You are slow off the ball. Good luck, come back safe and thank you. Jerry Johnson >>> [EMAIL PROTECTED] 07/15/04 11:02AM >>> Speaking of that, this will be my second time there. I too was in the first war. [Todays Threads] [This Messag

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Ray Champagne
I got curious and downloaded Eclipse this AM, and as far as speed, DW is beat down bad by CFEclipse.  However, right now I find the whole thing rather cumbersome, and for about an hour now I have been trying to figure out an equivalent to F12 (preview page in browser in DW) in Eclipse.  Of cour

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Ben Densmore
This is great Joe. I was just about to start rebuilding one of our forms that has gotten unbelievably long and move it to a flash based form so I can use the accordian for a multi step form. I will definitely be playing around with this. Ben On Thu, 15 Jul 2004 11:19:28 -0400, Joe Rinehart <[EMAI

Paypal API

2004-07-15 Thread Scott Bennett
Has anyone ever used coldfusion to consume the paypal webservice/api? I am having trouble figuring out how to pass the client cert Paypal provides along with the request. Thanks, Scott [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Suppor

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Joe Rinehart
LOL - your attachment didn't come through?  If anyone else has this problem, please let me know. I'll e-mail off-list with a link to get it directly. -joe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Joe Rinehart
Thanks Ben.  Please keep me posted on how it works, and what needs improvement. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Marlon Moyer
I really like both He3 and CFEclipse, but the biggest issue I have is with uploading files to a staging/production server.  I like being able to highlight a file in DW and hit ctrl-shift-U and having it upload.  Very, very simple.  Unfortunately, it sometimes takes 100% of the cpu though.  If He3 o

Re: WOT but important

2004-07-15 Thread Joe Rinehart
Bruce, Good luck, godspeed, and we all look forward to hearing from you on your return. -joe - Original Message - From: Bruce Sorge <[EMAIL PROTECTED]> Date: Thu, 15 Jul 2004 09:24:04 -0500 Subject: WOT but important To: CF-Talk <[EMAIL PROTECTED]> Although I have not been a big contrib

application data and jrun memory usage

2004-07-15 Thread Brook Davies
Yesterday, as a test I deleted a big chunk of data from the application scope of our app. This had no immediate effect on memory usage but about 10-20 minutes later I noticed jrun's memory usage drop about 100 megs. Is this due to the garbage collection running? Does this seems correct? Basical

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Marco Antonio C. Santos
Great!! Looks very nice. Congratulations. Please keep me inside... On Thu, 15 Jul 2004 11:49:54 -0400, Joe Rinehart <[EMAIL PROTECTED]> wrote: > Thanks Ben.  Please keep me posted on how it works, and what needs improvement. > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscr

Re: Coldfusion Web Image Editor

2004-07-15 Thread Doug Hughes
I wanted to say that two of my products, the Alagad Image Component and the now deprecated MagicTag were mentioned here.  Please let me know if I can answer any questions on these products. The site for both of these is http://www.alagad.com.  I can also be reached via the contact us form on that

RE: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Spike
Hi Ray, There are a few options depending on what you are trying to achieve... First, you can set the root URL for a project by right-clicking on the project, choosing properties and going to the cfeclipse section. Once you've done that, the internal browser home button will always take you to t

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Damien McKenna
On Jul 15, 2004, at 11:19 AM, Joe Rinehart wrote: > Implementation is all CF - no CSS or _javascript_ required. Looking at the demos, they're all JS?? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 "Nothing endures but change

RE: jrunfilter in iPlanet/Sun One obj.conf

2004-07-15 Thread Dave Watts
> Does anyone know what the following line accomplishes in > obj.conf in a Sun One/iPlanet Web server? > > NameTrans fn="jrunfilter" > serverstore="C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.st > ore" bootstrap="127.0.0.1:51010" I'm no expert with iPlanet. However, I think that this enables

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Dick Applebaum
I had a trial DW, but it has expired.  I tried it for a while but it was just too involved & slow compared to BBEdit. I wasn't doing any Java programming at the time, so I saw no need to change IDEs. When I decided to learn Java, I decided to look for an IDE to ease the pain.  Eclipse looks li

RE: OT: BlueDragon .NET uninstall

2004-07-15 Thread Dave Watts
> heres what i did. > 1. uninstall. > 2. it removed the .cfm/.htm/.html mappings itself 3. i > reinstalled cfmx to see if it would RESET the mappings, > etcNO DICE > > tonight, ill uninstall EVERYTHING, and start over. Did you run the CFMX web server configuration utility? Dave Watts, CTO,

Re: XML/XSLT to write typical CF Form page

2004-07-15 Thread Jon Gunnip
Rob, Could you explain why you are creating an XSD from XML?  I thought XSD's were for validation (like a DTD, but more powerful).  Are you using the XSD to validate a form submission?   I would like to use XML/XSLT as a .cfm page builder.  The XSLT will write my cfquery's, cfif's, and forms.  Is

RE: RAD (was RE: Best choice for ColdFusion Studio IDE...)

2004-07-15 Thread Dave Watts
> Most people are comfortable with the notion that CFML is a > RAD platform, while Java and .NET are not. I suspect many .NET developers would not be comfortable with this notion, actually. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays

Re: BlueDragon.NET Technology Preview Release

2004-07-15 Thread Damien McKenna
On Jul 14, 2004, at 8:50 PM, Vince Bonfanti wrote: > New Atlanta is pleased to announce the Technology Preview release of > BlueDragon for the Microsoft .NET Framework, Congrats Vince. A (fairly rhetorical) question I have is whether BD.NET goes through the dotNET database drivers before hitting

Re: OT: BlueDragon .NET uninstall

2004-07-15 Thread Tony Weeg
wont load.  i get a popup box, asking what to do with a .cfm file. and yes, the mappings are there, and yes the xml file knows the .cfm files are to be parsed by the cf servlet wthaidw? tw On Thu, 15 Jul 2004 12:35:05 -0400, Dave Watts <[EMAIL PROTECTED]> wrote: > > heres what i did. > > 1.

RE: OT: BlueDragon .NET uninstall

2004-07-15 Thread Dave Watts
> > Did you run the CFMX web server configuration utility? > > wont load.  i get a popup box, asking what to do with a .cfm > file. and yes, the mappings are there, and yes the xml file > knows the .cfm files are to be parsed by the cf servlet When you say it "won't load", what exactly happe

RE: BlueDragon.NET Technology Preview Release

2004-07-15 Thread Dave Watts
> BTW, for those who don't already know, .NET is Microsoft's > continuance of their Java fork. Their license precludes them > from calling it Java, but that's where it comes from.   While there's some merit to what you say, I think it's a bit too much of an oversimpification. A lot of the ideas

RE: application data and jrun memory usage

2004-07-15 Thread Dave Watts
> Yesterday, as a test I deleted a big chunk of data from the > application scope of our app. This had no immediate effect on > memory usage but about 10-20 minutes later I noticed jrun's > memory usage drop about 100 megs. Is this due to the garbage > collection running? Does this seems correc

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Joe Rinehart
Damien, Sorry, should've been more clear - meaning your implementation doesn't require you to do any CSS or _javascript_.  They're all powered by various uses of _javascript_, with functions being kept local to each instance to not avoid conflicts. -joe - Original Message - From: Damien

HELP! Forgot cfadmin password

2004-07-15 Thread Eric Creese
I forgot the password for the cfadmin. How can I change it or logon? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread S . Isaac Dealey
> On Jul 15, 2004, at 11:19 AM, Joe Rinehart wrote: >> Implementation is all CF - no CSS or _javascript_ required. > Looking at the demos, they're all JS?? He means _you_ can implement them without needing to know the CSS or JS involved. But the tag then runs off and creates all the necessary JS

RE: HELP! Forgot cfadmin password

2004-07-15 Thread Dave Watts
> I forgot the password for the cfadmin. How can I change > it or logon? You can disable the password, then run CF Administrator and reset it. Disabling the password will require access to either the registry if you're using CF 5 or earlier, or the neo-security.xml file if you're using CFMX. If

RE: BlueDragon.NET Technology Preview Release

2004-07-15 Thread Vince Bonfanti
BD.NET uses ADO.NET for all database access. I'm not sure what you mean by going "straight to ODBC". Vince From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 12:29 PM To: CF-Talk Subject: Re: BlueDragon.NET Technology Preview Release

Re: OT: BlueDragon .NET uninstall

2004-07-15 Thread Tony Weeg
ill try tonight, thanks dave. but, wont load, i mean, like when you click on a link that is for a .csv file, and ie prompts to download/open/save, whatever, thats what happens, with .cfm files... ill try this tonight, tho...thnaks. tony On Thu, 15 Jul 2004 12:49:26 -0400, Dave Watts <[EMAIL PRO

Re: Best choice for ColdFusion Studio IDE...

2004-07-15 Thread Claude Schneegans
>>for about an hour now I have been trying to figure out an equivalent to F12 (preview page in browser in DW) Isn't that the most useless feature ? I mean it is so much easier to open your browser on the test page, and just click on refresh every time your page is updated. Anyway, most of the time

RE: OT: BlueDragon .NET uninstall

2004-07-15 Thread Dave Watts
> but, wont load, i mean, like when you click on a link that is > for a .csv file, and ie prompts to download/open/save, > whatever, thats what happens, with .cfm files... Well, ok, you need to run the web server configuration utility then. It's actually pretty easy to configure individual or mu

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread S . Isaac Dealey
> Hi All, > I've been developing a series of custom tags > ("jComponents") that > provide tab navigation, trees, and accordian panes (plus a > utility > "box" that shows/hides content). > URL:  http://clearsoftware.net/clear/?template=downloads.j > Components Hey Joe -- sorry if it seems like I

Re: HELP! Forgot cfadmin password

2004-07-15 Thread Eric Creese
cfmx. so what do I need to do? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: OT: BlueDragon .NET uninstall

2004-07-15 Thread Vince Bonfanti
Hi Phillip, I'm sorry to hear you had a bad experience with BlueDragon. If you did indeed make a purchase and were unhappy with the product and/or our support services, then you're entitled to a full refund of your purchase price. If you'll send me details (off-list) regarding your purchase (the o

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-15 Thread Joe Rinehart
S., No worries - this is a community forum, and part of the reason I posted was a hunt for criticism. I'll be the first to say the modules in onTap are more powerful - I looked into them when I started developing my tags as an alternative to having to write my own. They're just done with differe

RE: HELP! Forgot cfadmin password

2004-07-15 Thread Scott Bennett
The coldfusion admin and rds password is stored in c:\cfusionmx)>\lib\password.properties The format is: #Fri May 21 15:32:19 PDT 2004 rdspassword='-$["5W+Z4P  \n password=,6]8*RI* AQ>?T@&C\n encrypted=true To reset the password delete rdspassword and password values and set encrypted to false

  1   2   >