- Messages
- 2,867
- Reaction score
- 165
- Points
- 63
This is an online HTML preview editor I made with Javascript and PHP. Type in your HTML code on the left panel and it is shown (almost) instantly on the right side.
http://hcj.brianyang.org/
The Javascript mode is for editing JS only without having to wrap it in HTML tags.
The Show URL button generates a URL query that allows you to link directly to the entered code (As well as options for live editing and JS mode). For security reasons, the code in queries is not automatically executed. In addition, the HTML script tag cannot be added to the URL (security measures block this), although I'm working on a workaround for this.
Example: This URL will display a custom code message.
The Clear button clears everything. The Reset button changes the code back to the default. The default is the code in the URL query. If no query is provided, the default is a welcome message.
This editor is made to help people learn basic web design languages.
This is the first non-beta version of the editor. I'm currently working on a version that uses jQuery as well as Syntax Highlighting.
What do you think of it? Any suggestions are greatly appreciated. Thanks!
http://hcj.brianyang.org/
The Javascript mode is for editing JS only without having to wrap it in HTML tags.
The Show URL button generates a URL query that allows you to link directly to the entered code (As well as options for live editing and JS mode). For security reasons, the code in queries is not automatically executed. In addition, the HTML script tag cannot be added to the URL (security measures block this), although I'm working on a workaround for this.
Example: This URL will display a custom code message.
The Clear button clears everything. The Reset button changes the code back to the default. The default is the code in the URL query. If no query is provided, the default is a welcome message.
This editor is made to help people learn basic web design languages.
This is the first non-beta version of the editor. I'm currently working on a version that uses jQuery as well as Syntax Highlighting.
What do you think of it? Any suggestions are greatly appreciated. Thanks!
Last edited: