Question about certification requirements for custom modules for Mojo Portal

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/8/2010 3:46:41 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Question about certification requirements for custom modules for Mojo Portal

 

Hi,

I'm not even close to worrying about this for I am just now learning C# and I have a current delay on my progress, but I had a question of the developers here.  What are the certification requirements for working with Mojo Portal in VS2010?  For example, do you allow rogue modules, in other words, those that are created by an enthusiastic user of mojo portal who want to help the development process?  Do you allow modules created by those who do not have mS certs in development and .net?  Ay input would be great.  

 

Thanks,

Katherine

8/8/2010 8:22:11 PM
Gravatar
Total Posts 2239

Re: Question about certification requirements for custom modules for Mojo Portal

Hi Katherine,

I will answer the best I can and Joe Audette can fill in the blanks and/or correct me if needed.

Anyone, regardless of their industry certifications, can write and submit a module for inclusion with mojoPortal. Initially, the module will be reviewed from a "purpose" standpoint. If the module answers an important community need, it will move on to the next stage which is where the module source code is reviewed very closely. If changes to the code need to be made, suggestions will be made to the contributing developer and it is up to them to make the necessary changes. Once the code is up to mojoPortal standards, it will be included in the mojoPortal release, but again it must meet some important community need.

It is also important to note that the source code must be released to the mojoPortal community with a license that is compatible with the CPL license. You can read more about the mojoPortal license here: http://www.mojoportal.com/license.aspx.

Further on the licensing requirements, if the developer works for another entity, a signed release from that employer is required. We can't have people claiming rights to mojoPortal code in the future.

If it is decided to not include a module for inclusion with the mojoPortal release, there is nothing to stop any developer from releasing modules on their own website. We are in the planning stages of community module download area where people can share their work easily.

HTH,
Joe D.

8/29/2010 12:35:18 AM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: Question about certification requirements for custom modules for Mojo Portal

Thanks a million.  Good thing you mentioned the thing about working modules on your own site.  For, at least I'll have something to use my upcoming knowledge of ASP.net.  And not to mention what I learned in Computer Science class the other day.  Love and cherish ASP.net while you can ... That's before the singularity happens and machines and humans merge.  LOL.  Right?  Okay, okay, enough of my silly jokes.  But thanks anyway.  Now the question is what if I for some reason or another were to have a custom module for my own site, what does it take to implement it? 

8/29/2010 9:12:25 AM
Gravatar
Total Posts 18439

Re: Question about certification requirements for custom modules for Mojo Portal

The developer documentation has lots of information and articles about how to get started developing custom features for mojoPortal

http://www.mojoportal.com/developerdocs.aspx

a good place to start is with the Hello World Example code

http://www.mojoportal.com/hello-world-developer-quick-start.aspx

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.