Wednesday, April 4, 2007

Earn money by selling your pictures

If you have a digital camera you can earn mony by selling your pictures on stockphoto sites. There are alot of them out there but I have tried some of them and I have sold a lot of pictures and earned some money.

To start selling your pictures you have to create an account on the stock photo site you would like to sell your pictures at or you can try to sell them on more stock photo sites. I have my pictures for sale on more stock photo sites and I can recommend this method because you will have your pictures showed to more potential buyers.

You can sell a lot of different pictures for example if you have been on a vacation you can try to sell your pictures from your trip or you can try to sell pictures of different objects/items you have at home (pictures of special or homemade items have a tendency to sell really good). But these are just examples of pictures that can be sold.

To sell your pictures you have to give you pictures a title and add some keywords. This is very important that you use some time to get the title and keyword right because buyers find the pictures by them. If you have trouble finding title and keywords try to look at similar pictures and get inspired by there title and keywords.

I have seen proves of photographers earning over 2000 $ a month just by selling pictures. They have also over 500 pictures for sale. Start making money today by selling photos and you can get a good extra income from selling photos.

Places I can recommend are:

I you start selling your pictures online at stock photo sites you will also become a better photographer because you can't expect that all of your pictures get accepted the first time. You may have to submit them again with better lightning or have used a noise reduction program to remove noise from the picture.

Have fun taking pictures and earn some money from selling them.

Friday, March 23, 2007

16 tips to improve your AdSense Earnings

Every webmaster would like to make a lot of money by showing ads on their websites. Some have managed to make a living by running website showing ads. You can also be one of them, if you work hard and are ready to keep optimizing your websites.

I have put down 16 very useful tips to help you improve your AdSense Earnings. Some of the tips can help you earning more right now and some may take a little time before you can see the improvement.

16 AdSense earning tips

  1. AdSense don't make the money for you, but the traffic to you website do.
  2. Follow Google’s rules. Read AdSense Program Policies and Terms and Conditions.
  3. Don't click your own ads. Eventually you get banned.
  4. Experiment with ad formats. Some work better than others and each site is different.
  5. Blend AdSense ads in your blog or homepage design. Then you have a better change to get the reader to click your ads.
  6. Put AdSense ads at the top of your pages. Do not try to hide your AdSense ads.
  7. Use Google sitemap. Helps getting you website added to Google.
  8. Use channels to track performance for ad units. If one is doing poorly- adjust it.
  9. Optimize your pages for search engines. Helps getting a lot of traffic to your websites.
  10. Optimize your keywords. Keep in mind to optimize to high paying keywords.
  11. Add your blog or homepage to search engines like dmoz.org, yahoo and google.
  12. Be patient. Don’t change your ads because you had a bad day or two.
  13. Good content and a lot of advertising will eventually result in a lot of traffic.
  14. Monitor your traffic to see changes. Look for good and bad changes. Remember to fix the bad changes.
  15. Add you blog or home page to Social Bookmarks sites to get more traffic.
  16. Learn HTML to make changes to your blog or homepage.

Wednesday, March 21, 2007

How to Hide Blogger Navbar in New Blogger

Do you want get rid of The Blogger Navbar/Toolbar?

blogger navbar
The Blogger Navbar is a default navigation and search bar on top of all blogspot blogs and they allow you to change the color, but sometimes it may not blend with your template.

How to hide the Navbar

It's very easy to hide the Navbar because you can do it by adding a CSS tag to your blogger template. The code below hides the Navbar in new Blogger.


#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}

If you just transferred form the old Blogger to the new you can see the code to hide the Navbar is not working. That's because Google have change the CSS tags to display the Blogger Navbar. So you have to find the code below and replace it with the code above to hide the Navbar.

#b-navbar {
height:0px;
visibility:hidden;
display:none;
}


The code I have showed you works perfect to hide the Blogger Navbar, but there is alternate ways to hide the navbar. So if you don't like this solution I have showed you, search the net to find an alternate way to hide the navbar.


Is it against Blogger TOS to hide the Navbar?

Bloggers policy page don't anything about removing the blogger navigation toolbar. So you can safe full remove the Blogger Navbar if you like so. But stay updated on Blogger TOS, so you don't violate them. Read blogger TOS.

Monday, March 19, 2007

Add search box to new blogger

