Monday, December 01, 2008

Quick Escape - Convert raw HTML to escape characters

If you have a blog or a website and want to post some program code, you quickly realize that if you directly copy and paste code from your program it will not render properly on your page. As the program code can contain characters that are used to specify markup, you need to escape the non-HTML characters.

Quick Escape is a tool that converts raw HTML to escape characters. You can simply paste your program code and get the converted text that you can paste into your HTML source code so that it renders on screen properly.

I found this small but useful tool very helpful when I wrote few posts on this blog regarding programming.

0 comments:

Post a Comment