Zen Coding : A new way of coding

Zen Coding — a new way of writing HTML and CSS code

การใช้งานเป็นประมาณว่า เขียนคำสั่งย่อ แล้วกดปุ่ม shortcut เพื่อให้โปรแกรมทำการเขียน HTML/CSS code ฉบับเต็ม ๆ ให้ เช่น

เขียนชุดคำสั่งย่อติดกันแบบนี้

 div#page>div.logo+ul#navigation>li*5>a

แล้วสั่งให้ zen coding ทำงานผ่าน shortcut เราจะได้ code เต็ม ๆ เป็น

 <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>

โชคดีว่าโปรแกรมที่ผมใช้ทำเว็บอยู่นี้มี zen coding มาให้ในตัวเลย

แต่ทั้งนี้ทั้งนั้นคนคิดนี่.. สุดยอดจริง ๆ :)

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Allowed HTML tags: <embed> <div> <p> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <br> <img> <hr> <h1> <h2> <h3> <h4> <blockquote> <quote> <pre> <th> <tr> <td> <table> <thead> <tbody>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
กรอกตัวหนังสือที่เห็นนี้ให้ถูกต้องนะครับ (มีไว้กัน spam)
Image CAPTCHA
Enter the characters shown in the image.