blogaboutphotogalleryblog tutorial

A Beginner's Guide to Blogging with MovableType

PART I
- Introduction
- About blogs
- Blog components
- Getting started

 

PART II
6 Steps to setup a blog:
1. Find a host
2. Register a domain name
3. Get FTP
4. Install Movable Type
5. Configure your blog
6. Customize templates

PART III
- Using Movable Type
- Other tips
- Resources

 

PART II: THE 6 STEPS TO SETUP YOUR BLOG ON MOVABLE TYPE

1. FIND A HOST

The first thing you need ia an account on a webserver (host) that meets MT's requirements.

TIP: Keep all your account info in a safe place (username, password, Name Server, IP address). You will need them again.

Make sure you confirm the hosting service supports MT's requirements prior to signing up. (e.g. Tripod and Geocities do NOT).

MT suggests that you have at least 25 megabytes of disk space available on your server to accommodate future files and posts.

There are many hosting services. Search online, ask your friends, or see support forums. A good option is easyCGI.

Once signed up, your host will send you the Name Server and, in some cases, the IP address of your site. The Name Server is a series of letters separated with periods (e.g. ns1.abcdef.net). The IP address is a series of numbers separated with periods (e.g. 12.234.67.890), which is the address of the server where your site is stored. In general, you will not have a unique IP address (unless you pay for it).

I recommend you have a basic understanding of Domain Name Server (DNS). H2hosting offers this overview.

Easy CGI Web Hosting - $7.96/month

 

2. REGISTER A DOMAIN NAME

If you do not already have a domain name (url), you will need to choose and register one. There are many domain registers. Search online, ask your friends, or see support forums. I use GoDaddy.com.

Once you have a host and domain name you will then need to point your Domain Name to your host Name Server. This means that when someone enters your url (www.yoursite.com) they will be directed to your site on your host's server.

To do this login to your domain register and look for the My Account/Account Manager link then domain manager or manage domain link. Your will need to have the Name Server from your host.

