

me) for the last few months and has finally reached a mature state. Originally proposed by Vadim Makeev (article in Russian) back in April 2009, it has been developed by yours truly (i.e.

Today, we’ll introduce you to Zen Coding, a set of tools for high-speed HTML and CSS coding. Now, you can use simple CSS expressions to access DOM elements, which is pretty cool.īut what if you could use CSS selectors not just to style and access elements, but to generate code? For example, what if you could write this… div#content>h1+p And then JavaScript frameworks came along, which introduced CSS selector engines. We had to write a lot of code, which became really hard to support and reuse. We had the same problem in JavaScript world when we wanted to access a specific element on a Web page. Responsive Design Frameworks: Just Because You Can, Should You?.You may want to take a look at the following related posts: You have it easier if your editor of choice has code-completion capabilities, but you still do a lot of typing. How much time do you spend writing HTML code: all of those tags, attributes, quotes, braces, etc. It was developed by our author Sergey Chikuyonok and released for Smashing Magazine and its readers.
#Writing html for mac code#
In this post we present a new speedy way of writing HTML code using CSS-like selector syntax - a handy set of tools for high-speed HTML and CSS coding.
