Re: Character Encoding Problem in CFMX

2002-12-10 Thread Jochem van Dieten
Farkhad Mousaev wrote: I'm just curious to know if anybody experiencing character encoding problems with CFMX? Depends on what you call a problem. I never had anything that wasn't correctable by adding the right tags. But not using Access and using unicode for everything goes a long way.

Re: Character Encoding Problem in CFMX

2002-12-10 Thread Farkhad Mousaev
Hi Jochem, Well, thank you for sounding optimistic, but believe me it is a real headache for people who use Russian charset on CFMX. CFMX doesn't recognize the following Cyrillic encodings 1251, ISO 8859-5,iso-ir-144 ,KOI8-R. It takes UTF-8 as default. An I have to convert every single page

RE: instant SSL HELP!!!!!

2002-12-10 Thread Tony Weeg
05:09:55.055 - COM.Allaire.ColdFusion.HTTPFailure Exception - in D:\www\clients\cx_WebServiceApp\ScoreWizard\testGet.cfm : line 14 Connection Failure: Status code unavailable ideas? tbanks tony -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent:

Typos in Method selection Exception Error

2002-12-10 Thread Brandon Harper
I wasn't sure where to submit this, but I know there are Macromedia types on the list and its past my bedtime. There are typos in this error message in CFMX (updated with the Updater v1): Error Occurred While Processing Request Method selection Exception. An exception occurred during method

CFLoop Errors in Coldfusion

2002-12-10 Thread Ian Vaughan
Hi I am using my oracle database table to populate 2 related selects, however when I am running the page I am recieving the following error Error Occurred While Processing Request Error Diagnostic Information Loop error The error occurred while processing an element with a general

RE: CFC output

2002-12-10 Thread Samuel R. Neff
HTML can be very useful in Flash for simple formatting of text. If you have text with embedded formatting tags, like bold, italic, fonts, lists, etc., then it's much easier and still appropriate to send that to Flash for display as opposed to creating your own standard for demarcating these

RE: Macromedia Contribute

2002-12-10 Thread Samuel R. Neff
I haven't used ActivEdit, but my understanding is it's just a WYSIWYG textarea for editing HTML. If that's what you want you can take a look at MM's DRK2 which has a Rich Text Editor component for Flash. It can easily be wrapped into a stand-alone widget for embedding in HTML and an also be

Re: CFC output

2002-12-10 Thread Robert Polickoski
Cutter, Here is something that I wrote... cffunction name=GetUserData access=public output=true displayname=Get User Data hint=display the form the user will fill out to provide data about a User !-- This function displays the form to be used to provide data for a User

Re: Character Encoding Problem in CFMX

2002-12-10 Thread Paul Hastings
Well, thank you for sounding optimistic, but believe me it is a real headache for people who use Russian charset on CFMX. CFMX doesn't recognize the following Cyrillic encodings 1251, ISO 8859-5,iso-ir-144 ,KOI8-R. sure it does. It takes UTF-8 as default. An I have to convert every single

RE: Macromedia Contribute

2002-12-10 Thread Angel Stewart
Hmm... True MM could have brought out a tool that generated CF pages where the text or graphic placement could be edited in a template by the end user...those pages would integrate with whatever custom code you as the developer wrote, and would be something you rolled out with your application.

RE: CFC output

2002-12-10 Thread Matt Liotta
HTML can be very useful in Flash for simple formatting of text. If you have text with embedded formatting tags, like bold, italic, fonts, lists, etc., then it's much easier and still appropriate to send that to Flash for display as opposed to creating your own standard for demarcating these

Dynamic Drop Down Menu Bar

2002-12-10 Thread Alford, Sean
Hello Everyone, I need a drop down menu bar that I can add items and sub items to dynamically within CF. Dose anyone know where I might find such a widget??? Thanks, Sean ~| Archives:

DWMX - Moving blocks of code.

2002-12-10 Thread Bosky, Dave
I enjoyed the feature in CF Studio that allowed you to highlight blocks of code and adjust the indentation using left/right arrow buttons. Have I overlooked this feature in DWMX or has it been omitted? I found it to be very handy for code readability. Thanks, Dave Bosky HTC Disclaimer: The

