TAG | html
For web developers(especially front end) writing html is an everyday chore. How about spicing things up.
How about using CSS selectors not just to style and access elements, but to generate code?
For example, what if you could write this…
div#footer>p+span.links>a
…and see this as the output?
<div id=”footer”>
<p></p>
<span><a href=””></a></span>
</div>
Isn’t that totally awesome..
Watch the demo here:
http://vimeo.com/7405114
More Details in here:
http://code.google.com/p/zen-coding/
Zen HTML ....
[Read More]
This is really exciting at least for me. I was playing with css, and guess what!! I found out why the kodak logo is the way it is. Always knew that it was alphabet K, but now we exactly know how it all started
I got Curious on kodak logos and this is what ....
[Read More]
