I have found myself answering this question a lot lately, so I figure I should just turn it into a blog post so I can point people to it.
So, you have decided that you want to host your own blog with Wordpress? Great. Here is what you need to make that happen.
1a. A web host that supports PHP/MySQL. Most web hosts do, but be sure to check before you pay. Personally, I use MediaTemple.net for my blog hosting, but there are many many hosts that are perfectly capable of hosting a Wordpress blog.
1b. This isn a requirement, but it is nice if they allow .htaccess editing. Not all do. Without that, you can create human friendly post URLs, so your URLs will end with something like .com/?p=386 rather than .com/post-title-humans-understand/
2. A domain name. Something that is easy to spell and memorable is generally a good rule of thumb, but that is for you to decide. After buying your domain, you will need to update the DNS records to point to your web host is servers.
3. A Theme. Wordpress comes with a handful of pre-installed themes to choose from, but they are not spectacular. You can build an entire theme from scratch, but you may find the free themes available here valuable as starting points for your design. Plenty of designers can help you customize one of those themes or help you create something that is entirely unique.
4. Plugins. You can customize the functionality of your Wordpress site using Plugins. For example, you may want to allow commenters to subscribe to the comments of a post and receive emails when others reply. There is a plugin for that and hundreds of other things.
5. An FTP program. You will need this to upload Wordpress, themes, and plugins. Personally, I use CuteFTP, but there are dozens of choices - both free and paid - to choose from.
Those are all the tools you need.
Other tools that can be helpful include:
- An HTML editor like Dreamweaver, for editing themes.
- An image editor like Photoshop for editing themes and images for posts.
- A stats program like Google Analytics for tracking traffic to the site.
- Using Feedburner to track RSS feed subscribers.
- Using the ScribeFire extension for FireFox to make blogging more efficient.
source: technologyevangelist
Related Stuff
Google Buzz Button Wordpress Plugin ReleasedIf you are looking for a Google Buzz button to add into your Wordpress site then we have released the first Wordpress plugin exclusively ...
Plug And Play Ecommerce With Wordpress PluginsSince 2003 Wordpress has slowly been gaining popularity amongst the elite of the internet, the bloggers. It is one of those few things ...
Add Google Search to Your WordPress BlogThe native WordPress search does not return very relevant results, thus it makes a lot of sense to add Google Search into your WordPress ...
Add More Sidebars to Your WordPress ThemeYou can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch ...
Series Posting in WordpressIn my functions.php file, I have some code which implements series posting. This relies on the thematic ...

Original Source: