XML Question

2004-07-14 Thread Ben Densmore
If I have the following XML file: events startDate=2003-01-01 endDate=2004-12-31 event id=5 title=Test Event 5 description=every second tuesday startDate=2003-01-01 endDate=2003-12-31 allDay=1 eventType=weekly pattern sun=0 sat=0 fri=0 thu=0 wed=0 tue=1 mon=0 recur=2 / /event /events The

Re: XML Question

2004-07-14 Thread Nick de Voil
What am I missing when trying to access the pattern node? cfdump. Nick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Coldfusion Web Image Editor

2004-07-14 Thread Benjamin Wilson
http://www.cfxtras.com/SalesComponentDetail.cfx?componentid=104 ben _ From: Ryan Mannion [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 10:24 AM To: CF-Talk Subject: Coldfusion Web Image Editor Doest anyone know of a image editor that can be used in a webpage, preferably not a

RE: XML Question

2004-07-14 Thread Ken Ferguson
This works just fine for me and returns 1. cffunction access=public name=readXml output=false returntype=numeric cffile action=""> file=C:\inetpub\wwwroot\temp\ev.xml variable=event cfset variables.calEvents = XmlParse(event) / cfset variables.eventChild =

6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
Hello, I am building a dev/test box with 2003 server and iis 6 running 6.1. The install seemed to go fine. I am moving some sites over to the new machine and one has the .htm extension mapped to be processed by CF. I did this on 2000 server but ccan't recall what i did and am sure it is

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Howie Hamlin
Open the MMC and right-click on a single web site or the global web sites item. Click on the Home Directory tab and then the Configuration button. You will see all of the mappings for the web site. Copy the mapping for .CFM to a .HTM entry. HTH, -- Howie Hamlin - inFusion Project Manager

Use a struct in the variables scope on CF5? 4.5?

2004-07-14 Thread Matt Robertson
Sorrry for the post, but I can't test this anymore. I want to do this: variables.foo=structnew(); variables.foo.bar=blah; But I don't want to do it if it will break in older versions of CF. Was this legal back then? -- --Matt Robertson-- MSB Designs, Inc. mysecretbase.com [Todays Threads]

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

2004-07-14 Thread Brook Davies
No, its a clean install... Brook At 02:55 AM 7/14/2004, you wrote: Is the server in question an upgraded server from CF5? _ From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: 14 July 2004 07:23 To: CF-Talk Subject: RE: CFMX is crashing daily with no hints in the log But still,

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

2004-07-14 Thread Douglas.Knudsen
hardware issue maybe?some bad memory or something?just a stab. Doug -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 2:15 PM To: CF-Talk Subject: RE: CFMX is crashing daily with no hints in the log No, its a clean install... Brook At

Re: Use a struct in the variables scope on CF5? 4.5?

2004-07-14 Thread Joe Rinehart
It'll work on CF5: cfset variables.foo = structNew() cfset variables.foo.bar = blah cfdump var=#variables.foo# Just don't do this: cfdump var=#variables# -joe - Original Message - From: Matt Robertson [EMAIL PROTECTED] Date: Wed, 14 Jul 2004 10:58:30 -0700 Subject: Use a struct in

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

2004-07-14 Thread Cameron Childress
Ok, so I see the graph, but that doesn't really tell me anything useful.Is Jrun using an amount of memory close to your Max Heap size?What is your Max Heap set to?What is the maxperm setting set to?How much memory was jrun using when it crashed? -Cameron On Tue, 13 Jul 2004 14:43:39 -0700, Brook

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
I did that and i get this error Either the Macromedia application server is unreachable or it does not have a mapping to process this request. Is there not an xml file that needs to be unpdated also? Jeremy On Wed, 14 Jul 2004 13:54:22 -0400 Howie Hamlin [EMAIL PROTECTED] wrote: Open the MMC

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Doug White
Why on earth would you place the extra load on the server by making CF handle htm files?I have seen this once before when a client wanted that set up on a shared server.IIS 6.0 handles htm files so much easier and with a lot less CPU load. Doug - Original Message - From: Jeremy Bunton

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
.html files in CFMX Open the C:\CFusionMX\wwwroot\WEB-INF\web.xml . You can modify the extension mappings by adding these lines: servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*.html/url-pattern /servlet-mapping and why...doug, you askbecause some people like to have

RE: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Dave Watts
Why on earth would you place the extra load on the server by making CF handle htm files? So you can use forms-based authentication to restrict access to those files? I agree that it shouldn't be done lightly, but there are legitimate uses for it. Dave Watts, CTO, Fig Leaf Software

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
shite... dont forget a closing one for this too... it requires another one...so...just like this for each type of extension... servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*.html/url-pattern /servlet-mapping servlet-mapping servlet-nameCfmServlet/servlet-name

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

2004-07-14 Thread Brook Davies
I really don't think so, because the system is stable,fairly new and the ram is 3 Kingston 1 gig sticks. I think bad RAM would manifest itself in problems with other programs and the OS. I was thinking that it might be a problem with fragmentation of the paging file. Dave Watts recommenced a

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
or what if your server has absolutely NO .htm files?why not do it? that is no reason not to do it. tony [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFX Registration problem

2004-07-14 Thread Adkins, Randy
I had the problem before but do not recall what we did to fix this but we are running CFMX 6.1 on a Windows 2000 platform. When we register a new CFX Tag (java), (CFX_JSpellCheck) it makes a double entry to it called: CFX_CFX_JSpellCheck Anyone else had this problem? Resolutions??? TIA!

RE: CFX Registration problem

2004-07-14 Thread Dave Watts
When we register a new CFX Tag (java), (CFX_JSpellCheck) it makes a double entry to it called: CFX_CFX_JSpellCheck Anyone else had this problem? Resolutions??? Register it as JSpellCheck? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444

RE: CFX Registration problem

2004-07-14 Thread Adkins, Randy
No, I believe it requires the CFX Prefix, right? Thus, in CF Administrator, we enter it exactly (case-sensitive) as it is on the server. Thus: Tag Name:CFX_JSpellCheck Classname: CFX_JSpellCheck Description:Specll Check utility by CFDEV.COM _ From: Dave Watts [mailto:[EMAIL PROTECTED]

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
Ahh that's what it was...It was driving me crazy. I did this.. notice the order, apparently it makes a difference bc that did not work. Jeremy servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*.htm/*/url-pattern /servlet-mapping servlet-mapping servlet-nameCfmServlet/servlet-name

RE: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Ken Ferguson
It's not that big a deal Doug. I've done the same thing because I don't WANT people seeing blah.cfm. As a matter of fact I usually create a new extension every time. If my client is BMW, I'll make all the files into index.bmw or home.bmw or whatever. They're actually cfm files, but I just want the

RE: CFX Registration problem

2004-07-14 Thread Douglas.Knudsen
yup, that's the way.Make sure you dropped the jar file in a dir in your classpath too.Oh, and bounce your CFServer process too. Doug -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 3:51 PM To: CF-Talk Subject: RE: CFX Registration

Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Marco Antonio C. Santos
Hi all what's best option to change our old ColdFusion Studio IDE? Eclipse? HomeSite? DW? Notepad? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CFX Registration problem

2004-07-14 Thread Adkins, Randy
Done that, problem exists that it makes the registration as: CFX_CFX_JSpellCheck Which is incorrect. Should be CFX_JSpellCheck I would search Macromedia forums however they are down for maintenance. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Ken Ferguson
HOMESITE + I dig it and you will too. Actually, I'm still using CF Studio 4.5.2 at home because I like it so much. But at work, I'm using HOMESITE + and I like it as well (because it's about the same). I tried DWMX for a couple of weeks and uninstalled about 10 mins short of suicide. That was the

RE: CFX Registration problem

2004-07-14 Thread Douglas.Knudsen
yeah, the MACR forums are down OFTEN these days it seems.check out cfdev.com, they have some good tips and help there and they answer their emails promptly.I had this same issue before too, but I only recall doing the below and I think I bounced the server too(dev box), something getting cached

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Jim Campbell
My first choice is a felt-tip marker, pad of paper, a scanner, and OCR software.However, in a pinch, I use Dreamweaver MX. - Jim Marco Antonio C. Santos wrote: Hi all what's best option to change our old ColdFusion Studio IDE? Eclipse? HomeSite? DW? Notepad? [Todays Threads] [This

RE: CFForm, CFInput, etc not xhtml compatible!

2004-07-14 Thread S . Isaac Dealey
Or the onTap framework which has some extensive forms features, some of which overlap what's available with qForms but provide integrated server-side components which a purely _javascript_ API like qForms can't provide. In particular the onTap framework's form library allows you to specify a label

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

2004-07-14 Thread Cameron Childress
Cameron, do you think I think should increase the MaxPermSize ? 512 is alot of permenant memory, I would say it's more likely that you'd be better off increasing the heap size if you're going to increase anything.If you ahve 3 gigs on that machine and CF's the only thing on it (I don't know if

Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Brian Yager
Does anyone know of a webservice for MLS?I am wanting my client be able to list all of her houses based off of what is in the MLS database.Has anyone done anything like this? Thanks, Brian [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Matt Liotta
It is our hope that you will find He3 to be your best choice. You can download the beta at http://richpalette.com/. If you don't find it to be the best choice, please let us know, so we change it. -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: Cfschedule tasks list

2004-07-14 Thread John Elder
Yes, that's perfect. Thank You, John Elder --- Kay Smoljak [EMAIL PROTECTED] wrote: On Tue, 13 Jul 2004 14:35:32 -0700 (PDT), John Elder [EMAIL PROTECTED] wrote: Is there any way to display the list of scheduled tasks on a page without using the administrator? Does this help?

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
Ok I mapped the extension and changed teh xml file and coldfusion seems to be seeing the htm as a cfm file but when it as the .htm extension i get this error / by zero when i change it back to .cfm no error and it works fine. What could I be missing? Thanks a lot Jeremy Ken Ferguson [EMAIL

RE: Replacing broken image with a CFM file

2004-07-14 Thread Duane Boudreau
Thanks. that did the trick! Duane _ From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 10:15 AM To: CF-Talk Subject: RE: Replacing broken image with a CFM file I believe you'd have to have the CFM set up in IIS as the 404 handler or something like that. John

Re: Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Bryan Stevenson
I'm not aware of anything, but I know the MLS folks hang on to their data like a fat kid with a bag full of penny candy ;-) or in business termsthey'll make ya pay IF they are even willing to share it Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

RE: Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Eric Jones
It was my understanding that each realtor pays a fee for the service and his plan dictates what they can and can't do with it. ERJ -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 4:51 PM To: CF-Talk Subject: Re: Web service for MLS

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Spike
We are aiming for the same goal with the cfeclipse project. You can download it from http://cfeclipse.tigris.org. We also put a huge value on feedback both positive and negative to help us keep the project on track. If you have anything at all that you would like to see, however unlikely you

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Nathan Strutz
Marco Antonio C. Santos wrote: Hi all what's best option to change our old ColdFusion Studio IDE? Eclipse? HomeSite? DW? Notepad? Bring on the wars! Actually, I use just about everything, and i'm getting pretty versatile at them all. For actual application and site development, I use the

Re: Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Bryan Stevenson
hmmm... What I've seen on most realtor sites is a link to their listings (by a realtor ID) on the MLS site.Those listing have the public view of the data (i.e. no addresses or phone numbers so you HAVE to use your realtor in ordet to view the property). If realtors pay for access, the access

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Doug White
I still feel that clients waste tons of money hiring developers who absolutely refuse to code to standards, using best practices, instead putting in their own individuality and customizations which contribute nothing to the performance of the web site, and in fact take quite a bit away from its

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread S . Isaac Dealey
HOMESITE + I dig it and you will too. Actually, I'm still using CF Studio 4.5.2 at home because I like it so much. But at work, I'm using HOMESITE + and I like it as well (because it's about the same). I tried DWMX for a couple of weeks and uninstalled about 10 mins short of suicide.

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Samuel R. Neff
PrimalScript http://www.sapien.com -Original Message- From: Marco Antonio C. Santos [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 4:00 PM To: CF-Talk Subject: Best choice for ColdFusion Studio IDE... Hi all what's best option to change our old ColdFusion Studio IDE?

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Simon Horwith
I second Sam on that - primalscript is pretty cool. ~Simon Simon Horwith CTO, eTRILOGY ltd. Member of Team Macromedia Macromedia Certified Master Instructor http://www.cfstandards.org Samuel R. Neff wrote: PrimalScript http://www.sapien.com -Original Message- From: Marco Antonio

Re: Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Howie Hamlin
RETS is the standard in the MLS industry. http://www.sys-con.com/xml/article.cfm?id=721 http://www.rets.org/ Basically, if the MLS system supports RETS you should be able to perform queries via the web service. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc.

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Sean Corfield
what's best option to change our old ColdFusion Studio IDE? Eclipse? HomeSite? DW? Notepad? Ask a 100 CFers and get 200 different answers :) I think Nathan's response is probably the most useful - different editors for different situations. Personally (so this may not be useful!), I never

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Matt Liotta
As far as I can tell it only works on Windows. Is that correct? -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Horwith Sent: Wednesday, July 14, 2004 5:32 PM To: CF-Talk Subject: Re: Best choice for ColdFusion Studio IDE... I second

RE: Use a struct in the variables scope on CF5? 4.5?

2004-07-14 Thread Jim Davis
Yes - that'll work in 4.5. Jim Davis From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 1:58 PM To: CF-Talk Subject: Use a struct in the variables scope on CF5? 4.5? Sorrry for the post, but I can't test this anymore. I want to do this: variables.foo=structnew();

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Rob
I wasn't going to comment but... CFEclipse is all I use personally (of course I helped wite it). I have a tendency to be rather passionate about my projects so I'll refrain from mouthing off. CFEclipse has far more tools then He3 and is by far better a better CFML Plugin for eclipse. Sean seems

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Rick Root
Marco Antonio C. Santos wrote: what's best option to change our old ColdFusion Studio IDE? Eclipse? HomeSite? DW? Notepad? Since nobody else is answering... :) I use Homesite 5.5+ Though I'd recommend giving a look at He3.I haven't had time yet. - Rick [Todays Threads] [This Message]

Re: Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Rick Root
Brian Yager wrote: Does anyone know of a webservice for MLS?I am wanting my client be able to list all of her houses based off of what is in the MLS database.Has anyone done anything like this? First of all, there is no single MLS database. Realtor.com consolidates MLS database from across

Re: Use a struct in the variables scope on CF5? 4.5?

2004-07-14 Thread Matt Robertson
Great.Thanks Joe Jim! --Matt-- [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: XML Question

2004-07-14 Thread Ian Skinner
The best advice I can give, hopefully you are on MX, is CFDUMP.When I was learning to parse an XML file, I just used CFDUMP Var =... starting at the root, working down until I got to the right piece.I'm not sure, but for some reason, I just could never get it right if I just tried to jump right to

counting clicks on links - search engines

2004-07-14 Thread Andrew Grosset
Links on page go to a template that calls database adds 1 click and redirects to correct page etc etc. 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? a href="" of Fusion.com/a

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Sean Corfield
I wasn't going to comment but... *grin* Well, in that case I'll point folks to my blog post comparing He3 and CFEclipse: http://www.corfield.org/blog/past/2004_07.html#000496 Lots of interesting comments on it too... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: StructKeyExists() vs IsDefined()

2004-07-14 Thread Sean Corfield
So whats the best thing to do when the same code has to run on both platforms?Sounds like I'm stuck with isdefined. Er, yeah... sorry 'bout that... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFForm, CFInput, etc not xhtml compatible!

2004-07-14 Thread Greg Stewart
And I still get it wrong... :) I just checked with the webstandards.org website and they recommend: label for="" Name:/label input class=input type=text title=Enter your first name maxlength= size= name=txtFirstName id=txtFirstName value= I'll settle for that unless there is a compelling

Re: StructKeyExists() vs IsDefined()

2004-07-14 Thread Sean Corfield
Opps... No idea where I got that from, probably cos Jer was your boss and senile dementia is setting in early According to the MM site the CTO is apparent a chap by the name of Jonathon Gay. Oops, I should've remembered that (Jonathan Gay is the Godfather of Flash for those who don't

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Spike
I've had a lot of people comment to me via email and MSN that you appear to have set out to see He3 favourably and cfeclipse unfavourably. Given that you don't even appear to have tried to use cfeclipse for day to day coding I think that opinion is at least partly justified. Most of the things

PayPal Webservice Requires Client SSL Certificate

2004-07-14 Thread Scott Bennett
I am trying to PayPal is in their own little world when it comes to authenticating their webservice users. When you sign up they provide you with a client certificate. Their client SSL certificate is not like a normal certificate, Its something they generate on their own without the use of a

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread dave
i keep catching myself using notepad2 http://www.flos-freeware.ch/notepad2.html no frills but in a pinch is way better than notepad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Barney Boisvert
Textpad (www.textpad.com) is also a great little editor.It's got a great little macro engine, which is very and can handle ENORMOUS files (couple hundred MB of SQL dump, for example) with ease.It supports syntax highlighting (though via a vocabulary-based system, not context-based), and creating

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Matt Robertson
I'll take a moment to plug my favorite, free NotePad replacement. Tabbed interface and boatloads of extra stuff, most of which I don't use.It could handle color-coding for .cfm files if some enteprising sould were to make a config file for it.This is what I edit with when I'm doing

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Matt Robertson
ok.it would have helped if i had put in the url... :-( http://www.notetab.com/ --Matt-- [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Jordan Michaels
Hey Matt, I think you forgot to mention what it was called... or... I've been working way too hard lately and can't see it. Either one is possible! =P - Jordan Matt Robertson wrote: I'll take a moment to plug my favorite, free NotePad replacement. Tabbed interface and boatloads of extra

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread dave
this is a great xml actionscript editor i use, as i really am using flash more and more http://www.sephiroth.it/python/sepy.php html-kit looks pretty good too, cfm support, xhtml, xml, a ton of stuff, havent really tried it yet though http://www.chami.com/html-kit/ as im doing mostly flash

structinsert/structupdate or just set it?

2004-07-14 Thread Matt Robertson
Is there any reason I'd do this: StructUpdate(Foo,Bar,WooHoo); or this: StructInsert(Foo,Bar,WooHoo); rather than just doing this? Foo.Bar=WooHoo; In both cases I would explicitly state beforehand: Foo=StructNew(); -- --Matt Robertson-- MSB Designs, Inc. mysecretbase.com [Todays Threads]

RE: structinsert/structupdate or just set it?

2004-07-14 Thread Barney Boisvert
structInsert() will throw an error if they key already exists, unless you specify allowoverwrite=true.I believe structUpdate will throw an error if the key doesn't already exist, but I'm not 100% sure on that one. Both of those situations will be more readable (in my opinion) if you do the check

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Rob
On Wed, 14 Jul 2004 15:53:43 -0700, Sean Corfield [EMAIL PROTECTED] wrote: I wasn't going to comment but... *grin* Well, in that case I'll point folks to my blog post comparing He3 and CFEclipse: (quoted text is from the blog) Well your looking to get a rise out of me so here you go

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Claude Schneegans
I'm still using CF Studio 4.5.2 at home because I like it so much. But at work, I'm using HOMESITE + and I like it as well (because it's about the same). I tried DWMX for a couple of weeks and uninstalled about 10 mins short of suicide. Same thing here! ;-) --

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Sean Corfield
On Wed, 14 Jul 2004 16:05:14 -0700, Spike [EMAIL PROTECTED] wrote: I've had a lot of people comment to me via email and MSN that you appear to have set out to see He3 favourably and cfeclipse unfavourably. Sorry if it appears that way. My initial experiences with several builds of Eclipse were

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Barney Boisvert
To back up Sean here, Eclipse on the mac still seems to have issues with performance.Not CFEclipse, just Eclipse, because it's the same way with Java projects.I would think that would equally impact the usability of both CFEclipse and He3, but perhaps not. I've not used Eclipse on the PC very

BlueDragon.NET Technology Preview Release

2004-07-14 Thread Vince Bonfanti
Greetings! New Atlanta is pleased to announce the Technology Preview release of BlueDragon for the Microsoft .NET Framework, which is now available for download: http://www.newatlanta.com/products/bluedragon/index.cfm BlueDragon.NET enables the Microsoft .NET Framework and the IIS web server

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Spike
On Wed, 14 Jul 2004 16:05:14 -0700, Spike [EMAIL PROTECTED] wrote: I've had a lot of people comment to me via email and MSN that you appear to have set out to see He3 favourably and cfeclipse unfavourably. Sorry if it appears that way. My initial experiences with several builds of Eclipse

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Dick Applebaum
On Jul 14, 2004, at 5:40 PM, Barney Boisvert wrote: To back up Sean here, Eclipse on the mac still seems to have issues with performance.  Not CFEclipse, just Eclipse, because it's the same way with Java projects.  I would think that would equally impact the usability of both CFEclipse and

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Dick Applebaum
On Jul 14, 2004, at 5:27 PM, Sean Corfield wrote: (and I wear an asbestos suit most of the time :) I get by with skinThick and underwareKevlar %^o) Dick Politics is the art of looking for trouble, finding it whether it exists or not, diagnosing it incorrectly, and applying the wrong remedy.

Re: Web service for MLS (Multiple Listing Service...houses)

2004-07-14 Thread Alan Bleiweiss
Nowadays many Realtors offer a local software implementation that their agents use to maintain their listings, generate comps, market reports, flyers, etc - that system is typically windows based, and does get it's data from the main MLS system for that Realtor's region. My understanding is

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Spike
I don't have a Mac to test this, but as far as I can remember, you and Barney are the first people to say that Eclipse is slow on that platform. On windows, I find that Eclipse is slow to start, but that's probably because of the number of plugins I'm using as much as anything else. Once it's up

Re: Checking if cookies are disabled in the browser

2004-07-14 Thread Andrew Grosset
A simple test (on your own browser) is to disable cookies completely. Then call a page with this cfoutput pcfid=#cfid#/p pcftoken=#cftoken#/p /cfoutput the values will be shown...however if you call the page again the values will change because the browser has been told not to store them and

Re: BlueDragon.NET Technology Preview Release

2004-07-14 Thread Dick Applebaum
On Jul 14, 2004, at 5:50 PM, Vince Bonfanti wrote: Greetings! New Atlanta is pleased to announce the Technology Preview release of BlueDragon for the Microsoft .NET Framework, which is now available for download:     http://www.newatlanta.com/products/bluedragon/index.cfm BlueDragon.NET

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Matt Liotta
In all honesty, I have tried DW, Eclipse, NetBeans, JEdit a few other IDEs.. but none compares (on the Mac) to BBEdit for flexibility performance. Make sure you have enough RAM because if you force Eclipse to share its RAM with others then it will surely be slow. -Matt [Todays Threads]

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Matt Liotta
To back up Sean here, Eclipse on the mac still seems to have issues with performance.Not CFEclipse, just Eclipse, because it's the same way with Java projects.I would think that would equally impact the usability of both CFEclipse and He3, but perhaps not. I use Eclipse daily on my Mac and

XML Attributes

2004-07-14 Thread Ben Densmore
Is there a way to tell what attributes an element has? The Xml file I'm working with has an element named pattern, but it can have different attributes. One can look like: pattern sun=0 sat=0 fri=0 thu=0 wed=0 tue=1 mon=0 recur=2 / and another can look like: pattern day=wed week=3 recur=1 /

RE: XML Attributes

2004-07-14 Thread Matt Liotta
StructKeyExists(doc.element.XmlAttributes, sun) -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Densmore Sent: Wednesday, July 14, 2004 11:04 PM To: CF-Talk Subject: XML Attributes Is there a way to tell what attributes an element has?

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
s'all good man, i understand, but for internal applications on an intranet, or even for external applications, maybe its just our creative minds, wanting to be different...we just cant help it! later tw On Wed, 14 Jul 2004 16:01:39 -0500, Doug White [EMAIL PROTECTED] wrote: I still feel that

Re: XML Attributes

2004-07-14 Thread Ben Densmore
Thanks Matt. I don't know why I didn't try that. That was one of the first things I thought but then was trying various other things and felt I was stuck. Ben On Wed, 14 Jul 2004 23:12:21 -0400, Matt Liotta [EMAIL PROTECTED] wrote: StructKeyExists(doc.element.XmlAttributes, sun) -Matt

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Dick Applebaum
On Jul 14, 2004, at 6:38 PM, Spike wrote: I don't have a Mac to test this, but as far as I can remember, you and Barney are the first people to say that Eclipse is slow on that platform. Sean C. also mentioned this. On windows, I find that Eclipse is slow to start, but that's probably

OT: BlueDragon .NET uninstall

2004-07-14 Thread Tony Weeg
hey, i just installed the .NET tech preview of blue dragon, and now its parsing ALL of my .cfm requests, WTF, i didnt want that... how can i remove this? thanks. -- tony Tony Weeg human. email: tonyweeg [at] gmail [dot] com blog: http://www.revolutionwebdesign.com/blog/ Check out

Re: BlueDragon.NET Technology Preview Release

2004-07-14 Thread Tony Weeg
how can i uninstall it, so that cfmx server parses my .cfm files, not blue dragon? its broken some of my SITES please help. tony On Wed, 14 Jul 2004 18:43:31 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: On Jul 14, 2004, at 5:50 PM, Vince Bonfanti wrote: Greetings! New Atlanta is

Re: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Dick Applebaum
On Jul 14, 2004, at 8:02 PM, Matt Liotta wrote: In all honesty, I have tried DW, Eclipse, NetBeans, JEdit a few other IDEs.. but none compares (on the Mac) to BBEdit for flexibility performance. Make sure you have enough RAM because if you force Eclipse to share its RAM with others

RE: Best choice for ColdFusion Studio IDE...

2004-07-14 Thread Spike
I don't have a Mac to test this, but as far as I can remember, you and Barney are the first people to say that Eclipse is slow on that platform. Sean C. also mentioned this. Did he? I thought he said cfeclipse was slow, or rather that it ate up his CPU. That was an issue with the internal

Re: OT: BlueDragon .NET uninstall

2004-07-14 Thread Tony Weeg
now im really fu**ed, this uninstall, then i reinstalled cfmx, and now im getting 500 internal server errors...do i just have to de-install, then re-install??man this sucks...wish i knew before i installed. AR! On Wed, 14 Jul 2004 23:36:25 -0400, Tony Weeg [EMAIL PROTECTED] wrote: hey,

RE: OT: BlueDragon .NET uninstall

2004-07-14 Thread Dave Watts
now im really fu**ed, this uninstall, then i reinstalled cfmx, and now im getting 500 internal server errors...do i just have to de-install, then re-install??man this sucks...wish i knew before i installed. I haven't installed BlueDragon .NET yet, but I imagine that it's hooked to IIS the

Re: CFCs - more smaller or fewer bigger ones?

2004-07-14 Thread Sean Corfield
For example when I think about users for the site,there are a number of methods I needrelated to logging in and logging out, maintaining user details, sending e-newsletters, listing users.Is there any advantage or disadvantage to having all those functions in one 'Users cfc or is it better to

Re: CFCs - more smaller or fewer bigger ones?

2004-07-14 Thread Dick Applebaum
On Jul 14, 2004, at 10:07 PM, Sean Corfield wrote: Your object design just needs to be going in roughly the right direction, it doesn't need to be perfect from day one... Now, that is profound! My wife, Lucy would have said: Let me be sure I have that right, so I can embroider it on a Whoopee

cfc's, new remoting classes without using components stuff

2004-07-14 Thread dave
recently i ran into some problems with remoting and such using the v2 components. 1. u cant natively preload the version 2 components as is. u have 2 do a work around to do it. 2. the new data components wont preload at all and u cant effectively use them off of the 1st frame, which basically

<    1   2