CAUTION

While the Guest Book at the The-Raden is still not there, please leave a footprint in every post. Thank You ..

List of blogs to Google Search Engine

3 comments
 
Although Search Engines are generally crawl on all websites or blogs that exist, but to optimize the index, should do registration or submit url blog or website. As we already know, Google is a search engine number one, and register the url blog or website to search engines is the first step to doing SEO (search engine optimization), namely to maximize the results of Google's index to the url blog or website and every page.


Here are the steps to register your blog / website into the Google Search Engine:
  1. To get full access from Google, list Google first in the General Account (If you do not already have it).
  2. Submit your Blog or Website on Google by entering Url Add.
  3. To learn and perform validation, go to Google Webmaster Tools. (Earlier create a blog, usually has validated via Automatic Verification HTML code)
  4. Go to "Manage Site" -> "Add or remove owners".
  5. Go to the "Verify using a different method" -> tick the "Add a meta tag to your site's home page"
  6. Copy the code and put it in your HTML template, exactly above the code </head>
  7. Save. Wait some time and there will be a report in Webmaster Tools.

Meskipun mesin pencari umumnya merangkak di semua situs web atau blog yang ada, tetapi untuk mengoptimalkan indeks, harus melakukan registrasi atau mengirimkan url blog. Seperti yang sudah kita ketahui, Google adalah mesin pencari nomor satu, dan mendaftarkan url blog atau website ke mesin pencari adalah langkah pertama untuk melakukan SEO (Search Engine Optimization)


Berikut adalah langkah-langkah untuk mendaftarkan Blog ke dalam Search Engine Google:
  • Untuk mendapatkan akses penuh dari Google, daftar dulu di General Account Google (Jika anda belum memilikinya).
  • Daftarkan Blog atau Website anda di Google Add Url dengan memasukkan Url Blog atau Website.
  • Untuk mengetahui dan melakukan Validasi, lanjutkan ke Google Webmaster Tools. (Awal membuat Blog, biasanya telah tervalidasi secara Otomatis melalui HTML Verification code)
  • Pergi ke "Manage Site" -> "Add or remove owners".
  • Pergi ke "Verify using a different method" -> centang "Add a meta tag to your site's home page"
  • Copy code tersebut dan pasang di template HTML anda, tepatnya di atas kode </head>
  • Save. Tunggu beberapa waktu dan akan ada laporan di Webmaster Tools.

Related Article on The Blogger Sidebar

7 comments
Been on a blog friend in the afternoon, I found the article "how to make the articles linked in the sidebar?". I was curious and wanted to try it!

Login to your blog -> Design -> Add a Gadget -> HTML/JavaScript -> Titled "Related Articles"
contents with the following code:
<script type="text/javascript">
removeRelatedDuplicates();
printRelatedLabels();
</script>


