Monday, December 10, 2012

Membuat Random Post Di Blogspot


Huh... masih bingung nih kenapa kok blog ini nggak bisa dibuat dofollow, daripada bingung yang berkepanjangan saya mau share tentang Cara Membuat Random Post Di Blogspot . apa sih manfaat dari Random Post ini? ya dapat meningkat kan pageviews blog kita, karena Random Post itu akan menampilkan post secara acak biar pengunjung penasaran apa isi blog kita hehe

adapun Cara Membuat Random Postnya adalah :
  • Seperti biasa, anda harus login di blogger. jangan di facebook lho hehe
  • Pilih Tata Letak - Tambah Gadget - Pilih HTML/Java Script.
  • Copy script dibawah ini dan paste pada kotak widget yang anda tambahkan tadi
<script type="text/javascript">
var randarray = new Array();var l=0;var flag;
var numofpost=10;function randomposts(json){
var total = parseInt(json.feed.openSearch$totalResults.$t,10);
for(i=0;i < numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}
if(flag==0&&l!=0){randarray[i++]=l;}}document.write('<ul>');
for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];
for(k=0; k < entry.link.length; k++){if(entry.link[k].rel=='alternate'){var item = "<li>" + "<a href=" + entry.link[k].href + ">" + entry.title.$t + "</a> </li>";
document.write(item);}}
}document.write('</ul>');}
</script>
<script src="/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&
callback=randomposts" type="text/javascript"></script>
  • Simpan widget dan simpan template blog anda 
  • Dan saya ucapkan selamat karena anda berhasil Membuat Random Post nya
*Keterangan : Ganti tulisan warna biru sesuai jumlah post yang kita inginkan.
Semoga bermanfaat untuk semua :D


Read More

Friday, December 7, 2012

Cooltext.com Membuat Bannner Menjadi Mudah

Sore Sobat Nesaba Site , bertemu lagi nih dengan saya yang guanteng ini hehehe... pada kali ini saya akan share Cara Membuat Banner  dengan mudah, apa sih banner itu ? banner adalah tulisan / gambar untuk menunjukan suatu promosi atau ajakan dalam berbagai hal. dengan cooltext.com membuat banner pun jadi mudah. namun jika lebih profesional kita juga bisa membuat banner dengan photoshop.. okeh langsung saja ke tkp 

  1. Masuk ke www.cooltext.com atau kesini
  2. Pilih salah satu logo (Choose a Logo Style atau Choose a Button Design)
  3. Design your logo, lalu pilih Create Logo
  4. Pilih 4 pilihan yaitu Download Image - Edit this logo - Get HTML Code - Email Image
  5. Pilih salah satu 
  6. Selamat Banner Sudah Jadi :D
Sekian dulu dari saya , karena billing warnet mau habis hehee... , semoga bermanfaat


Read More

Sunday, December 2, 2012

Cara Membuat Daftar Isi Accordion

Cara Membuat Daftar Isi Accordion, Blogger, Blogspot
Daftar isi memang sangat penting bagi suatu blog karena berfungsi sebagai alat navigasi untuk menyajikan seluruh artikel yang diposting. kali ini saya akan share tutorial bagaimana cara membuat daftar isi accordion .

Daftar isi ini menggunakkan efek accordion dimaksudkan untuk menghemat ruang yang ada di blog kita. Juga menimbulkan kesan yang rapi dengan artikel yang disusun berdasarkan Label. untuk perjelas lihat screenshot dulu atau lihat DEMO
Cara Membuat Daftari Isi Accordion, Daftar Isi Accordion, Sitemap
menarik bukan?, mari kita simak langkah - langkahnya.
  1. Login ke akun blogger anda
  2. Buat sebuah posting dengan judul Daftar Isi atau terserah anda.
  3. Klik tombol HTML disebelah tombol Compose.
  4. Masukan kode dibawah ini :
<!-- Content - http://galangkuatir.blogspot.com - Start -->
<div style="margin-top: -85px;">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript">
</script>
<style type="text/css">
#daftar-isi {
background-color:#333;
border:2px solid #fafafa;
color:#fff;
margin-bottom:10px;
-webkit-box-shadow:0 1px 2px #000;
-moz-box-shadow:0 1px 2px #000;
box-shadow:0 1px 2px #000;
overflow:hidden;
}