[OT] Mono completes ASP.NET implementation

2002-12-10 Thread Matt Liotta
We discussed Mono a while back in relation to running .NET applications on other platforms like Linux. Mono now supports ASP.NET, so it may now be of interest to people here. See http://www.go-mono.com/ for more details. Matt Liotta President CEO Montara Software, Inc.

RE: Dynamic Drop Down Menu Bar

2002-12-10 Thread Janine Jakim
http://www.dynamicdrive.com http://www.milonic.co.uk/menu/ Some very cool stuff at those two sites. -Original Message- From: Alford, Sean [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:27 AM To: CF-Talk Subject: Dynamic Drop Down Menu Bar Hello Everyone, I need

RE: DWMX - Moving blocks of code.

2002-12-10 Thread A.Little
It's still there in DWMX... but you need to use Ctrl+alt+] and Ctrl+alt+[ Alex -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 13:30 To: CF-Talk Subject: DWMX - Moving blocks of code. I enjoyed the feature in CF Studio that allowed you to

SQL UBound?

2002-12-10 Thread Steve Reich
I'm looking for the SQL function that will return the highest value in a column. I have a field that is the datatype 'decimal' and I want to return the record with the highest value in that column. Can someone help me? Thanks, Steve

Re: DWMX - Moving blocks of code.

2002-12-10 Thread E. Keith Dodd
Control + Shift + or should move highlighted section in or out E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 8:29 AM Subject: DWMX - Moving blocks of code.

Macromedia Contribute

2002-12-10 Thread Cathy Taylor
Is it not using anything else? Because we can FTP to the servers here and I even tried setting my home directory as where to publish/view and it still gave an error. Yet it worked instantly the first time on my personal server. I can browse the directory structure down to where the web root is,

RE: SQL UBound?

2002-12-10 Thread Alford, Sean
Steve, I think you are looking for the aggregate function max(). SELECT MAX(COL) FROM TBL Sean -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:37 AM To: CF-Talk Subject: SQL UBound? I'm looking for the SQL function

RE: Macromedia Contribute

2002-12-10 Thread Samuel R. Neff
I really don't agree that Contribute competes with CF developers, at least not most of them. Contribute's main market is to replace the people that use Dreamweaver templates to manage their sites. A small shop with a web site or intranet with 2-5 content developers can put up a pretty decent

RE: CFC output

2002-12-10 Thread Samuel R. Neff
Indeed, separating logic from display is important. Too often people assume that if you are outputting directly from a CFC then you are not doing this. That is a wrong assumption that should be avoided. The original question was Trying to write a function that performs a query based on specific

RE: instant SSL HELP!!!!!

2002-12-10 Thread Joshua Miller
Tony, Did you ever find a fix for this? I'm getting ready to install an InstantSSL cert on our server, but now I'm gunshy! We've got a few CFHTTP calls being made to the server via our application (not so HTTPS addresses) but now I'm concerned. Have you figured this out yet? Thanks, Joshua

RE: DWMX - Moving blocks of code.

2002-12-10 Thread Bosky, Dave
Is there a quick reference chart available to locate the keyboard shortcuts? ~Dave -Original Message- From: E. Keith Dodd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:40 AM To: CF-Talk Subject: Re: DWMX - Moving blocks of code. Control + Shift + or should move

RE: CFC output

2002-12-10 Thread Raymond Camden
Yes, that is true, just fueling the fire. My response CFC's, and especially web services, are generally considered to be used for data access or business logic, not for any type of display. is what you responded to. So, where is the incorrect information? That CFC's are generally

Re: CFOUTPUT group by recordcount HELP

2002-12-10 Thread Dina Hess
Recordcount isn't what you're after since it returns the total number of rows in the query recordset. Instead you can get the number of records returned for each distinct category by requerying (or in CF5+ do a query of the original query)...something like this: cfquery name=CatCount

RE: CFC output

2002-12-10 Thread Matt Liotta
All this in one function means it's not n-tier or MVC. I understand that. Again, I was disagreeing with the responses suggesting that outputting directly from a CFC was in some way wrong. So, where is the incorrect information? That CFC's are generally considered to be used for data

RE: CFC output

