Re: [PHP] fckeditor and PDF and pesky users

2005-10-18 Thread Torgny Bjers
Jochem Maas wrote: > and the next site that displays a PDF when I wasn't expecting it > and I have to spend the next five minutes waiting for the b'std to load > (with the alternative being to KILL the browser - losing all open pages > in the process) ... might just make me snap ;-) I agree, thos

Re: [PHP] fckeditor and PDF and pesky users

2005-10-18 Thread Richard Lynch
On Tue, October 18, 2005 8:30 am, Jochem Maas wrote: > and the next site that displays a PDF when I wasn't expecting it > and I have to spend the next five minutes waiting for the b'std to > load > (with the alternative being to KILL the browser - losing all open > pages > in the process) ... might

Re: [PHP] fckeditor and PDF and pesky users

2005-10-18 Thread Jochem Maas
Richard Lynch wrote: On Mon, October 17, 2005 3:56 pm, Torgny Bjers wrote: Also, when using you are weeding out those old browsers that If somebody else wants to weed out old browsers, that's all fine and good, but that's not me... Besides, if this is for an editor interface, for a speci

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Jason Kovacs
Richard Lynch said the following on Monday, October 17, 2005 3:30 PM: On Fri, October 14, 2005 6:03 pm, Jason Kovacs wrote: Richard Lynch said the following on Friday, October 14, 2005 3:39 PM: I added a custom drop-down menu to FCKEditor's Link window that fills in the URL upon selecting the

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Torgny Bjers
Richard Lynch wrote: >On Mon, October 17, 2005 3:56 pm, Torgny Bjers wrote: > > >>Also, when using you are weeding out those old browsers that >> >> > >If somebody else wants to weed out old browsers, that's all fine and >good, but that's not me... > > Didn't say I wanted to. It was a su

RE: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Jason Karns
>-Original Message- >From: Richard Lynch [mailto:[EMAIL PROTECTED] >Sent: Monday, October 17, 2005 5:11 PM >To: Torgny Bjers >Cc: php-general@lists.php.net >Subject: Re: [PHP] fckeditor and PDF and pesky users > >On Mon, October 17, 2005 3:56 pm, Torgny Bjers wr

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Richard Lynch
On Mon, October 17, 2005 3:56 pm, Torgny Bjers wrote: > Also, when using you are weeding out those old browsers that If somebody else wants to weed out old browsers, that's all fine and good, but that's not me... > Besides, if this is for an editor interface, for a specific client, > one > could

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Richard Lynch
On Mon, October 17, 2005 3:31 pm, Torgny Bjers wrote: > I think you would be able to use an IFRAME, or even a FRAME, to load > the > PDF into like you would open it in any normal browser using the > standard > PDF plugin that's used when you click a PDF in your browser. That is, > set the src of th

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Torgny Bjers
Jasper Bryant-Greene wrote: > Richard Lynch wrote: > >> On Sat, October 15, 2005 7:26 am, Edward Vermillion wrote: >> >> > Do they want the PDF to display in the page, or is a link to a PDF >> > ok for them? >> >> >> I've already warned them that a PDF embedded into a page is >> impossible. >>

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Jasper Bryant-Greene
Richard Lynch wrote: On Sat, October 15, 2005 7:26 am, Edward Vermillion wrote: > Do they want the PDF to display in the page, or is a link to a PDF > ok for them? I've already warned them that a PDF embedded into a page is impossible. That may not be true, technically, for all I know, b

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Torgny Bjers
Richard Lynch wrote: >On Sat, October 15, 2005 7:26 am, Edward Vermillion wrote: > > >>Do they want the PDF to display in the page, or is a link to a PDF ok >>for them? >> >> > >I've already warned them that a PDF embedded into a page is impossible. > >That may not be true, technically, for

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Richard Lynch
On Fri, October 14, 2005 6:03 pm, Jason Kovacs wrote: > Richard Lynch said the following on Friday, October 14, 2005 3:39 PM: > >> So... >> >> Do I: >> >> A) Attempt to hack fckEditor to "allow" a PDF to get uploaded, and >> then display a link to the PDF instead of alink to the fckEditor >> output

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Richard Lynch
On Sat, October 15, 2005 7:26 am, Edward Vermillion wrote: > Do they want the PDF to display in the page, or is a link to a PDF ok > for them? I've already warned them that a PDF embedded into a page is impossible. That may not be true, technically, for all I know, but I've sure never seen it, an

Re: [PHP] fckeditor and PDF and pesky users

2005-10-15 Thread Edward Vermillion
Richard Lynch wrote: A) Attempt to hack fckEditor to "allow" a PDF to get uploaded, and then display a link to the PDF instead of alink to the fckEditor output. B) Give them a separate, possibly confusing, input to upload files to tie in as links to the fckEditor area C) Dump fckEditor and onl

Re: [PHP] fckeditor and PDF and pesky users

2005-10-14 Thread Jason Kovacs
Richard Lynch said the following on Friday, October 14, 2005 3:39 PM: So... Do I: A) Attempt to hack fckEditor to "allow" a PDF to get uploaded, and then display a link to the PDF instead of alink to the fckEditor output. B) Give them a separate, possibly confusing, input to upload files to

[PHP] fckeditor and PDF and pesky users

2005-10-14 Thread Richard Lynch
This is more of a user education problem than anything, I suspect, but... Okay, so I'm kind of like a closing pitcher on this project where the original developer is, errr, surfing in California or something... Anyway, he's got a bunch of custom back-end CMS pages using fckEditor (sp?) and I'm pr