Please share your opinions on this blog post

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.
10/23/2009 4:59:36 PM
Gravatar
Total Posts 18439

Please share your opinions on this blog post

Hi All,

If any of you feel as I do that mojoPortal is the most user friendly CMS especially among .NET solutions, feel free to weigh in on the comments at this blog post.

http://www.danielbardi.com/blog/post/2009/10/23/mojoPortal-CMS-Can-Be-Confusing-For-New-Users.aspx

The author, who obviously is affiliated with Umbraco and therefore his neutrality is suspect, seems to think mojoPortal is confusing to new users, a conclusion that seems  extremely odd to me especially if Umbraco is the baseline he is comparing against. I'd especially be interested in comments on that post from users who have tried both mojoPortal and Umbraco. 

Best,

Joe

10/25/2009 2:56:21 PM
Gravatar
Total Posts 190

Re: Please share your opinions on this blog post

I tried posting a reply there, but the page kept returning all kinds of errors. I created a sign in and everything but nothing worked. (I'm guessing they aren't using mojoPortal for their blog!)

10/25/2009 5:35:00 PM
Gravatar
Total Posts 4

Re: Please share your opinions on this blog post

.Joe,

I need to clarify that I am in no way affiliated with the Umbraco team.  Yes, I like Umbraco, but the reason is because it is a .Net based system, the same reason I like mojoPortal.  Let me repeat.. I like mojoPortal.  It is a very well put together product.  My primary reason for choosing Umbraco over mojoPortal, was the ease of developing extensions and the overall feel of the system.

I am sorry if John Sanborn had any issues on my blog, he would be the first to report it
My blog uses BlogEngine.Net and my main site is using Umbraco.

I am a huge supporting of .Net and opensource CMS.  I use varying systems depending on my need.

Daniel Bardi
www.danielbardi.com
www.dascoba.com
cmstv.net

10/25/2009 5:57:20 PM
Gravatar
Total Posts 18439

Re: Please share your opinions on this blog post

Hi Daniel,

Ok, cool, I forgive and glad to have your support. Would have been nice if your original post had the same tone like if the conclusion was "I like mojoPortal" but your negative title and negative conclusion hurts me. I've invested 5 years of effort and all my savings trying to build a great product and a great reputation. This is a labor of love for me and also I have risked everything to pursue my labor of love. It is very easy to throw around criticism and opinions and it takes a lot work to actually create something that is useful to thousands of people.

While you say "If you are a larger company that needs a CMS that is updated frequently I would not recommend mojoPortal as a solution as there are plenty of more viable open source solutions", it might interest you to know that in your own home state of Colorado, Colorado State University is one of my best customers, you can see a partial list of the sites they run using mojoPortal on our mojo Sites page.

I basically feel like you spent a few hours scratching the surface of mojoPortal, did not watch the free training videos, did not read much if any of the documentation, never asked a question in the forums and then pronounced your judgment in a blog post. I hope you will investigate it further and see how much it really offers.  Like why do you need Blog Engine .NET if Umbraco meets your web site needs? Wouldn't you rather have something really integrated?

Joe

10/25/2009 6:35:00 PM
Gravatar
Total Posts 4

Re: Please share your opinions on this blog post

You are correct.  The post title is a bit mis directed.  I will do some more research and post a more indepth review.  Fair?

As far as why I use BlogEngine.Net.  It's a great .Net blogging app, just that simple.  It's extensible and easy to use.  Umbraco is a great platform for CMS based web applications (development framework), but blogengine is focused on blogging.  I enjoy both platforms.  I look at web applications as tools and I decided on using a particular tool for a particular purpose.  You should read my post on "why I use blogengine.net" for blogging.  I support several opensource applications; each one has something it does better than the others.

10/25/2009 6:47:46 PM
Gravatar
Total Posts 18439

Re: Please share your opinions on this blog post

I will definitely keep my mind open to any future posts you make, and hope you will see the value mojoPortal provides as an integrated solution with a lot of out of the box features all integrated visually and in terms of security. There are so many powerful built in features that a cursory investigation will miss like our built in widgets, our awesome image/upload/crop facilities, html slide shows built in to our main Html feature. Not to mention content templates and style templates.

Joe

11/16/2009 11:09:04 PM
Gravatar
Total Posts 5

Re: Please share your opinions on this blog post

