|
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
|
Selling Blog Posts on a private network of 3000+ quality blogs hosted on different 400 C class I.P.s - 100% Unique Contents.
PACKAGES & PRICES
NORMAL BLOG POSTS (STICKY FOR A WEEK)
10 Blog posts costs $40
20 Blog posts costs $70
30 Blog posts costs $9...
Started by BlogLinksale on
, 22 posts
by 11 people.
Answer Snippets (Read the full thread at wickedfire):
Hurry up! save your ....
Thanks
Krishpaul Hi Everyone,
Only today offer!
30 % discount on both Normal and Sticky blog post package ..
Ducth..
Already we given 3 sample reviews If you are interested you can try for normal blog post package..
|
|
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 .
|
|
Here is the site im talking about. http://marillest.com/?d=1 (make sure to include the ?d=1)
i had set up a simple design with width specifications through css but when i start blogging and place large images within the area the entire design gets messed...
Started by iaddesign on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Set the overflow property on your containing div
You've got an extra </div> tag that's probably causing problems, according to W3C validation: [Invalid] Markup Validation of marillest.com - W3C Markup Validator .
|