Well, for one you update by hand, the most basic would be a bit of html and css... The "width:200px" at the start if for total size, and the "width:60%" for how far along you are.
<div style="width:200px;border: black solid 1px;height:1em"><div style="background:blue; width:60%"> </div></div>
no subject
The "width:200px" at the start if for total size, and the "width:60%" for how far along you are.