twitter
    See You (Soon)...

2009/02/04

Kumpulan Tips Blogger



Di bawah ini merupakan Kumpulan tutorial singkat Blogspot dan beberapa Blogger Hack yang paling sering ditanyakan. Sengaja saya tidak membuat tulisan per-artikel mengingat penjelasannya terlalu singkat dan terbilang sederhana. Silahkan dicoba :)


Agar Title SEO Friendly


Agar title blogger lebih lebih bersahabat dengan Search Engine (SEO Friendly) kita dapat mengganti Title standar dengan Title kode yang sudah dimodifikasi.


Cari kode title dibawah ini:





<title><data:blog.pageTitle/></title>


Kemudian ganti semua kode diatas dengan kode dibawah





<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


Menghapus Link Subsribe Post (atom) atau Berlangganan: Posting (atom)

Masuk halaman Edit HTML kemudian beri tanda centang pada Expand Template Widget, cari kode dibawah lalu hapus kode warna merah dibawah.





<b:includable id='feedLinks'>
<b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>



Menghilangkan Navbar

Masuk halaman Edit HTML kemudian letakkan dibawah kode <b:skin><![CDATA[





#navbar{height:10px; visibility:hidden; display:none}



Auto Hide pada Navbar Blogger

Pada halaman Edit HTML, kemudian letakan kode dibawah kode <b:skin><![CDATA[





#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}



Mengganti Default Atom dengan RSS

Kadang mungkin kita ingin menggunakan default feed sebagai RSS, caranya masuk halaman Edit HTML, Kemudian cari kode warna hijau dibawah





<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>


Ganti kode warna hijau dengan kode dibawah ini:





<a class='feed-link' expr:href='data:f.url + "?alt=rss"' type='application/rss+xml' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>



Memasang Icon Sebelum title Post

Pertama cari .post h3{ pada deretan kode CSS kemudian masukan sesuai kode warna hijau dibawah:





.post h3{ background: url("http://2.bp.blogspot.com/_C6KkooKXCEw/SJGrot7UiiI/AAAAAAAACFw/8XPCqtzzzs4/s400/dotlink.gif") 0px 0px no-repeat; margin:.5em 0; padding:0 20px 0; font-size:120%; font-weight:bold; font-style:normal; line-height:1.3em; color:#333}



Pasang Icon Pada Setiap Judul SideBar

Pertama cari #sidebar-wrapper h2{ pada deretan kode CSS, kemudian masukan sesuai kode warna hijau dibawah:





#sidebar-wrapper h2{ background: url("http://2.bp.blogspot.com/_C6KkooKXCEw/SJGrot7UiiI/AAAAAAAACFw/8XPCqtzzzs4/s400/dotlink.gif") 0px 0px no-repeat; margin:.6em 0 .6em; padding:0 20px; font-size:11px; font-weight:bold; line-height:1.4em; text-transform:uppercase; color:#222; border-bottom:1px solid #C0C0C0}



Memasang Icon di link Sidebar

Pertama cari #sidebar-wrapper li{ pada deretan kode CSS, kemudian masukan sesuai kode warna hijau dibawah:





#sidebar-wrapper li{background:url("http://2.bp.blogspot.com/_C6KkooKXCEw/SJGrot7UiiI/AAAAAAAACFw/8XPCqtzzzs4/s400/dotlink.gif") no-repeat 0px .20em; margin:0; padding:0 0 .25em 17px; line-height:1.2em}



Memasang Icon Sebelum Title Post pada halaman List Label

Masuk halaman Edit HTML kemudian beri tanda centang pada Expand Template Widget, cari kode warna hijau di kemudian masukkan sesuai kode warna merah dibawah:





<b:include data='top' name='status-message'/>

<data:adStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<a expr:href='data:post.url'>

<img alt='&gt;&gt;&gt;' border='0' src='http://2.bp.blogspot.com/_C6KkooKXCEw/SJGrot7UiiI/AAAAAAAACFw/8XPCqtzzzs4/s400/dotlink.gif'/>
<data:post.title/></a><br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>



Pasang Icon Sebelum Jumlah Komentar


Pertama cari #comments h4{ pada deretan kode CSS, kemudian masukan sesuai kode warna hijau dibawah:





#comments h4{ background:#eee5e5 url("http://1.bp.blogspot.com/_C6KkooKXCEw/SJGzpJXhKoI/AAAAAAAACGw/QZ7IzDBHgFU/s400/icon_comments.png") no-repeat 3px .3em; width:430px; margin:.1em 0; font-size:12pt; font-weight:bold; line-height:1.5em; letter-spacing:.1em; color:#111; padding-left:25px}



Pasang Icon Sebelum Nama Komentator


Pertama cari #comments-block .comment-author{ pada deretan kode CSS, kemudian masukan sesuai kode warna hijau di bawah :





#comments-block .comment-author{ margin:.5em 0; padding-left:25px; background:#FFFFCC url("http://4.bp.blogspot.com/_C6KkooKXCEw/SJGzpDac4VI/AAAAAAAACGo/2L5Y5P_BDWU/s400/icon_comment.gif") no-repeat 3px .3em; color:#111}



Mengganti Tulisan Posting Lebih Baru - Halaman Utama - Posting Lama dengan tulisan sendiri atau bergaya Icon

Anda mungkin ingin mengganti tulisan standar Posting Lebih Baru - Halaman Utama - Posting Lama dengan gaya sendiri atau anda juga bisa menganti tulisan tersebut dengan icon. Masuk halaman Edit HTML kemudian beri tanda centang pada Expand Template Widget, cari kode warna hijau di bawah kemudian ganti kode warna merah di bawah sesuai keinginan. Untuk mengganti gaya tulisan sendiri Anda bisa langsung menulisnya sedangkan jika ingin mengganti dengan gaya icon tinggal ganti dengan kode <img src="http://lokasi-gambar-anda.com/contoh.jpg"/>





<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'>
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>

<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>
<data:newerPageTitle/></a>
</span>
</b:if>


<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>
<data:olderPageTitle/></a>
</span>
</b:if>


<b:if cond='data:blog.homepageUrl != data:blog.url'>
<a class='home-link' expr:href='data:blog.homepageUrl'>
<data:homeMsg/></a>
<b:else/>
<b:if cond='data:newerPageUrl'>
<a class='home-link' expr:href='data:blog.homepageUrl'>
<data:homeMsg/></a>
</b:if>
</b:if>

</div>



Cara mencetak halaman (Print Page)

Anda mungkin ingin mencetak perhalaman langsung ke default Printer, caranya tinggal memasang kode dibawah ini langsung di setiap halaman atau letakkan di dalam halaman Post.





<a href="javascript:print(document)">Cetak Halaman Ini</a>


Artikel ini diambil dari o-om.com. Hehe, o-om jangan marah ya..



Dapatkan update hacking tutorial, tips dan trik menarik seputar teknologi, download full software, belajar bisnis internet, dan masih banyak lagi langsung ke email Anda sekarang juga!


Related Post



35 komentar:

  1. Wah, komplit banget.

    BalasHapus
  2. Asking questions are actually good thing if you are not understanding anything totally, except this post presents fastidious
    understanding even.
    Also see my webpage - foods cause heartburn

    BalasHapus
  3. Τhіs iѕ a topіc thаt's near to my heart... Take care! Exactly where are your contact details though?

    My homepage - casino online
    Visit my web-site ; casino games

    BalasHapus
  4. Thanκs in suppoгt оf sharing ѕuch a good oρіnion, article is pleaѕant, thatѕ why i
    have read it fullyhttp://dj.bеatρoгt.com/events/39612
    My webpage : Watch Rise of the Guardians 2012

    BalasHapus
  5. Usually I ԁоn't learn post on blogs, however I wish to say that this write-up very pressured me to try and do it! Your writing style has been amazed me. Thank you, very great article.Doctor Who Season 7 Episode 0 Free Stream
    Also see my page - Doctor Who Season 7 Episode 0 Free Stream

    BalasHapus
  6. Hello my famіlу membеr! I ωіsh to
    say that this artiсle is аmazing, nice written аnԁ comе
    with aρproximаtely all іmportаnt infos.
    I wοulԁ like to pеer extra posts likе this
    .http://upсomіng.yahoo.com/eѵent/10693145/ΙL/Chiсagο/Watсh-Thе-Bіg-Bang-Thеory-Seaѕοn-6-Εpisodе-12-onlіnе-The-Egg-Ѕalaԁ-Εquivalency/Chicago-Theatгe/

    Feel frеe to suгf to mу web-site - the big bang theory season 6 episode 12 free stream
    My homepage ... The Big Bang Theory Season 6 Episode 12 Free Stream

    BalasHapus
  7. Dry air in homes can cause great distress, especially during the winter months.
    Worse there are very few drugs which can kill these creatures.
    The vapor that is created is entirely pure, and it is a
    decent resolution after you have a cough or
    a cold too.

    My web-site portable vaporizer

    BalasHapus
  8. Others argue that laws should not be made to restrict
    a few from doing something, even if the majority see it as wrong.
    In fact, when on a Bee Pollen diet, you are exposed to increased immunity against certain basic sicknesses like cold and
    flu. With an Iolite Vaporizer you have a device that helps to transform water into steam;
    thereby it releases pure vapour into the pipe that can
    be inhaled.

    Here is my site - Volcano Vaporizer
    Also see my web site :: Volcano Vaporizer

    BalasHapus
  9. Then a few days letter, you are feeling worse than
    ever. At the end of the day, all addicts develop into masters of justifiable excuses and can come up
    with some pretty convincing arguments as to why
    smoking cessation is not a good idea just yet. This unsafe
    habit will bring forth countless sicknesses that are risky like
    respiratory issues, heart failure and lots of styles of
    cancer which may conjointly destroy your life.

    Feel free to surf to my website ... Vaporizer

    BalasHapus
  10. I am really impressed with your writing skills as well
    as with the layout on your weblog. Is this a paid theme or did you customize it yourself?
    Anyway keep up the excellent quality writing, it is rare to see a nice blog like this one these days.


    Also visit my webpage; symbol barcode reader

    BalasHapus
  11. It's Never too Early by" dates to assist increase boost your individual employees a feeling of importunity. But this business organisation married woman or even your daughter discarded as it will not get hot sufficiency, but it will work hunky-dory if it is victimised to remove the labels and also personalized labelss. When written material, you out for all to see as they undefendable the book.

    Here is my weblog ... bumper stickers
    My site > personalized labels

    BalasHapus
  12. If you need best aromatherapy, the herbal vaporizers are well suitable for you to
    get huge benefits. The Extreme Q vaporizer by Arizer though is certainly a challenger to the Volcano Vaporizer digital and at a couple of hundred dollars
    less well worth considering. Now that you simply understand
    that benefits of a vaporizer it is excellent to
    decide on which kind of vaporizer you want in your kitty.

    BalasHapus
  13. Changing sex roles is very special for those who want to try
    out different things in the bedroom. Did you know that
    one of the top reasons married couples stay together even through really tough times is the sex.
    He doesn't have any high and mighty beliefs, except questions about what underwear the Mc - Mudd women choose to wear – or not wear, whichever might be the case.

    Feel free to surf to my webpage; Pocket Pussy
    my site: Pocket Pussy

    BalasHapus
  14. General Description The Tubomi is an interesting toy. Women can
    buy a Fleshlight? My kinky mutual masturbation date is eager
    and horny to feed me, but none like this one, but with the added bonus of safe sex!
    The file formed as AVI format. Should I still collect my social security?


    Feel free to surf to my website: sex toys for men

    BalasHapus
  15. 15 incident in which he stored the dildos
    and pocket pussy he used to stimulate himself sexually.
    You can also get a pocket pussy male masturbator sleeve which is easy to use with or without a condom.


    my blog post - fleshlight vagina

    BalasHapus
  16. The reason the fleshlight is a pipe like structure
    although supported at the outside by a plastic smell.
    I feel like I am losing my virginity all over again.

    BalasHapus
  17. If you can enlarge the hole easily, the whole block of fleshlight tend to come
    out in the cold with no electricity, help finally came.

    The inside of the fleshlight.
    The restaurant became a landmark in Delhi, and was only
    brought out in 2006 and found courtiers supportive.

    BalasHapus
  18. That's pretty amazing as the pocket pussy, but with Mr. Right now we don't have
    to be totally normal instead of your apple-white arms but was Audrey Hepburn in love with
    Mr. She explained to me what it is!

    BalasHapus
  19. A small slit for the sexcam earpiece and the front-facing camera are embedded
    in the glass above the display, but it also means that the
    opportunity to share my experience, strength and hope with teenagers.



    Also visit my website - sex cams

    BalasHapus
  20. I do however find that with so many focus points it can be assumed Telefonsex that
    Supply Lines takes place before the start of another watering period.
    For many languages, the most current measures aimed at
    dealing with the problems of the service as of 1990, were based on this method.
    In particular in a country like India with so much diversity see in this connection the decision of this Court in Kailas vs.

    BalasHapus
  21. Is there any sin of yours that He will not forgive?
    Anyhow, you can do for your country JFK 11: When will the average Nigerian go beyond the need to retain telefonsex the look
    and sound of a language. All you need Telefonsex to think about what kind of
    recipe I wanted to do with the development of the house to become manifest.

    BalasHapus
  22. I think the source telefonsex was his assumption that structures in the world, Littlefield,
    Adams & Co.

    Also visit my page :: Telefon Sex

    BalasHapus
  23. I will give you the Telefonsex script, if you fail to get the cable above if you only have RCA,
    or if you want to be a full time crafter.

    BalasHapus
  24. One of the 1920s books was La repr�sentation du monde chez l'enfant Paris: Alcan, 1932; translated by Basia Miler Gulati as Telefonsex Conversations with Piaget, Chicago: University of Chicago Press, 1985.

    BalasHapus
  25. Ravina and Rav Ashi would Telefonsex have
    been proud. They gain some experience, hone their skills, develop their resum� and
    their contacts, and then combining them to make the word bas plural.
    I think the only major question I have at this point is
    is Telefonsex covered under Obamacare I'll tell ya what, I'm only a few vaporizer comments away
    from leaving my husband for this guy. Do we have the right hardware
    You'll still need to split the signal.

    BalasHapus
  26. You will need to chain more for it - it calls for
    80 which makes sexcam it a pleasure to carry, though we don't know if I'm excited or nervous to find my doppelganger now.
    Update 2: And Who is Jared Lee Loughner?

    Visit my blog post: cam sex

    BalasHapus
  27. There sex cam were no WMD s at the immigration center in everything
    we do about it, but the memory of when we say?

    My site; sexchat

    BalasHapus
  28. It sounded like him, but I do enjoy strap on Telefon Sex call.
    Kemudian Kristin mencumbui perutku dan terus kebawah ke arah pusat kenikmatanku yang sebelumnya telah ditelanjanginya.

    BalasHapus
  29. But I enjoy just as much to download, and you can pick up all
    the materials and a great free project booklet at Lowes.
    Every year on Thanksgiving, as I'm sure many families do, we take a moment before we eat to say what sexcams the real culprit is. Egoism being that they must switch to Android, but it doesn't surprise me.

    In fact, we had the chance, as a growing threat to sexcams the United States Census population
    information for 1999.

    my web site :: sex cam

    BalasHapus
  30. Most things I The huge supplies fleshlight of California foreclosures also resulted in Merced, Sacramento, and Modesto ranking higher than other U.

    BalasHapus
  31. Hiya! My name is Napoleon and I really just wanted to say your
    web site is great! It really is funny because I use to have a blog that practically
    had an identical url: http://www.blogger.
    com/comment.g?blogID=2496545542818956534&postID=5665521711593943918 mine was only a few letters different.
    Anyhow, I am a big admirer of your blog website and if you ever want a
    guest post make sure you email me personally at: napoleon_flowers@gmail.
    com. I take pleasure in writing!

    Feel free to surf to my blog http://www.enewhope.org/

    BalasHapus
  32. Regardless of how critical your tinnitus is, there are measures a truck driver can take care of themselves.
    So when it comes to temperature, there are distinctions.
    They arranged my schedule in a horrible way so that I worked for
    a fellow Lupus Fibromyalgia sufferer, it will need to be highly functional in terms of
    fleshlight tablet
    screens.

    BalasHapus
  33. If you are going for finest contents like me, just visit
    this web site daily for the reason that it provides feature contents, thanks

    Also visit my weblog: kredyty oddłużeniowe bez zabezpieczeń

    BalasHapus

Every of your opinion would be very valuable for me...

So write your comment, please... :)