Blogger have a build in search box in the top navigation bar, but that search box searches all blog on blogger. You can include a similar search box on your blog template, to give your readers a chance to search your blog. The advantage by adding this search box is that the result is showed in the main body of your Blog unlike the search box in the top navigation bar.

How to add the search box

The easiest way to add the search box is under Template chooses where you would like the search box to be placed and click "Add a Page Element". Select "HTML/JavaScript".

Add the following code, but before you add it you have to change some parts of it to make it work:


<p align="left">
<form id="searchthis" action="BLOG-URL/search" style="display:inline;" method="get">
<strong>SEARCH HERE<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form></p>


It is importen that you change BLOG-URL to the URL or web address of your Blog. You can also change the text in top of your search box by changing SEARCH HERE to your Blog-url or what you like.

Now you only need to save and refresh you blog to see the result. Now you can see a search box like the one below. You can change the length of the search box by changing "20" to another integer. A lower number will result in a short search box and a higher in a longer search box. You can always try to change to get the search box to fit you blog layout.


Search here



By adding the search box to you blog you give the readers a better change to find more information on your blog and thereby get them to stay longer at your blog. You may also have the readers come again because you give them a good opportunity to find the information they are looking for.

Thursday, March 15, 2007

How to add social bookmark buttons to new blogger blog

Social bookmarks are a very powerful tool to get traffic to you blog. When you provide this option for your readers, you are allowing them to easily save links to your blog. These Social bookmarks can be found by others and they may visit you blog and you will also get some inbound links to you blog.

I have only added some of the many Social bookmarks site out there but when you know how to add them to you blog, you can easily add more if you want to.

You can look at the buttom of my posts to see how social bookmark buttons will look like.

How to social bookmark buttons

To place the social bookmark buttons at the footer of every post you have to edit your template HTML code and check "Expand Widget Templates" to find the code to replace. When you have checked "Expand Widget Templates" you have to find:


<p class='post-footer-line post-footer-line-3'/>


Here is the code you have to paste:

<p class='post-footer-line post-footer-line-3'>
Submit in: <a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Bookmark This to del.icio.us'><img alt='Del.icio.us' height='16' src='http://img2.imagepile.net/images/ycc2106/80727937.png' style='border:none;padding:0px;' width='16'/></a><a expr:href='"http://technorati.com/cosmos/search.html?url=" + data:post.url' target='_blank' title='Add to Technorati Favorites'><img alt='Add Story To Technorati' height='16' src='http://img2.imagepile.net/images/ycc2106/81723336.png' style='border:none;padding:0px;' width='16'/></a><a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url' title='Digg This Story!'><img alt='Digg This Story' height='16' src='http://img2.imagepile.net/images/ycc2106/89072042.png' style='border:none;padding:0px;' width='16'/></a><a expr:href='"http://www.google.com/bookmarks/mark?op=add&bkmk="+ data:post.url + "&title=" + data:post.title' title='Bookmark to Google'><img alt='Add to Google' height='16' src='http://img2.imagepile.net/images/ycc2106/10847106.png' style='border:none;padding:0px;' width='16'/></a><a expr:href='"http://reddit.com/submit?url=" + data:post.url + "&title=" + data:post.title' title='Add to reddit'><img alt='reddit' height='16' src='http://img2.imagepile.net/images/ycc2106/10796749.png' style='border:none;padding:0px;' width='16'/></a></p>


One of the next days I’m going tell how to add social bookmarks to the old blogger. If you are using some other blog platform you have to edit the code to make it work with the blog platform you are using.

Se also: Use Social Bookmarks to get traffic for your blog

Tuesday, March 13, 2007

Add Google sitemap to your blog

Adding Google sitemap to your blog and thereby ensure that your blog get crawled.

Google sitemap is very easy to add to your blog and by doing that you also add your blog URL to google index, so your blog get crawled by google. When Google sitemap is added to your blog your blog is added faster to google index and you may get a better crawl coverage.

Google sitemap can help you get detailed reports about how google sends traffic to your blog and see how high you blog is ranged by search phrases. This information you can use to optimize your blog to be found by specific search phrases. You can also se information about how the Googlebot sees your pages and if there is any problems for the bot to access you blog. Therefore is it a really good idea to take the time to add Google sitemap to your blog.

How to add Google Sitemap

You add Google sitemap to your blog at Google sitemap. There you have to sign in with your Google account and if you don't have one then create one. After you have signed in you type your blog URL in the "Add site" box and click ok.