2002-12-10 Thread Samuel R. Neff
At 08:10 AM 12/10/2002, you wrote: (snip) if you output the result of a cfc method directly in the method instead of cfreturning it - you will not be able to use the method via flash or a WS. (snip) -Raymond Come to think of it one of the original poster's requirements was that he wanted to be

Re: Macromedia Contribute

2002-12-10 Thread Bruce Sorge
I agree 100% with Sam. To add to this, here is our situation: I manage a corporate Intranet. There are four developers, including my self who have to (1. build new applications, (2. Maintain those applications, and (3. Support the generic intranet sites. The site has over 20K pages on it, all

RE: CFC output

2002-12-10 Thread Matt Liotta
And just to add more fuel - I have not shared any incorrect information - if I have, please let me know where. You should not directly output from the method, but should instead return a string with your output. The above statement isn't necessarily incorrect, but it is an opinion you haven't

Re: Macromedia Contribute

2002-12-10 Thread Kay Smoljak
Samuel R. Neff wrote: If that's what you want you can take a look at MM's DRK2 which has a Rich Text Editor component for Flash. It can easily be wrapped into a stand-alone widget for embedding in HTML and an also be extended. Does anyone have this, who would like to comment on how

RE: CFC output

2002-12-10 Thread Samuel R. Neff
At 09:17 AM 12/10/2002, you wrote: How have you determined what CF developers general consider CFCs for? -Matt Based on participation in this list since it was started. Sam ~| Archives:

RE: CFC output

2002-12-10 Thread Stacy Young
FOR THE LOVE OF GOD !!! This is like listening to nails screeching across a blackboard. Can we please move one? -Stace -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:17 AM To: CF-Talk Subject: RE: CFC output All this in one

RE: CFC output

2002-12-10 Thread Raymond Camden
And just to add more fuel - I have not shared any incorrect information - if I have, please let me know where. You should not directly output from the method, but should instead return a string with your output. The above statement isn't necessarily incorrect, but it is an opinion

RE: DWMX - Moving blocks of code.

2002-12-10 Thread Chad
DWMX it is easier to do this then in CF studio. I use (highlight text first) TAB to move text to the right and SHIFT-TAB to move the text to the left -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:06 AM To: CF-Talk Subject: RE:

RE: CFC output

2002-12-10 Thread Matt Liotta
Too bad the general population of CF developers are not on this list. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:39 AM To:

RE: CFC output

2002-12-10 Thread Matt Liotta
You are completely misunderstanding me. It is a fact that if you output directly from the method, you can't use it in Flash or a WS. This is a limitation. It's not a bad limitation. It's just a limitation. If you are using the CFC for HTML display, then this does not concern you. My concern

RE: DWMX - Moving blocks of code.

2002-12-10 Thread Everett, Al
Actually, you can do this in CF Studio as well if you check Options | Settings | Editor | Options | Tab/Shift+Tab performs block indent/unindent -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:46 AM To: CF-Talk Subject: RE: DWMX - Moving

RE: CFC output

2002-12-10 Thread webguy
Lets all agree.. a) cfcs encapsulate any logic data together. This logic can be business logic or even a GUI widget in HTML , XML , etc.. b) cfcs can be used on any tier of a n-tier application c) if you are going to use the cfc with flash or as a web service, it is good

Re: DWMX - Moving blocks of code.

2002-12-10 Thread E. Keith Dodd
Not a chart, but in DWMX, under Edit menu, keyboard short cuts. saw this one under Menu Commands, then Edit expanded. Probably is a chart somewhere. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: DWMX - Moving blocks of code.

2002-12-10 Thread Dan Phillips
doesn't look like he has uploaded them yet. Once I do, I'll grab the DLLs and put them on Sluggo for future use. -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:59 AM To: CF-Talk Subject: RE: DWMX - Moving blocks of code. Actually, you

RE: instant SSL HELP!!!!!

2002-12-10 Thread Stacy Young
I tried his code on CF5 and it failed...maybe the certs deviate from standards? -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:03 AM To: CF-Talk Subject: RE: instant SSL HELP! Tony, Did you ever find a fix for this? I'm getting

RE: Macromedia Contribute

