Best of Mashable: Blogging

Tuesday, November 27th, 2007

This may come as a shock to all of the readers here, but blogging is something we’re passionate about around these parts. So this Best Of is a mixture of some amazing toolboxes filled with resources for you to use, and some stories about the history and future of ...

Creating the Admin Script for a PHP/MySQL Blogging System

Tuesday, October 17th, 2006

In this part of the series we will be writing the administration of the blog. The idea is to give the owner of the blog the ability to manage the blog by being able to remove users and articles as required or to alter the status of users by ...

Creating the Blog Script for a PHP/MySQL Blogging System

Wednesday, October 11th, 2006

In this second part of a three-part series on blogging with PHP and MySQL we will be looking at the actual blog. The blog will be simplicity itself. I have created a style sheet that will help in making the blog look clean and neat. The blog will be ...

Creating a Login Script for a PHP/MySQL Blogging System

Wednesday, October 4th, 2006

In this three-part tutorial we are going to be creating an open blogging system. We are also going to provide scripts that will make it possible to switch to a closed blogging system. This article which is the first part will cover the creation of the login scripts ...