Why blogging is dead – or in a coma

January 16, 2008

Apart from the obvious top blog sites, that lonely little 5% of sites that are actually viable and make money, the majority of the rest of the sites should be put in a coffin and cremated. Maybe theres an idea for some entrepeneur to setup a web site that can cremate blogs that are just taking up valuable space – Who knows ?

 

When we surf the net we are inundated and bombarded with so many blogs and sites that are 90% pure crap  8% filtered crap and 2% of whatever. No content, No Logic and definately no qualm…

 

The top 5% of blogging sites do it really well and very convincing and provide a much needed information cycle. Unfortunately as users we have to sift and sort through the other rubbish and try to decipher through content that 90% has been injected by some “newly released content creating software” developed by a 16year old working under the dim light of his desk at night when he should be in bed getting some much need beauty sleep.

 

So how do we awaken these “oxygen consuming” blogs  and convince them to put some reasonable content onto their sites ? The answer  - we dont , we let them stay in their coma induced state and let nature take its course.

How to install WordPress step by step Tutorial for beginners

January 14, 2008

How to install wordpress – Step by Step

This article will step you thru the process of setting up wordpress on your site, following up from yesterdays article -

Step by Step tutorial on setting up your first blog

Step 1 Download Wordpress latest Version http://wordpress.org/download/
Step 2 Unzip the file to your desktop

Step 3 Log in to your hosting account via ftp – if you don’t have ftp software use

The following http://www.coreftp.com/download.html

Step 4 When you have logged into your hosting account look for the folder

Public_html – upload all wordpress files into this directory

Step 5 This is where we will need to set up the mysql database – its sounds frightening and almost too difficult to attempt but if you follow my instruction it will succeed.

Step 6 Log in to your hosting account via cpanel - www.yoursite.com/cpanel

Step 7 Find the icon mysql databases and click on this

Step 8 It will come up with a screen “Mysql Maintenance” Scroll down to add new database – type in your name this can be anything but for this demo we will use “wordpress” as the name – click on create database

Step 9 BEFORE you do anything further write down the name of the database that has been created it will be something like “wordpress_yoursite” – Make sure you write this down before going any further

Step 10 Now we are going to create a user for your database, scroll to where it says current users – type a name in for the user , this can be anything, for this demo we will use “johndoe” and a password 123456 – Before you go any further write down the password , now create user – screen will come back with the user name something like “johndoe_yoursite”.AGAIN write this down. Now we are nearly finished. We need to add this user to your database.

Step 11 Scroll down to “add user to database” make sure all privileges is ticked, find your username “johndoe_yoursite” and make sure the correct database is selected “wordpress_yoursite” Click Add user

WELL Done – we have just setup our wordpress database.

Step 12 We will now configure the wordpress installation, again using your ftp software log back into your website, change in the public_html directory, scroll down until you find the file “wp-config-sample.php”. This is the file we need to add those details that we wrote regarding the mysql database.

Double Click on the file and it will open for you as per the following

++++++++++++++

<?php

// ** MySQL settings ** //

define(’DB_NAME’, ‘putyourdbnamehere‘); // The name of the database

define(’DB_USER’, ‘usernamehere‘); // Your MySQL username

define(’DB_PASSWORD’, ‘yourpasswordhere‘); // …and password

define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

define(’DB_CHARSET’, ‘utf8′);

define(’DB_COLLATE’, ”);

// You can have multiple installations in one database if you give each a unique prefix

$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the

// chosen language must be installed to wp-content/languages.

// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’

// to enable German language support.

define (’WPLANG’, ”);

/* That’s all, stop editing! Happy blogging. */

