RE: Wysiwyg editor

2011-10-25 Thread Edward Chanter
I've tried most of the WYSIWYG editors and CKEditor is definitely the best in terms of features and customisation. The problem I found is users. You can put notes in you can warn them, you can call them email them and practically burn the Do not paste directly into the editor from ANYWHERE

Re: Wysiwyg editor

2011-10-25 Thread Russ Michaels
you can capture the paste event and put it through the word paste by default. On Tue, Oct 25, 2011 at 9:44 AM, Edward Chanter firew...@cc.uk.com wrote: I've tried most of the WYSIWYG editors and CKEditor is definitely the best in terms of features and customisation. The problem I found is

RE: Wysiwyg editor

2011-10-25 Thread Edward Chanter
-Original Message- you can capture the paste event and put it through the word paste by default. Now there's a totally brilliant idea! This is something I really need to figure out how to do. Do you mayhaps have a piece of javascript which does this that you'd be willing to share?

Re: Wysiwyg editor

2011-10-25 Thread Russ Michaels
no sorry, but I know from looking atthe code that it allows you to capture any event and perform an action. On Tue, Oct 25, 2011 at 10:03 AM, Edward Chanter firew...@cc.uk.com wrote: -Original Message- you can capture the paste event and put it through the word paste by default.

RE: Wysiwyg editor

2011-10-25 Thread Edward Chanter
I'll investigate, thanks Russ :) -Original Message- no sorry, but I know from looking atthe code that it allows you to capture any event and perform an action. ~| Order the Adobe Coldfusion Anthology now!

RE: Wysiwyg editor

2011-10-25 Thread Will Swain
I think the latest version of tinyMce does this for you. Worth a look for the OP perhaps. Will -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 25 October 2011 10:06 To: cf-talk Subject: Re: Wysiwyg editor no sorry, but I know from looking atthe code that it

Re: Wysiwyg editor

2011-10-25 Thread Claude Schnéegans
The user copys the text from the word document, then instead of pasting it straight into the editor, click the paste from word I never implemented fckEditor, mainly because the programer could not force cleaning from Word automatically. The was a button Paste and another one Paste from Word.

RE: Wysiwyg editor

2011-10-25 Thread Rick Faircloth
As one who has never wanted to give (or actually given) so much aesthetic control over displayed content, I haven't had the need to implement ckEditor. However, after following this thread, and based largely on Claude's comment below, I wonder why the Paste button isn't programmed to perform the

Re: Wysiwyg editor

2011-10-25 Thread Steve Milburn
You can customize the ckEditor toolbar and remove the Paste button, leaving only the Paste From Word option available. On Tue, Oct 25, 2011 at 9:30 AM, Rick Faircloth r...@whitestonemedia.comwrote: As one who has never wanted to give (or actually given) so much aesthetic control over

Re: Wysiwyg editor

2011-10-25 Thread Claude Schnéegans
leaving only the Paste From Word option available. ... then you will have users calling you to ask How can I paste if not from Word? ;-) ~| Order the Adobe Coldfusion Anthology now!

Re: Wysiwyg editor

2011-10-25 Thread Russ Michaels
Rick, there are multiple ways to paste into the editor that's why. You could just click the regular paste button or use CTRL V The paste from word may also remove WANTED content if you used it for everything, it is intended to remove superfluous markup. On Tue, Oct 25, 2011 at 2:30 PM, Rick

RE: Wysiwyg editor

2011-10-25 Thread Rick Faircloth
Ok, thanks, Russ... good to know. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, October 25, 2011 9:50 AM To: cf-talk Subject: Re: Wysiwyg editor Rick, there are multiple ways to paste into the editor that's why. You could just click the regular

RE: Wysiwyg editor

2011-10-25 Thread Rick Faircloth
I guess that's better than trashed sites. My guess is that they'd try the regular Paste button before calling, anyway. -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?= =?ISO-8859-1?Q?ue.com=3E?=]

RE: Wysiwyg editor

2011-10-25 Thread Rick Faircloth
And the Paste from Word button works for all circumstances? -Original Message- From: Steve Milburn [mailto:scmilb...@gmail.com] Sent: Tuesday, October 25, 2011 9:44 AM To: cf-talk Subject: Re: Wysiwyg editor You can customize the ckEditor toolbar and remove the Paste button, leaving

Re: Wysiwyg editor

2011-10-25 Thread Russ Michaels
I would say NOT, if you are pasting HTML with addiitonal markup, such as span tags, classes etc, it may get stripped using paste from word On Tue, Oct 25, 2011 at 3:56 PM, Rick Faircloth r...@whitestonemedia.com wrote: And the Paste from Word button works for all circumstances?

