Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
Mungkin bagi blog yang rame pengunjung jika terlalu banyak komentar pasti akan memakan banyak tempat. Nah kali ini saya akan memberikan sedikit tips membuat komentar muncul jika di klik dan akan membuat blog kita sedikit lebih profesional lho,Cara kerjanya adalah jika postingan terbuka, seluruh komentar tidak terlihat/tersembunyi dan jika kita ingin melihat semua komentar tinggal mengklik Tulusan "[+/-]Click to Show or Hide Old Comments". Seperti yang dah saya pake di blog ini:

Komentar akan terlihat kembali jika pengunjung ingin menampilkannya dengan cara meng-klik tulisan "Lihat / Tutup Komentar" atau apa saja sesuai dengan kalimat yang ditampilkan.
Langkah-langkah untuk membuatnya, silahkan anda ikuti seperti dibawah ini :

1. Masuk ke Blogger dengan ID anda.
2. Pilih Tata Letak.
3. pilih Edit HTML.
4. Back up dulu templatenya dengan dengan cara klik Download Template Lengkap.
5. Kasih contreng pada Expand Widget Templates.
6. Copy seluruh kode dibawah ini kemudian paste tepat diatas kode </head>


<script type="text/Javascript">
function togglecomments (postid) {
var whichpost = document.getElementById(postid);
if (whichpost.className=="commentshown") {
whichpost.className="commenthidden";
}
else {
whichpost.className="commentshown";
}
}
</script>

7. Cari kode ini <dl id='comments-block'> kemudian ganti dengan kode dibawah ini :


<dl class='commenthidden' id='comments-block'>

8. Copy kode ini .commenthidden { display:none } .commentshown { display:inline } kemudian tambahkan pada kode seperti dibawah ini (yang berwarna hijau itu kode yang harus ditambahkan.


.deleted-comment {
font-style:italic;
color:gray;
}
.commenthidden { display:none } .commentshown{ display:inline }
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
float: right;
}
#blog-pager-older-link {
float: left;

9. Cari kode seperti ini :


<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>

10. Copy seluruh kode dibawah ini kemudian paste tepat dibawah kode tadi.


<base target='_self'><h2><a aiotitle='click to expand' href='javascript:togglecomments%20("comments-block")' rel='nofollow'><b> Click to Show or Hide Old Comments</b></a></h2></base>

11. Klik tombol Simpan Template
12. Lihat komentar pada blog anda akan terlihat jika diklik kalimat "Click to Show or Hide Old Comments"
13. Selamat mencoba, semoga berhasil dan ada manfaatnya...!!
2013, By: Seo Master
Di tutorial atau tips seo sebelumnya blog ini pernah ngebahas cara membuat meta title, keyword, description untuk homepage saja. Sebenarnya meta deskripsi masih bisa optimal untuk blog, tapi meta keyword??Yah meta keyword untuk blogspot saya rasa kurang greget dan optimal untuk homepage di blogger, beda dengan web statis. Keyword yang relevan untuk halaman utama blog kita sebenarnya kata kunci
Seo Master present to you:

We just launched two new ways to give your web apps free and secure access to a user's location, without requiring that user to enter it manually.

First, there's the AJAX API property that provides a simple way to get an approximate, region-level estimate of a user's location based on their IP address. It's as simple as referencing google.loader.ClientLocation, which is made available using the Google AJAX API Loader. This API does not require users to install any client-side software. You can see this new AJAX API in action as part of the 2008 US Election gadget -- the "News by State" will show local news for the state associated with the user's IP.

Second, the Gears Geolocation API provides a way to get a more precise estimate of a user's location. On mobile devices with Gears installed, the Geolocation API can use the cell-ID of nearby cell towers or on-board GPS (if either is available) to improve the postion fix. In the near future, we'll be adding data from your WiFi connection to improve accuracy even further, on both desktop and mobile. In all cases, Gears takes care of assimilating the results from each source and returning the best available position estimate.

The Geolocation API has two JavaScript methods: getCurrentPosition() makes a single, one-off attempt to get a position fix, while watchPosition() watches the user's position over time, and provides an update whenever the position changes. Both methods allow you to configure which sources of location information are used. Gears also keeps track of the best position fix obtained from these calls and makes it available as the lastPosition property. This is a simple way to get an approximate position fix with low cost in terms of both network and battery resources.

The privacy of users' location information is extremely important. The first time your site calls the Geolocation API to request a user's location, that user will be shown a permissions dialog where they can choose to allow or deny your site access. Users can change that decision at any time via the "Gears settings" dialog in the browser menu. Google does not keep location information about users when your site uses the Geolocation API.

To use the Geolocation API your users may need to install the Gears browser plugin, a simple process on both desktop and mobile. The Geolocation API is available on platforms currently supported by Gears, including Internet Explorer, Firefox and IE Mobile (selected devices only). For users to be able to use location-enabled features on mobile they will need a Windows Mobile device that supports GPS or cell-ID lookup (for example the Samsung BlackJack II and the HTC Touch Dual, see list of supported device models in our FAQ). We are working hard to bring Gears to more mobile platforms soon. You can download and install Gears at gears.google.com. Or try out some of the first location-enabled mobile web apps using Gears.

Like the rest of Gears, this new Geolocation API is open source. We're also doing our best to work with existing and emerging standards. Gears now implements the current editor's draft of the W3C Geolocation specification, which we've helped to define in collaboration with Microsoft, Mozilla, and others. We're committed to continued collaboration around the emerging HTML5 standard and the APIs specified by the W3C Web Applications Working Group. The goal for Gears is to advance browser capabilities, and part of that is helping define future web standards.

If you're interested in providing feedback or contributing to Gears, there's more info on the project website. There's also an AJAX APIs discussion group -- we're anxious to hear what you think.

2013, By: Seo Master
Powered by Blogger.