A short while ago, I’m fairly certain I came across an application (or perhaps a plugin for Coda – the IDE I use) which quickly parses a html document and then spits out all of the elements with IDs and Classes for me to use in a CSS file.
Having fully ‘got into’ zen coding – using the wonderful TEA plugin for Coda, I’m now hot on the heels of this app/plugin again.
I’ve tried and failed miserably at hunting through Google, but have come up completely empty handed.
Does anyone know of anything which can do this?
Happy New Year everyone!
I suppose you’re looking for something like http://lab.xms.pl/css-generator/
But I have to warn you — tools like that one only output the very rough picture of the DOM, without any optimizations. No automated tool will do it better than you can, especially if you’re on the zen path.
May CSS3 be with you.