Alternatives to Microsoft SQL Server 2008 Management Studio Express

2011-10-25 Thread Peter Donahue
Good afternoon everyone, We're wanting to service remote databases on our VPS from our local machines. One application recommended for this is Microsoft SQL Server 2008 Management Studio Express. I'd be interested to know if there are other programs that allow to manage remote databases

Re: Alternatives to Microsoft SQL Server 2008 Management Studio Express

2011-10-25 Thread Russ Michaels
The express edition has quite a few limitations, but if you are running SQL Server Express then this is all you get with it. If however you are running SQL Server Std ediiton, then you get Studio std ediiton, which will have all the features. There is a web based tool called mylittleadmin from

Re: Alternatives to Microsoft SQL Server 2008 Management Studio Express

2011-10-25 Thread Carl Von Stetten
You can also purchase SQL Server 2008 Developer Edition for generally less than $50, and it comes with the full SQL Server Management Studio. Here's a link on Amazon.com: http://amzn.to/uqvTpU Carl On 10/25/2011 1:42 PM, Russ Michaels wrote: The express edition has quite a few limitations,

Re: Alternatives to Microsoft SQL Server 2008 Management Studio Express

2011-10-25 Thread Gerald Guido
You can also purchase SQL Server 2008 Developer Edition for generally less than $50, +1 That is a bargain compared to Red Gate, EMS, Navicat and Toad for SQL Server. Which are all excellent and come highly recomended (IMHO) if you are looking for pay versions. In the mean time, the evaluation

Re: CF in the news

2011-10-25 Thread John M Bliss
Perhaps Ben missed this thread...? http://forta.com/blog/index.cfm/2011/10/23/EU-Proposes-Using-ColdFusion-To-Help-Keep-Kids-Safe On Fri, Oct 21, 2011 at 3:52 PM, Raymond Camden raymondcam...@gmail.comwrote: I just checked my stats - no big jump today. On Fri, Oct 21, 2011 at 1:24 PM, Rick

Re: CF in the news

2011-10-25 Thread Sean Corfield
On Tue, Oct 25, 2011 at 4:10 PM, John M Bliss bliss.j...@gmail.com wrote: Perhaps Ben missed this thread...? http://forta.com/blog/index.cfm/2011/10/23/EU-Proposes-Using-ColdFusion-To-Help-Keep-Kids-Safe More details here: http://www.techdirt.com/blog/?tag=tiziano+motti -- Sean A Corfield --

Re: CF in the news

2011-10-25 Thread Gerald Guido
Has stupid been made painful in politics yet? All I ask is that it is as painful to perpetrate as it is to watch. Yours in Thoreau, G! On Tue, Oct 25, 2011 at 9:02 PM, Sean Corfield seancorfi...@gmail.comwrote: On Tue, Oct 25, 2011 at 4:10 PM, John M Bliss bliss.j...@gmail.com wrote:

CF 7 ODBC server went stupid

2011-10-25 Thread Ben Conner
Hi, I host a number of sites, many of which use ODBC entries mainly to MS Access. In the last 30 hours ODBC connections stopped working. I've never even seen this happen before and was unable to gracefully stop the CF ODBC client/server services. Had to reboot the server to clear it out.

Re: CF 7 ODBC server went stupid

2011-10-25 Thread Kym Kovan
On 26/10/2011 14:00, Ben Conner wrote: Hi, I host a number of sites, many of which use ODBC entries mainly to MS Access. In the last 30 hours ODBC connections stopped working. I've never even seen this happen before and was unable to gracefully stop the CF ODBC client/server services.

Re: CF 7 ODBC server went stupid

2011-10-25 Thread .jonah
If the ODBC service won't stop gracefully, you can kill the swstrtr.exe process via task manager. Depending on how you have your service recovery configured, it may automatically restart or you may have to go into services and restart it. On 10/25/11 8:20 PM, Kym Kovan wrote: On 26/10/2011

Re: Wysiwyg editor

2011-10-25 Thread Mike Kear
Yes, the paste from word button turns it in to plain ASCII text, at least as far as all my trials have gone. It's possible there are examples where there are fragments left, but I havent found any. It strips out all the formatting, style info, html from the word text. I have removed all

Strange errors in Missing Template Handler

2011-10-25 Thread Michael Christensen
Here's a bit of a conundrum we've been wrestling with a the office. We have the Missing Template Handler set on our CF server - let's say it points to /notfound.cfm In notfound.cfm we have the following code: cfoutputYou've reached notfound.cfm/cfoutput If I call a site on the server with a