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
11
votes
8 answers

Best GWT blogs?

Aside from the official GWT blog, which GWT blogs do you read?
Micke
  • 2,407
  • 5
  • 20
  • 18
11
votes
4 answers

Gem for Creating a full featured Blog in Rails Application

I need a gem for creating a Blog in my rails Application. We can write a whole bunch of our code, but for this small task an effective Gem is preferable. Please suggest a good Gem for creating a blog that supports following features : - Adding…
Ajay
  • 4,199
  • 4
  • 27
  • 47
11
votes
2 answers

Changing Index Page - Ruby on Rails

I am new to rails so go easy. I have developed my blog and deployed it successfully. The entire app is based out of the post_controller. I am wondering how I can reroute the users path to default to the post_controller vs. the app controller. To…
bgadoci
  • 6,363
  • 17
  • 64
  • 91
11
votes
2 answers

How Can I Incorporate my WordPress Blogs into an iOS app?

How Can I Incorporate my WordPress Blogs into an iOS app? I have a beautiful word press site and I want to create a native iOS app. I have knowledge of coding for iOS, but I just don't know how I would go about showing all the latest blogs that are…
Mina Dawoud
  • 408
  • 8
  • 22
11
votes
4 answers

Good blogs about multi-threaded development?

About a year ago I read the book "Java concurrency in practice" and I learned a lot from it. I was wondering if there are any blogs about multi-threaded development in Java, since many topics discussed in blogs are not covered in books. If this blog…
user183044
10
votes
5 answers

If you could recommend only one blog on software testing, which one would it be?

I found a question here about blogs on software development, but I would like to know which blogs on software testing this community reads. If you just have to recommend more than one blog, post each one in separate answer, so others can vote on…
Željko Filipin
  • 56,372
  • 28
  • 94
  • 125
10
votes
1 answer

How to paginate categories in Jekyll with Github Pages?

New to Jekyll converting a WordPress blog I'm trying to add pagination to my category layout. In _layouts directory I've created a file named category.html. I can successfully render a particular category with: category.html: --- layout:…
DᴀʀᴛʜVᴀᴅᴇʀ
  • 7,681
  • 17
  • 73
  • 127
10
votes
8 answers

WordPress Blog Pagination Not Working

I'm still stuck on this issue.. The pagination on my WordPress blog is not working - http://www.example.com/news When you click a different page number it updates the URL (and page title) correctly but it does not show different posts. Ive…
cpcdev
  • 1,130
  • 3
  • 18
  • 45
9
votes
4 answers

How to calculate scores?

This question is more related to logic than any programming language. If the question is not apt for the forum please do let me know and I will delete this. I have to write a logic to calculate scores for blogs for a Blog Award website. A blog may…
Dchucks
  • 1,189
  • 5
  • 22
  • 48
9
votes
3 answers

How can I add a WSYWYG editor to Django admin?

What is the most simplest way to add a WSYISWG editors to admin panel on a django blog?
Adnan
  • 3,129
  • 6
  • 31
  • 36
9
votes
4 answers

Rails mountable CMS and or Blog engine

I am looking for a mountable CMS engine that I can attach to my rails 3 app. I would like to do something like: MyApp::Application.routes.draw do mount Resque::Server, :at => "/resque" # This already exists and is awesome mount…
9
votes
4 answers

Running Mezzanine on App Engine

I am looking for a blog solution to run inside a Django project deployed on the Google App Engine. After a bit of review I decided to try out Mezzanine v0.11.3. I've overcome the hurdle of getting it in project using the advice of others deploying…
Sinidex
  • 473
  • 2
  • 6
  • 15
9
votes
5 answers

Is 20 MB generally enough for a blog database in SQL Server or MySQL?

I want to deploy my blog on AppHarbor. But the free size of the database is 20 MB. I am not yet ready to pay $10/month for the 10GB database. My question is: would this be sufficient for a simple blog with one post a week? I am not going to use any…
Abdulsattar Mohammed
  • 10,154
  • 13
  • 52
  • 66
9
votes
1 answer

Is it possible to schedule posts with Jekyll?

I suspect that one of the limitations of running a static site is that the administrator has to be at the helm when he wants a post to be published. I'm looking for that suspicion to be validated. Is there a method I haven't discovered?
Corey
  • 6,612
  • 4
  • 20
  • 28
9
votes
6 answers

Is there an RDF ontology for blogs?

I'm setting up a blog, and I'm fascinated by RDF and the idea of the sematic web. I'd like to use RDFa to embed sematic data into my blog. There are several well know semantic web ontologies like FOAF for decribing people, ical for events, geo for…
Amandasaurus
  • 58,203
  • 71
  • 188
  • 248