blog-engine

Theme Selector idea for a Blog Engine written with ASP.NET MVC

a 夏天 提交于 2019-12-23 02:32:25
问题 I have started to build a blog engine which is totally unprofesional and meant to be not used by anyone. So, in plain English I cannot tell that you go ahead and run this for yourself and you will be happy. You may see the complete code I have written so far : https://github.com/tugberkugurlu/MvcBloggy While now I am working on DAL , I also try to lay down what I need to do. One point I am stuck here is how I can handle theme selection for the blog engine. How should I start building the

Simple, free PHP blog engine easy to redesign? [closed]

一世执手 提交于 2019-12-21 07:10:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I am looking for a PHP blog engine which needs to be easy to redesign (CSS, HTML). It also needs to be free and have simple user interface so that the client doesn't struggle to add posts. Any suggestions? 回答1: Wordpress - I keep trying other blogs and I keep going back to wordpress. It's definitely the easiest

Theme Selector idea for a Blog Engine written with ASP.NET MVC

久未见 提交于 2019-12-07 08:36:26
I have started to build a blog engine which is totally unprofesional and meant to be not used by anyone. So, in plain English I cannot tell that you go ahead and run this for yourself and you will be happy. You may see the complete code I have written so far : https://github.com/tugberkugurlu/MvcBloggy While now I am working on DAL , I also try to lay down what I need to do. One point I am stuck here is how I can handle theme selection for the blog engine. How should I start building the basics? Should I create a skeleton html and let others write the CSS and basically select that? Or

Top 3 reasons not to develop a “blog system” that generates aspx files on the fly

∥☆過路亽.° 提交于 2019-12-05 20:45:53
问题 In this question the OP implies that he wants to base the blog system he is developing on automatic creation of .aspx files, one for each new blog entry. In my answer to his question (which is related to something else), I told him that I would discourage him from using such an approach, but without giving any real reasons. He is now wanting reasons why it is not a good idea, and I'm using this question to see if the community can come up with a compelling enough list of reasons for him to

Blog engines for ASP.Net (maybe MVC) web sites [closed]

匆匆过客 提交于 2019-12-04 14:26:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I've built a web site on ASP.NET MVC and one little section of it should be a blog. I'm looking for a blog to integrate. In the worst case scenario it'd be a WordPress with a custom skin and RSS integration to the rest of the site. The best would be to have an ASP.NET MVC add-on, but I can live with ASP.NET

Simple, free PHP blog engine easy to redesign? [closed]

一世执手 提交于 2019-12-03 23:58:31
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I am looking for a PHP blog engine which needs to be easy to redesign (CSS, HTML). It also needs to be free and have simple user interface so that the client doesn't struggle to add posts. Any suggestions? Wordpress - I keep trying other blogs and I keep going back to wordpress. It's definitely the easiest I've used for customizing templates, and the admin UI is very nice. I kinda like b2evo we used

Blog engines for ASP.Net (maybe MVC) web sites [closed]

断了今生、忘了曾经 提交于 2019-12-03 08:42:45
I've built a web site on ASP.NET MVC and one little section of it should be a blog. I'm looking for a blog to integrate. In the worst case scenario it'd be a WordPress with a custom skin and RSS integration to the rest of the site. The best would be to have an ASP.NET MVC add-on, but I can live with ASP.NET WebForms. Do you have any recomendations on the engine? I've been checking out BlogEngine.Net and I'd like to have some other ideas to compare. Anything in particular you can point to regarding this integration? spinodal Three most famous are those: Classical Asp.Net dasBlog -Edit: updated