<script src="http://www.vagrantradio.com/demos/ckeditor/ckeditor/ckeditor.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>CKEditor with Character Counter</title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<section id="wrapper">
<h1>CKeditor with Character Counter</h1>
<p>Start typing in the WYSIWYG editor and you will see a realtime count of characters remaining with an animated bar. Also works with paste events.</p>
<article id="ckinput">
<div id="counter">140 Characters Maximum
<div class="barcount">
<div class="bar bluebar"></div>
</div><!-- end barcount -->
<div id="count"></div>
</div><!-- end counter -->
<textarea id="textcounter" name="textcounter"></textarea>
</article>
</section>
</body>
</html>