From: Alex B. <en...@tu...> - 2001-04-27 19:50:16
|
if you're running IE 5.5+/win, go here: http://www.binarycloud.com/bc_edit/ and edit the stuff in the bottom frame. you can copy and paste in content and images from other pages, too. I'm refining a couple things, but that's the basic idea. I've also got a small working version in an iframe that can be used as (essentially) a rich textarea. _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Stephen V. [OPIDO] <st...@op...> - 2001-04-27 20:09:28
|
This just made my "cool" list. There is a lot of potential for this, especially when it comes to letting non-techies edit content. I only have a couple questions: 1) did you disable the save feature or is it just not implemented yet? 2) can this be ported to NS (NS6 even, NS4 would probably crap and die, per usual) 3) any possibility of ripping this out of BC, it has a lot of uses in other apps. 4) the save window seems a bit smallish (only 2 lines at a time in the scroll/textbox Good job! I look forward to seeing where this goes, I'm sure I'm not alone in my excitement with this. -Stephen VanDyke dev - phorum.org dev - phramework.org founder - phpAtlanta.org > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...]On Behalf Of Alex > Black > Sent: Friday, April 27, 2001 3:49 PM > To: binarycloud-dev > Subject: [binarycloud-dev] have a look at this > > > if you're running IE 5.5+/win, go here: > > http://www.binarycloud.com/bc_edit/ > > and edit the stuff in the bottom frame. you can copy and paste in content > and images from other pages, too. > > I'm refining a couple things, but that's the basic idea. > > I've also got a small working version in an iframe that can be used as > (essentially) a rich textarea. > > _alex > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Stephen V. [OPIDO] <st...@op...> - 2001-04-27 20:20:24
|
oops, I found out what the problem with #4 was, IE6 (beta, preview, crapolla) bug, blegh -Stephen VanDyke > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...]On Behalf Of Stephen > VanDyke [OPIDO] > Sent: Friday, April 27, 2001 4:09 PM > To: bin...@li... > Subject: RE: [binarycloud-dev] have a look at this > > > This just made my "cool" list. There is a lot of potential for this, > especially when it comes to letting non-techies edit content. I > only have a > couple questions: > > 1) did you disable the save feature or is it just not implemented yet? > > 2) can this be ported to NS (NS6 even, NS4 would probably crap > and die, per > usual) > > 3) any possibility of ripping this out of BC, it has a lot of > uses in other > apps. > > 4) the save window seems a bit smallish (only 2 lines at a time in the > scroll/textbox > > Good job! I look forward to seeing where this goes, I'm sure I'm not alone > in my excitement with this. > > -Stephen VanDyke > dev - phorum.org > dev - phramework.org > founder - phpAtlanta.org > > > -----Original Message----- > > From: bin...@li... > > [mailto:bin...@li...]On Behalf Of Alex > > Black > > Sent: Friday, April 27, 2001 3:49 PM > > To: binarycloud-dev > > Subject: [binarycloud-dev] have a look at this > > > > > > if you're running IE 5.5+/win, go here: > > > > http://www.binarycloud.com/bc_edit/ > > > > and edit the stuff in the bottom frame. you can copy and paste > in content > > and images from other pages, too. > > > > I'm refining a couple things, but that's the basic idea. > > > > I've also got a small working version in an iframe that can be used as > > (essentially) a rich textarea. > > > > _alex > > > > > > -- > > alex black, ceo > > en...@tu... > > > > the turing studio, inc. > > http://www.turingstudio.com > > > > vox+510.666.0074 > > fax+510.666.0093 > > > > > > > > _______________________________________________ > > binarycloud-dev mailing list > > bin...@li... > > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-04-27 21:27:18
|
> oops, I found out what the problem with #4 was, IE6 (beta, preview, > crapolla) bug, blegh > >> 4) the save window seems a bit smallish (only 2 lines at a time in the >> scroll/textbox >> Ah, thanks, now I understand :) -a -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Alex B. <en...@tu...> - 2001-04-27 21:27:29
|
> This just made my "cool" list. There is a lot of potential for this, > especially when it comes to letting non-techies edit content. I only have a > couple questions: hehe > 1) did you disable the save feature or is it just not implemented yet? no, I think there is one, but the idea is that this will be integrated into a bigger topsecret/binarycloud/r2/project/thingy that will do other _very_ fancy things like spellcheck, previews, and MS office 200+ paste-cleaning (so you can copy & paste office documents in without having to do much re-formatting, and get clean html when you're done. > 2) can this be ported to NS (NS6 even, NS4 would probably crap and die, per > usual) Netscape doesn't support anything like this at the moment, as far as I know. Theoretically everything IE is doing with this editor API should be doable with a functioning DOM and some javascript. > 3) any possibility of ripping this out of BC, it has a lot of uses in other > apps. Maybe. Convince me. > 4) the save window seems a bit smallish (only 2 lines at a time in the > scroll/textbox Really? That textarea is css'd to be 100% of width+height, so you shuold see essentially a normal window. I know that IE 5 mac doesn't have any ability to deal with those css properties, but in my tests on IE 5.5+/win, the layout is fine. Are you on IE 5.5+/win? > Good job! I look forward to seeing where this goes, I'm sure I'm not alone > in my excitement with this. Yeah, as soon as I got going with it I saw the potential. You can wholesale copy and paste other web content into that editable area, too. There's so much you can do with it, woohoo! _a -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |