HTML entities converter
Often when you post code (in WordPress for example), you need to manually convert your >s into >s, <s into <s and so on. It can become tedious at times, so today I created this tool to help me out: HTML entities converter. (http://www.w3clubs.com/htmlentities.php) So I simply paste the code there and I get the converted text, ready to be used in a WordPress-powered posting.
In terms of implementation the tool is nothing more than a handy way to call the PHP function htmlentities(). The source code is also available for anyone curious enough to look under the hood.
This entry was posted on Thursday, June 16th, 2005 and is filed under News/personal, WordPress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Get notification for future posts: follow me on Twitter or subscribe to my RSS feed

July 3rd, 2006 at 12:40 am
You solved my problem …. thanks.