Tag Archives: javascript

Automatically add LI tags

So, more than once I’ve had to grab a list from a Word document or a PDF and put it into some HTML friendly code. My fingers would start to hurt from copying and pasting <li> tags and <p> tags … Continue reading

Posted in development | Tagged , , , | Leave a comment

Javascript Character and Word Count

Another tool released into the wild today, this time useful to pretty much anybody who has ever left a comment or filled out a form: http://whathuhstudios.com/javascript-character-count.html This will count the characters in your text, or optionally, the number of words … Continue reading

Posted in development | Tagged , , , | Leave a comment