Wiki source code of SimpleBlog

Version 1.1 by David Holt on 2011/07/06 02:55

Show last authors
1 [[https://github.com/daveeed/SimpleBlog]]
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
7 * new EOModel example with migrations and initial data added
8 * admin interface to the model
9 * public UI to read and comment on blog posts
10 * writer's interface
11 * ERXNavigationMenu example with different tab configurations depending on the user role logged in
12 * ERModernLook 100%
13 * non-D2W page component wrapped in ERModernLook pagewrapper
14 * Custom css stylesheet added to the application and made accessible by rules
15 * example user authentication
16 * business logic where it ought to be (I hope)
17 * example of wrapping an Ajax component (CCRating) for use in D2W
18 * example configuration for tiny//mce for textarea editing using ERDEditHTML//
19 * example using ERDControllerButton and its delegates
20 * stripped down Factory class from BugTracker to explore
21
22 You can read more about SimpleBlog in the readme at the link above.
23
24 Feedback and questions welcome