Questions tagged [blogs]

A hip and trendy journal for the web. Should be used for rare questions about blogs, not questions on specific blogging software. Don't mix with blogging software tags like wordpress, blogger, medium, etc

Blogs are journals made of dated entries and published on the web. Their name derives from the term web log. It should be used for the rare questions about blogs, not questions on specific blogging software. See:

2854 questions
35
votes
7 answers

How to call WordPress functions in a custom PHP script

I have a PHP script I want to use for creating a new blog in WPMU. I am having trouble calling WordPress functions like wpmu_create_user and wpmu_create_blog. My hope is to get this script running as a cron job from the command line and pick up new…
sid.sri
  • 371
  • 1
  • 3
  • 4
34
votes
6 answers

asp.net mvc blogging engine

I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available? Note from svinto: I want this as well, but rather something that plugs in to any asp.net mvc site, using any DI/IoC or ORM. -…
Mahesh
  • 1,754
  • 7
  • 36
  • 54
32
votes
5 answers

Unobtrusive, self-hosted comments function to put onto existing web pages

I am building a new site which will consist of a mix of dynamic and static pages. I would like to add commenting functionality to those pages with as little work as possible. I'm curious as to whether such a solution exists in PHP. The ideal set of…
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
28
votes
5 answers

GTK+ 3.0 and GNOME 3 Programming! Any Blog or Book or Tutorial?

I am new to gtk and gnome programming and like to study GTK+ 3.0 and Gnome 3 programming. Since both of these are recent APIs, I can't find a good tutorial or blog post about these topics. The books I found on GTK+ or GNOME programming are very old…
Jomoos
  • 12,823
  • 10
  • 55
  • 92
26
votes
4 answers

Can a Rails app and a Jekyll blog live together?

I have a Rails app and I want to add a blog feature; my idea is to use Jekyll which is a great blog tool, I just need to figure out if it's possible to use http://my.app.com/blog as a url (knowing that Jekyll will run its own server process with its…
Panchew
  • 283
  • 4
  • 6
20
votes
5 answers

In Pelican, how to create a page dedicated to hosting all the blog articles?

In pelican, by default, blog articles are listed on the index.html file. What I want instead is that I use a static page as my home page and put all the blog articles on a dedicated "Blog" page. How can I get this done?
L.J
  • 1,066
  • 2
  • 13
  • 28
19
votes
5 answers

Which Android development blog has the most walkthroughs and tutorials?

I need to work on my Android development skills. Which blog has the freshest and most walkthroughs, code samples, and tutorials?
marshally
  • 3,541
  • 2
  • 23
  • 26
19
votes
2 answers

A clean minimal gem to add a simple blog to existing app?

I need an blog inside my existing app but it doesn't have to be fancy, some category's and an way to convert a directory of textiles to the blogposts including date would fit, already searched for this but nothing fancy came up. any recommendations…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
19
votes
7 answers

Blogging with R: easy way to embed R in a blog post?

There is a very nice Mediawiki plugin for R which allows you to embed R code in any wiki page. It takes a little effort to configure, but it's really useful once you have it in place. Does anyone know of an equivalent for embedding R in a blog…
Shane
  • 98,550
  • 35
  • 224
  • 217
19
votes
5 answers

What are the best blogs for staying up to date on C#, ASP.NET, LINQ, SQL, C++, Ruby, Java, Python?

Apologies if this repeats another - but I couldn't fine one like it. My day to day programming spans a fair number of technologies: C#, ASP.NET, LINQ / SQL, C++, Ruby, Java, Python in approximately that order. It's a struggle to keep up to date on…
Ray
  • 3,468
  • 8
  • 26
  • 27
18
votes
5 answers

ASP.NET MVC 3 embeddable blog engine

I have a website that I would like to embed a blog into. I don't want a seperate website living in a subdirectory. I already have OpenId Authentication and Facebook OAuth implemented and a lot of functionality in my web app but I don't have too…
runxc1 Bret Ferrier
  • 8,096
  • 14
  • 61
  • 100
18
votes
2 answers

How to create a personal wiki+blog on github using org-mode?

I Love org-mode! I tried to create my personal pages using org-export-html. Org-mode can export latex-math using mathjax very well, and many many other feathers. I love that! I want a tidy and beautiful personal site integrated with wiki and blogs…
Vivodo
  • 1,542
  • 2
  • 17
  • 31
18
votes
11 answers

Does ASP.NET's BlogEngine.Net Stack Up to Wordpress?

I'm somewhat familiar with Wordpress and I've used it a little. There is a huge community with tons of plugins and themes etc. Does the BlogEngine.Net compare favorably? Is there another .NET CMS that you would recommend? Thanks for your help.
Mackristo
  • 2,469
  • 4
  • 24
  • 30
18
votes
3 answers

Django: Implementing a Form within a generic DetailView

After working through several google search result pages, I am still desperately stuck at the same problem. I am trying to implement a comment field underneath a blog post. I am thankful for any hints and advice! I am working on a Blog in Django…
user8457857
18
votes
5 answers

How can I apply my CSS stylesheet to an RSS feed

On my blog I use some CSS classes which are defined in my stylesheet, but in RSS readers those styles don't show up. I had been searching for class="whatever" and replacing with style="something: something;". But this means whenever I modify my…
Kip
  • 107,154
  • 87
  • 232
  • 265