I cross the 20% mark of my story today! (Who cares that my goal wordcount is more-or-less arbitrary, making the achievement more-or-less arbitrary as well!)
I don't know if I'm just being more dedicated, or if I spent so much time thinking about this story before writing it that I have a good idea of where it's going each time I sit down, but the writing seems to be going fast.
It still doesn't seem like very good writing yet, and I keep wanting to go back and redo things, but I'm (mostly) forcing myself to wait until I'm done.
Showing posts with label word count. Show all posts
Showing posts with label word count. Show all posts
Friday, May 14, 2010
Friday, April 30, 2010
Wordcount vs. Percentage
I've decided I like seeing a "% completed" indication more than a wordcount indication while I'm writing. Sure, % completed is just an estimate while the wordcount is exact, but it just seems like I make progress faster. Going from "8% completed" to "9% completed" seems like a solid achievement, while going from 7147 to 8154 words just doesn't mean much.
And maybe I shouldn't be focusing on what I've done, and work on what I still need to do...
And maybe I shouldn't be focusing on what I've done, and work on what I still need to do...
Sunday, April 25, 2010
Wordcount Widget!
Note the awesome wordcount widget I added to the right sidebar. This widget is awesome because it AUTOMATICALLY tracks the wordcount on my latest work-in-progress, no manual updating needed.
For those who are interested in the technical side of it, here's how it works:
1. My computer automatically backs up all my files to a remote server every night.
2. Since I use OpenOffice, the document in question is in .odt format. I discovered that a nice feature of this format is that the word count of the document is availabe in the raw document code (search for "meta:word-count").
3. The image you see is actually a PHP script on the same remote server. When viewed in a browser, the script extracts the wordcount directly from the document and generates the image on the fly.
Result:
For those who are interested in the technical side of it, here's how it works:
1. My computer automatically backs up all my files to a remote server every night.
2. Since I use OpenOffice, the document in question is in .odt format. I discovered that a nice feature of this format is that the word count of the document is availabe in the raw document code (search for "meta:word-count").
3. The image you see is actually a PHP script on the same remote server. When viewed in a browser, the script extracts the wordcount directly from the document and generates the image on the fly.
Result:
Labels:
backup,
openoffice,
php,
script,
server,
word count,
wordcount
Subscribe to:
Posts (Atom)