What is Google's Panda?




What is Google's Panda? it's very appropriate title for this post. because I will tell you what it is google panda. Google Panda is the latest  algorithm google search engine in 2011, after the beginning of the year 2010, do update algorithm google search engine with the name "Google Caffeine", last year at the end of the month of February 2011 google again to update the algorithm is called "Google Panda". Google Caffeine previously thought google would provide better search results turned out not guarantee quality sites appearing on the main SERP position, so that in 2011 this Google update its search engine algorithm. it's really uphold the good name of the company.

In the Google Panda algorithm google is more emphasis on content anticipation farm. This make friends who are beginners may still be confused what is meant content farm.
  
Content farm. In the context of the World Wide Web, the term content farm is used to describe a company That Often employs large numbers of freelance writers to generate large amounts of textual content the which is specifically designed to satisfy algorithms for maximal retrieval by automated search engines. Their main goal is to generate advertising revenue through attracting reader page views
Google translate version:
Content farm (farm content) is the term used to describe a website company that employs a large number of freelance writers (freelance writer) to produce large amounts of text content that is specifically designed to meet the maximum search algorithm to search engines automatically. Their main purpose is to generate advertising revenue through the display pages attract readers.
As Google began to lower the rating information blog that is detected as "content farm" so that some sites are categorized as farm content decreased drastically visitors coming from search engines. Some sites are experiencing reduced the percentage of visitors are ezineaticles decreased to 86%, HubPages.com has decreased by 80%. While the site is experiencing an increase in visitors as wikihow.com increased to 79%, answers.yahoo.com 29%, more can be found at Google Farmer Update affected.



Based on information from official website google about Finding more high-quality sites in a google search for the current algorithm google pandas are still applied in the U.S. to other countries including Indonesia would follow the panda. Its greatest effect was on the possibility of many social bookmarking sites and sites article directory.
As a beginner bloggers do not have to mess with the update algorithm, you should still adhere to the guidelines set by Google at google webmaster site center guideline.
Some of them:
- Create a blog's content is original and has the relevance of certain topics (your post is not the result of a homemade copy and paste. The mean is unique content)
- Blogs can provide information and offer solutions to the visitors to the blog
- Post blog has benefits for visitors
Create beginner bloggers should not be discouraged in competing in the Google SERP, because all the blogs still have a chance to grow, we only need to focus on blog content and blog visitors whether the target visitors focus on beginner or intermediate level. Because it is not easy to get something easy.

--------------------------------------------------------------------------------------------------------------------------------------------------

Step By Step Guide Installing Ubuntu 11.10 Into Computer / Laptop

Ubuntu 11.10 name is Oneiric Ocelot  has been released a few month ago. maby i'm very late to post this article. Actually i'm not late, i have post this on my another blog. This is y new blog, ofcourse. If you decide to try it for themselves on the computer / laptop with you, here are simple ways that you can follow the installation process one by one.

1. Download Ubuntu ISO in http://www.ubuntu.com/download/ubuntu/download. This Ubuntu ISO size is 700MB. If you have limited internet, please ask your friends to help you .. :) to download the ISO .

2. Burn the ISO file to a CD / DVD (on CD Image, not in the form of data)

3. Set the boot priority in the BIOS of your computer to read the CD / DVD drive first before HD. If your computer does not boot into Ubuntu, most likely the problem is due to boot this priority.
 
4. Insert the CD / DVD  just Ubuntu 11.10 into the tray CD / DVD and then restart the computer. You will find the computer will boot to a CD if the boot priority is correct.

5. You will see the following screen appears. Press [ENTER] on your keyboard to make the choice of language. In this tutorial I'm using "English".
 
 
 
6. On this second view, I would suggest you select [Try Ubuntu without Installing]. Once again press the [ENTER] on your keyboard to make selection.
 
 
 
7. After you get to the ubuntu live cd desktop, double-click on the icon [Install Ubuntu 11.10].
 
 

8. Window will be appear. Once again, select [Home] and click [Continue].
 
 
 
 9. This step will be to check whether your computer has free space  to install Ubuntu. I do not recommend you to tick the two options below as it involves the process of downloading data from the internet that would delay the installation process. Click [Continue].

 
10.This step will determine the space where Ubuntu 11.10 will be installed . There are two cases that I will comment on here, since this measure among the most important.

10.1 Only for advance users only.
Select [Something else] then click on [Continue].
 
 
 Then, select the partition to install Ubuntu into it. Make sure it is in the format of the file system you want and set mount point to "/". You also need to create your own swap partition if selecting measures is 10.1.
 
 
 
10.2  Select [Erase Disk & Install Ubuntu]

You will be taken to the next exposure. Select the partition you want to install Ubuntu on [Select drive]. The chart below will show the situation after the Ubuntu partition is mounted. Click [Install Now].
 
 

11. As the installation progresses, you will appear as follows some of the display settings.

