How To Develop a Feature for mojoPortal, Tutorial coming soon.

I've been thinking for a long time that we really need a walk through tutorial showing how to implement a custom feature that plugs into mojoPortal. This will be very helpful in making mojoPortal even more popular among developers.

So I've decided to write a tutorial as I implement the e-commerce feature. I've been taking notes and screen shots as I go and will probably put up a page with the beginnings of this tutorial soon for anyone who wants to follow my progress. The tutorial will evolve along with the feature. Those of you working regularly with the svn code will see my checkins and can follow my progress there too.

I'm implementing the e-commerce feature as an external module outside of the core of mojoPortal. I think this will be the most popular approach for third party developers because with your code separate from the core, you can do svn update on the core without touching your feature. So implementing a complex feature like this and having the code and the tutorial available should get most developers up to speed faster.

I've already stubbed out the needed projects and created the module control that will be the entry point to the store and plug into the content system. Its in svn branches/2.x

Comments

aleyush

re: How To Develop a Feature for mojoPortal, Tutorial coming soon.

Monday, February 12, 2007 5:22:42 AM
That would be great.

Some requests for this tutorial:
1. How to implement the feature in external solution, without just adding projects to mojoPortal solution. External solution is better for using non-mojoportal svn for the feature.
2. How to add new tables into mojoPortal database. And also use them, upgrade schema (for new feature version) and delete on uninstall.
3. How to add feature module settings without adding keys to resource.resx of the main solution.
Todd Stone

re: How To Develop a Feature for mojoPortal, Tutorial coming soon.

Wednesday, February 14, 2007 8:51:00 AM
If you want to make any Flash tutorials, take a look at Wink  http://www.debugmode/wink/   Best of all, It is free.

re: How To Develop a Feature for mojoPortal, Tutorial coming soon.

Wednesday, February 14, 2007 5:52:58 PM
I've installed Wink a couple of times but never used it. I definitely think it would be great to have some video tutorials.

I plan to use Wink and do some tutorials that way myself at some point but, just thought I'd mention this would be a great way for someone to contribute to the project if anyone wants to help.

Having some tutorials with even just the basics of creating pages and content would be a huge help.

Cheers,

Joe
Comments are closed on this post.