Edit html -> Expand widget templates
Look for the code </head> (use Ctrl + F to search)
Replace the code </head> with the code below :
<!-- Related Post -->
<script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
function related_results_labels(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;
break;
}
}
}
}
function removeRelatedDuplicates() {
var tmp = new Array(0);
var tmp2 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains(tmp, relatedUrls[i])) {
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
}
function contains(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
function printRelatedLabels() {
var r = Math.floor((relatedTitles.length - 1) * Math.random());
var i = 0;
document.write('<ul>');
while (i < relatedTitles.length && i < 20) {
document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>');
if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
}
document.write('</ul>');
}
//]]>
</script>
</head>

Next look for the code:
<div class='post-footer-line post-footer-line-1'>
<div class='post-footer-line post-footer-line-2'>
<div class='post-footer-line post-footer-line-3'>
Select one, then paste the following code just below the code above :

<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=15&quot;' type='text/javascript'/>
</b:if>
</b:loop>
</b:if>


Edit HTML -> Expand widget templates
Look for the code title = 'Related Articles'
Similar to the code below :
<b:widget id='HTML2' locked='false' title='Related Articles' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'>$3B<data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>
  <b:include name='quickedit'/>
</b:includable>
</b:widget>

Now, you add the red code
<b:widget id='HTML2' locked='false' title='Artikel Terkait' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>
  <b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

Code that is green in disregard it, because it's the serial number of widgets.
Code blue is the number of "Related Articles" that appear

How to make the article linked in the sidebar is pretty complicated? however, this method is already in practice before. if any question please you (readers) to Comment! Thank You.

Pada Suatu Ketika

6 comments
Indonesia is now more advanced in the field of Animation, know why?
Indonesia issued an animation film titled "Pada Suatu Ketika" is themed like a Transformer movie and made ​​by LakonAnimasi. however, native-made Indonesian people still rough, but so people take pride in Indonesia. Here is footage of Animation "Pada Sutu Ketika"
 This new video trailer, maybe this video was released in 2012
Indonesia kini lebih maju dalam bidang Animasi, tahu kenapa?
Indonesia mengeluarkan sebuah film animasi yang berjudul "Pada Suatu Ketika" yang bertemakan seperti film Transformer dan dibuat oleh LakonAnimasi. Namun, asli buatan orang Indonesia masih kasar. tapi, banggalah menjadi orang Indonesia!

Be a winner really.

2 comments
You can win a war with the use of force, but you only can win a life with a good soul.

In the battle to win your strength, your freedom, and your successes, no amount of force sufficient to incline you toward the rejected by your soul.

You can only win your own self, winning your own soul.
The sharpness of a sword can win a period, but a good soul to win immortality.

So, be a winner really. Be a winner with a good soul.

Sherlock Holmes

2 comments
On this night, finally I can open my blogger again. And on this night, I'm thinking in a cool place right under a big tree while typing a story that I convey to you all.

Have you ever thought to be a detective fiction and eccentric reliable? I was inspired by the movie Sherlock Holmes Arthur Conan Doyle's creation. Sherlock famous for deduction ability and intelligence in solving the case, it is my favorite part. On the occasion tonight, I will try to discuss the movie Sherlock Holmes, which was released in 2009. Previously this was from Sherlock Holmes Trailer (2009) :


Sherlock Holmes is in the starring Robert Downey Jr. is the character of the people I like, why?

as Sherlock Holmes calls himself "consulting detective", people who asked for help in a case when the case was considered too difficult to solve the police and other detectives, we even heard that he can solve a case without having to leave his home. He is very reliable in resolving cases of unusual with exceptional analytical abilities, and often also demonstrate this ability to create a new client with direct analysis of the person or things just do the clients. This strategy, of course, never fails to baffle and make his clients believe in his abilities. It was remarkable, I admire him. how about you (the reader)?

You are interested in this film? You can download the ganool.com (movie trusted sites, but also expert pirated)
Pada malam ini, akhirnya aku bisa membuka bloggerku lagi dari sakitnya Kepalaku ini. Dan pada malam ini, saya sedang berpikir di tempat yang sejuk dan dingin tepat di bawah pohon yang besar sambil mengetik sebuah cerita yang saya sampaikan untuk Sobat Blogger semua.

Apakah kalian pernah berpikir untuk menjadi Dedektif fiksi yang eksentrik dan handal? Saya terinspirasi oleh penciptaan film Sherlock Holmes yakni Arthur Conan Doyle. Sherlock terkenal karena kemampuan deduksi dan kecerdasan dalam memecahkan kasus ini, itu adalah bagian kesukaan saya. Pada kesempatan malam ini, saya mencoba membahas film Sherlock Holmes, yang dirilis pada tahun 2009.

Sherlock Holmes dalam dibintangi Robert Downey Jr. dan itu adalah orang kesukaan saya, mengapa?

sebagai Sherlock Holmes menyebut dirinya "detektif konsultan", orang-orang yang meminta bantuan dalam kasus ketika kasus tersebut dianggap terlalu sulit untuk memecahkan polisi dan detektif lain, kita bahkan mendengar bahwa dia dapat memecahkan suatu kasus tanpa harus meninggalkan rumahnya. Ia sangat handal dalam menyelesaikan kasus yang tidak biasa dengan kemampuan analitis yang luar biasa, dan sering juga menunjukkan kemampuan untuk membuat klien baru dengan analisis langsung tentang pribadi atau hal-hal hanya melakukan klien. Strategi ini, tentu saja, tidak pernah gagal mencengangkan dan membuat kliennya percaya akan kemampuannya. Itu luar biasa, saya mengaguminya. bagaimana dengan Anda (pembaca)?

anda tertarik pada film ini? tenang saja, dapat mendownload di ganool.com

Walk as a Willing Soul

5 comments
Every soul is the soul of God's love
are relegated to the realms of existence as a human body
the duty to realize the glory of his soul
to give heed to his neighbor's life
for the beauty of his life in heaven.

And the soul that is able to lead themselves
to get out of concern, lack of sharpness,
delays, and laziness,
has all the potential to move mountains.

For indeed,
power of each soul is guaranteed by the Creator.

So let us recall
message delivered on the day of our birth ...

Follow This Blog

Tesssssssssssssssssssssssssssssssssssssssssssssssssss