I was glad to see this conversation between two respective experts on the two open source CMS systems I am considering for my business, and I want to take this opportunity to pose a question to BOTH of you regarding how to accomplish my goal in using an open source CMS.  You see, I am actually writing an iPhone application that manages an entity that is essentially a type of content (a "quote").  As with many iPhone applications, it is useful to have a community web site (usually built using a CMS system), to perform some small percentage of tasks and allow those that don't have iPhones to have a way to view your content (in this case, quotes are sent to other people with little notes attached that the user provides).  To implement this, I need the following:

  • To extend the content type "namespace" and use custom tables and my OWN schema for saving the data.  This seems to be more easily accomplished with Umbraco.
  • To extend the way the content is displayed in a way that can be partially controlled by site installed templates.  While the display can be more easily customized with Umbraco, it seems that mojoPortal might win on this one, since there is an easy way to control the entire look and feel of a site centrally without building your own structure to do so--like it seems you would have to with Umbraco.
  • Have the resulting customization tie into the user namespace and community functions that the CMS provides without marrying me to it in a way that prevents me from migrating my data services that my iPhone application will use and keep the same code base.
  • Be able to use the same security model for both web and iPhone--but have the iPhone leverage an OAuth-driven model for authentication to a REST API (implemented with WCF).  In other words, the user should use the same User ID and password in both places.
The first CMS system to make this easy to accomplish will be dominant, because people like myself want to spend MORE time dealing with my iPhone (and other mobile platforms) than with the supporting web site--which we intend to be used less and less as time goes along.
Also, it would be good to provide a way to tap into browser capability support built into ASP.NET but leveraged by NEITHER mojoPortal OR Umbraco, so a pure mobile web user interface could be provided with full support for access to all content and extensions to the content model.
Is this too much to ask for?  Any thoughts from the experts on what I am trying to accomplish? Both platforms are frustrating to me with regard to documentation of extensibility features (advanced ones like my scenario), and I don't like that Umbraco ONLY provides videos that they want to make you PAY to access.
Any advice would be appreciated.

11/17/2009 3:08:43 AM
Gravatar
Total Posts 4

Re: Please share your opinions on this blog post

Umbraco as a full open API which allows full access the the data.   You can have a look at the Umbraco API.

You can extend Umbraco to change the entire site look/feel without building a new site structure.
New site structures are usually left for localizing content; templates can be controlled via the API as well.  Umbraco's templates are simply CSS/XHTML where mojoPortal templates are somewhat confined to sections (or panes as in DNN).

Umbraco allows for customized components (including usercontrols) without the need to use the Umbraco API.  This allows the customized to NOT be married to the CMS.  You can use your own DAL within your customized components that might make some calls the the Umbraco API.

Umbraco uses standard .Net best practices with regards to security (Roles, Membership, etc.) which is not tied to the CMS.
Using varying templates (one for PC and one for iPhone) the CMS security will remain the same.

I don't know if the the preceding information helps at all, but I hope it guides in which ever direction you decided to go.

11/17/2009 3:31:10 AM
Gravatar
Total Posts 4

Re: Please share your opinions on this blog post

GQAdonis,

You should also read "A Complete Newbie's Guide To Umbraco CMS".

11/17/2009 7:16:12 AM
Gravatar
Total Posts 18439

Re: Please share your opinions on this blog post

Hi GQAdonis,

You ask a lot of detailed questions, I'd love to be able to answer them all in detail but I'm drinking from a fire hose already so briefly I will answer what I can.

It is very easy to add custom features and integrate your own tables in mojoPortal. I think with any CMS you are going to have to invest some time to understand the system in order to become really comfortable developing custom features or solutions. One of the great things about open source is that you can see the source code for existing features and find examples of almost any specific thing you need to do.

We are always working on improving the documentation. In addition to the developer docs section of the site we also have an online API reference and you can also download a .chm file with the API documentation from our download page.

We do have a rest service for authentication, but it is the one built into ASP.NET and based on the MembershipProvider, so it does not currently support oath

http://demo.mojoportal.com/Services/AuthenticationService.svc

We also support the RPX service which uses openid/oauth, I just tested and was able to login using my open id from my iphone on this site. We also degrade the editor to a text area automatically for the iphone since it does not support wysiwyg editors, so you can even answer forum posts or edit content from the iphone, though it requires knowledge of html to do extensive content editing since there is no wysiwyg.

Best,

Joe

11/17/2009 10:20:19 AM
Gravatar
Total Posts 5

Re: Please share your opinions on this blog post