Google sitemap add site
Now you can see that your blog have been added to the list below and needs to be verified by you so Google can determine your ownership of the blog.

To verify your ownership you have to add a Meta tag to your blog. Click on the read "Verify" hyperlink and you are now transferred to the page where you can choose your verification method to use. Choose "Add a Meta tag" and the Meta tag is generated for you.

Now we need to add this Meta tag to your blog template and upload the template.

To add the Meta tag you need to highlight the Meta tag and copy it to the clipboard. Now go to your blog and sign in to your dashboard. Go to the template page and paste the copied Meta in between the start head and end head tags. Save and republish the template.

Now we have to go back to Google sitemap and Check that you have added Meta tag to your home page and then click the "Verify" button.

You will now see a text message “We do not know about all the pages of your site. [Submit a Sitemap] to tell us more about your site.” Click "Submit a Sitemap" and in the dropdown box choose Add General Web Sitemap".

Make sure "I've created a Sitemap in a supported format.", "I've uploaded my Sitemap to the highest-level directory to which I have access." and "My Sitemap URL is:" is checked. See picture below.

Google sitemap Add Web Sitemap

In the "My Sitemap URL is:" box. write your feed URL for your blog. If you are using blogspot then write http://you-blog-name/atom.xml and click "Add Web Sitemap" and you have added Google Sitemap to you blog.

Sunday, March 11, 2007

How to Backup a Blogger Blog

If your blog is hosted on Blogspot and you would like to have a backup of the entire blog there is an easy way to do that.

You have to use DownThemAll! this is an extension for Firefox that allow you to download all the photos uploaded to your blog, all of your post, links and so on. The extension also allows you to just download files with a certain extension from the current page. Therefore this extension allows you easy and fast to download just those types of files you want or the whole blog.


To get all of your post the go to http://blogname.blogspot.com/search?max-results=X where x is the number of posts you would like to back up. To see how many post you have log into you blogger account at the dashboard you can see the total number of post on the blog. To get to first 500 use this http://blogname.blogspot.com/search?max-results=500.

You can also get all of your posts in XML format, this format is better to use if you have to put the data in a database. http://blogname.blogspot.com/feeds/posts/default?max-results=1000

The comments you get here: http://blogname.blogspot.com/feeds/comments/default?max-results=500.

Friday, March 9, 2007

Use Social Bookmarks to get traffic for your blog

Social Bookmarks site are used by many around the word, so if you give you readers the opportunity to add Social Bookmark to you posts, then you can get a lot of traffic by doing that.

A lot of Social Bookmarks sites out there.

How do you choose which Social Bookmarks sites to add to you site? There is not one answer to that question because if you ask some bloggers then they will tell you about the Social Bookmarks sites they have had a success with. But maybe you won’t have the same success with them.

But a good place is to start using the big ones, because they have a lot of reader, but the disadvantage of using them is that you blog maybe don't get noticed there. But I will say if you have some good topic of you blog and write often then you have a good chance of getting noticed there.

Another advantage of using Social Bookmarks sites is that you may get some inbound links that can help improve you search engine ranking and thereby getting more readers from search engines.

Which Social Bookmarks sites to start with.

I will recomand the following Social Bookmarks sites to start with, but as I described before there are many more Social Bookmarks sites you can use.

Over the next period I will tell about how you add these links to Social Bookmarks sites in you post so they are automatically is created for both the old blogger and the new blogger. So stay tuned for more information about that.

If you know some better Social Bookmarks sites to use then fell free to add a comment and tell about them.

Thursday, March 8, 2007

Optimizing what the reader sees

Optimizing the text in your posts so it targets a maximum of 3 search phrases is a really good thing to do because by optimizing for maximum of 3 search phrases you are likely to get a higher search engine ranking and thereby a better chance to get readers to your blog.

How do you optimise the text

Headlines are importent

By using the H1 ... H6 html tags for important headlines before paragraphs you are automatic optimizing you blog, because these tags have a special relevancy weight in SEO. You can look at it as if a hole paragraphs have a headline then this part must be important, nothing strange about that.

If you use your keywords in the headlines it is a good thing to do, but you don’t have to go extreme and for the most important keyword use a H1 and a H2 for secondary keywords and so on. It's just a good thing to have a keyword or two in the headlines. For the H4, H5 and H6 don't spend time to considering how to use them because they have so little influence it's not worth considering.