2002-12-10 Thread Joshua Miller
Anyone have any input as to how the Macromedia version compares to Ektron, ActivEdit, SOEditor or any of the others out there? Feature comparisons? Notes about extensibility and compatability with various browsers/OS? This sounds like it would be a cool add-on to someone's (unbiased) FAQ or

RE: instant SSL HELP!!!!!

2002-12-10 Thread Mark A. Kruger - CFG
Tony, I'm out of ideas - I think you better look for a different request object. I'm sure there are some Java custom tags out there that might work for you. -Mark -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:03 AM To: CF-Talk

RE: DWMX - Moving blocks of code.

2002-12-10 Thread Dan Phillips
sorry, ignore this. wrong button ;-) -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:08 AM To: CF-Talk Subject: RE: DWMX - Moving blocks of code. doesn't look like he has uploaded them yet. Once I do, I'll grab the DLLs and put them

NonSense Errors

2002-12-10 Thread Robert Polickoski
All, I am getting very confused and very frustrated. Can somebody explain this error to me? Error Occurred While Processing Request Element APP is undefined in REQUEST. The Error Occurred in C:\Program Files\Macromedia\CFusionMX\wwwroot\BuildACourse\User.cfc: line 342 340 :

RE: CFC output

2002-12-10 Thread Matt Liotta
I would clarify C a bit by stating that any CFC to be used as a web service or with Flash Remoting should be decoupled from the HTTP request. That means no using cfoutput as well as not depending on values from scopes such as request, url, form, cgi, and session. However, it is perfectly fine to

Partially Resolved (was RE: Client Variable Problem)

2002-12-10 Thread grant
CF-Talk, I worked for a long time on this issue yesterday and made some breakthroughs that I thought I would share with everyone in case it might help someone. I am still working on a complete resolution, but thus far have a workaround which I will explain. In a nutshell, the problem came

Question re Caching Settings

2002-12-10 Thread Paul Sinclair
In the administration area for Caching Settings, what's a reasonable size for Template Cache Size on a server with 1 Gigabyte of memory? It looks like the default size is 1024 kb. My system was slogging along really slow and after going through all sorts of headaches trying to fix it, I went to

Trouble with DWMX, RDS, SSL