Thanks so much to the both of you for the detailed and quick responses.  There was some admitted ignorance in my asking my question, because I had had very little contact with either CMS before now--I had done more with Drupal, Joomla!, and Telligent Community Server.  I eliminated Drupal and Joomla! on the basis of wanting to have a single code base based on .NET for server side functionality.  I eliminated Community Server because it was expensive and did not improve function or extensibility any better than open source solutions.

Bottom line is this is what I found since I have reviewed the materials both of you sent:

  • Both solutions offer ways to accomplish my goal quite nicely.  Setting up a development environment for Umbraco was slightly easier and natural to do, and I like the way "packages" are done so fluidly.  It reminds me of the neat fluidity of Wordpress in this regard (ability to search for and load packages from the Internet in place as an administrative function).
  • After following the instructions Joe has posted on setting up the development environment manually and watching his video going over the code, I had a much better understanding of what was going on and was able to get myself started.  I do wish there were options other than adding all those post-build steps to copy assemblies, etc., however, because my "quote engine"--the back end services infrastructure--makes use of Microsoft Enterprise Patterns for DI and has its own layered architecture, which means about 6-10 more assemblies to copy than in Joe's "WebStore", which is the example I followed.
  • As far as theming, mojoPortal seems to have a slight edge for what I am doing although, the XSLT-based model in Umbraco is VERY similar and compatible with the work I am doing on the iPhone application, where I am using XSLT, JTemplate (with JQuery), and other template methods to create HTML on the fly for use in "hybrid" views (HTML local to iPhone and used for display in WebKit while data comes from my back end services mentioned above).  There is some good potential to share XSLT templates, I believe in the future, although this will take more time than I want to spend figuring it out right now.  On this point, mojoPortal still wins for me, because I don't have to create my own theming theory or infrastructure like it seems I have to in Umbraco (unless someone can point me to how I can do it easily without giving my graphic design partner--who knows HTML and typical models for theming like Wordpress and ASP.NET--a heart attack and making HIS job tougher).
  • Authentication with the model I am looking for can be implemented either place, but I, at this point, think my intended model for providing applications (iPhone, BlackBerry, and other web based integrations to other sites and widget frameworks) might be more quickly done with mojoPortal by a very slight margin.
  • Administration facilities are prettier, cooler, and a bit more functional and extensible--in my quick analysis--with Umbraco.  Like I said, I love the packaging, but I also feel this could be accomplished with mojoPortal by extending it a bit to process zipped files of resources with a manifest XML file somewhere in there telling mojoPortal where to find everything (like the features XML and setup and tear down components).
In the end, for my first project, I am moving forward with mojoPortal just because I understand it better at this point--it is more like what I already know with ASP.NET and other CMS'es I have worked with.  However, for my NEXT iPhone project that involves a web community in the back end, I would like to try Umbraco just because I think I can share user interface code a bit more creatively considering my "hybrid" model on the iPhone, and I might be able to support mobile devices in general more fluidly--adjusting to form factor, features in JavaScript, etc. for each individual platform without a lot of repetition in creating separate controls for each platform, etc.  Eventually, I would like to have most of my time in coding invested in the mobile platforms (iPhone, Android, Palm WebOS, BlackBerry, etc.) and NOT on building the web versions that must be provided for "backward compatibility" and to support lower level devices.
Thanks for the tutorials and pointers, guys!  You both are very, very good at this with each platform, and I as I learn more, I hope to participate in future development on potentially BOTH projects, adding some of the mobile-friendly capabilities, etc. that I am looking for in a "partner" CMS package.  No matter what, a web site is always needed in addition to a native mobile application that provides community style features.
If either of you has any additional pointers that might make things easier, please let me know.  I will follow both projects and blog about this process on my personal blog.  I have at least 3 mobile projects planned that require community features and connectivity, and I hope to narrow the field on this to a single platform.
Finally, any words of wisdom or comparison with regard to the "cloud" capabilities of each product?  When all is said and done, at least my back end database will be in the Amazon cloud (MySQL), although I am also evaluating SQL Azure and the Azure platform for this (I noticed that  mojoPortal already has code for this type of thing, although it is for SQL Azure, which has not been released and has its problems with database size and SQL transactions features from my understanding).  Eventually, it would be nice to have the web site in the cloud as well--along with my REST services infrastructure.  What is planned for the future of both products in this regard?
Thanks again, and sorry for the lengthy messages!

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