Jump to content

Any one having Zen Coding knowledge


fredrikrob

Recommended Posts

I was looking for some Zen Coding Tutorial online but got nothing much informative. I have knowledge in some basic zen code like using ("html" and by pressing tab to get the <html></html> code) and

html>head+body

<html>
<head></head>
<body></body>
</html>

 

but i was looking for some advanced level code if i can assign some basic attribute to these elements.

 

Link to comment
https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/
Share on other sites

Yeah...I've never heard of this before.  It doesn't look like something I would use.  I just type the tags.  Writing actual HTML is less than 5% of my job. 

 

Since it's a google code project, there's probably a google group associated with it.  You should look for one.

http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn

http://code.google.com/p/zen-coding/wiki/ZenHTMLElementsEn

 

Complete explanation of what you want to achieve.

 

Going wild:

 

html[lang="nl" class="foo"]:5>body>div[id="wrapper"]>(div[class="left"]>div*3)+(div[class="middle"]>div*3)+(div[class="right"]>div*3)

  • 4 weeks later...
  Quote

I was looking for some Zen Coding Tutorial online but got nothing much informative. I have knowledge in some basic zen code like using ("html" and by pressing tab to get the <html></html> code) and

html>head+body

<html>
<head></head>
<body></body>
</html>

 

but i was looking for some advanced level code if i can assign some basic attribute to these elements.

Hello,

I think for advance PHP is best.

The code you are discussing is on HTML base.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.