Results 1 to 6 of 6
-
18th Feb 2012, 11:07 AM #1OPRespected MemberWebsite's:
DL4Everything.com Soft2050.inZen Coding - Set of plugins for HTML and CSS hi-speed coding
I would like to share this editor plugin which can help you in creating/editing templates. It converts the css selectors to html code. More explanation below...
Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code. For example:
div#page>div.logo+ul#navigation>li*5>a
<div id="page">
<div class="logo"></div>
<ul id="navigation">
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</div>
- ID and CLASS attributes: div#page.section.main.
- Custom attributes: div[title], a[title="Hello world" rel], td[colspan=2].
- Element multiplication: li*5 will output <li> tag five times.
- Item numbering with $ character: li.item$*3 will output <li> tag three times, replacing $ character with item number.
- Multiple '$' characters in a row are used as zero padding, i.e.: li.item$$$ → li.item001
- Abbreviation groups with unlimited nesting: div#page>(div#header>ul#nav>li*4>a)+(div#page>(h1> span)+p*2)+div#footer. You can literally write a full document markup with just a single line.
- Filters Support
- div tag name can be omitted when writing element starting from ID or CLASS: #content>.section is the same as div#content>div.section.
- (v0.7) Text support: p>{Click }+a{here}+{ to continue}.
The good part about it is that it has plugin for various editors. So you need not change yours. It has official plugin for major editors like notepad++, textmate, dreamweaver, sublime text
Read more: http://code.google.com/p/zen-coding/soft2050 Reviewed by soft2050 on . Zen Coding - Set of plugins for HTML and CSS hi-speed coding I would like to share this editor plugin which can help you in creating/editing templates. It converts the css selectors to html code. More explanation below... Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code. For example: To: Current features of abbreviation engine ID and Rating: 5
-
18th Feb 2012, 11:25 AM #2MemberWebsite's:
MechoDDL.com Leaserver.comThanks for the share :-)
|| Leaserver : Virtual Server Solutions
|| Leaserver.com - Virtual servers | Netherlands
|| 99.9% server uptime guaranteed
|| www.leaserver.com | email : sales@leaserver.com
-
18th Feb 2012, 11:31 AM #3MemberWebsite's:
Elite.SO Defendos.com Motionite.comOldskool coding here
-
19th Feb 2012, 11:08 AM #4You can call me G
for the VIM/TextMate users out there, do have a look at Sparkup
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
-
19th Feb 2012, 04:10 PM #5OPRespected MemberWebsite's:
DL4Everything.com Soft2050.in
-
19th Feb 2012, 09:31 PM #6You can call me G
Well Sparkup allows going back to the parent and adding elements to them..
For instance:
div#test > table > tr > td*3 << a
will create the anchor tag with #test as the immediate parent. This afaik isn't supported in Zen Coding
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Php coding help !
By iamrogue25 in forum Web Development AreaReplies: 0Last Post: 8th Jul 2012, 11:34 AM -
Looking for some coding help.
By Charaky in forum Web Development AreaReplies: 0Last Post: 24th Jan 2011, 10:16 PM -
Basic HTML/CSS Coding help needed Urgently
By Netguy in forum Web Development AreaReplies: 12Last Post: 16th Nov 2010, 10:14 AM -
Need help coding HTML/CSS
By timtamboy63 in forum Technical Help Desk SupportReplies: 8Last Post: 17th Jul 2009, 11:17 AM -
html coding
By Nano in forum Webmaster DiscussionReplies: 11Last Post: 23rd Jun 2009, 09:52 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...