TAG | css
We are just couple of weeks away from another exciting year. Here are few articles from various sources which claim to have put the best of 2009 in various categories.
For those of you who want to know what was news on a specific date, google has newstimeline to fit the bill.
Here we go:
International Photography ....
[Read More]
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]
