Re: [PHP] Re: looking for some kind of CMS breakthough (slightly OT)

2003-07-30 Thread Justin French
I have an inherit problem where a large portion of my user base are mac users (designers and musicians). I've tested every WYSISYG editor I can find, and only one of them (editize.com) works with macs -- and even then, it's not particularly stable at all, and requires a very new version of Jav

Re: [PHP] Re: looking for some kind of CMS breakthough (slightly OT)

2003-07-30 Thread Mark
But isn't this just defining your own version of something like bbcode? And wouldn't you be better off using bbcode in that case, when there are plenty of classes for parsing it already out there? You could even edit the parsers to limit the set of tags available to your users. --- bill <[EMAIL

[PHP] Re: looking for some kind of CMS breakthough (slightly OT)

2003-07-30 Thread bill
I'd recommend starting simple. Paragraph breaks are two carriage returns (Enter, Enter). Give the writers some ability to do bold, italic, etc. by using something that isn't html (I don't store html tags in text fields). For example +b+would make this bold-b-, or +i+would make this italic-i-. Y