2002-12-10 Thread Patti G. L. Hall
I had been using RDS to access my files when the system administrators installed a SSL certificate and put the entire site behind SSL. Since then I have not been able to get to my files through DWMX. I tried changing the port in the RDS settings from 80 to 443 (although I'm not actually sure

Re: CFC output

2002-12-10 Thread Jochem van Dieten
Matt Liotta wrote: Certainly HTML can be useful inside of Flash for rich formatted text. However, it seems to make more sense to create this HTML inside of a Flash component then a CFC. Depends. If you are building a BBML-based forum that is supposed to work with both Flash and browsers.

RE: Macromedia Contribute

2002-12-10 Thread Kevin Graeme
There are built-in controls to limit users to a particular directory; disallow editing of scripts/includes/forms/ or even anything but text; allow or disallow the ability to assign css styles, and disable the font tag and even inline css styles. You can limit users to only edit pages, create pages

RE: Question re Caching Settings

2002-12-10 Thread Mark A. Kruger - CFG
Paul, It should be large enough to accommodate the size of all the classes (or Pcode - on cf 5) that can reasonably be expected to run all the time. If you don't expand it to hold the code, it will use a FIFO buffer and recycle it from the disk. I usually set mine to 20 to 30 megs on a single

RE: CFC output

2002-12-10 Thread Matt Liotta
Depends. If you are building a BBML-based forum that is supposed to work with both Flash and browsers. Then you want to convert posts to HTML the moment they are submitted, not every time they are viewed. Yes, but the posts are just strings that may or may not contain HTML. In other words,

Re: NonSense Errors

2002-12-10 Thread Robert Polickoski
All, As part of the debugging of this, I added to the cfm file so it is now: cfdump var=#APPLICATION# cfdump var=#CLIENT# cfdump var=#SESSION# cfif isDefined(SESSION.User) cfinvoke component=#SESSION.User# method=DisplayUserHome/cfinvoke cfelse cfinvoke

MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Joshua Miller
I would think that given those abilities that integrating it into an intranet security context would provide functionality for permissions. Personally, I'd rather have something that lets me control file/edit permissions and simply sticks to editing capabilities. I want a super-form-control more

RE: PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag and other weird errors

2002-12-10 Thread Andres
Doug, Can you provide a link or location where i can find this methodology? Thank you! Andres -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 12:49 AM To: CF-Talk Subject: RE: PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag

RE: SQL UBound?

2002-12-10 Thread Steve Reich
Perfect! Thanks Sean. Steve -Original Message- From: Alford, Sean [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:46 AM To: CF-Talk Subject: RE: SQL UBound? Steve, I think you are looking for the aggregate function max(). SELECT MAX(COL) FROM TBL Sean

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Matt Liotta
All of the Flash-based editors seem to suffer from the same problem; they support a limited amount of HTML. While it is understandable that a 400kB plug-in can't render every bit of HTML, it isn't cool that the text component all these editors are based on strips away HTML it doesn't understand.

Re: NonSense Errors

2002-12-10 Thread Marlon Moyer
#application.app# is a structure and not a path to your cfc. You need to have something like home.cfcdirectory.cfcname in you componenet invoke call. Robert Polickoski wrote: All, As part of the debugging of this, I added to the cfm file so it is now: cfdump var=#APPLICATION# cfdump

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Timothy Heald
You should look at soEditor also. http://www.siteobjects.com/pages/order.cfm?object=65method=viewCart Tim -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:00 AM To: CF-Talk Subject: MM Rich Text Editor - WAS: RE: Macromedia Contribute

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Joshua Miller
I've used soEditor before (EZ-Edit I believe it used to be?) - and that's what I still use actually. I know there's a new version, I'm going to weigh it in as well. I've always been happy with it - but I'm building a large-scale application that's going to support many thousand users and before I

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Joshua Miller
So what do you recommend Matt? Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 * Any views expressed in this message

DB2 Stored Proc

2002-12-10 Thread Ryan Farrell
We have a DB2 stored proc that inserts a record and returns the recordset, which has only two fields: adID and desc. When using the cfstoredproc tag, I can't get the results of the insert back in my cfoutput; referencing #adID# or #desc# throws error resoling parameter. I did a cfdump of the

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Matt Liotta
I can't recommend anything. We have looked at everything and not found one to our likely. We created a rich text editor in Flash that's interface is different than one would expect to get around the issues in Flash. However, I'm not happy with it either. IMHO, Flash-based editors could be much

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Joshua Miller
Fair enough. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 * Any views expressed in this message are those of the

Re: NonSense Errors

2002-12-10 Thread Robert Polickoski
Marlon, By identifying #APPLICATION.App#, which is an Object as opposed to a structure, as the component in the cfinvoke, I was not trying to just get to a method in the cfc but a method for a specific instance of the cfc. According to the documentation, that is how you do it. If I am

RE: Dynamic Drop Down Menu Bar

2002-12-10 Thread Matt Robertson
Yup: http://foohbar.org/page_23.html. Costs $35, but also includes a $30 value Milonic DHTML menu license. Fully web form-driven. An unposted upgrade allows instant menu duplication from a template. And http://foohbar.org/page_32.html. Free. Bare-bones concept demo. HtH, --Matt

RE: Macromedia Contribute

2002-12-10 Thread Kevin Graeme
I need to correct myself. I was reading the title Contribute and didn't realize the discussion had shifted to another tool. The list of permission restrictions I mentioned are for Contribute, not for DRK2. Sorry for any confusion. -Kevin -Original Message- From: Kevin Graeme

Re: NonSense Errors

2002-12-10 Thread Marlon Moyer
I would guess that since you've already defined it as an object and via the debug information, it has methods, you would need to call it via cfobject. BTW, if that's a real db password in your debug info, you might want to change it now. Marlon Robert Polickoski wrote: Marlon, By

RE: Exchange Address List

2002-12-10 Thread Luis Lebron
I tried the code in the article, however I get the following error: An error has occured while trying to execute query operation on the LDAP Server. One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server The error

Re: Dynamic Drop Down Menu Bar

2002-12-10 Thread Jason Miller
You know - I have used milonic and parsed in db results from cf. I have found it great to use.. but amazingly - have found the free source code that ships with Macr Fireworks MX is actually more cross browser friendly, lighter and just as easy to modify. worth looking into as well.

Re: NonSense Errors

2002-12-10 Thread Robert Polickoski
I wonder... Could the problem be that because I have a component named Application that the server cannot distinguish between the component and the APPLICATION scope variables even though I never refer to the component except when creating an instance of it ass APPLICATION.app? Robert J.

DRK2 Rich Text Editor : was RE: Macromedia Contribute

2002-12-10 Thread Mike Chambers
i will try and post an example shortly. to answer your questions below: 1. you can change the color / skins for the component (either by adjusting the graphics (reskinning), or using styleProperties) here is a list of the editors ActionScript API: FRichTextEditor.addFont()

RE: Question re Caching Settings

2002-12-10 Thread Debbie Dickerson
To further add to that, it doesn't hurt anything by setting the number higher than the total size of your templates. The memory doesn't get used/allocated until you actually run the templates and the pcode is generated. Deb -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL

Re: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Kreig Zimmerman
Bleeaghhh... steaming pile of code turds. It's a case of you get what you pay for. Personally, my money would be on http://www.editlive.com/product/editliveforjava/default.asp Although a bit pricey, it takes care of cross-platform nastiness much more efficiently than just about any other

OT: JS Question...

2002-12-10 Thread Che Vilnonis
It's brainfart Tuesday. I have a hyperlink. When clicked, I would like it to launch 2 pop up windows for 2 different hardcoded urls. Any ideas on how to do this? Ché Vilnonis Application Developer Advertising Systems Incorporated 8470C Remington Avenue Pennsauken, NJ 08110 p: 856.488.2211 f:

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Cantrell, Adam
I'd like to see an editor that only defines classes in a div or a span, and which provides a default style sheet. The extent of the html would be very simple a, br /, hr / and XHTML compliant. One problem I see with this is pulling in word documents, or old HTML with tables and invalid markup.

Re: OT: Website testing application

2002-12-10 Thread Cutter (CF_Talk)
Yes, check out http://netmechanic.com/ Cutter Carlisle, Eric wrote: I've been tasked with finding an application that will automatically test a website with multiple browsers. Does such a monster exist? Thanks :-) Eric ~|

Re: JS Question...

2002-12-10 Thread Bryan Stevenson
I'd use an onClick event in the link with 2 window.open functions seperated by ; Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate

CF tag that shows a talbles schema

2002-12-10 Thread Phillip B
I am using SQL Server 2000 and need a good way to show a tables schema using CF. Anyone have any ideas? Phillip B. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Question re Caching Settings

2002-12-10 Thread samcfug
Since my server has 10K RPM disk drives and the 433 FS Bus, I find the best performance is to disable the template caching -- :-) Of course the sites get 1 hits per day per each. but there are multiple sites on this server - (65 CF sites.) = Douglas

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Rob Rohan
That is a *nice* product :) -Original Message- From: Kreig Zimmerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:17 AM To: CF-Talk Subject: Re: MM Rich Text Editor - WAS: RE: Macromedia Contribute Bleeaghhh... steaming pile of code turds. It's a case of you get

