Setting Up Your Drupal Blog
It seems everyone has a blog these days. A Drupal blog is a relatively simple way of getting your message out to the interested public. People read blogs, and a well-written blog may make the difference between a customer buying from you or going to your competitor.
Setting up a blog in Drupal begins with enabling the Blog module.
Enabling the Blog module
To enable the Blog module, follow these steps:
On the Dashboard menu bar, click Modules.
Scroll down to the Blog module.
Select the check box next to the Blog module.
Click the Save Configuration button at the bottom of the page.
The page reloads, and you see this message: The configuration options have been saved.
With the Blog module enabled, you have access to a new content type called Blog entry. Pretty easy, huh?
Creating your first blog entry
To create your first blog entry, follow these steps:
Choose Add Content from the Dashboard menu bar or from the Navigation menu of your Drupal page.
The content creation overlay opens.
Click the Blog Entry link.
You see the form shown in the following figure.
Enter a title in the Title text box and the text of the blog entry in the Body area for your first blog entry.
When you’re done, scroll down and click Preview.
If you’re happy with the preview of the blog post, click Save.
By default, your blog post is published to your site home page. Browse to your home page and take a look.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.