Adding a WYSIWYG Editor to Your Site
This tutorial covers the essentials of separating your design from your content and adding an editor to allow the site owner to make edits from any location. This tutorial is geared towards PHP sites, but the techniques involved can be translated to ASP, Perl-CGI and other languages.
This tutorial assumes that you know the following:
- HTML
- PHP Basics
- Forms (and POSTing)
- Query Strings ($_GET)
This tutorial will cover:
- Separating the header and footer from your page.
- Creating a template content page.
- Adding a JavaScript WYSIWYG editor.