|
I am building a blog based on a self-rolled MVC structure. I want to build my own, not used a 3rd party.
What is the best way to handle the creation of a new blog? Heres two options i can see...which is better, or is there something i haven't thought ...
Started by johnnietheblack on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could have a helper class do controller just create the new persistent Blog object..
A controller which maps the blog input from the view into a Blog model object.
|
|
I've been adding quite a few blogs to sites and I'm wondering if it's better to add blogging software on the site or use an external blogging service. The major reason I can think of adding a blog to site is if you want to customize it later on (other...
Started by Darryl Hein on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On the other hand, a blogging service to integrate everything on your website with....
This will help with a number of things blog will become simply an extension to your website.
I would go with putting the blog on your website itself.
|
|
Hi,
What approach is the best way to make content-types restricted to a user in Django, lets say that i want all users with the user-role "blogger" to have its own blog.
Ive createt a weblog app, but how do i restrict it so that the user logged inn can...
Started by Espen Christensen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
First your blog entries has to be attached to user, so you know on whos blog display, it, right? models.py:
class BlogEntry(models.Model): user = models.ForeignKey(User, related_name='blog_entries he's logged, views.py:
@login_required....
|
Ask your Facebook Friends
|
I've been blogging for about a year now. After a month I realized that I wasn't a huge fan of wysiwyg editors provided by blogger and typepad. Since then I've been using Windows Live Writer for authoring content and Google Prettify for syntax highlighting...
Started by Tyler on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Windows Live Writer has back to just plain highlighted text without... .
Check out BitButter's Post for Displaying TextMate code in your wordpress blog .
Donald Jenkins has a great post explaining all the tools he uses for a single blog post.
|
|
I have tried few free blog services but nothing seemed to be just right. (off-course at one point I thought I should write my own blog engine :)
I am looking for something that:
Can gracefully handle the source code in blog post (easy to post source code...
Started by Hemant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps a look at the source will reveal the engine?
Pinal Dave seems to just... .
It does seem to support much of what you need, at least at first glance .
I always liked the look and formatting of Pinal Dave's but i'm not sure which blooging engine it uses .
|
|
Possible Duplicate:
What is your favourite service for bloggers?
I have tried few free blog services but nothing seemed to be just right. (off-course at one point I thought I should write my own blog engine :)
I am looking for something that:
Can gracefully...
Started by Hemant on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Have you tried Tumblr? The jQTouch blog uses that and it seems to work quite well..
Not that there's anything wrong with WordPress) you're that cheap .
blog hosted by a WordPress on linux installation.
|
|
I'm trying to find a blogging platform that i can integrate into an existing site. Thus i need a simple, single-page blog with no extras necessary that can be used to convey news. Willing to go anyway as far as back-end (php. etc.), but i wish it wasn...
Started by Steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Almost any webhosting service should be able to supply WordPress... .
You don't have to use all the thousands of customization options, and it's all on one page by default .
Maybe not what you're looking for, but a simple WordPress install is not difficult .
|
|
FOR RE-OPENING:
I don’t see how it is “too localized”. Plenty of people like to run their own web-apps instead of relying on third-party services. If that were not true, then WordPress, phpBB, Apache, PHP, etc. would not be available for general use. ...
Started by Synetech inc. on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
It comes in multiple editions with different features depending on your requirements... .
It is/was used to host the Microsoft developer blogs blogs.msdn.com and has a host of features.
If you are using windows telligent community server is pretty good .
|
|
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 post? The...
Started by Shane on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
What a coincidence Rackham) to upload the results onto ... .
I see that there is a posting on this very subject on the "Learning R" blog today.
Or, going the other way, you take Rpad and wrap a blog engine around its web-based R interface.
|
|
Ano ang type ng blog mo? Personal? Photo Blog?
Started by magnabash on
, 20 posts
by 17 people.
Answer Snippets (Read the full thread at pinoyexchange):
Http://cokskiblue.blogspot.com photo blog
may 1 video na - linked from youtube
blog.jaybeecc.com
let's link up
and leave comments sa blog or sa youtube my cousin has a photoblog
http://sapot-litrato.philsites....
Check it out.
Video Blog.
|