fredrikrob Posted February 2, 2012 Share Posted February 2, 2012 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 More sharing options...
trq Posted February 2, 2012 Share Posted February 2, 2012 No idea what you are talking about sorry. Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1313800 Share on other sites More sharing options...
ManiacDan Posted February 2, 2012 Share Posted February 2, 2012 If you're talking about auto-complete in Zend Development Environment, there's plenty of help files in the application itself. Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1313811 Share on other sites More sharing options...
fredrikrob Posted February 3, 2012 Author Share Posted February 3, 2012 yes it's just like auto complete , i have found it here I am posting a link to get the idea : code.google.com/p/zen-coding/ Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1314060 Share on other sites More sharing options...
ManiacDan Posted February 3, 2012 Share Posted February 3, 2012 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. Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1314066 Share on other sites More sharing options...
ignace Posted February 3, 2012 Share Posted February 3, 2012 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) Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1314163 Share on other sites More sharing options...
Alexander_john Posted March 2, 2012 Share Posted March 2, 2012 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. Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1323107 Share on other sites More sharing options...
ignace Posted March 2, 2012 Share Posted March 2, 2012 Ohoh premiso will go berzerk when he finds out you revived a dead topic... Didn't you get the memo? Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1323124 Share on other sites More sharing options...
ManiacDan Posted March 2, 2012 Share Posted March 2, 2012 Haha seriously. Also, captain necro has been warned twice, third time's a ban^H^H^Hcharm. Link to comment https://forums.phpfreaks.com/topic/256263-any-one-having-zen-coding-knowledge/#findComment-1323126 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.