- 5 Things to Consider when Integrating your Content Management System and Portal
(6 comments) - #SXSW: R.I.P Content Management System
(5 comments) - Is Microsoft's New Windows Phone 7 Smartphone Competition for iPhone?
- Installing SharePoint 2010 on Windows 7
(5 comments) - April 12 is the New Release Date for Visual Studio 2010
- CMS Review: Oracle Universal Content Management (UCM)
(2 comments) - Enterprise Software: To Be or Not To Be Like Facebook
(3 comments)
WYSIWYG Editing with FireFox
Internet Explorer is losing ground to the new FireFox browser. Nudging things further in the right direction, Belus Technology has recently released a Mozilla Firefox version of its XHTML WYSIWYG editor, XStandard.
Belus is among the first software vendors to announce new products based on Firefox's new scriptable API for plug-ins.
XStandard is a standards-compliant WYSIWYG editor used as a plug-in for content management systems. It permits non-technical authors to manage rich, multilingual content and ensures the markup they produce is always standards-compliant and accessible.
The release of XStandard for Firefox extends the use of Firefox as a front-end authoring and management tool for Web Content Management systems (Web CMS).
Firefox is the new, nimble browser from the Mozilla Foundation. Its scriptable plug-in API is designed to facilitate the development of applications that extend the browser's functionality, and is the result of collaboration between the Mozilla Foundation, Adobe, Apple, Macromedia, Opera, and Sun Microsystems.
“We are very pleased to see our standards-compliant editor working in a standards-compliant browser,” said Vlad Alexander, head of development at Belus Technology, “Thanks to the availability of pre-releases of the new API since June, and the exemplary cooperation of the Mozilla Foundation, we were able to develop XStandard for Firefox quickly and successfully.”
“The release of XStandard confirms vendor support for our browser, and demonstrates that we are giving third-party vendors the help they need to make plug-ins that work with Firefox,” said Mitchell Baker, President of the Mozilla Foundation.
“It is very gratifying to see that software vendors not only recognize the value of the new API but are responding quickly to the business opportunities that it presents. Plug-ins are crucial components of the interactive Web experience and we are committed to making every effort to ensure they work well with our browser now and in the future.”
XStandard is used in content management solutions that must meet rigorous Web standards and accessibility requirements. The editor generates clean XHTML Strict or 1.1, with no deprecated tags, uses Cascading Style Sheets (CSS), and ensures the clean separation of content from formatting. Markup generated by XStandard is guaranteed to meet the most demanding accessibility requirements.
4 Reader Comments
Leave a Response
Job Openings View all
| Post a job
|
RSS
- Internet Marketing Analytic Optimization at eBay
- Web Content Director at Bodybuilding.com
- New Media Manager (Social Media) at Citrix Online
- Web Graphic Artist at Cross Commerce Media
- Copywriter at Laserfiche
- Director of Mobile Applications at Barnes and Noble
- Senior IA / UX Designer at Fox Mobile Group
- Analyst, Serving Customer Intelligence Professionals at Forrester Research
Featured Events View all
| Add event
|
RSS
- Apr 21, 2010 – Drupalcon San Francisco 2010
- Apr 22, 2010 – AIIM International Expo 2010
- May 5, 2010 – CMS Expo 2010 (Evanston)
- May 6, 2010 – J Boye Philadelphia 2010
- May 20, 2010 – Gilbane Conference San Francisco

Get the Newsletter
Email It
Stumble It
Add RSS
Processing...


some very good open source alternatives support the gecko rendering engin and it's advanced features for WYSWYG editing for quiet some time
HTMLArea: a bit of a "bricolage" but works and is extremely feature richt
tinyMCE: an XHTML compliant WYSWIG Editor. few features implemented yet, extremely easy to extend (very propperly coded), it's lightweight and works in IE5.5 and Moz 1.3 (probably like any other solution)
Not sure what you mean Simon. Below is an example HTMLArea provides. It's just FONT and other deprecated tags. tinyMCE is just as bad. They use SPAN instead of semantic markup.
<p>Here is some sample text: <b>bold</b>, <i>italic</i>, <u>underline</u>. </p> <p align=center>Different fonts, sizes and colors (all in bold):</p> <p><b> <font face="arial" size=7 color="#000066">arial</font>, <font face="courier new" size=6 color="#006600">courier new</font>, <font face="georgia" size=5 color="#006666">georgia</font>, <font face="tahoma" size=4 color="#660000">tahoma</font>, <font face="times new roman" size=3 color="#660066">times new roman</font>, <font face="verdana" size=1 color="#666600">verdana</font> </b></p> <p>Click on <a href="http://www.htmlarea.com/">this link</a> and then on the link button (<img src="http://www.htmlarea.com/htmlareafiles/images/ed_link.gif" align="absbottom">) to view the details OR select some text and click link to create a <b>new</b> link.</p>
I'd have to agree with Russ D.
I'm using HTMLArea but I had to hack around for 3 days to get it to work right in IE and FireFox.. It has not been updated in months and leaves horribly bad tags in html
Yes Russ was right I must also agree