Wiki source code of SimpleBlog

Last modified by David Holt on 2011/07/06 02:55

Hide last authors
David Holt 3.1 1 [[https:~~/~~/github.com/daveeed/SimpleBlog>>url:https://github.com/daveeed/SimpleBlog||shape="rect"]]
David Holt 1.1 2
3 This application (SimpleBlog) was used as a backdrop for my presentation at WOWODC. I hope that it can (and will) serve as a nice bridge into D2W for people as the examples have generally been either too easy or too difficult. If you read your way through the commit history, you'll see some of the decisions that were made as the app was developed. I hope to describe the process in further detail either in screencasts or a written tutorial.
4
5 Highlights:
6
David Holt 3.1 7 (% class="alternate" %)
David Holt 1.1 8 * new EOModel example with migrations and initial data added
9 * admin interface to the model
10 * public UI to read and comment on blog posts
11 * writer's interface
12 * ERXNavigationMenu example with different tab configurations depending on the user role logged in
13 * ERModernLook 100%
14 * non-D2W page component wrapped in ERModernLook pagewrapper
15 * Custom css stylesheet added to the application and made accessible by rules
16 * example user authentication
David Holt 3.1 17 * business logic where it ought to be (I hope!)
David Holt 1.1 18 * example of wrapping an Ajax component (CCRating) for use in D2W
David Holt 3.1 19 * example configuration for tiny_mce for textarea editing using ERDEditHTML
David Holt 1.1 20 * example using ERDControllerButton and its delegates
21 * stripped down Factory class from BugTracker to explore
22
23 You can read more about SimpleBlog in the readme at the link above.
24
David Holt 3.1 25 Feedback and questions welcome!