Closed GoogleCodeExporter closed 8 years ago
div#outer-wrapper>(div#header>div#inner-header)+div.my-second-div
Original comment by serge....@gmail.com
on 20 Apr 2010 at 4:02
Amazing!
Thanks so much for that reply. Me and my mate puzzled over that because we
couldn't
find any docs referring to it and maybe I've missed it in a video or something.
Does it have a particular function name within Zen?
Original comment by weston...@gmail.com
on 22 Apr 2010 at 9:45
Our docs is a mess right now, but you should keep tracking Changelog to get
latest updates in ZC project
Original comment by serge....@gmail.com
on 22 Apr 2010 at 9:47
http://code.google.com/p/zen-coding/wiki/Changelog
Original comment by serge....@gmail.com
on 22 Apr 2010 at 9:48
Thanks a lot, so the traversing is new.
Can you actually add content inside tags e.g. div#header>h1#logo {h1 content
here}
You could virtually code entire pages this way.
Thanks.
Original comment by weston...@gmail.com
on 22 Apr 2010 at 10:31
You shouldn't write entire pages in ZC: you won't get any productivity boost
because you have to think about
your code in HTML and then translate it into a complex ZC abbreviation. This
will introduce lots of nesting errors
in your code so you always have to check your result before using it. Thus,
your productivity is decreased.
To get maximum coding speed you should write small code abbreviations, expand
them and modify
placeholders. In this case your brain can quickly translate small HTML snippet
into ZC abbreviation without
errors.
Original comment by serge....@gmail.com
on 22 Apr 2010 at 11:15
Original issue reported on code.google.com by
weston...@gmail.com
on 20 Apr 2010 at 3:49