Difference between revisions of "User:Hawk"

From Documentation
Line 39: Line 39:
 
# Check overall article's layout.
 
# Check overall article's layout.
  
== Template==
+
== Message Template==
  
 +
Standard:
 +
<div style="-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#c06330;padding:15px 40px;background:#fed no-repeat 13px 13px;margin-bottom:10px
 +
">
 +
[[File:Icon_info.png ]] '''Note:''' note message
 +
</div>
  
  
<div style="background-color:Aquamarine;border:solid;border-width:2px;border-radius:5px;padding-left:5px;padding-right:5px;">
+
Deprecated:
 +
<div style="background-color:Aquamarine;border-radius:10px;padding:10px 10px 10px 10px;">
 
'''Note:''' note message
 
'''Note:''' note message
 
</div>
 
</div>
  
  
<div style="background-color:gold;border:solid;border-width:2px;border-radius:5px;padding-left:5px;padding-right:5px;">
+
<div style="background-color:gold;border-radius:5px;padding-left:5px;padding-right:5px;">
 
'''Warning:''' warning message
 
'''Warning:''' warning message
 
</div>
 
</div>
  
  
<div style="-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#c06330;padding:15px 40px;background:#fed no-repeat 13px 13px;margin-bottom:10px
 
">
 
[[File:Icon_info.png ]] '''Note:''' note message
 
</div>
 
  
<div style="background:#fed url('/images/e/e2/Icon_info.png') no-repeat 13px 13px;">
+
Not Work:
 +
<div style="background:#fed url('Icon_info.png') no-repeat 13px 13px;">
 
/_w/images/e/e2/Icon_info.png
 
/_w/images/e/e2/Icon_info.png
 
</div>
 
</div>

Revision as of 03:07, 21 August 2012

Under Editing

User:Hawk/Tutorial Extension-UnitTest

Ready for Publish

ZK Getting Started/Get ZK Up and Running with MVC

ZK Getting Started/Get ZK Up and Running with MVVM

Already published

  1. Small_Talks/2011/December/MVVM_in_ZK6:in_Contrast_to_MVC
  2. Small Talks/2012/January/Ajax GSP with ZK
  3. Small Talks/2012/January/Enrich Grails Server Pages (GSPs) with ZK
  4. Small_Talks/2012/January/MVVM_Extension:_Access_UI_Components_Inside_ViewModel
  5. Small_Talks/2012/February/MVVM_in_ZK6:_Form_Binding
  6. Small_Talks/2012/February/MVVM_in_ZK6:_Work_with_Spring
  7. ZK Developer's Reference/MVVM (whole chapter)
  8. Small Talks/2012/April/The Dawn of ZK Application Test Suite:Mimic Library
  9. Small Talks/2012/April/Shining ZATS Mimic
  10. ZATS Essentials
  11. ZK Getting Started/Learn ZK in 10 Minutes


Writing Check List

  1. Describe the purpose or context at the begining.
  2. To start from a basic, simple concept or fewer concepts.
  3. 1 paragraph presents 1 idea.
  4. Picture is better than words.
    1. Picture should be elegant.
    2. Picture should present just enough information.
  5. Give the overall concept first, then the detail of implementation.
  6. Code snippet should keep as short as possible.
  7. Code snippet should demonstrate only key concept and remove irrelevant.
  8. Code snippet should demonstrate the correct usage of API.
  9. Summary at the end.
  10. Check header, footer, TOC, subsections, references
  11. Check overall article's layout.

Message Template

Standard:

Icon info.png Note: note message


Deprecated:

Note: note message


Warning: warning message


Not Work:

/_w/images/e/e2/Icon_info.png

Font design

http://3.7designs.co/blog/2008/06/10-examples-of-beautiful-css-typography-and-how-they-did-it/

Deprecated

User:Hawk/Simple ZK deprecated