Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SR20DETDOG

macrumors regular
Original poster
Jan 25, 2011
186
0
Queensland Australia
It might seem silly to even bother with something like this considering just how easy is it to sign up to somewhere like Blogspot and begin blogging within minutes, but where's the fun in that? :p

I've got a reasonably good grip of XHTML and CSS, I'm still trying to learn JS and PHP but I can only learn so much through reading and really need a project to put it into practice.

So, as the title says, I'm wondering if anyone knows of some good tutorials for coding blogs or even just has some general advice?

Cheers
 
Its very simple to code a blog really but it is time consuming. At the heart of it you have basic CRUD operations to database tables with some sort of user interface.

Ruby on Rails and PHP Zend Framework both have tutorials on there sites for creating the foundation of a blog then you will need to work them up and create the interface and styles.
 
I've actually learnt a lot about PHP and JS and CSS for that matter just by self hosting WordPress. Even self hosting I've had to learn everything about configuring MySQL and mail servers, firewall rules etc.

I'd recommend self hosting WordPress and rolling your own theme. You'll get a good grasp on the principles of PHP. WordPress uses a lot of its own custom functions, so you don't interact much with the core of PHP per se, but the same principles apply. I've found that as I've wanted to do more advanced things I've started turning to the core of PHP more now.

The brilliant part of rolling your own theme is you can play with CSS or JS when you're bored of PHP.
 
This would be a perfect introductory tutorial for Ruby on Rails. I wouldn't be surprised if you could find a book or online resource that uses a blog project as a Rails tutorial.
 
Thanks for all the help everyone :)

Ruby on Rails and PHP Zend Framework both have tutorials on there sites for creating the foundation of a blog then you will need to work them up and create the interface and styles.
I think I'll check this out first and then try out the other suggestions.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.