Re: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Massimo, Tiziana e Federica
I'd like to see an editor that only defines classes in a div or a span, and which provides a default style sheet. The extent of the html would be very simple a, br /, hr / and XHTML compliant. One problem I see with this is pulling in word documents, or old HTML with tables and invalid markup.

Network Drives CF

2002-12-10 Thread Randell B Adkins
Here is a curious question for anyone who has tried this before. Out local machines are setup with IIS and CF5 Application Server. We can develop and run applications from our local machines with a problem. Now someone had an idea to copy the development files out to a Network Drive which is

Re: JS Question...

2002-12-10 Thread Randell B Adkins
onClick=LaunchWindows(); Then have a JS Function: function LaunchWindows() { var win1 = window.open(www.firstwindow.com,Window1); var win2 = window.open(www.secondwindow.com,Window2); } [EMAIL PROTECTED] 12/10/02 02:25PM I'd use an onClick event in the link with 2 window.open functions

Re: CF tag that shows a talbles schema

2002-12-10 Thread Clint Tredway
I built this SQL Tool http://www.cf101.org/sqltool use cf101 as the datasource you can get the source code by going here: http://www.cf101.org/sqltool.zip HTH Clint - Original Message - From: Phillip B [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 1:21

RE: JS Question...

2002-12-10 Thread Che Vilnonis
yeah...I'm kinda looking for a code example/tweak. My code automatically loads the two windows. I want it to work when a user clicks a link...see below. -- SCRIPT LANGUAGE=JavaScript!-- function myOpen(url,name) { var handle = window.open(url,name); } var window1 =

