Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
CAn some one recommend a tutorial for making a blog from scratch?
Old 08-16-2007, 12:56 AM CAn some one recommend a tutorial for making a blog from scratch?
goheadtry's Avatar
Webmaster Talker

Posts: 730
Name: John
Location: United States of America, California
Trades: 0
Can someone recommend a guide for making a blog from scratch with php and mysql
__________________
Free $1 gift card when you signup at
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
 
Register now for full access!
Old 08-16-2007, 01:40 AM Re: CAn some one recommend a tutorial for making a blog from scratch?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
I doubt you'll find one, just because of WordPress.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 08-16-2007, 04:42 AM Re: CAn some one recommend a tutorial for making a blog from scratch?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
simple guide to coding a "blog"

Decide what features you want to have as a baseline;
Write code to implement them;

Ongoing development
Decide what features would be useful;
Write code to implement them;
Integrate into baseline code.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-16-2007, 05:47 AM Re: CAn some one recommend a tutorial for making a blog from scratch?
JamieLewis's Avatar
Pretty Much a Big Deal...

Latest Blog Post:
Gooie
Posts: 385
Name: Jamie Lewis
Location: UK
Trades: 0
A blog is simply a database driven website, if you have the basics of a server side language and database integration then you should be able to create one.

The only differences are implementing features such as trackback and generating dynamic RSS feeds. For those you will need to extra research.

Jamie
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
JamieLewis is offline
Reply With Quote
View Public Profile Visit JamieLewis's homepage!
 
Old 08-17-2007, 08:15 PM Re: CAn some one recommend a tutorial for making a blog from scratch?
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Yeah, it's not that hard. I think using a tutorial like the ones on Tizag would be enough to make a simple blog with most of the simple functions enabled.
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 08-18-2007, 11:49 AM Re: CAn some one recommend a tutorial for making a blog from scratch?
Extreme Talker

Posts: 182
Trades: 0
I posted on this somewhere before but I can't seem to find it.

In it's simplest form you would simply need to create a couple of tables in your database to store each blog and link it to a particular user in your user table.

Maybe your blog table would look something like this:
blog_id ( unique id of the blog )
blog_user_id ( the user that posted the blog; or maybe it's just you )
blog_date ( date the blog was posted )
blog_body ( the actual blog body )

After your table, it will simply be a matter of building a form to insert the blog data into the database and then making a page to grab the blogs from the database.
bhgchris is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CAn some one recommend a tutorial for making a blog from scratch?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16979 seconds with 12 queries