Some companies offer hosting and domain registration in one package (but, make sure their hosting meets MT's requirements).

Then be patient, the propagation period can take 3 to 4 days. This means that once you point your Domain Name to your host NameServer it may take some time to propagate through the world's ISPs.

GoDaddy.com

3. GET FTP

MT requires you have an FTP (file transfer process) program to upload the necessary files to your webserver (host). If you do not already have it, you will need to download and install one. There are a number options. I use CuteFTP (for Windows), others use Fetch (for Mac).

Instructions for using CuteFTP

After downloading the program, install and run it. Then, add your site:

1. Open CuteFTP
2. Select "File"
3. Select "Site Manager"
4. Select "New"
5. Choose a label for the site
6. Enter Host Address (your IP or www.yoursite.com)
7. Enter your host UserName and Password
8. Click Connect

(I told you you would need your hosts info again!)

For more information see CuteFTP's installation instructions or see the instructions for the FTP program you are using.

Once connected, select the "www" folder on the right side panel to view the files on your site. The interface is similar to Windows Explorer with folders with files within them. Webpages are files with an .html or .htm extention. Images are files with .jpg or .gif extentions.

After MT is installed you should see the following:

  • blog (folder)
  • cgi-bin (folder)
  • mt-static (folder)
  • index.html

Your blog templates will be stored in the blog folder:

  • archives (folder)
  • archives.html
  • index.html
  • styles-site.css (this is the CSS style template for your site)

Make sure you have an index.html page in each folder. When someone enters your url, the web server will look for the "index.html" or "index.htm" file as the default file.

To upload files from your hard drive onto your server, simply click and drag files from your hard drive (from the left) to your server (to the right). Likewise you can download files from your server to your hard drive by clicking and dragging from right to left.

You may redirect the homepage index (www.yoursite.com) to the blog index (www.yoursite.com/blog) if you would like visitors to be automatically directed to your blog from the main address of your site. Usually this can be done from the control panel of your hosting provider under "Manage Redirects".

 

4. INSTALL MOVABLE TYPE

To install MT, follow MT's installation instructions.

Unless you are comfortable installing and configuring a Perl script on a web server, I recommend you try Movable Type's TypePad.

Once installed, login to MT and in the Main Menu select CREATE NEW BLOG.

Configure the required settings in the blog creation screen:

  • name your blog
  • set up paths
  • set up URLs (usually http://www.yoursite.com/blog/)
  • select a timezone

Make your selections and click SAVE.

You have now created a blog on MT which will be listed in the Main Menu.

Remember with MT it is possible to have more than one blog on the platform.

 


5. CONFIGURE YOUR BLOG

Movable Type supports many options for configuring the way your blog looks and works. When you create a new blog, these values will be set to reasonable defaults.

To modify these defaults, select your blog from the Main Menu. You will then be in the Editing Menu. Then select:

There are four sections to the configuration section:

Core Setup
This you just completed in the CREATE NEW BLOG section.

Preferences
Allows you to set a variety of optional settings concerning your blog, your archives, your comments, and your publicity & notification settings. Some key Preferences in the Comment Configuration section include:

Allow anonymous comments
Should visitors to your site be able to post comments anonymously--that is, without submitting an author name and email address?

Email new comments
Would you liked to be notified via email when someone posts comments to your site?

Allow comments by default
Specifies whether "Allow comments" is checked or unchecked by default when creating a new entry. You may opt to allow comments or not on each entry.

Archiving
Select the frequencies/types of archiving that you would like on your site. These are individual, daily, weekly, monthly, or category. I recommend individual and monthly for beginners. (Click the CATEGORIES button to define your categories).

IP Banning
Here you can list IP addresses which you want to ban from commenting on your blog. Be warned, it is not foolproof.

Make your selections and click SAVE.

 


6. CUSTOMIZE TEMPLATES

By default your blog will be created with a complete set of working templates. Generally these templates will be made up of HTML interspersed with MT template tags and variables.

You may customize these by selecting:

After making any changes to templates you must rebuild your site by selecting the REBUILD button.

TIP: Templates can be linked to an external file to edit using an external application (e.g. Dreamweaver).

I recommend you have a good knowledge of HTML and CSS (Cascading Style Sheets) before attempting to change the templates. See Webmonkey for tutorials or search the web for others.

If you make a mistake on your templates, you can copy the MT default template and paste it into the box of the Template body. Click SAVE and REBUILD and you are back at the beginning.

Index Templates
Index templates are your main entry listings. By default, an index template displays the last N days worth of entries (N = number of days you chose in the configuration). This behavior is customizable.

Archive Templates
Archive templates define your blog archives. Movable Type ships with three archive templates: one for the date-based archives (Monthly, Weekly, and Daily), one for your Category archives, and one for your Individual entry archives.

Comment Listing Template
This template defines the layout of your comments pages if you choose to use popup windows for your comments.

Templates Stylesheet
The Stylesheet largely defines the look of your site. You may use MT's default style, select one of their other styles, modify one of their styles, obtain a style from another site, or create your own. A few MT styles:

Trendy
Plain Jane
Rusty

Once you have selected the style you wish to use, copy the contents of the text box, and paste those contents into the box of the Templates / Stylesheet / Template body. Click SAVE and REBUILD.

You may also purchase an MT style template at blogstyles for $10.

Modifying Stylesheet Templates
Making changes to the Stylesheet template is fairly easily.

To change colors you will need to know the hex value of a color. Hex values are 6 digits long and can be made up of numbers and/or letters. Some colors are abbreviated to 3 digits. For example, white is #FFF or #FFFFFF.

Some of the template tags are self explanatory and some are trial and error. Try changing one at a time, saving, rebuilding and viewing the results. For example, ".blogbody" defines the background color and font size, color and style for the main blog entry body.

Once you are more comfortable with HTML and CSS you may become more creative with the look of your blog.

 


<< PART I      •      PART III>>