How to create my own blog

Associate
Joined
18 Nov 2003
Posts
1,803
Hi guys, i know you can get many sites that allow you to make a blog but i want to make my own.

It must allow me to add/edit/delete and allow viewers to comment. I want the content to be stored on a data base like SQL.

I have dreamweaver,web express and few others, webspace with SQL database.

How can i make my own blog system instead of making it web text so its stored in a database?

Thank you
 
Have you not tried Wordpress?.

Sorry I cant tell you how you would go about making something similar but I have to say it does do everything you require and then some.

Chris
 
Thanks but the problem is, i need to make it. I was thinking of a HTML site with some sort of connection to a database. I really need a "how to" sort of thing not pre made
 
That's a huge amount of work you're looking at, and I doubt you'll find a step by step "how to" guide for the whole thing.

You'll have to use PHP or some other dynamic language rather than HTML.

You're probably best off downloading and looking at the example source for existing blog engines.

Good luck though!
 
What are you trying to make exactly, a blog system in which you can add catagories, links, news, rss feeds etc?

Even if you want to make your own, look at the Wordpress documentation on their website it'll give you an idea of how to go about building a basic blog for yourself.
 
Thanks but the problem is, i need to make it. I was thinking of a HTML site with some sort of connection to a database. I really need a "how to" sort of thing not pre made

It wouldn't be that hard if you know how to insert, select, edit, update, delete etc data from a database. If you look at the wordpress docs site, it explains what everything on the page does.
 
It wouldn't be that hard if you know how to insert, select, edit, update, delete etc data from a database. If you look at the wordpress docs site, it explains what everything on the page does.

i'll read that and see.

but that is what i want to do. I think i will need a "admin" side so do the editing, maybe normal page which is restricted by .htaccess?
 
Back
Top Bottom