#daftar-isi .judul-label {
overflow:hidden;
cursor:pointer;
text-decoration:none;
font:normal 13px/100% 'Verdana',Arial,Sans-serif;
padding:10px 15px 11px;
color:#bbb;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
border-top:1px solid #444;border-bottom:1px solid #222;
background:#333;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#333');
background:-webkit-linear-gradient(top, #3c3c3c, #333);
background:-moz-linear-gradient(top, #3c3c3c, #333);
background:-o-linear-gradient(#3c3c3c, #333);
background:linear-gradient(#3c3c3c, #333));
}

#daftar-isi .headactive {
color:#efefef;
border-top:1px solid #24B6E3;border-bottom:1px solid #104968;
background:#248AB0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#248AB0', endColorstr='#21739B');
background:-webkit-linear-gradient(top, #248AB0, #21739B);
background:-moz-linear-gradient(top, #248AB0, #21739B);
background:-o-linear-gradient(#248AB0, #21739B);
background:linear-gradient(#248AB0, #21739B));
}

#daftar-isi ol {
background-color:#333;
margin:0 0;
padding:0 0;
color:#999;
list-style:none;
}

#daftar-isi li {
line-height:normal;
font:normal 11px/100% 'Verdana',Arial,Sans-serif;
margin:0 0;
padding:5px 5px 5px 15px;
white-space:nowrap;
text-align:left;
border-top:1px solid #444;border-bottom:1px solid #222;
}

#daftar-isi li:first-child {border-top:none;}
#daftar-isi a {color:#5687f8;}
#daftar-isi a:hover {text-decoration:underline;}
#daftar-isi a:visited {color:#5687b8;}

#daftar-isi strong {
font-weight:bold;
font-style:italic;
color:red;
}
</style>
<script type="text/javascript">
showNew = true;
accToc = true;
openNewTab = true;

var maxNew = 10,
baru = "New!!!",
sDownSpeed = 600,
sUpSpeed = 600;
</script>
<script src="http://nesaba.googlecode.com/files/Sak.js" type="text/javascript">
</script>
<script src="http://galangkuatir.blogspot.com/feeds/posts/summary?max-results=1000&alt=json-in-script&callback=loadtoc">
</script></div>
<div style="text-align: right;">
<div style="margin-top: -10px;">
</div>
</div>
<!-- Content - http://galangkuatir.blogspot.com - End -->
    5. Ganti  tulisan warna Biru dengan alamat blog sobat.
    6. Publishkan :D
Read More

Thursday, November 29, 2012

Hosting Gratis Di Idhostinger.com




Idhostinger merupakan layanan Hosting Gratis dengan kapasitas ruang penyimpanan yang cukup besar, sangat cocok untuk website pribadi, komunitas, forum ataupun blog. Meskipun Gratis idhostinger mempunyai banyak fitur yang tak kalah menariknya diantaranya :
  • 2000 MB Disk Space
  • 100 GB Data Transfer
  • WebSite Builder
  • 50 Script Auto Installer
  • Support PHP Dan Database MSQL
  • Akses FTP
  • Cron Jobs
  • Sub Domain
  • Parkir Domain
  • Tidak Ada Iklan Yang Tampil
  • Dan Masih Banyak Lagi
Bila belum puas dengan fitur di atas anda juga bisa upgrade ke Web Hosting Premium atau Web Hosting Bisnis yang akan mendapatkan bonus 1 domain .COM .

CARA MENDAFTAR :
  1. kunjungi www.idhostinger.com atau klik Disini
  2. Klik Order Sekarang
Idhostinger
     
      3. Isi Data Anda Sesuai Kolom Yang Disediakan, Centang Saya Setuju sesuai ketentuan penggunaan layanan, Klik Buat Akun




    4. Buka email anda dan konfrimasi pendaftaranya
    5. Akun Siap digunakan :D

Semoga bermanfaat untuk semuanya :D

Read More

Sunday, November 18, 2012

Privacy Policy

Privacy Policy for Nesaba Site

If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at Gkuatir@yahoo.com.
At http://galangkuatir.blogspot.com we consider the privacy of our visitors to be extremely important. This privacy policy document describes in detail the types of personal information is collected and recorded by http://galangkuatir.blogspot.com and how we use it.
Log Files
Like many other Web sites, http://galangkuatir.blogspot.com makes use of log files. These files merely logs visitors to the site - usually a standard procedure for hosting companies and a part of hosting services's analytics. The information inside the log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date/time stamp, referring/exit pages, and possibly the number of clicks. This information is used to analyze trends, administer the site, track user's movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.
Cookies and Web Beacons
http://galangkuatir.blogspot.com uses cookies to store information about visitors' preferences, to record user-specific information on which pages the site visitor accesses or visits, and to personalize or customize our web page content based upon visitors' browser type or other information that the visitor sends via their browser.
DoubleClick DART Cookie


→ Google, as a third party vendor, uses cookies to serve ads on http://galangkuatir.blogspot.com.

→ Google's use of the DART cookie enables it to serve ads to our site's visitors based upon their visit to http://galangkuatir.blogspot.com and other sites on the Internet.

→ Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - http://www.google.com/privacy_ads.html
Our Advertising Partners

Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include .......


  • Google
  • Adsensecamp
While each of these advertising partners has their own Privacy Policy for their site, an updated and hyperlinked resource is maintained here: Privacy Policies.

You may consult this listing to find the privacy policy for each of the advertising partners of http://galangkuatir.blogspot.com.

These third-party ad servers or ad networks use technology in their respective advertisements and links that appear on http://galangkuatir.blogspot.com and which are sent directly to your browser. They automatically receive your IP address when this occurs. Other technologies (such as cookies, JavaScript, or Web Beacons) may also be used by our site's third-party ad networks to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on the site.
http://galangkuatir.blogspot.com has no access to or control over these cookies that are used by third-party advertisers.

Third Party Privacy Policies

You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. http://galangkuatir.blogspot.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites. You may find a comprehensive listing of these privacy policies and their links here: Privacy Policy Links.
If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites. What Are Cookies?

Children's Information
We believe it is important to provide added protection for children online. We encourage parents and guardians to spend time online with their children to observe, participate in and/or monitor and guide their online activity.
http://galangkuatir.blogspot.com does not knowingly collect any personally identifiable information from children under the age of 13. If a parent or guardian believes that http://galangkuatir.blogspot.com has in its database the personally-identifiable information of a child under the age of 13, please contact us immediately (using the contact in the first paragraph) and we will use our best efforts to promptly remove such information from our records.


Online Privacy Policy Only

This privacy policy applies only to our online activities and is valid for visitors to our website and regarding information shared and/or collected there.
This policy does not apply to any information collected offline or via channels other than this website.
Consent

By using our website, you hereby consent to our privacy policy and agree to its terms.



Update
This Privacy Policy was last updated on: Tuesday, November 27th, 2012.
Privacy Policy Online Approved Site
Should we update, amend or make any changes to our privacy policy, those changes will be posted here.


Read More