Web Pages CMShttp://forums.asp.net/t/1713838.aspx/1?Web+Pages+CMSThu, 08 Sep 2011 16:54:57 -040017138384567435http://forums.asp.net/p/1713838/4567435.aspx/1?Web+Pages+CMSWeb Pages CMS <p>Completely random/open question. &nbsp;If someone would say create yet another open source CMS-app-like thing built on Web Pages that was extremely simple and did all the basics, would that interest you?</p> 2011-08-24T08:40:44-04:004567468http://forums.asp.net/p/1713838/4567468.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Hi HumanCompiler,</p> <p>My personal view of that :</p> <p>I believe there are enough CMS applications out there that are mature and reliable. They include all of the features one could thing of and most of them have extensions that you can download (sometimes for a tiny amount). I do not personally believe that the community is in need for another CMS unless it has something very very special, that makes sense and makes people ready to rely on it. Not to forget the great support team that it requires to respond to the users demands.</p> <p>Best,</p> <p>G</p> 2011-08-24T08:56:52-04:004567481http://forums.asp.net/p/1713838/4567481.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Absolutely. &nbsp;That's why I'm posing the question. &nbsp;What about customizability and learning curve?</p> <p>Btw, if you didn't notice, I'm on the ASP.NET team and in the past I've built some CMS (namely <a href="http://oxite.codeplex.com">Oxite</a> and <a href="http://orchardproject.net/"> Orchard</a>, though I wasn't on the Orchard team all that long).</p> 2011-08-24T09:03:25-04:004567504http://forums.asp.net/p/1713838/4567504.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>I totally agree, i forgot to mention the learning curve and cutomizability.</p> <p>I remember a similar question was asked a while ago on LinkedIn and I remember I was getting tons of email notifications on a daily basis with people suggesting different CMS applications and stating that they're the best and I was quite shocked by the number and names. I even noticed that there are many products that I haven't even heard us. It was such a long list.</p> <p>I have checked the Orchad Project a few months ago and I really liked how it's architectured and how straightforward it can get once you get to know how to use it. Brilliant. Unfortunately, I never had the chance to really digg into it.</p> <p>I believe it's another impressive product / project from Microsoft.</p> 2011-08-24T09:15:58-04:004567525http://forums.asp.net/p/1713838/4567525.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p></p> <blockquote><span class="icon-blockquote"></span> <h4>HumanCompiler</h4> &nbsp;If someone would say create yet another open source CMS-app-like thing built on Web Pages that was extremely simple and did all the basics</blockquote> <p></p> <p>That's my next project. Regardless if anyone wants it or not <img src="../../../../scripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif" alt="Tongue out" title="Tongue out" border="0"></p> 2011-08-24T09:30:10-04:004567537http://forums.asp.net/p/1713838/4567537.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Send me a mail? &nbsp;:)</p> 2011-08-24T09:33:41-04:004567547http://forums.asp.net/p/1713838/4567547.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>On its way</p> 2011-08-24T09:37:58-04:004567663http://forums.asp.net/p/1713838/4567663.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Hi Mike,</p> <p>Are you considering building your CMS on top of MVC or WebForms ?</p> 2011-08-24T10:58:47-04:004567711http://forums.asp.net/p/1713838/4567711.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p></p> <blockquote><span class="icon-blockquote"></span> <h4>gsaadeh</h4> Are you considering building your CMS on top of MVC or WebForms ?</blockquote> <p></p> <p>Neither - the <a href="http://www.asp.net/web-pages/">Web Pages framework</a>. I see no point in building yet another CMS on MVC or Web Forms. As you rightly pointed out, the world is already knee-deep in those.</p> <p></p> 2011-08-24T11:33:56-04:004567715http://forums.asp.net/p/1713838/4567715.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Well I think there is a need for a starter site or simple framework<br> to enable people to build small web pages sites that allow for</p> <p>Simple Layout change<br> New Page Creation &amp; Edit<br> Simple Menu Control Add Page &amp; Change order<br> Choice of SQL Compact or xml file<br> &nbsp;So to cover if the hoster does not yet support SQL Compact.<br> &nbsp;Or longer term to upgrade to SQL Server or use if in use already.<br> Simple Error logging<br> SEO features<br> Memebership</p> <p>Then maybe some modules like News, Blog or how to add other helpers.</p> <p>It would be good to offer guidance for upgrading from an html<br> site, how to 301 to new pages.</p> 2011-08-24T11:36:01-04:004567734http://forums.asp.net/p/1713838/4567734.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p></p> <blockquote><span class="icon-blockquote"></span> <h4>jeremyh</h4> Choice of SQL Compact or xml file<br> &nbsp;So to cover if the hoster does not yet support SQL Compact.</blockquote> <p></p> <p>I wouldn't run a site off XML files. Most hosts don't support* SQL Compact, but if you upload to a host running .NET 4.0 via WebDeploy, the required DLLs will be included in the bin directory.</p> <p>Otherwise, that's a nice set of features.</p> <p>*By support, I mean that a few of them have a funny idea about file-based databases, and think they are nothing but performance problems waiting to happen. Therefore they say having an sdf file in App_Data is not something that is covered under their support agreement, but you can still do it regardless.</p> 2011-08-24T11:44:32-04:004567754http://forums.asp.net/p/1713838/4567754.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Yes I understand the xml file comment but getting a simple small datastore is a problem at times.</p> <p>Yes very true about WebDeploy and the DLL's but on a number of hosts you still have a problem setting the&nbsp;permissions for the&nbsp;SQL Compact file after you upload them.</p> 2011-08-24T11:56:06-04:004568094http://forums.asp.net/p/1713838/4568094.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Mike &amp; Erik,</p> <p><span face="Times New Roman" style="font-family:Times New Roman">Maybe instead of starting another one you could help me with the one i started about month ago:</span></p> <p><a href="http://razorc.codeplex.com/"><span face="Times New Roman" style="font-family:Times New Roman">http://razorc.codeplex.com/</span></a></p> <p><span face="Times New Roman" style="font-family:Times New Roman"></span></p> <p><span face="Times New Roman" style="font-family:Times New Roman">I would love to see some help with this project specially from people with your knowledge ... </span></p> <p><span face="Times New Roman" style="font-family:Times New Roman">You can download it from codeplex or via WebPI</span></p> <p><span face="Times New Roman" style="font-family:Times New Roman">and here is a link to Windows web app gallery:</span></p> <p><a title="http://www.microsoft.com/web/gallery/razorcnet.aspx" href="http://www.microsoft.com/web/gallery/razorcnet.aspx">http://www.microsoft.com/web/gallery/razorcnet.aspx</a></p> <p></p> 2011-08-24T15:14:30-04:004568120http://forums.asp.net/p/1713838/4568120.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Greetings,</p> <p>I WANT this project and you will be amazed at the number of people that may also. The problem with Orchard is the complexity. It is TOO big for a basic website which is what most websites out there are. <br> For&nbsp; most&nbsp; small businesses and users out there, what they want is a simple website that includes a Contact page, News page, About page, a Page that displays their products.<br> Orchard is great, but compared to most other CMS out there, it does NOT fit this profile. Out of the box, Orchard is not a ready for use. Sure you get it deployed easily, but then, it lacks some basic features you expect out of the box.<br> At a bare minimum, most PHp CMS out there, are fully functional websites that can easily be deployed&nbsp; without changes and get a fully functional site<br> I was thinking of starting of such a project myself, but it will be great for MS&nbsp; team to give us something that can then be extended.</p> <p>cheers,<br> yousaid</p> 2011-08-24T15:37:45-04:004568485http://forums.asp.net/p/1713838/4568485.aspx/1?Re+Web+Pages+CMSRe: Web Pages CMS <p>I would be interested in a CMS app for WebPages.&nbsp; I think the strength of WebPages is it's simplicity so it would be nice to see a CMS that is very simple and easy to set up. Something that a beginner could just drop into their root web site and have it work, yet still be able to look into the files and understand how things work would be great.</p> 2011-08-25T00:33:22-04:004569507http://forums.asp.net/p/1713838/4569507.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>Yes, there is a need for a simple cms!</p> <p><a href="http://grabaperch.com/" title="Perch">Perch</a>&nbsp;is really interesting but in PHP.</p> <p>Would really like to work on that too!</p> <p></p> 2011-08-25T13:30:07-04:004573056http://forums.asp.net/p/1713838/4573056.aspx/1?Re+Web+Pages+CMSRe: Web Pages CMS <p>@HumanCompiler</p> <p>I would love to see a simple CMS built on Web Pages. I've been working with Web Pages for the past few months and I like the simpilicity of the system. I would like to see a CMS where people can easily edit content and blog. What did you have in mind for &quot;did all the basics&quot;?</p> 2011-08-28T23:35:27-04:004576083http://forums.asp.net/p/1713838/4576083.aspx/1?Re+Web+Pages+CMSRe: Web Pages CMS <p>HC -</p> <p>I am always interested in new software because one of the days, someone will actually build something that contains all the features that I like.</p> <p></p> <p></p> 2011-08-30T21:28:35-04:004576707http://forums.asp.net/p/1713838/4576707.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>I'm really interested in seeing something like that!</p> <p>Something between&nbsp;<a href="http://nuget.org/List/Packages/QuickEdit.Helper">QuickEdit.Helper</a> and <a href="http://orchardproject.net/">Orchard</a>.</p> <p><a href="http://grabaperch.com/features">Perch</a> is really interesting in that regard, but runs on PHP.</p> <p>Would even work on it, if it's open source! Please keep me informed!</p> 2011-08-31T11:30:22-04:004588839http://forums.asp.net/p/1713838/4588839.aspx/1?Re+ASP+Blog+ApplicationRe: ASP Blog Application <p>I wish this existed today - I'm looking at CMSs to replace an old DNN site that I'm taking over and none of the ASP options seem to work. &nbsp;Orchard is the best, but it's such a radically different architecture than the WebForms under DNN that there's no clean migration path. &nbsp;I know WebPages is also radically different, but at least it's simpler.</p> <p>Let me know if you get an open source project going. &nbsp;I'd love to contribute.</p> <p><br> Tom&nbsp;</p> 2011-09-08T16:54:57-04:00