Difference between revisions of "User:Hawk"

From Documentation
Line 3: Line 3:
 
== Under Editing ==
 
== Under Editing ==
  
[[User:Hawk/Tutorial/Chapter1]]
+
[[Tutorial/Chapter1:Introduction]]
 +
[[Tutorial/Chapter2:Project Structure]]
 +
[[Tutorial/Chapter3:User Interface and Layout]]
 +
[[Tutorial/Chapter4:Controlling Components]]
 +
[[Tutorial/Chapter5:Handling User Input]]
 +
[[Tutorial/Chapter6:Implementing CRUD]]
 +
 
  
 
----
 
----
Line 11: Line 17:
  
 
=== Under Review ===
 
=== Under Review ===
 
  
 
== Ready for Publish==
 
== Ready for Publish==

Revision as of 07:24, 4 January 2013

Documentation

Under Editing

Tutorial/Chapter1:Introduction Tutorial/Chapter2:Project Structure Tutorial/Chapter3:User Interface and Layout Tutorial/Chapter4:Controlling Components Tutorial/Chapter5:Handling User Input Tutorial/Chapter6:Implementing CRUD



User:Hawk/Tutorial Extension-UnitTest


Under Review

Ready for Publish

User:Hawk/Building User Interface Programmatically with Richlet

User:Hawk/Create Data Binding Programmatically

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
  12. ZK Getting Started/Get ZK Up and Running with MVC
  13. ZK Getting Started/Get ZK Up and Running with MVVM
  14. Small Talks/2012/October/Binding with Collection and Selection
  15. Small_Talks/2012/November/How_to_Apply_Responsive_Design
  16. ZK Developer's Reference/Integration/Middleware Layer/Spring
  17. ZK Developer's Reference/Integration/Middleware Layer/CDI
  18. ZK Developer's Reference/Integration/Persistence Layer/Hibernate
  19. ZK Developer's Reference/Integration/Persistence Layer/JPA


  1. Small Talks/2012/October/Practices Of Using Spring In ZK (only revise)

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. Give the overall concept first, then the detail of implementation.
  5. Summary at the end. (for small talk)
  6. Check header, footer, TOC, subsections, references
  7. Check overall article's layout.
  8. Picture is better than words.
    1. Picture should be elegant.
    2. Picture should present just exactly enough information.
    3. Set align to center.
    4. Shrink size if a picture occupies more than half of a page.
  9. Code snippet:
    1. Focus on a general case not a specific one.
    2. Keep as short as possible.
    3. Demonstrate only key concepts and remove irrelevant codes.
    4. Demonstrate the correct API usage.
    5. Keep number of codes as fewer as possible to reduce readers' burden.
    6. Highlight key points in descriptions of code example. (Because most engineers read code first instead of text)

Message Template

Standard:

Icon info.png Note: note message


Deprecated:

[i] Note: note message


Warning: warning message


Not Work sample:

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

User:Hawk/temp