RE: Network Drives CF

2002-12-10 Thread Mark A. Kruger - CFG
Randall, First - try runing CF under a service account that has permissions to the share. The local computer account can only access local resources. -Mark -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 1:28 PM To: CF-Talk Subject:

Re: CFOUTPUT group by recordcount HELP

2002-12-10 Thread Tom Forbes
Dear Dina Hess, Thank you very much for taking the time this morning to help me with this Query/RecordCount problem. There is NO WAY I would have come to this solution on my own. I have since read up on column aliases, aggregate functions and loops so that I can understand how this works. I

RE: JS Question...

2002-12-10 Thread Che Vilnonis
that was it. thanks to all who responded. -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 2:30 PM To: CF-Talk Subject: Re: JS Question... onClick=LaunchWindows(); Then have a JS Function: function LaunchWindows() { var win1 =

Re: Network Drives CF

2002-12-10 Thread Samuel R. Neff
Have to change the service user account to an account that has permissions on the network share. Look in the MS services snap in (has nothing to do with CF really). ~| Archives:

RE: Network Drives CF

2002-12-10 Thread Randell B Adkins
Man, I could slap myself for that one. It is always the little things!!! Thanks for pointing out the obvious :-) [EMAIL PROTECTED] 12/10/02 02:41PM Randall, First - try runing CF under a service account that has permissions to the share. The local computer account can only access local

Odd cookie behavior

2002-12-10 Thread Brian Ledwith
A few users are getting an error on my site, and when I reviewed the data I captured in the CFCatch, (looping through the CGI collection), I found that their CGI.HTTP_COOKIE has a duplicate, yet different, value in it. Like this, 2 PARENTID, each with a different value. CFID=123;

Re: Odd cookie behavior

2002-12-10 Thread William Wheatley
are you using domain level cookies? - Original Message - From: Brian Ledwith [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 3:39 PM Subject: Odd cookie behavior A few users are getting an error on my site, and when I reviewed the data I captured in the

CFLdap and Exchange Server

2002-12-10 Thread Luis Lebron
I am trying to get the address list of our MS Exchange Server. I tried the code from this article http://www.cfcomet.com/Exchange_Server/index.cfm?ArticleID=F6CAD377-4023-4EB 0-8C52340ED1DF4263 but I keep getting this message An error has occured while trying to execute query operation on the

Re: CF tag that shows a talbles schema

2002-12-10 Thread Phillip B
That's perfect! It does everything I need plus a few other goodies. : D Phillip B - Original Message - From: Clint Tredway [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 1:34 PM Subject: Re: CF tag that shows a talbles schema I built this SQL Tool

Re: CFOUTPUT group by recordcount HELP

2002-12-10 Thread Dina Hess
Tom, you're welcome. My pleasure to be of assistance. ~Dina - Original Message - From: Tom Forbes To: CF-Talk Sent: Tuesday, December 10, 2002 1:41 PM Subject: Re: CFOUTPUT group by recordcount HELP Dear Dina Hess, Thank you very much for taking the time this morning

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Don Bellamy
Bleeaghhh... steaming pile of code turds. Wow Krieg, thanks for the nice compliment. :) --- Don Bellamy SiteObjects, Inc. http://www.siteobjects.com/ Tel (517) 324-4227 ext 100 Fax (517) 324-4267 Bleeaghhh... steaming pile of code turds. It's a case of you get what you pay for.

Re: CF 5 Page Filing massively... Ideas?

2002-12-10 Thread Jeremy Bruck
Everyone, Thanks for the feedback... here is some more data. The total page file is set to a max of 3 gig -- on the C drive and all of our CF files and sites are on E. We have already defrag'd our hard drive recently as well. We have even gone through NT error logs and CF error logs looking

  1   2   3   >