Make Blog Title Scrolling in Blogger


Lihat dan hitung, seberapa banyak aplikasi Android yang Anda instal di smartphone Anda? 

Pernahkah terbersit di benak Anda bagaimana cara membuat aplikasi-aplikasi tersebut?

Apakah Anda Saat Ini Ingin Sekali Bisa Bikin Aplikasi Android Sendiri? Seperti aplikasi game edukasi, media pembelajaran, aplikasi berbasis sensor, aplikasi multimedia, dan lain sebagainya?

Tetapi

1. Tidak Ngerti Coding
2. Tidak Tahu Computer Programming
3. Tidak Paham Bahasa Pemrograman Android
4. Dan Sama Sekali Bukan Lulusan IT?

Jangan Khawatir ...
Ternyata, bikin aplikasi Android itu SANGAT MUDAH, bahkan bagi Pemula sekalipun.

Sekarang Anda bisa bikin aplikasi Android dengan Cepat, bahkan TANPA HARUS CODING.

Tak peduli apapun latar belakang Anda, bikin aplikasi Android itu MUDAH, semudah bermain Puzzle.

Anda Hanya Perlu 4 Langkah berikut ini :

1. Drag & drop komponen-komponen yang dibutuhkan
2. Percantik tampilan aplikasi dengan mengatur layout dan desain tampilan
3. Susun blok-blok kode programnya, dan
4. Build aplikasi Anda jadi file instalasi *.APK

Lantas, Bagimana Cara Memulainya?
Mudah kok, karena sudah hadir untuk Anda Di Sini :


Video tutorial yang membahas cara membuat aplikasi Android dengan sangat MUDAH, CEPAT, & TANPA CODING menggunakan tools App Inventor 2. 
BloggerThe blog title is one of the crucial points in any website or blog even in SEO or Design. You know generally blog title is non-scrolling. When someone has opened your blog and not been visiting your stuff (This might be he/she would open another tab), They could be close the tab accidently. So you can alert them by making the blog title or the post title scrolling. It would be a great indication for the user to be active in your blog like in Facebook. If you’re a fan of Facebook, you would know that whenever someone comment, it is notified in the title bar. It’s very helpful in many occasions to control the activities that we do in Internet. So by making blog title scrolling, you can increase the conversation rate, page views and decrease the bounce rate. You know that these objects are most essential measures for increasing the Alexa rank.

In a previous post I explained you how to make your blog title scrolling. So this is another method to do it. Both are similar, but codes are different. So you may implement the script on your to scroll the blog title and add custom massage. The message could be a word phrase or Entities. Design your own stylish word to be added to the blog title and then follow below steps.





1: Sign in to your blogger account.
2: Go to Dashboard >> Template >> Edit HTML.
3: Now search for </head> HTML tag in your template and paste below code just before it.

<script type='text/javascript'>
//<![CDATA[
msg = "NAME OF BLOG - YOUR MESSAGE HERE";
msg = " ... " + msg;pos = 0;
function Scroll_MSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("Scroll_MSG()",300);
}
Scroll_MSG();
//]]>
</script>


  • Replace NAME OF BLOG - YOUR MESSAGE HERE with your blog's title and your message.You can make a use of HTML Character Entities to display special characters such as ©,♠,♥,♣,♦
  • Set the animating speed by changing the 300.
4: Save your Template.

Similar Posts:- 

Pengelola Blog : ABDUL WAHAB

Judul : Make Blog Title Scrolling in Blogger
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang Make Blog Title Scrolling in Blogger
Anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel ini sangat bermanfaat bagi Blog dan teman-teman anda.
Namun jangan lupa harap memberikan link aktif dofollow yang mengarah ke URL ini ya
http://kejutaninternet.blogspot.com/2013/09/make-blog-title-scrolling-in-blogger.html

Dan Terima kasih sekali lagi atas kunjungan Anda.

Kritik dan saran atau apapun bisa anda sampaikan melalui kotak komentar.
Dan mohon maaf jika komentar atau pertanyaan tidak bisa cepat saya respon,
karena Saya tidak bisa selalu online selama 24 Jam.


Mau Di Buatkan Blog Siap Pakai Seperti Ini ?.

Artikel Terkait

Previous
Next Post »