Main keyword phrases to be in the first line

Another good idea is to get your main keyword phrases in the first line of your post or as high up in the post you can get them. The logic here is that words in the top of the post must be more important then words longer down in the post.

So try to get your main keyword or keyword phrases in the first or second line of your post or as high as you can get it. I know that it's not always as easy as it sound, but try.


Consider the frequency of your keyword

By considering the frequency of your keyword in your post, you can also optimize by doing that. When there is a good frequency for your keywords 4 - 8 % of the total words in your post, the search engines also gives you a better ranking by doing this, but remember as always don't overdo it. Remember that your text in html anchors also counts when you are looking at the frequency.

Monday, March 5, 2007

Upgrade to WordPress 2.1.2 - important update

If you have downloaded WordPress 2.1.1 in the past 3-4 days, you have to upgrad to WordPress 2.1.2 immediately, becaurse 2.1.1 have a security flaw allowing hackers or bad people to compromise you blog.

The security flaw have been added to the WordPress 2.1.1 download file when a cracker have gained access to one of WordPress servers and altered to download file to contain modified code that can be used to compromise you blog.

Get the new version of WordPress over at the WordPress.org Downloads page now and read more about the problem here WordPress 2.1.1 dangerous, Upgrade to 2.1.2

Sunday, March 4, 2007

How to get reader for your blog

Everyone who has a blog would like to have a lot of readers so their content get read and also make some money by writing on the blog.

The best way is to get well known but how do you do that fast? It's not easy but you can start by using a service like Ping-O-Matic to add your blog posts to different search engines for blogs, so other people will find your posts or blog.

One other good method is to add your blog to real search engines like Google, yahoo and msn, but remember to just add the blog one time, because adding it more times may result in getting your blog removed from the search engine. Also add you blog to dmoz.org (Open Directory Project) which many of the big search engines uses to index homepages and blogs.

Another good idea is to post on forums and have a link to your blog in your forum avatar, so other reader can go to you blog. You can also quote other people's blogs and provide Trackback links to your blogs.

Furthermore it’s a good idea to post on forums and blogs which have the same topics as your blog and when people see you post often they may start reading on your blog.

Don't use automatic services that add your blog too many search engines because you can be unlucky to add your blog more times and get banned from a search engine and some of these small search engines can be bad for your placement on the big search engines which is the most important ones to have a good placement at.

Remember that it is easier to promote a blog than it is to promote a product because you are not trying to sell something, you are just promoting some good content that may have some value for the potential reader.

Where to place AdSense ads on your blog

On the internet you can find a lot of information about where the best places are to put your AdSense Ads and much of this information is based on how the person have had success by placing the Ads on their blog.

This is also good information but you have to be aware that if they have success at placing ads there it not certainly that you will have success by placing ads the same place. That can be you have to find a better color theme or the ads is not matching you contend or the place is not a ideal place in you blog design.

When this is told I will also say you can always try to use the same places as other have had success with and you can always change the place if you don't get clicks on your ads.

The people at AdSense have at their blog written about good places to place you ads and I believe they have found some good places to place your ads, so you can always try to place them there and if it's not working try other places or trying to change the color theme.

Below you can see where they say the best places are to place AdSense ads on you can read all about it here: Blogtimize.I have myself have success by placing a 160 x 600 AdSense unit in the right column and also placing a Search unit there.
I have also had some good click on a link unit just below the top logo on some of my blogs but it is hard to say just one place is the best place.

So my best advise is to try some places an be willing to change again if it to working where you have tried them.

Friday, March 2, 2007

How to place AdSense in New Blogger

Now that you have created you blog and started to writing on it is time to add AdSense to the blog so you can earn some money.

First you log into your blogger account and go to the layout page of the blog you what to place AdSense on.

There are 2 ways to place AdSense on you blog the easy method or the manual method witch take a bit more time but by use this way you can add channels to you AdSense so it is easier to track how good this AdSense code is.

Method 1 - easy method:
Click on "Add a Page Element" where you want to place the AdSense ads. Now you have to click on "AdSense" see picture below number 1 and then you have to style you AdSense ads to look how you would like it to look and then click "Save".

Blogger add Adsense
Method 2 - manul method:
First login to your AdSense account and create your AdSense code. When you have created your desired code then log into your blogger account and go to the layout page and click on "Add a Page Element". Now you have to choose "HTML/JavaScript" in the new window you paste your AdSense code and click save and then the AdSense ads are placed on your blog.