define(’ABSPATH’, dirname(__FILE__).’/');

require_once(ABSPATH.’wp-settings.php’);

?>

+++++++++++++++++++

Step 13 I have highlighted the above areas, just put your database name, username, and password into those areas – save the file, this file will then be uploaded to your host – Guess What we are nearly there one more simple process – Right click on the file that we have just altered on your hosting account – we need to rename this file to “wp-config.php”. When you have done this you are finished.

Step 14 Go to your web address www.yoursite.com/wp-admin this will complete the install of wordpress – Remember to write down the password that wordpress gives you. – That’s it,

If you follow the above steps you should have a successful wordpress installation. If you find all the above too mundane or you are time-poor like all of us, email me on wordpressinstalls@zoopta.com as I provide an installation service on wordpress for a fee.

Part 3 of our tutorial will be on using wordpress for the first time.

Text Link Advertising Is Dead? Maybe Not…

January 14, 2008

Everybody and their mother knows that Google frowns on paid text links as a way for webmasters to buy link juice for their sites. So it turned out that 2007 was the year that most of what’s known as text link advertising died. Most bloggers are so scared now that they put no follow links on all their link ads.

(By the way, if text link ads are being discouraged, why does TLA still have PR7?)

Full Story - MoneyMakingBlogs 

Step by Step tutorial on setting up your first blog

January 13, 2008

Step by Step tutorial on setting up your own blog – Part 1

One of the first things I noticed in setting up a blog was the vast information available on this topic. There was quantity but not necessarily quality, alot of the topics and instructions were from years ago and not as relevant as they should be in todays climate.

In the following guide I will attempt to step you through a process of getting your blog up and running with a minimum of fuss and technical know how, this will be covered in parts by the following sections

  • Registering a domain name or web site name
  • Finding a suitable hosting company
  • Installing a blog platform – I personally use wordpress
  • Creating a theme for your Blog
  • Writing your first post.


**None of the links below are associated with affiliate marketing – I have only chosen these sites because of the ease of use that I have experiencedwith them over the past 5 years**

Part 1

Before you can jump on to the net and start blogging you must register a name for your new website. This is commonly referred to as a domain name or web name. Prices vary for this due to the fact that you can register for different periods of time. Because this is your first blog let’s register for only 1 year. This will keep your costs down and you may want to extend the registration once you have become comfortable with your own site.

I have always registered my domain names at http://www.godaddy.com , the price will vary from $6.95 to $8.95 depending on what specials may be running.

Once you have registered your name you will also be given the opportunity of having www.godaddy.com host your site, this is a very easy process of having your first wordpress site up and running with the minimum of fuss.

If you decide to host your site elsewhere you will receive an email from your new hosting company that will have all the relevant details that will enable you to setup your new site.

One very important item is if you have your name registered at www.godaddy.com you must change the nameservers to point to your new hosting company. The name server information would have arrived from the company that you are hosting your site on.

Log in to godaddy and follow the procedures of changing your nameservers.

Part 2 …

Six Tips for More Creating Blogging

January 13, 2008

This post on Creative Blogging was written by Mark Sneall from Talk Climate Change.

Creative lapses are one of the biggest blog killers out there. Every blogger spends time staring at a blank screen searching for inspiration at some point, and few niches provide a steady stream of juicy news on which a blogger can instantly provide outpourings of captivating opinion.

Over time I’ve managed to develop a routine and a set of habits which seem to reliably spark my limited creative abilities and help me avoid those desperate moments of inspirational emptiness as I imagine my page hits plummeting as my blog dries up.

Full Story 

7 Ways to Resuscitate a boring links post

January 13, 2008

The links post is steeped in tradition. After all, the very first blogs were little more than a collections of links.

As blogs have multiplied, changed, expanded and evolved, the links post has remained, essentially, unchanged. It’s a weekly fixture on most blogs, which is actually a little strange, when you think about it.

Has one of your weekly link round-ups ever bought in a lot of traffic? Has it ever been successful on social media? Has it ever received a lot of links? Probably not.

The links round-up post is one that rarely aims high. It serves to give your readers something to chew on while you take a day off. It demonstrates appreciation for some of the content you’ve enjoyed over the week. It sends out trackbacks, helping you take the first step in networking with other bloggers. These are all fine things. They’re the reason why link posts have lasted so long without changing or adapting.

Full story and details - www.dailyblogtips.com