Re: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Well it is a Java app and has been told to consume that much at startup (just like ColdFusion). It is also configurable. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England,

Re: Making Search Results Manageable

2007-06-26 Thread Robertson-Ravo, Neil (RX)
If you want to start leveraging search you are going to have to think about a search technology so you can begin to get the most benefit. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered

RE: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Of course I do. I mean the ability to not open a page up into the IDE with a single click hardly constitutes it being hard to use - as in hard to work with. You don't really have to setup workspaces you can use the default one and to be honest out of the box it is not harder to work with than DW

CFCHART SSL

2007-06-26 Thread Robert Rawlins - Think Blue
Hello Guys, I've recently installed SSL onto my site and I'm now having a few issues with my CFCHART tags as they are generating flash files, which unfortunately are deemed as 'non-secure' items by the browser, and I get a warning message each time the page loads, is there any way to work

how to....?

2007-06-26 Thread the_oslo Kid
Hi guys, How do I find the name of the main .cfm file I'm using? as in http://my.server.com/xxx.cfm?blah... when xxx.cfm contains a number of cfinclude and I'm looking to wrap some logic around a cfif componentname EQ xxx?? ie what's the function to get xxx.cfm returned?

RE: how to....?

2007-06-26 Thread Robert Rawlins - Think Blue
cfoutput#CGI.Script_Name #/cfoutput That should do the trick for you, there are a whole loads of other CGI variables, it may be worth you checking them out too. Hope that helps, Rob -Original Message- From: the_oslo Kid [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 10:49 To: CF-Talk

Re: how to....?

2007-06-26 Thread Will Tomlinson
cfoutput#CGI.Script_Name #/cfoutput That should do the trick for you, there are a whole loads of other CGI variables, it may be worth you checking them out too. And it looks like he just needs the name, minus the file ext., in which he could do this. cfoutput#ListFirst(CGI.Script_Name,

Re: Noobie DOA with CF tutorial.

2007-06-26 Thread Tom Chiverton
On Monday 25 Jun 2007, Ian Skinner wrote: hands-on kind of discussion that explains and give examples of the various pieces? livedocs.reactorframework.com ('Background information') ? -- Tom Chiverton Helping to preemptively participate value-added bandwidth on:

RE: CF7.02 IIS7 Vista

2007-06-26 Thread Dave Watts
The problem I found when I try to browse the server - I get an error IO server communication error. I cant browse to find an access database, and I cant browse to set up a mapping. This is really bugging me as I havent been able to find away to get around this error. Honestly, I really

RE: CF Editor

2007-06-26 Thread Eric Roberts
I think the long start up time (which is even longer that DW's start up time amazingly enough) is a big negative. Eclipse/CFEclipse regularly crashes on me and the tag editors rarely works properly. The editor itself is choppy and jerky and is prone to grabbing chunks of code that you are

Re: CFCHART SSL

2007-06-26 Thread Andy Allan
wrap your cfchart with cfsavecontent and do a replace on it to change http with https On 26/06/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Hello Guys, I've recently installed SSL onto my site and I'm now having a few issues with my CFCHART tags as they are generating flash

RE: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
You are also forced to work in Project mode, instead of being able to work in directory mode. Not sure what version you are using but - you can work in Directory mode if you wish - it's called File Explorer View. You can search on all files / open or closed. You don't work at all with DW

RE: CF Editor

2007-06-26 Thread Dave Watts
The Eclipse people also seem to have a bad attitude. On Vista, there seems to be a problem unpacking the code using the native unzipper. While all my other zipped files that have been zipped by WinZip and WinRar seem to work fine, Eclipse requires the use of a third party package to

Re: Web Developers soon to be extinct?

2007-06-26 Thread Brian Swartzfager
As long as people want customized applications with a web front end, web development will never die it's up to us to keep up with technology and not become obsolete. Scott's right. CMS may be taking away some of the market for the development of static web sites, but any web site that

RE: Making Search Results Manageable

2007-06-26 Thread Peterson, Chris
Maybe you could assign weight to your results, so if the term matches in the title, give +5. If it matches in the description, give it +1 for each match, etc. Then show them in order of highest score to lowest, and allow the users to add additional search terms to further filter (ie, search my

Re: CF Editor

2007-06-26 Thread Jim Wright
2. In Home Site (a new install of HS5.5) I'm getting a warning message about every CFtag I use (not in current version) and the CF documentation no longer shows up in Home Site. Can I fix this? My guess on this is that you are running just HS and not HS+. I'm running into this as well, and

RE: CF Editor

2007-06-26 Thread Peterson, Chris
Eric Roberts, I agree with ya 100%. I think if Eclipse would make a simple file mode that still allowed its incremental change history on each file, I would use it a lot more. The projects just bog down on me and waiting for linked folders pointing to mapped drives to refresh is just maddening.

Re: CF Editor

2007-06-26 Thread Doug Bezona
On 6/26/07, Eric Roberts [EMAIL PROTECTED] wrote: I think the long start up time (which is even longer that DW's start up time amazingly enough) is a big negative. This can be mitigated somewhat by not starting with the whole everything and the kitchen sink SDK distribution of Eclipse. If

RE: CF Editor

2007-06-26 Thread Dave Watts
I would say long term that DW will be replaced with an Eclipse version of it. I don't know about replaced, exactly (and I suspect that's why you have the quotes), but I wouldn't be entirely surprised to see it implemented as an Eclipse plugin, like FlexBuilder and LiveCycle Designer. Dave

Re: CF Editor

2007-06-26 Thread Jochem van Dieten
Eric Roberts wrote: The Eclipse people also seem to have a bad attitude. On Vista, there seems to be a problem unpacking the code using the native unzipper. While all my other zipped files that have been zipped by WinZip and WinRar seem to work fine, Eclipse requires the use of a third party

Re: Making Search Results Manageable

2007-06-26 Thread J.J. Merrick
With that many records I would say that you probably want to use a full-text search engine such as Lucene or Verity (built-in to CF). This will give you full text search and allow you to do some of the did you mean stuff. I also think that giving someone 100 records and saying your search

RE: CFCHART SSL

2007-06-26 Thread Robert Rawlins - Think Blue
Nice Andy! Worked perfectly. Rob -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 13:00 To: CF-Talk Subject: Re: CFCHART SSL wrap your cfchart with cfsavecontent and do a replace on it to change http with https On 26/06/07, Robert Rawlins - Think Blue

Re: how to....?

2007-06-26 Thread J.J. Merrick
Yeah, it amazes me what you can use lists for.. directory parsing, getting rid of that nasty : in the TLD (.com:80) that some load balancers like to send at you thus screwing up your hostname checking... et al. -J.J. On 6/26/07, Will Tomlinson [EMAIL PROTECTED] wrote:

RE: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Yeah, until Eclipse gets a decent HTML/Visual Editor. I run the whole WTP with Eclipse and I get a shit load of stuff but sometimes DW is good for HTML/CSS editing visually but I am also leaning more and more to Firebug for this. -Original Message- From: Dave Watts [mailto:[EMAIL

RE: CF Editor

2007-06-26 Thread Bobby Hartsfield
No I haven’t heard of scribble template. I'll definitely have to check into that one. Thanks. It has been a looong time since I fealt like I was learning anything in photoshop so maybe I just don’t remember how hard/easy it was to learn I think that maybe that is just the way you feel

RE: Web Developers soon to be extinct?

2007-06-26 Thread Dawson, Michael
The word customized is the key to what is both presently going on and to the future. Almost every web app that I've ever built is built so that my customers can do their work in exactly the way they want to, instead of buying some off-the-shelf system that doesn't do everything they want or

RE: CF Editor

2007-06-26 Thread Bobby Hartsfield
You test it by saving if you develop in a development webroot... ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 12:04 AM To: CF-Talk Subject: RE: CF Editor Sure you can

Re: CF Editor

2007-06-26 Thread Claude Schneegans
Maybe you aren't aware of the CFEclipse scribble template? It will let you test out code and run it at the press of a button (I use F8). And MSIE will do it just in one click. -- ___ REUSE CODE! Use custom tags; See

Re: CF Editor

2007-06-26 Thread Cutter (CFRelated)
Maybe they didn't miss the boat at all. Maybe the idea is to force you into organizing your work, which assists in the maintainability of any application (maintenance being about 80% of any application) Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Re: Fastest...

2007-06-26 Thread D F
Put em in a database and do an exception join =) That's something I did think of as a possibility. Is this solution better as in offering potentially better performace to using structures/structFind? Put em in a database and do an exception join =) Chris Peterson Gainey IT Adobe

Re: CF Editor

2007-06-26 Thread Brian Kotek
I think what is being revealed here is that either Eric is using an old version of CFEclipse or Eclipse, or he has it set up incorrectly, or he simply doesn't know how it works. Because as Doug is pointing out, all of his complaints are either things I have never seen happen or things that Eclipse

Re: CF Editor

2007-06-26 Thread Brian Kotek
Thank you for missing the point, Claude. Which was that you CAN easily run simple tests or try things out within Eclipse without having to set up new projectes or files over and over. On 6/26/07, Claude Schneegans [EMAIL PROTECTED] wrote: Maybe you aren't aware of the CFEclipse scribble

Re: CF Editor

2007-06-26 Thread J.J. Merrick
yeah I use them both, Eclipse if I am working on the model and the controller, DW if I am on the view. I also find that working in eclipse FORCES me into better habits. Since I have stopped using the tag editor and doing just auto complete my pure knowledge of the syntax of CFML has gone up. I

Re: CF Editor

2007-06-26 Thread Claude Schneegans
A big amen to that. I'll second also, and I would add that the trouble with many of those open source projects is that they aim at getting as independent as possible from Windows. Well, this may be fine for Linux fans, but many of basic functionalities, look and feel, even terminology we are

Re: CF Editor

2007-06-26 Thread Cutter (CFRelated)
'...if it didn't use over 400MB of RAM + VMonly to those who have 2GB+ of RAM...' That's strange? I only have 1GB on my box, and I use CFE day in and day out, without issue, and typically running two instances of CF (now 8) + Outlook (work mail), Thunderbird (all the rest plus RSS), and

Re: CF Editor

2007-06-26 Thread J.J. Merrick
yeah it's funny, I did a test on this and CFeclipse with about 5 templates open running XMLbuddy, subclipse and CFeclipse was only hovering at about 2,000k and about 400k VM. I think it had been open all day too and was used pretty extensively throughout the day. On 6/26/07, Brian Kotek [EMAIL

Re: cfx_image and pjpeg read error

2007-06-26 Thread J.J. Merrick
Are you in MX+? If so have you tried Image.cfc? http://www.opensourcecf.com/imagecfc/ It uses the java image stuff and is really the precursor to CFIMAGE in CF8. I have found it to be a lot more customizable then using the CFX_IMAGE tag... and java to boot! -J.J. On 6/25/07, Matt Gai [EMAIL

RE: CF Editor

2007-06-26 Thread Bobby Hartsfield
The Eclipse people also seem to have a bad attitude. The creators of CFEclipse have always been nothing but helpful... devoting not only their time to develop it but their time to help people on the lists (including this one) and listen to their users when it comes to things they like or

Re: CF Editor

2007-06-26 Thread Claude Schneegans
Now that HomeSite is defunct Its still running fine for me. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: CF Editor

2007-06-26 Thread Dan G. Switzer, II
In HS/CFS I can select a block of code and use ctrl+shift+ or ctrl+shift+ to indent or un-indent the entire block of code. Pressing [TAB] and [SHIFT]+[TAB] will indent/unindent blocks of code respectively. I find this behavior much more consistent with other editors. -Dan

Re: Making Search Results Manageable

2007-06-26 Thread Les Mizzell
If you want to start leveraging search you are going to have to think about a search technology so you can begin to get the most benefit. Jezz, that was helpful. ...and you'd suggest? Verity? ... since that's already on the box running the site? or something else?

RE: CF Editor

2007-06-26 Thread Andy Matthews
I don't know if he was exaggerating about the 400 megs of ram, but even the fact that you think that 150 is okay is ridiculous. I've got a fairly beefy machine here at work and CFE feels really slow. If I need to do work fast, I popup open Editplus. -Original Message- From: Brian Kotek

RE: Web Developers soon to be extinct?

2007-06-26 Thread Brad Wood
That argument seems as plausible as saying that people have gotten so good a driving cars, that all Ford engineers can just retire and we will never need new automobiles built. ~Brad -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 9:34 PM To:

Re: CF Editor

2007-06-26 Thread Claude Schneegans
Sure you can open a file anywhere on your machine, and edit it in Dreamweaver, but how will you test the file? But who needs to test a file directly from the editor ? I develop from my work station on which I have CF (3 different versions) and IIS installed. For testing I just use MSIE and

Re: Making Search Results Manageable

2007-06-26 Thread Tom Chiverton
On Tuesday 26 Jun 2007, Les Mizzell wrote: If you want to start leveraging search you are going to have to think about a search technology so you can begin to get the most benefit. Jezz, that was helpful. I think he got it from the same guy that does my sigs :-) -- Tom Chiverton Helping to

Re: CF Editor

2007-06-26 Thread Wil Genovese
Yes, force me to organize my work, The Ministry of Truth is always correct. ;-) -- Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. Cutter (CFRelated) wrote: Maybe they didn't miss the boat at all.

.htaccess for IIS

2007-06-26 Thread Paul Vernon
Has anyone come across IISPassword before? Is anyone using it? http://www.troxo.com/products/iispassword/ It strikes me as being a very cool idea and the fact that it is free can't be bad but I'm wondering how scalable it can be. If anyone has any experience with it, I'd appreciate any info you

RE: CF Editor

2007-06-26 Thread Andy Matthews
Because it's not a text editor. You can't just double click a file and start typing. You have to set up projects, access and all that jazz. IMO the things that make it strong, also make it very difficult to learn. I installed and uninstalled it 4 or 5 times before I finally made the decision to

Re: CF Editor

2007-06-26 Thread Wil Genovese
I'm not accusing the creators/contributors of having a bad attitude. I've met with Mark Drew in person and he's a great guy. I'm sure he could find other things to do in his free time than work on CF Eclipse. I think that comment about the Eclipse people having a bad attitude was directed

ECom MicroPayment Service

2007-06-26 Thread coldfusion . developer
Anyone know a quality reliable service that is one of the least expesive transaction or cart plus transaction processor for payment under $10.00? ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years.

GET instead of POST error again

2007-06-26 Thread Claude Schneegans
Hi, For those who are also getting this error, here are some results of what I've been doing in an effort to isolate the exact circumstances of the problem. Every time a form is submitted in my application, the following JS code is executed: if (form.action.indexOf(method) == -1)

Re: CF Editor

2007-06-26 Thread James Wolfe
For my own edification and for your own education, I will explain why what you are saying is wrong. Let's start with the most basic things. Visual Studio says it need between 96 and 192MB of RAM depending on the operating system. That's 1/4 - 1/2 of what Eclipse uses under normal conditions. I

Re: Noobie DOA with CF tutorial.

2007-06-26 Thread Ian Skinner
Tom Chiverton wrote: On Monday 25 Jun 2007, Ian Skinner wrote: hands-on kind of discussion that explains and give examples of the various pieces? livedocs.reactorframework.com ('Background information') ? Interesting, but that did not provide much information on HOW to MAKE

Re: CF Editor

2007-06-26 Thread Wil Genovese
snip Ctrl_Shift_Z brings up a color palette...WTF is up with that? With every other program in the world that works to go forward on the edit history list (the reverse of ctrl_z). /snip Actually as best as I can tell the universal standard for redo (opposite of undo) is ctrl+Y. I

RE: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Yeah, I wouldn’t see all that work go to waste but I could see Adobe standardising on Eclipse as a platform. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 13:32 To: CF-Talk Subject: RE: CF Editor I would say long term that DW will be replaced with

Re: CF Editor

2007-06-26 Thread Brian Kotek
On 6/26/07, Claude Schneegans [EMAIL PROTECTED] wrote: Sure you can open a file anywhere on your machine, and edit it in Dreamweaver, but how will you test the file? But who needs to test a file directly from the editor ? I develop from my work station on which I have CF (3 different

RE: CF Editor

2007-06-26 Thread Andy Matthews
Like I said earlier. Editplus with the Coldfusion syntax and Autocomplete files is a KILLER combo. -Original Message- From: James Wolfe [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 5:47 PM To: CF-Talk Subject: Re: CF Editor Unfortunately, there isn't any good CF editor out

Component Question

2007-06-26 Thread Bruce Sorge
I am re-writing a site that I have been maintaining for a while now. One of the things that I am doing is putting inline queries into Stored Procs, and also creating components for a lot of the stored procs. So when I create my CFC called Admin, in the Application/Components section of DW, it is

Re: Noobie DOA with CF tutorial.

2007-06-26 Thread Robertson-Ravo, Neil (RX)
DAO or DOA? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive

RE: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Who are you replying to? -Original Message- From: James Wolfe [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 13:18 To: CF-Talk Subject: Re: CF Editor For my own edification and for your own education, I will explain why what you are saying is wrong. Let's start with the most basic

Re: CF Editor

2007-06-26 Thread Jochem van Dieten
Andy Matthews wrote: Because it's not a text editor. You can't just double click a file and start typing. You have to set up projects, access and all that jazz. IMO the things that make it strong, also make it very difficult to learn. That may make it wearisome, but not difficult. Jochem

Re: CF Editor

2007-06-26 Thread Doug Bezona
On 6/26/07, James Wolfe [EMAIL PROTECTED] wrote: For my own edification and for your own education, I will explain why what you are saying is wrong. Let's start with the most basic things. Visual Studio says it need between 96 and 192MB of RAM depending on the operating system. That's 1/4 -

Re: Making Search Results Manageable

2007-06-26 Thread Will Tomlinson
Verity? ... since that's already on the box running the site? ... or something else? I think your number of records is beyond what verity can handle. Will ~| Deploy Web Applications Quickly across the enterprise with

Re: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Define Fanboy? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

RE: CF Editor

2007-06-26 Thread Dave Watts
Yeah, I wouldn’t see all that work go to waste but I could see Adobe standardising on Eclipse as a platform. In many respects, they already have. In LiveCycle ES, you do everything from Eclipse, from building Designer forms, to writing Forms API code, to building workflows. In LiveCycle

RE: CF Editor

2007-06-26 Thread Dave Watts
Dreamweaver is evil. It crashes often and is slow to open and sometimes won't open a drive's contents after you choose it from the dropdown, but at least it opens. My experience with it hasn't been this painful, and lately that experience has been on a somewhat underpowered machine - 512 MB

Re: CF Editor

2007-06-26 Thread Brian Kotek
I should also note that I run MyEclipse (which contains a visual HTML editor, CSS editor, JavaScript editor, and literally hundreds of other useful plugins), CFEclipse, Aptana, and FlexBuilder in the same installation of Eclipse, so for most people who don't run all those plugins the memory usage

Re: Component Question

2007-06-26 Thread Josh Nathanson
What I want to do though is drop the VTI. on the local server. When I do that though I get a message Could Not Find Component Comps.Admin. How can I make this work so that I do not have to reference my components as VTI.Comps.Admin? You should be able to do a Mapping in your local CF

Re: CF Editor

2007-06-26 Thread Brian Kotek
Yes, he was exaggerating because he was trying to lump VM usage in with physical RAM. And sorry, but 150 Mb is not an outlandish amount of RAM. Especially considering how much Eclipse has built into it and the fact that it is a standalone Java application and not a native application. My Firefox

RE: CF Editor

2007-06-26 Thread Dave Watts
And for those, I still would never just open a browser and click around the app. Sorry but that's just crazy. (Insert bill by the hour jokes here.) Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our

Re: how to....?

2007-06-26 Thread Jordan Michaels
#GetTemplateFromPath(GetCurrentTemplatePath())# #GetTemplateFromPath(GetBaseTemplatePath())# One of those should be what you're looking for. ;) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ BlueDragon Alliance Member [EMAIL PROTECTED] the_oslo Kid wrote: Hi guys,

RE: CF Editor

2007-06-26 Thread Russ
I'm currently running CFEclipse with a few copies of our fairly large code base open. Eclipse process takes up about 3mb, and javaw, which is what eclipse runs on top of takes up 300mb. I have 3gb of ram, and it's true that people with limited amount of ram can't run eclipse. They should

Re: CF Editor

2007-06-26 Thread Wil Genovese
Let's be clear here. I'm not bashing, I want to be able to work efficiently my way and so far Eclipse is getting in the way. I'm not a fan of behavior modification for the masses. I am pointing out features that I think are missing and that I deem necessary for me to work. Please show me

RE: Apache and Multi Instance CF

2007-06-26 Thread Dave Watts
OK, a weird thing has started to happen. I have a multi-instance ColdFusion server sitting on top of Apache. I was pulling up one of the sites I have defined in my config (one I've pulled up before) and the page would load, with style sheet, but major elements were missing. At first I

RE: CF Editor

2007-06-26 Thread Bobby Hartsfield
I don't know why this didn't come through so forgive any double posts that might happen... Eric Roberts said The Eclipse people also seem to have a bad attitude. The creators of CFEclipse have always been nothing but helpful... devoting not only their time to develop it but their time to

CF Report

2007-06-26 Thread chr chr
I am creating a big array of information and I want to create my report based on it and not an SQL query. Is this possible? Thanks. - We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list.

Re: GET instead of POST error again

2007-06-26 Thread Claude Schneegans
Would it be possible that the default 'post' is being displayed and that 'get' is coming from someone writing their own form and submitting to your action template? Technically, it would be possible, but this application is used by customers to edit the content of their own site, they wouldn't

Re: CF Editor

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Lol, maybe so but it aint being developed further. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also

Re: CF7.02 IIS7 amp; Vista

2007-06-26 Thread Aaron Wolfe
If that installation guide doesn't work, use this one. http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1catid=3threadid=1257380 This was the only way that I could get Vista and CF7 to work for me. -Aaron Hi there I started a thread on this yesterday but cant locate the

RE: Making Search Results Manageable

2007-06-26 Thread Jeff Garza
Well... The baked in OEM version maybe... The full Verity search engine has no such limitations and I've been able to wrangle reduced pricing in the past. Don't know how that will work now that they've been acquired by Autonomy. You may want to look at a different database. I know that both SQL

Re: Making Search Results Manageable

2007-06-26 Thread Robertson-Ravo, Neil (RX)
Good god, not Verity. And yeah, it no doubt is beyond what it can handle via OEM restrictions. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains

Re: CF Editor

2007-06-26 Thread Greg Luce
Wow! Do you work for NASA? :-) On 6/26/07, Brian Kotek [EMAIL PROTECTED] wrote: On 6/26/07, Claude Schneegans [EMAIL PROTECTED] wrote: Sure you can open a file anywhere on your machine, and edit it in Dreamweaver, but how will you test the file? But who needs to test a file directly

RE: CF Editor

2007-06-26 Thread Dave Francis
But who needs to test a file directly from the editor ? People who don't want to save their changes until it's right. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 9:49 AM To: CF-Talk Subject: Re: CF Editor

OT: Where can i get a javascript tree control for a taxonomy?

2007-06-26 Thread Jonathan Block
I need a tree control... something similar to the yui javascript tree control... but specifically for taxonomies. Imagine if there were a Sports node with 2 child nodes of Baseball and hockey. If someone selects Sports, I only want sports to be checked. Seems like the YUI tree control

RE: Having problems with LEN()...

2007-06-26 Thread Peterson, Chris
Use #numberformat(myReorderNumber, )# That will auto-prepend 0's if necessary Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer -Original Message- From: Michael Stevens [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 1:21 PM To: CF-Talk Subject:

Re: CF Editor

2007-06-26 Thread Wil Genovese
I only trust in the power of God, not the power company. Save Early, Save Often! -- Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. Dave Francis wrote: But who needs to test a file directly from the

RE: Component Question

2007-06-26 Thread Bobby Hartsfield
Someone may offer up a better solution but I would simply set a cfc path variable in the application scope and use VTI.Comps.Admin locally and Comps.Admin in production. When you drag the component over... change the VTI.Comps.Admin to #applicaiton.cfcpath# or whatever so it picks it up

Re: CF Editor

2007-06-26 Thread Christopher Jordan
Andy, Can you explain where to get the Coldfusion syntax and Autocomplete files for Editplus? Chris Andy Matthews wrote: Like I said earlier. Editplus with the Coldfusion syntax and Autocomplete files is a KILLER combo. -Original Message- From: James Wolfe [mailto:[EMAIL

Re: CF Editor

2007-06-26 Thread Jose Diaz
I work with heaps of eclipse users and I have to say its a great tool and I can totally appreciate the value of using it for development + all those excellent plugins out there. However old habits die hard - it may not be notepad but I love using textpad lol. ;) As long as you get the job done

RE: GET instead of POST error again

2007-06-26 Thread Bobby Hartsfield
Post isn't the default url variable is it? Would it be possible that the default 'post' is being displayed and that 'get' is coming from someone writing their own form and submitting to your action template? Just a thought ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield

Re: CF Editor

2007-06-26 Thread Dan Vega
Just curious why you would want a different keyboard shortcut for everything. The whole point of keyboard shortcuts are to keep your hands off the mouse which can interrupt workflow. To me typing is usually easier than shortcut keys, therefor it seems easier to me to type a keyword

eCommerce Questions

2007-06-26 Thread Adkins, Randy
I have built shopping carts in the past for software and such but have never had to deal with shipping cost and adding taxes to the cost. So here are my two questions: 1. Tax Question: If a customer in South Carolina purchases an item from a vendor in Florida, what tax rate should be applied?

css in blog layout

2007-06-26 Thread Dan Vega
I know this is probably not the best place but I figure someone here may have come across this problem. I launched a new look for my blog http://www.danvega.org/blog/ It looks great in FireFox and people have told me that in IE7 it looks ok as well. In IE6 however (i know..haha) the navigation

Re: CF Editor

2007-06-26 Thread Brian Kotek
I fully agree that it can be intimidating and is more difficult to get used to than something like Dreamweaver (I said as much in my original post way up there). However, it really isn't THAT difficult to learn, you just have to work with it. I think we both agree. My real point in continuing

cf7 and apache

2007-06-26 Thread Peter Tanswell
Have just installed CF7 to run with Apache but when I got to browse the Administrator I am getting an option to open or save index.cfm I am not browsing to get the administrator page. Any ideas? Regards thanks ~| Macromedia

Re: CF7 on Apache

2007-06-26 Thread Cutter (CFRelated)
Did you follow the setup as described in the ACME Guide? Basically, when you do the CF install it should add a descriptor block to your httpd.conf file that will tell Apache to send all cf related requests to the ColdFusion server instance. Steve Cutter Blades Adobe Certified Professional

RE: CF Editor

2007-06-26 Thread Bobby Hartsfield
No offense, but you've missed the point as well and taken the conversation in a different direction. :-) or hell.. maybe it was me.. I don't remember anymore haha I THINK the point here WAS that CFEclipse has a bigger learning curve than DW. I use CFEclipse but still agree with that. I don't see

Re: CF Editor

2007-06-26 Thread Brian Kotek
On 6/26/07, Robert Harrrison [EMAIL PROTECTED] wrote: I'm going to check out CFEclispe, now that I'm at a place that actually spends money on software. Just making sure you know that CFEclipse (and Eclipse too) are free. Thanks to everyone who replied. Sure thing, hopefully the discussion

RE: CF Editor

2007-06-26 Thread Robert Harrrison
Dreamweaver is evil. Yeah, I got that. I've been coding a complicated page by hand. I needed to add a drop down menu, so I edited in Dream Weaver to use their drop down. It changed my document headers and moved my CFtags all over the place. It actually destroyed the code. Fortunately I had a

Re: GET instead of POST error again

2007-06-26 Thread Claude Schneegans
Apparently, the problem is not new: I found this thread from 2003: http://www.webmasterworld.com/forum21/6263-1-15.htm Could it be that because of some transmission problem the server could not find the file associated with the HTTP request POST and that it will change it for GET? What I've

  1   2   >