Since when have you stayed away from the corners?!? 
Ummm... If you could just see what I am working on now...

I do think it would be great for someone to put together an online (or offline) tutorial with keystrokes and screenshots of an entire project that someone could sit down and follow at their desk, and then actually watch it work on the simulator.
It should include:
1) At least one properly implemented PROGRAM without STAGES.
2) At least one properly implemented PROGRAM with STAGES.
3) At least one properly implemented TASK.
4) STRPRINTS with several data types being formatted into visually useful data.
5) STREAMOUTS to DmLogger so the data can be viewed.
6) MATH illustrating Boolean logic (RLL encapsulated in MATH).
7) MATH illustrating standard mathematical equations.

A FOR/NEXT loop.
Optional:
1) A properly structured Program that could open, receive, send, and then close a MODBUS device.
2) A properly structured Program that could open, send and/or receive data from a TCP server.