Free Asp.net CMS with basic module - content-management-system

I am looking for good Asp.net CMS (like wordpress) with some modules like News and media, Photo gallery, Form.
I checked DotNetNuke site but not able to get difference between Community edition and professional edition.
Can anyone suggest any good CMS?
Thanks.

refer to this link for your answers
http://www.dotnetnukeprofessional.co.uk/products/version-comparison

Related

Alfresco Community Edition (5.1) integration with Facebook, Twitter,

I tried to find some documentation on how to connect Alfresco CE to Facebook and/or Twitter.
The docs only describe it only in the 4.1.x enterprise edition (http://docs.alfresco.com/4.1/concepts/adminconsole-channelsman-intro.html) but there no similar section in the 5.1 CE docs.
The good Jeff Pots Tutorial on Youtube https://www.youtube.com/watch?v=NpsSJML1-iE is somewhat outdated, and does only cover sharing documents.
I'd like to share some content (blog) to Facebook and Twitter (and possibly others) rather tan files from within the CE.
Is this (not?) possible in CE and can someone guide me into the right direction.
It's not included anymore
Alfresco statement

Integrate liferay cms into existing java application

I have an existing java web application, servlet based. I plan to add a module to show news articles to visitors. So i choose liferay as our CMS. The solution in my mind is that using an iframe in my web site to show news articles managed by liferay CMS. If i do so, is it convenient for our news editor to manage news articles with liferay CMS? Shall he/she switched to liferay to do this? It seems that the preview function of liferay CMS could guarantee only the inline iframe's visual effect is nice, am i right here?
Besides, could you please advise me a better solution other than iframe based solution?
I am looking forward for your comments, any help here would be appreciated!
Maybe it's better that liferay includes the existing Web app.

Zend Framework - how to upload posts to my blog?

I want to be able to create ready to publish blog posts on my desktop and then upload them to a blog I've created with ZF.
(similar to Wordpress from what I've read).
Looking for suggestions on how that is best implemented?
Thanks, -km
Get yourself comfortable with Zend Documentation for xmlRPC.
That is the way it is done in Wordpress (and how it should be done in Zend Framework -- I think).
This Wordpress source code of xmlrpc.php shows how it is working in Wordpress. Didn't found any examples for Zend, but it should work out (as it is also just php).

Which CMS should I choose for creating a website similar to this one?

http://9gag.com
I'd like to create a website where people can post artworks they create, open for ratings and categorized by their vote count.
Would a certain CMS be good for it or should I try coding one from scratch?
WordPress should be good enough
Joomla is a very verbose and well supported open source free CMS.

Sample working CMS with Zend Framework

I'm looking for a sample project that uses Zend Framework so that I can see how masters do it.
I'm not looking for something that uses other stuff like smarty, or any other major library.
There are plenty of samples for different subjects on sites like zendcast.com but I need a full working solution.
I couldn't come up with anything like that by googling.
I came accross this a while ago, it has a sectoion on Central authentication
http://www.zend.com/webinar/Framework/70170000000bEs9-webinar-secure-application-development-with-the-ZF-20100505.flv
Here are the notes, look at page 9
http://static.zend.com/topics/Webinar-Zend-Secure-Application-Development-with-the-Zend-Framework.pdf
Is this a good idea?
We are making a full open source CMS, based on Zend Framework: Centurion CMS (http://www.centurion-project.org/).
We are working on it since more than 2 years. The project is under the new BSD licence.
Feel free to try, use, pull feature, make some push request, criticize...
If you have any question use the our Google group: http://groups.google.com/group/centurion-project
Social Engine 4 is what you are asking for but its not free nor open source . The best application ever created using ZF has became even more popular then Zend itself (google trend) its known as "Magento". Its open source and based on best programming practices (design patterns) .
Social Engine 4 projects are built on Zend Framework.
Social Engine 3 used smarty but they decided to move to Zend.
Have a look at TomatoCMS
Pro Zend Framework Techniques: Build a Full CMS Project
I think this book will be useful for you.