After this you can move the ads where you would like it to be placed and when this is done you have placed AdSense ads on your blog.

Thursday, March 1, 2007

Google to offer click-fraud protection

In the start of the next month Google will offer advertisers to prevent there ads will be showed to their competitors, so they can't click them.

In some cases competitors are suspect for hiring people to click ads or have program to click tem so the price for the ad is going to be high.

To stop this Google will offer its advertisers to specify witch IP addresses, ads can’t bee showed to. Furthermore Google will show how much the advertisers can save by filtering click-fraud.

Google will also offer a standard interface where advertisers can report click-fraud and request an investigation.

Both Google and Yahoo have made agreements in trials about this.

Read more here: Google to offer click-fraud protection

Wednesday, February 28, 2007

Changing the Blogger Title Tag in Old Blogger

You can easily change the title tag in your blogger template, so you can get an easily SEO optimizing here. Also this small optimizing can give you a better ranking in search engines. For some of my other blogs this has given me a better ranging.

After the change the title in the browser will be this:

Front-page:
Blog title will be showed.

Item page - one post showing:
Post title - blog title.

Blog Archive:
Blog title: archive title Blog Archive.

For changing the code go to your template and find the following code:

<title><$BlogPageTitle$></title>


This code is you have to place where the old code where.

<MainPage>
<title><$BlogPageTitle$></title>
</MainPage>

<ArchivePage>
<title><$BlogPageTitle$> Blog Archives</title>
</ArchivePage>

<ItemPage>
<Blogger><BlogItemTitle><title>
<$BlogItemTitle$> : <$BlogTitle$>
</title></BlogItemTitle></Blogger>
</ItemPage>


When you have changed you code then save your template and you have just made a SEO optimizing of you blog.

It's a good idea to save a copy of yours template before you try to change it, so you have an original copy to go back to.

How to write a post on Blogger blog.

If you are new to blogger and have created a Blogger Account, I will now tell you how to post on the blog.

First go to http://www.blogger.com/ and sign in. See the picture below.


Blogger signin
Click on "New blogger" to log in to the new Blogger or "Old Blogger" to log in to the old blogger. Then type in your username and password.

After that you will go to your blogger dashboard. You can see it on the picture below.

blogger dashboard
Now click on "New Post" to start to write. You can also see your post or edit them by clinking on "Posts" or edit the settings for the blog by clicking "Settings" or change the layout for the blog by clicking "Layout". But for now I will only tell how to post a post on a blogger blog.

After you have clicked "New Post" you are transferred to the post window where you can write, se the picture below.

Blogger post
First you have to write a title for the post or you can leave this blank, but I can recommend that you always use the title tag for at post because this can help you get a better place in search engines. But choose wisely a title that matches the post.

After you have written the title, then you can start writing the post and you can use all html tags to create your post or you can use the icons to create bold, underline text and so on. I will later on talk about witch tags are good to use and how you can use then.

Then you can add Labels to you post so you can categories your posts by topics, very good idea to use labels, but also here use good names for the labels, I will also cover this topic more later on.

Now you can post your post by clicking "Publish" or save a draft of the post, so you can finish it later on, by clicking "Save as Draft".

You are now ready to start posting on you blog.

Tuesday, February 27, 2007

New to blogging

If you are new to blogging and would like to get started I can recommend www.blogger.com witch is easy to use and AdSense is integrated so you easily can add AdSense adds so you can start earning money for the start.

I you are going to start to blog for money a good idea is to find a niche you would like to blog about, because when you have blogged for a whine and got a lot of visitors its not funny to loose all off then because you don't have enough to write about. I'm going to write more about this topic at a later time, but for now just take a minute or two to think about a topic you can tell a lot about.

Go to http://www.blogger.com/ to create you blogger account and blog.

To create your Adsense account go to Adsense and create the account. I will later talk more about this topic and how to place ads on you blog.

Blogging for gold

Blogging for gold is a new blog where I will tell about how to earn money for blogging and tips about optimizing yours earning from blogging.

I'm going to tell about AdSense, blogger, search engine optimizing and other related topics that can help you earn more for blogging.

With this blog I will try to help new users to start blogging and earn money and also users how have been blogging for a while and would like to earn more.

So stays tuned for a lot of usefull information and remember to add my RSS-feed to yours RSS-reader so you easily can stay updated.