Archive for the 'Blogger' Category
Entah kenapa, saat ini saya kesulitan mengunjungi beberapa domain. Apakah itu diblok atau koneksi internet yang lelet. Yang jelas, blog di blogspot.com tidak bisa saya akses melalui speedy, 2 hari kemarin saya sempat tidak bisa mengakses rapidshare.com (skrg sudah bisa). Dan beberapa blog teman2 pun tidak bisa saya akses, entah pidah rumah atau kena blok juga. Semoga semua lebih baik di keesokan hari.
Today, when i try to edit my template i found the way add widget to header and main page. Just edit few code without add any code, then i can add widget at header and main page at my blog template. Use this i can add my adsense code automatically, without add script at each post. Let’s start !!!
- Go to your template configuration then click edit HTML
- On your edit template form find code like this
Header Section
<div id=’header-wrapper’>
<b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=’no’>
<b:widget id=’Header1′ locked=’true’ title=’spypark.reborn Blog”s (Header)’ type=’Header’/>
</b:section>
</div>
<div id=’content-wrapper’>
Post Section
<b:section class=’main’ id=’main’ showaddelement=’no’>
<b:widget id=’Blog1′ locked=’true’ title=’Blog Posts’ type=’Blog’/>
</b:section>
</div>
- On header section you need to delete attribute maxwidgets and set attribute showaddelement to yes
- Check again your code, the result may like this
Header Section
<div id=’header-wrapper’>
<b:section class=’header’ id=’header’ showaddelement=’yes’>
<b:widget id=’Header1′ locked=’true’ title=’spypark.reborn Blog”s (Header)’ type=’Header’/>
</b:section>
</div>
<div id=’content-wrapper’>
Post Section
<b:section class=’main’ id=’main’ showaddelement=’yes’>
<b:widget id=’Blog1′ locked=’true’ title=’Blog Posts’ type=’Blog’/>
</b:section>
</div>
- after that hit button Save Template
- then go to Page Element and you can add element at header or post section
Have fun !!!
Before you read next line, you may need read my previous post about FavIcon. And after you read this please write your comment and any trouble you found in here. My previous post say, the way to change your FavIcon is write a few tag on tag head /* <head> </head>*/. You may need go to your template configuration page, then choose edit html. In there you’ll find you template code. Read you’re code template, find code like below :
<head>
<b:include data=’blog’ name=’all-head-content’/>
<title><data:blog.pagetitle></data:blog.pagetitle>
You can add your code FavIcon below that code. See this sample
<head>
<b:include data=’blog’ name=’all-head-content’/>
<title;><data:blog.pageTitle/></title>
<link href=’http://www.akatelsp-pwt.net/images/transmit_go.png’ rel=’shortcut icon’/>
<link href=’http://www.akatelsp-pwt.net/images/transmit_go.png’ rel=’icon’/>
Then press Save Template and you’ll find different on your blog page.
You can use free FavIcon or upload you’re icon in link below :
If you find another cool FavIcon please let me and another reader know by write in this post comment.
/* untuk menjawab pertanyaan bang iReL tentang RSS, akhirnya q buat posting ini… semoga bermanfaat … */
RSS DescriptionRSS adalah sebuah file berformat XML (Extensible Markup Language). RSS merupakan feature dr suatu situs yang memberikan informasi terbaru kepada pengunjungnya. Jika anda memiliki situs atau blog yg selalu diupdate, menambahkan RSS pada situs atau blog anda akan memudahkan pengunjung untuk mendapatkan informasi terbaru. /* buat situ atau blog ga terupdate ga perlu beginian … NGAPAIN !!! */
Gambar disamping merupakan icon yang pada umumnya digunakan. Dokumen RSS biasa disebut feed, web feed atau channel. Dokumen RSS akan menampilkan ringkasan bahkan keselurahan content dari suatu situs atau blog /* tergantung admin settingnya gmn ??? */
RSS Protocol
- Really Simple Syndication (RSS 2.0)
- RDF Site Summary (RSS 1.0 and RSS 0.90)
- Rich Site Summary (RSS 0.91)
Untuk mengatasi kekekurangan RSS maka lahirlah protokol baru yaitu Atom.
Pengembangan Atom berawal dari ketidakpuasan atas keterbatasan yang dimiliki RSS. Atom dapat berisi plain text, escaped HTML, XHTML, XML, Base64-encoded binary, dan referensi external seperti dokumen, video dan audio.





