Lion Kimbro

http://www.speakeasy.org/~lion/lion_positive2.jpg

Email

lion@speakeasy.org

Jabber IM

LionKimbro@jabber.org

Homepage

http://speakeasy.org/~lion/

I'm a WikiFaerie, and I work on the ObstacleCourse.

I also participate on the Python Wiki, and the Seattle Python Interest Group wiki.

Documentation Work

I am very interested in documentation.

Some things I want to do here:

MetaDocumentation

MetaDocumentation would include a description of available documentation, including tutorials, the ObstacleCourse, the wxWindows API docs, the recipes, and cheet sheets. More is likely to follow.

Cheat Sheets

CheatSheets would be pages where people put cheat sheets.

Unified by CategoryCheatSheet.

Code Start Points

Generally, when you start coding, you copy and paste from some framework.

It'd be nice to have a catalog of starting points and their advantages.

Demonstrations

There should be small, 5-10 line demonstrations of every control.

Because frameworks are sometimes required to properly hang a control, the demonstrations can refer to standardized start points to hang the control in. (a "harness"..?)

Categorizing

We should have CategoryRecipe on each recipe, as well as a category tag for the recipe subtype.

More Diagramming!

Diagrams are powerful.

Examples of my work on this site:


UsingSizers/SizerAddSummary.gif UsingSizers


DoubleBufferedDrawing/wxBufferedWindowFlow.gif DoubleBufferedDrawing


UsingSizers/EvtSizeLayout.gif UsingSizers


Thoughts on PythonCard

My Personal Cheat Sheet

wxNewId()

wxStaticText( parent, id, label )

wxALIGN_LEFT/CENTER/RIGHT, GetLabel/SetLabel

wxButton( parent, id, label )

EVT_BUTTON( parent, id, func )

Add( win, prop, flag, border )

wxGROW, wxSHAPED, wx(ALIGN_)L/T/R/B/C


CategoryHomepage

LionKimbro (last edited 2008-03-11 10:50:29 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.