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
The Ultimate Wordpress SEO ChecklistHey everyone, I am back. This post is going to be about Wordpress SEO. It’s a checklist of the steps you should take to ensure that ...
Essential WordPress SEO PluginsSEO is a critical part of getting people to your site and these WordPress plugins help you acheive your goals quickly and ...
WordPress Configuration TricksMany WordPress users know the wp-config.php file as the key to the WordPress database. It is where you set the database name, username, ...
WordPress as a Comic Publishing PlatformThis post was spurred along by a comment at webcomics.com which has since been deleted, though I’ve been meaning to write something ...
8 WordPress Plugins to make your 404 error pages user friendly & efficient404 error pages are unavoidable, they creep in somehow no matter how well you build your site. But its normal. 404 error pages could appear ...

Original Source: