RE: JDBC and CF

2003-12-19 Thread Craig Dudley
You will need some SQL server JDBC drivers yes, you can install them into jvmroot\lib\ext and the jvm should find them no problem. If your'e using CF5, you may be better off creating a java CFX rather than using cfobject, might be faster and should be much easier to get your data/variables back

Re: Storing big queries in Application Scope to search?

2003-12-19 Thread Calvin Ward
How would you make the cached query solution viable on a load balanced solution with non-sticky sessions? - Calvin - Original Message - From: Pete Freitag To: CF-Talk Sent: Thursday, December 18, 2003 5:27 PM Subject: Re: Storing big queries in Application Scope to search? [EMAIL

Re: JSP and Cold Fusion.

2003-12-19 Thread Calvin Ward
It just struck me, what stands out most to me about BlueDragon the most of all is the incessant advertising that seems to crop up everywhere. Nearly every time BD is mentioned, it sounds to me like an ad. Hi, we copied the CFML functionality and we're cheaper, better, and will make your coffee

Re: About CFusion Undeliverable Mail Folder

2003-12-19 Thread Calvin Ward
In CFMX 6.1 I believe the behavior is more robust. I do know for sure that you can have 'backup' mail servers designated so that if the first one fails, CFMX attempts to send through the second one. - Calvin - Original Message - From: Rick Root To: CF-Talk Sent: Thursday, December 18,

Re: Getting Errors now I am using Coldfusion MX ???

2003-12-19 Thread Calvin Ward
I don't know much about Oracle, but what happens if you hard code the date on line 69? Also what value does #formatted_date# display? - Calvin - Original Message - From: Ian Vaughan To: CF-Talk Sent: Thursday, December 18, 2003 5:33 AM Subject: Getting Errors now I am using Coldfusion

CF Color coding tag?

2003-12-19 Thread John Beynon
Where can I find the color coding tag that will render CF code on a page using colors like in Studio/DW? I've looked everywhere, DevEx, Google, cflib.org Thanks, John. ** Copyright ERA Technology Ltd. 2003. (www.era.co.uk).

RE: Storing big queries in Application Scope to search?

2003-12-19 Thread rob.stokes
Pete / Calvin, What I really wanted to know is is storing this large query in an application scope and searching the structure using a function such as StructFind to perform a search a 100 times or so in a loop a generally accepted practice? Am I on the right lines using this code (it currently

Money Validation

2003-12-19 Thread Vicki Pruskowski
What is the best way to validate a money amount in a cold fusion form? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: [cftalk] Money Validation

2003-12-19 Thread Allan Cliff
LSCurrencyFormat() ? - Original Message - From: Vicki Pruskowski To: CF-Talk Sent: Friday, December 19, 2003 11:44 AM Subject: [cftalk] Money Validation What is the best way to validate a money amount in a cold fusion form? [Todays Threads] [This Message] [Subscription] [Fast

Re: [cftalk] Money Validation

2003-12-19 Thread Allan Cliff
I meant LSIsCurrency(). Sorry. - Original Message - From: Vicki Pruskowski To: CF-Talk Sent: Friday, December 19, 2003 11:44 AM Subject: [cftalk] Money Validation What is the best way to validate a money amount in a cold fusion form? [Todays Threads] [This Message] [Subscription]

RE: Money Validation

2003-12-19 Thread Tangorre, Michael
You can either check it client side using JS, server side using CF, or both... as usual, I would recommend doing both. Without more info, I am not sure exactly what you want to validate... do you want to make sure: The user enters a $ sign? The user enters a decimal point? The user enters

IE Issue

2003-12-19 Thread John Stanley
A user of ours can resolve the following url on a netscape browser, but not with IE. http://www.activeaero.com:81 http://www.activeaero.com:81 . I have no problem seeing this address with any browser from home, or from inside our network. I cannot think of a setting in IE that would control

Re: IE Issue

2003-12-19 Thread Mickael
Have you check the if they are using a proxy in IE and not in Netscape?Or sometimes unchecking and rechecking the automatically detect settings in the Connection Tab of tools works. Mike - Original Message - From: John Stanley To: CF-Talk Sent: Friday, December 19, 2003 7:47 AM

Re: Storing big queries in Application Scope to search?

2003-12-19 Thread Calvin Ward
I'm not clear on what you are accomplishing with the StructFind. As far as storing in the Application scope, it is primarily a memory consideration. Storing infrequently updated, but frequently accessed queries in the Application scope is a common practice.Some considerations: 1) Is CF the only

Resolved: IE Issue

2003-12-19 Thread John Stanley
Or sometimes unchecking and rechecking the automatically detect settings in the Connection Tab of tools works. His was unchecked. I had him check it and this worked. Which is weird because on my browser it is unchecked and I can see the site fine. Thank you very much Mike. -Original

RE: CF Color coding tag?

2003-12-19 Thread Charlie Griefer
Here you go: http://www.cfcomet.com/utilities/CF_ColoredCode_v3-2.zip -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 4:12 AM To: CF-Talk Subject: CF Color coding tag? Where can I find the color coding tag that will render CF code on a page

CFMX ODBC Service not starting

2003-12-19 Thread Ketan Patel
Hi All, I recently installed CFMX on our new serevr and did some patch upgrades from Macromedia Technote now. I am not able to start ColdFusion MX ODBC Agent and Server service. Any idea whats going on. Thanks, Ketan Patel [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: CF Color coding tag?

2003-12-19 Thread Ken Wilson
There's one located here: http://www.cfcomet.com/utilities/ Ken John Beynon wrote: Where can I find the color coding tag that will render CF code on a page using colors like in Studio/DW? I've looked everywhere, DevEx, Google, cflib.org Thanks, John.

multiple instances on mx6.1 -- any advice?

2003-12-19 Thread Kelly Tetterton
We are about to delve into creating multiple instances of a site on mx6.1; we've found instructions here: http://www.bpurcell.org/macromedia/coldfusion/multiple_instances.cfm We are doing this primarily because we have a site that occassionally (during registration periods) gets very high

Custom tag for Link point

2003-12-19 Thread Frost, Michael
Linkpoint is dropping support for their custom tag as of the first of the year. Their systems have change to a XML based system. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

cflogout

2003-12-19 Thread Tangorre, Michael
If a user is authenticated into a site via CHAP which in turn generates the cflogin structure which I use to setup a user via cflogin/cfloginuser how do you ever log that user out of your application? I can do it no problem with no CHAP. Mike [Todays Threads] [This Message] [Subscription]

Re: Hiding an Email Address from harvesters

2003-12-19 Thread Kevin Graeme
It's just a means of abstraction. Text file, XML, db table, whatever. It's just a nice idea to maintain it outside of the application because then it is more reusable. -Kevin - Original Message - From: Daniel Farmer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday,

Re: CF Color coding tag?

2003-12-19 Thread Calvin Ward
What would be nice is one that could use the color-syntax files from Dreamweaver to do the color coding... - Calvin - Original Message - From: Ken Wilson To: CF-Talk Sent: Friday, December 19, 2003 8:22 AM Subject: Re: CF Color coding tag? There's one located here:

Joining the dark side - using DWMX

2003-12-19 Thread Kwang Suh
Well, I decided to try out DWMX for some coding yesterday... And it was good.I actually liked it. The color coding was nicer than Homesite+.The browser check was nice.The css integration was great.I even enjoyed the split code/design view. I may never turn back :) [Todays Threads] [This

Re: IE Issue

2003-12-19 Thread Doug White
The site works fine in my version if IE6.0I get a default login screen with a link to the site to bypass the login == Stop spam on your domain, use our gateway! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com Featuring

RE: IE Issue

2003-12-19 Thread John Stanley
actually the link to the site is another site, that has access to a different application. thanks for the information. -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 9:48 AM To: CF-Talk Subject: Re: IE Issue The site works fine in my version

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
I use HTML-Kit... A great little program ( and it's free ) You can download CF plugins, ASP, SQL plugins ETC I ain't going to shell out $300 for studio!!! http://www.chami.com/html-kit/ I found DWMX takes too long to load and hogs system resources. - Original Message - From:

RE: Joining the dark side - using DWMX

2003-12-19 Thread Schuster, Steven
It will never beat Cold Fusion Studio 5...never I say! -Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 9:45 AM To: CF-Talk Subject: Joining the dark side - using DWMX Well, I decided to try out DWMX for some coding yesterday...

Re: Joining the dark side - using DWMX

2003-12-19 Thread Rick Root
Kwang Suh wrote: Well, I decided to try out DWMX for some coding yesterday... And it was good.I actually liked it. The color coding was nicer than Homesite+.The browser check was nice.The css integration was great.I even enjoyed the split code/design view. I may never turn back :)

Tricky XML/XPath Question!

2003-12-19 Thread Alexander Sherwood
Here's an XML samplefile: addresses address city=New York / address city=Tampa / address city=Bethesda / /addresses Using the following Xpath and instruction: Xpath: /addresses/address[2] Instruction: Insert a new address element before (as a preceding-sibling) the element selected with the

Re: Joining the dark side - using DWMX

2003-12-19 Thread Rick Root
Daniel Farmer wrote: I found DWMX takes too long to load and hogs system resources. You can drastically increase dreamweavers loading time by going into the startup preferences and telling it NOT to load the JSP libraries, ASP libraries, etc... - Rick [Todays Threads] [This Message]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Raymond Camden
Just as an FYI, if you are still using CFS5, you should really consider upgrading to HomeSite+ 5.5. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Kwang Suh
I got DevNet, so there :) -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: December 19, 2003 7:59 AM To: CF-Talk Subject: Re: Joining the dark side - using DWMX I use HTML-Kit... A great little program ( and it's free ) You can download CF plugins, ASP, SQL

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tangorre, Michael
I too tried Dreamweaver and did not mind it, but here is my scenario... I am into the habit of developing layouts that are reusable as well as small pieces of design elements that may be used within pages on different projects, etcso from the graphical layout perspective DW offers me no

RE: JDBC and CF

2003-12-19 Thread Robyn Follen
Thanks, all. I actually found a CFX tag that does just what I want, so I'm going that route instead and passing info back out to CF for the data access. Thanks! Robyn -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 5:00 AM To: CF-Talk

Re: Joining the dark side - using DWMX

2003-12-19 Thread Pete Ruckelshaus
The main reason I won't do that is because I rely on my custom toolbars so much. Besides, they aren't THAT different... Pete Raymond Camden wrote: Just as an FYI, if you are still using CFS5, you should really consider upgrading to HomeSite+ 5.5. [Todays Threads] [This Message]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tim Laureska
Why is this Raymond? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 10:13 AM To: CF-Talk Subject: RE: Joining the dark side - using DWMX Just as an FYI, if you are still using CFS5, you should really consider upgrading to HomeSite+ 5.5.

RE: Joining the dark side - using DWMX

2003-12-19 Thread cf
DW has a fabulous snippets panel, and snippets are easy to make u can get a ton of them at www.dwfaq.com I too tried Dreamweaver and did not mind it, but here is my scenario... I am into the habit of developing layouts that are reusable as well as small pieces of design elements that may be

RE: Joining the dark side - using DWMX

2003-12-19 Thread Raymond Camden
You can have custom toolbars in HS+ 5.5 as well. For a while they were out, but they are back in now. I use custom toolbars as well. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Raymond Camden
It is the latest version, so it has all the latest fixes, updates, etc. HS+ 5.5 is essentially CF Studio 5.5. One interesting new feature - you can make snippets with auto-populating data. So for example, I have a header snippet that inserts the current data as the Creation: field in my header, as

Re: Joining the dark side - using DWMX

2003-12-19 Thread cf
FYI~ u can make your own custom toolbar in DWmx 2004 in a few easy clicks. Its great u can mix and match what u use and have it all right there. if you have memory problems, spend $10 and get some more memory. i run a p4 2.4 ghz dell with 768mb rdram and dw is very fast The main reason I

RE: Joining the dark side - using DWMX

2003-12-19 Thread Craig Dudley
Any particular reason Ray? is 5.5 any different to 5.2? (which wasn't as good as CFS5 imho) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 19 December 2003 15:13 To: CF-Talk Subject: RE: Joining the dark side - using DWMX Just as an FYI, if you are

Re: Joining the dark side - using DWMX

2003-12-19 Thread Kevin Graeme
It's a nice editor, but sometime it trys to be too smart. I have an frameset with one of the frames loading a dynamically assigned url. frame src="" name=rightFrame scrolling=NO noresize marginwidth=0 marginheight=0 This throws an error every time I load it in DW because it's trying to find the

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Make sure you let Macromedia know what is wrong with their flagship product. The File Explorer affects non code developers as well! - Calvin - Original Message - From: Rick Root To: CF-Talk Sent: Friday, December 19, 2003 10:02 AM Subject: Re: Joining the dark side - using DWMX Kwang

Re: Joining the dark side - using DWMX

2003-12-19 Thread Mickael
Hi Rick, Where in preferences is that exactly?I couldn't find it - Original Message - From: Rick Root To: CF-Talk Sent: Friday, December 19, 2003 10:10 AM Subject: Re: Joining the dark side - using DWMX Daniel Farmer wrote: I found DWMX takes too long to load and hogs system

RE: Joining the dark side - using DWMX

2003-12-19 Thread Raymond Camden
Well, you do know that HS+ 5.2 _is_ Studio, right? By not as good do you mean more bugs? I believe 5.2 had the infamous UI/no custimizing thing, but that is no longer true of 5.5. 5.5 is NOT bug free (but what is) but is certainly better than CFS5. Tremendously better... I'm not sure .. then

Re: Joining the dark side - using DWMX

2003-12-19 Thread Massimo, Tiziana e Federica
Another problem is the rewriting of some code. I have a page that does a cfif to determine which version of a form to show. Some of the form elements have the same names and IDs but that's okay because they're in different forms separated by the if statements. But in DW's design view, if I

Re: Joining the dark side - using DWMX

2003-12-19 Thread cf
some speed up tips http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips.htm http://www.dwteam.com/Articles/speedhints/index.asp [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Craig Dudley
True but it was missing the dockable/undockable resourse windows after the Adobe/macromedia spat, for some reason, not having those always pi**ed me off. But then most developers/programmers are a bit odd ;-) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent:

RE: Joining the dark side - using DWMX

2003-12-19 Thread Raymond Camden
Ah, but you can still turn them on/off as well as setting a particular order. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: About CFusion Undeliverable Mail Folder

2003-12-19 Thread Ming Lu
Hi Calvin, I really appreciated for your advise and time! Thank you very much! Ming Lu -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 5:23 AM To: CF-Talk Subject: Re: About CFusion Undeliverable Mail Folder In CFMX 6.1 I believe the

Re: Joining the dark side - using DWMX

2003-12-19 Thread Clint Tredway
I have stopped using DreamWeaver and I now use PrimalScript from www.sapien.com - kicks DW's tail any day... my 2 cents Raymond Camden wrote: Ah, but you can still turn them on/off as well as setting a particular order. [Todays Threads] [This Message] [Subscription] [Fast

Write to html file

2003-12-19 Thread Robert Orlini
Is there a way for CF to write to an HTML file? Is CFFile the way to go here? I want to add a text line which will be a url to an html file on our server. Any examples would be appreciated. Thx. Robert O. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Unable to load Library

2003-12-19 Thread DeMarco, Alex
Having a strange problem that has cropped up.. We are using CFMX6.1 We are now getting an error Unable to Load Library and it points to the cfx_spell.dll We restarted the instance but that didn't solve the problem Anyone run into this before? - Alex [Todays Threads] [This Message]

RE: Write to html file

2003-12-19 Thread Raymond Camden
Yes, just use cffile. If you are adding a text line, then you would use the append action for cffile. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Write to html file

2003-12-19 Thread Ben Doom
Um.Use append if you want to add to the very end. Since you are apparently editing HTML, you'll probably need to read the file into a variable, stick the URL in the right place, and write the file back out.Both file actions use CFFILE. Raymond Camden wrote: Yes, just use cffile. If you are

RE: CFMX ODBC Service not starting

2003-12-19 Thread Dave Watts
I recently installed CFMX on our new serevr and did some patch upgrades from Macromedia Technote now. I am not able to start ColdFusion MX ODBC Agent and Server service. Any idea whats going on. You may have to delete the SequeLink trace files. They're typically in

RE: CFMX ODBC Service not starting

2003-12-19 Thread Ketan Patel
Thanks Dave, Solution Worked . Ketan Patel -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:33 AM To: CF-Talk Subject: RE: CFMX ODBC Service not starting I recently installed CFMX on our new serevr and did some patch upgrades from

Sitewide Error handler for CFMX

2003-12-19 Thread Ketan Patel
Hi, Does anybody know about a Site-wide Error Handler Script which works on CFMX Ketan Patel [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tom Kitta
CFS5 Kicks DWMX ass anytime. It is faster and more stable. I don't care what hardware you are on - the bottom line is that CFS5 is faster than DWMX on any hardware. Plus the layout of the program as well as ease of use is much better. Sometimes making the user responsible for more things is better

RE: Write to html file

2003-12-19 Thread cf-talk
Depending on your purpose you could also go to the extreme and modify your web server to treat .htm files as .cfm files.That way you could put ColdFusion code directly into your html files and continue to keep the appearance of having static HTML pages. It's also worth mentioning though that

RE: CF Color coding tag?

2003-12-19 Thread Jim Davis
Where are these? What format are they in?I've incorporated CF_ColoredCode (with the author's permission) into my BBML parser for CF, but would love to support user-definable color coding and multiple languages. Jim Davis _ From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Joining the dark side - using DWMX

2003-12-19 Thread cf
thats why we all get personal opinions i tried homesite and i think it sucks and sure maybe technically hs is a bit faster but i cant tell on my comp in real time therefore hardware is does make a difference. layout is just what you are used to being able to use extensions alone makes it worth

Re: Joining the dark side - using DWMX

2003-12-19 Thread Kevin Graeme
I am not 100% sure, but if you go to Preferences Code Rewriting and uncheck Rename form items when pasting it should stop. At least, it should, if not, file a bug report Brilliant, thanks! -Kevin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Joining the dark side - using DWMX

2003-12-19 Thread Mickael
I use DWMX and there are things I like about it and things I don't.One thing I can't stand is when I have a file in a particular folder then I want to use that template in another folder so I go to file save as.. DWMX re writes all my paths. For example if I had img src="" width=1 height=1

Re: Joining the dark side - using DWMX

2003-12-19 Thread cf
go to manage sites and edit that site. then click on the advanced tab and set the default image folder to your images folder. What happens is that when you set that it puts the image in that folder, if you dont do that then it tries to locate it where it found it. I use DWMX and there are

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
I agree. I always enjoyed CF Studio. DW has always been a dissapointment to me. Althought MX is not bad. I do like the built in references. - Original Message - From: Tom Kitta To: CF-Talk Sent: Friday, December 19, 2003 11:36 AM Subject: RE: Joining the dark side - using DWMX CFS5

Re: Joining the dark side - using DWMX

2003-12-19 Thread Mickael
I have this problem when I move templates between sites.Often I try to reuse pieces of code and it even does it to includes. - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Friday, December 19, 2003 12:13 PM Subject: Re: Joining the dark side - using DWMX go to manage

Re: CF Color coding tag?

2003-12-19 Thread Massimo Foti
Where are these? What format are they in? DW stores its color coding files here: Dreamweaver MX 2004\Configuration\CodeColoring For more details, check the Extending DW section under the Help menu, then go to: Overview Customizing Code View Code coloring --

Re: Sitewide Error handler for CFMX

2003-12-19 Thread Pete Ruckelshaus
Yeah, just use CFERROR in your application.cfm and then set the site-wide error handler in the CF Administrator.From there, use any code you want.This is the code that I use in my error handler page, and I store the data in a database: !--- error.cfm - 11/4/2003 PBR Global error handling

RE: Joining the dark side - using DWMX

2003-12-19 Thread Dave Watts
CFS5 Kicks DWMX ass anytime. It is faster and more stable. I don't care what hardware you are on - the bottom line is that CFS5 is faster than DWMX on any hardware. We're talking about a text editor, not a compiler. How fast does it have to be? On my laptop (which is hardly a blazing

Re: JSP and Cold Fusion.

2003-12-19 Thread Pete Freitag
Calvin Ward wrote: Perhaps there should be a BlueDragon discussion list New Atlanta does have a Blue Dragon discussion list: http://www.newatlanta.com/bluedragon-interest.cfm There are lots of knowledgeable folks on the list, as well as several New Atlanta Engineers.

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
ALLAIRE RULES - Original Message - From: Dave Watts To: CF-Talk Sent: Friday, December 19, 2003 12:43 PM Subject: RE: Joining the dark side - using DWMX CFS5 Kicks DWMX ass anytime. It is faster and more stable. I don't care what hardware you are on - the bottom line is that

Re: JSP and Cold Fusion.

2003-12-19 Thread Michael Dinowitz
We did but it had little traffic. NA has its own list on site. If I see a lot more BD specific talk here I'll either direct people to the other list or re-open the BD list here. Perhaps there should be a BlueDragon discussion list, or BlueDragon should buy advertising. We now return to your

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Agreed. One of the things I like is the fairly robust Find and Replace... Search Entire Site for every occurence of cfquery with a datasoure of mydata that contains INSERT INTO myTable. - Calvin - Original Message - From: Mickael To: CF-Talk Sent: Friday, December 19, 2003 12:01 PM

Re: Joining the dark side - using DWMX

2003-12-19 Thread cf
you mean they ruled cant live in the past ;) ALLAIRE RULES [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Schuster, Steven
Fundamental difference between programmers and web developers... I have noticed that programmer like Studio much better than Dreamweaver whereas web site designers like dreamweaver. They may both program in CF but the difference to me is that one is written with a coder in mind and the other

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
ALLAIRE FOREVER! - Original Message - From: Daniel Farmer To: CF-Talk Sent: Friday, December 19, 2003 12:38 PM Subject: Re: Joining the dark side - using DWMX ALLAIRE RULES - Original Message - From: Dave Watts To: CF-Talk Sent: Friday, December 19, 2003 12:43

Re: Joining the dark side - using DWMX

2003-12-19 Thread Michael Dinowitz
If MM could just make it skinnable then it would be better. The big problem (and others) have with it is that it feels so bulky. There's so many curves and dead space that it doesn't feel comfortable. If MM really wanted to get all of us Studio users (you'd be surprised how many people still use

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tony Weeg
that's fine, I have2.6ghz processor with 1gb ram, and dwmx cant touch hs+ as far as speed goes not even a close race. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 12:44 PM To: CF-Talk Subject: RE: Joining the dark side - using DWMX

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tony Weeg
another thing dwmx doesn't do is order folders in the tree view, like windows does.I have folders specifically with ~'s in the names, so that they would be @ the top of the list, and they arent, they are @ the bottom of the list, like its orders by the alphabet first, then special characters, and

RE: Joining the dark side - using DWMX

2003-12-19 Thread cf
tony put the pipe down and slowly walk away, lol :)~ i sent u some good stuff 4 dw did u get it? that's fine, I have2.6ghz processor with 1gb ram, and dwmx cant touch hs+ as far as speed goes not even a close race. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tony Weeg
I hear ya :) anyway, I like it for cfc dummy work, but other than that, its TOOO SLOW... why should I have to customize it to make it fast?shouldn't it come like that outta the box??? tw -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 19,

RE: Joining the dark side - using DWMX

2003-12-19 Thread cf
well one thing i think they could put in is a set up utility. Meaning that you could say choose cfm coder and it would disable all the other stuff u wouldnt use like asp, asp.net, php. as far as setting it up now it only takes like 3 minutes I hear ya :) anyway, I like it for cfc dummy work,

Sorting a Struct of Structs on multiple fields. Ideas?

2003-12-19 Thread Jim Davis
While StructSort() works great for returning an array of keys sorted on a single field, I would like to sort on multiple fields. For example I've got a structure (actually a collection CFC) containing structures (actually domain CFCs of the same type).I would like to sort on two properties in the

Re: Windows 2003 Web Edition ColdFusion

2003-12-19 Thread Marc van den Dikkenberg
You won't be able to install CF 4.5.x and have it work with the version of IIS that comes with Windows Server 2003. You may be able to select Other Server during the CF install when it asks you what web server you're running. You may also be able to get the CF installer to think that you have

RE: Joining the dark side - using DWMX

2003-12-19 Thread Tom Kitta
Good point Steven. I also noticed that hard core programmers like CFS5 while the web site designers (soft core? :) ) like DW. TK -Original Message- From: Schuster, Steven [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 12:47 PM To: CF-Talk Subject: RE: Joining the dark side -

Re: Windows 2003 Web Edition ColdFusion

2003-12-19 Thread Calvin Ward
Maybe this will help: http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win2003.htm - Calvin - Original Message - From: Marc van den Dikkenberg To: CF-Talk Sent: Friday, December 19, 2003 1:02 PM Subject: Re: Windows 2003 Web Edition ColdFusion You won't be able

Quiz builder?

2003-12-19 Thread Joe Hobson
I've been looking for a nice quiz/test builder for an online course system i'm working on and can't seem to find one, at least not one for ColdFusion. Anyone come across anything like this? I'd rather buy some open code than write it myself, too many other things to work on right now. Most of what

Re: Quiz builder?

2003-12-19 Thread cf
flash has some nice ones built in u could use the cfm as the backend I've been looking for a nice quiz/test builder for an online course system i'm working on and can't seem to find one, at least not one for ColdFusion. Anyone come across anything like this? I'd rather buy some open code

Re:Joining the dark side - using DWMX

2003-12-19 Thread Stan Winchester
How to use dynamic variables in snippets? In HomeSite+, if you search for snippet using the help tab and check Using HomeSite+ for Dreamweaver MX, then click on Saving a code block as a snippet, and at the bottom of the document is a section Using dynamic variables in snippets I was curious how to

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Heh, I'd have to choose designer then, as I actually like having the Assets, Databases, Components, Server Behaviours and Bindings, which much of that stuff feeds :) - Calvin - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Friday, December 19, 2003 1:02 PM Subject: RE:

RE: Joining the dark side - using DWMX

2003-12-19 Thread Raymond Camden
I had a hard time finding the docs for this as well. It is here: Using HS+ for Dreamweaver MX / Writing Code and Web Content / Saving a block of code as a snippet The dynamic stuff is towards the end. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Bah! Hambug! with the generalizations! I'm a coder that prefers DW and chose Design View on first run :) - Calvin - Original Message - From: Tom Kitta To: CF-Talk Sent: Friday, December 19, 2003 1:13 PM Subject: RE: Joining the dark side - using DWMX Good point Steven. I also noticed

Re:Quiz builder?

2003-12-19 Thread Jeremy Brodie
Joe, If you're looking to build one from sratch you might want to take a look at using XML to send and retieve information from the database. Christopher Lomvardias has a good presentation on this subject at http://www.cfug-md.org/talks/mdcfug_2003December.ppt. Its a bit heavy on the database

ISP friendly e-subscriber list

2003-12-19 Thread Dwayne Cole
What kinda of capacity can cfmail handle? 3000 messages or 20,000 and what should I be thinking about to send out email to a large optin e-subscriber list.I looking for some suggesting not just in terms of cfmx capacity but also in terms of reducing the load on my ISP. Dwayne Cole, MS in MIS, MBA

Flash Remoting to CF

2003-12-19 Thread Mark Leder
Hi all, Was doing research on remoting vs xml etc.Discovered that in Flash 2004 MX pro, I'd have to buy a connector kit for $1,000 per CPU in order to make it work.Any other ideas on Flash Remoting, or do I need to do query to XML conversions?Am I missing something? Thanks, Mark [Todays

RE: Flash Remoting to CF

2003-12-19 Thread Ben Densmore
I think that's for ASP.NET and PHP only. CF comes with Flash Remoting built in. I have Flash MX 2004 PRO and I can use Flash Remoting with no problems. Ben -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 2:08 PM To: CF-Talk Subject: Flash

RE: ISP friendly e-subscriber list

2003-12-19 Thread Tangorre, Michael
Dwayne, I was using a complicated routine of writing personalized emails with cffile, dumping the files into the outgoing Lyris mail folder, and letting Lyris deliver the 125,000 emails because cfmail pre MX just stunk and choked at that level for me. I now use MX without a problem to send out

Re: Flash Remoting to CF

2003-12-19 Thread Darron J. Schall
If you're running ColdFusion MX or greater, you already have the capability to do remoting - it's built in to the server.Macromedia sells a .NET version, and that is where the cost per CPU comes in. If you need a php or java version, check out http://amfphp.org/ and http://www.openamf.org

  1   2   >