ALEX HOLT: Designer and Digital Technical Director

Hello, my name is Alex.

I've been a web and digital designer, developer and creative for over 10 years.

Until recently I was the Digital Technical Director at Exposure, an award winning integrated marketing agency in London. Now I'm freelancing.

»
around 2 years ago

Creating an accessible navigation menu from a UL

»
around 2 years ago

Create a simple Ajax RSS Widget with Jquery

»
around 2 years ago

Is code validation important in web design?

»
around 2 years ago

Quick Tip: Grounding a site design in Google Chrome

»
around 2 years ago

Concept: Semantic Markup

»
around 3 years ago

Coda Plugin: HTML Word Counter

»
around 3 years ago

Web standards, should we really care?

»
around 4 years ago

I hate spam bots. But i hate captcha more.

»
around 4 years ago

Digital Color Meter..

»
around 5 years ago

Why I ditched Google Analytics for Clicky..

»
around 5 years ago

Photo libraries are devaluing photographers..

»
around 5 years ago

Pixel Perfection – What a dumb idea.

»
around 5 years ago

Django, Nginx + Memcached

Coda Plugin: HTML Word Counter

** Updated! Version 2 supports reading thousands in correct english.**

Download Version 2 now

So Coda 1.6 has been released. The major change appears to be the addition of a plugin system for adding functionality. Basically this allows developers to write small scripts that manipulate text from Coda. These plugins are then displayed inside Coda in the Plug-ins menu (or with keyboard shortcuts), so that they can be called easily.

Now, since i spend half my life in Coda, i wanted to play around with this and see if there was anything i could add to the community. Problem i found was, i dont really have many problems with Coda’s interface – it already does pretty much everything i want. BUT.. while writing an article for Smashing Magazine (which was required in HTML), i noticed that i didn’t have a good way to count the words in my article (since it was in HTML – Coda didn’t have a word count at all). Now, the whole beauty of Coda is in its all-in-one interface, so it kind of annoyed me that i couldn’t get a word count for my article without either opening it in some other program, or copying the content into my terminal and using wc.

Anyways, in order to flex my proverbial developer muscles a little and play with the Coda plugin interface, i built a simple plugin that will strip HTML and count the words in a document – it’s simple (like super-uber-simple).. but it does the trick.. and i figure there might be someone out there who might appreciate it. Basically, it strips the HTML tags out and then counts the words and then uses the OSX say command to read the word count out audibly – it supports either a selection block or the full document.

Please leave a comment too :)

«