Get a Flash Player

My Portfolio

The list on the left side contains all of my previous works. It is sorted in asccending order by date work finished. Select a link from the list to see more details for each work.


16. WYSIWYG Editor
15. Virtual Keyboard
14. Paint Recorder
13. Cup Swapper
12. Gravity Ball
11. Hip SWF Player
10. Go Teaching Series
09. Hip FLV Player
08. Genetic Algorithm
07. Sharp Tic Tac Toe
06. Hip Thai Checkers
05. Hip Sudoku
04. Hip Connect Four
03. EngThaiCon
02. Seperated Cache
01. Spell Checker
Previous || Next

Basic WYSIWYG HTML Editor

WYSIWYG HTML Editor

Description:
This is a basic WYSIWYG HTML Editor. Often, I found myself had a hard time writing a webpage, wanting a quick and simple page. Looking for a html editor, I found that most of the editors are overkill, required some sort of setups, and difficult to use. Moreover, they usually produce complex and non-standard html codes from such a simple input I put. Dissatisfied with them, I write one for myself.

How to use:
Type some text to the text box and click the "html" button.
For example, the input is:

   Hey, how are you doing? This is some stuff.
Tab character is changed to four non breaking space characters.
A link tag is automatically inserted to http://someaddress.net or www.someweb.com
consecutive spaces are also replaced my non breaking space characters.

The output will be:

&nbsp;&nbsp;&nbsp;Hey, how are you doing? This is some stuff.<br />
Tab character is changed to four non breaking space characters.<br />
A link tag is automatically inserted to <a href="http://someaddress.net" target="_blank">http://someaddress.net</a> or <a href="www.someweb.com" target="_blank">www.someweb.com</a><br />
consecutive spaces are also replaced my non breaking space characters.

Date Finished/Released: 7 February 2010
Working Environment: Adobe Flash CS3
Skills and Techniques Used:
- Action Script 3.0
- Pattern Recognition

Try It Online Here:
- http://hippogo149.site88.net/flash/htmleditor.php

Download Here

Previous || Next