11.1 Set the location & time zone. Click [Continue].
 
 
 
11.2 Set the keyboard layout (usually English U.S.). Click [Continue].
 
 
 
 
11.3 Set personal information & password. Click [Continue].
 
 

11.4 Set your identity photos. You can use a webcam if necessary. Click [Continue].
 
 
 
11.5 Wait until the installation is complete.

Tips: Skip the processes involved in data download from the internet if you have limited internet.
 
 

12. Restart your computer / laptop.

13. Welcome to the world of Ubuntu 11.10!
 
 
 
 
 May be useful... Be Creative
--------------------------------------------------------------------------------------------------------------------------------------------------

How to Make a Breadcrumb Navigation

How to Make a Breadcrumb Navigation or Menu Navigation Above Posting Articles or Make Blog Creating a Breadcrumb Menu On the navigation menu at the top row or the term referred to an article posted breadcrumb, is an effective way to provide convenience of visitors in see category blog.
Breadcrumb Navigation is terms of seo (search engine optimization), Google already support this breadcrumb. How to Create a Menu Breadcrumb Navigation In Blog
To see results from a blog that has been made ​​breadcrumb / navigation menus above post can see the picture.




Steps On How To Make Breadcrumb Blogger


First, make sure you have made the label on the blog.

Then, go to the Dashboard, select Layout and then select Edit HTML, do not forget to tick Expand Widget Templates.
Next find the following code (use Ctrl + F on your keyboard to aid search):
 

<b:includable id='main' var='top'>

when you have found the code, put this code Above it..

<b:includable id='breadcrumbs' var='post'>

<!-- Breadcrumbs hack. By Hoctro 9/11/2006 http://hoctro.blogspot.com -->
<b:if cond='data:blog.pageType == "item"'>
<p class='breadcrumbs'>
<span class='post-labels'>
<b:if cond='data:post.labels'>

Browse:
<a expr:href='data:blog.homepageUrl' rel='tag'>Home</a> &gt;
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast == "true"'>
<a expr:href='data:label.url' rel='tag'> <data:label.name/></a>
</b:if>
</b:loop>
<b:if cond='data:post.title'>
&gt; <b><data:post.title/></b>
</b:if>

</b:if>
</span>
</p>
</b:if>
<!-- End of Breadcrums Hack -->
</b:includable>
Then,find this code again.
<b:if cond='data:post.dateHeader'> 
and put this code Above it.

<b:include data='post' name='breadcrumbs'/>
 Also find this code ]]></b:skin>

then put this code Above it.

.breadcrumbs {
border-bottom:1px dotted #000;
margin:2em 0 0.5em;
padding:0 0 0.5em;
}
 Save template and you'r DONE.

Dont forget to Comment this post guys..  --------------------------------------------------------------------------------------------------------------------------------------------------

How To Add Clock Widget To your Blog

This article explain you how to add clock widget to your blog,, yah , just simple way,, don't try at home just try at your blog ok my friends. at his article How To Add Clock Widget To your Blog  just show you a script that you cant place it to your blog.



Indonesia's flag

<div align="center"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://alimmahdi.webs.com/Jam&kalender/jam_blogger.swf" wmode="transparent" type="application/x-shockwave-flash" width="150" height="150"></embed></div>

Eye Candy

<div align="center"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://alimmahdi.webs.com/Jam&kalender/Jam_Analog.swf" width="150" height="150" type="application/x-shockwave-flash" wmode="transparent"></embed></div>

Spongebob

<embed src=http://fc01.deviantart.com/fs45/f/2009/139/2/6/Spongebob_Clock_by_blogclocks.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=150 height=127 wmode=transparent></embed>



Squidward

 <embed src="http://fc03.deviantart.com/fs48/f/2009/189/1/e/clockwidget_by_blogclocks.swf?c=0x99e2ff&p=http%3A%2F%2Fi41%2Etinypic%2Ecom%2F11rydfq%2Ejpg&a=20&s=1&r=1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="120" wmode="transparent"></embed>


Garuda Bird ( Indonesia)

 <p align="center"><embed menu="false" pluginspage="http://www.adobe.com/go/getflashplayer" swliveconnect="true" quality="best" allowscriptaccess="sameDomain" loop="false" flashvars="&col1=d89b09&col2=7cc034&dayAdd=0&cal=true&gig_lt=1248336103578&gig_pt=1248336182359&gig_g=1&gig_n=blogger" src="http://www.widgipedia.com/widgets/orido/Jam-Garuda-Indonesia-4639-8192_134217728.widget?__install_id=1248336094072&__view=expanded" height="205" type="application/x-shockwave-flash" width="205" wmode="transparent"> </embed></p>
 

To add this follow the step :
1. Login to blogger.com with your ID
2.Click Layout
3.Add gadget
4.Choose HTML java Script
5.Put the code there
6.Don't forget to Save --------------------------------------------------------------------------------------------------------------------------------------------------