<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6418788182929981198</id><updated>2012-01-29T03:14:19.566+07:00</updated><category term='Menu'/><category term='Money'/><category term='Comments'/><category term='Blogger Hack'/><category term='Template'/><category term='Blog Service'/><category term='Domain'/><category term='Widgets'/><category term='HTML'/><title type='text'>Trick and Tips Tutorial Blogger</title><subtitle type='html'>Trick and Tips Tutorial Blogger</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>37</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-3378851585661595589</id><published>2008-11-02T00:23:00.000+07:00</published><updated>2008-11-02T00:51:19.342+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Highlight Author Comment in Blogspot</title><content type='html'>&lt;div style="text-align: justify;"&gt;This trick is to give a&lt;b&gt; Highlight Author Comment &lt;/b&gt;. This will make the blog's owner comments looks different from the visitors comments. It's very usefull and interesting blogger hack tips. You can see the example in my blog. Here is what to do to make a "Highlight Author Comment" effect in Blogspot.&lt;/div&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;1. Login to blogger, then choose &lt;b&gt;"Layout --&gt; Edit HTML"&lt;/b&gt;. Don't forget to backup your template first.&lt;br /&gt;2. Check the &lt;b&gt;"Expand Widget Templates"&lt;/b&gt; box.&lt;br /&gt;3. Copy this script and put it before &lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt; &lt;/span&gt;&lt;/b&gt; or copy to your CSS area.&lt;br /&gt;&lt;p class="alert"&gt;.comment-body-author {&lt;br /&gt;background: #E6E6E6; &lt;span style="color: rgb(255, 0, 0);"&gt; /* Background color*/&lt;/span&gt;&lt;br /&gt;color: #000; &lt;span style="color: rgb(255, 0, 0);"&gt; /* Text color*/&lt;/span&gt;&lt;br /&gt;border-top: 1px dotted #223344;border-bottom: 1px dotted #223344;border-left: 1px dotted #223344;border-right: 1px dotted #223344;&lt;br /&gt;margin:0;&lt;br /&gt;padding:0 0 0 20px; &lt;span style="color: rgb(255, 0, 0);"&gt; /* Posotion*/&lt;/span&gt;&lt;br /&gt;}&lt;/p&gt;&lt;br /&gt;4. Then find this code:&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;dl id='comments-block'&amp;gt;&lt;br /&gt;&amp;lt;b:loop values='data:post.comments' var='comment'&amp;gt;&lt;br /&gt;&amp;lt;dt class='comment-author' expr:id='"comment-" + data:comment.id'&amp;gt;&lt;br /&gt;&amp;lt;a expr:name='"comment-" + data:comment.id'/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:comment.authorUrl'&amp;gt;&lt;br /&gt;&amp;lt;a expr:href='data:comment.authorUrl' rel='nofollow'&amp;gt;&amp;lt;data:comment.author/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;data:comment.author/&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;said...&lt;br /&gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;b:if cond='data:comment.author == data:post.author'&amp;gt;&lt;br /&gt;&amp;lt;dd class='comment-body-author'&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:comment.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/dd&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;dd class='comment-body'&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:comment.isDeleted'&amp;gt;&lt;br /&gt;&amp;lt;span class='deleted-comment'&amp;gt;&amp;lt;data:comment.body/&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:comment.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/dd&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;dd class='comment-footer'&amp;gt;&lt;br /&gt;&amp;lt;span class='comment-timestamp'&amp;gt;&lt;br /&gt;&amp;lt;a expr:href='"#comment-" + data:comment.id' title='comment permalink'&amp;gt;&lt;br /&gt;&amp;lt;data:comment.timestamp/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:include data='comment' name='commentDeleteIcon'/&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;/dd&amp;gt;&lt;br /&gt;&amp;lt;/b:loop&amp;gt;&lt;br /&gt;&amp;lt;/dl&amp;gt;&lt;/p&gt;&lt;br /&gt;5. The red color text is the code that you have to add to your script. The position must be right.&lt;br /&gt;6. And then save your template.&lt;br /&gt;&lt;br /&gt;* You have to login into your blogger account before to give comments.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-3378851585661595589?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/3378851585661595589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/11/highlight-author-comment-in-blogspot.html#comment-form' title='321 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3378851585661595589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3378851585661595589'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/11/highlight-author-comment-in-blogspot.html' title='Highlight Author Comment in Blogspot'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>321</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-2041389366920035005</id><published>2008-10-18T05:00:00.000+07:00</published><updated>2008-11-23T22:58:53.101+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Menu'/><title type='text'>Create Vertical Menu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_-HHcbL2aWiU/SI53XvUTAnI/AAAAAAAAA1o/f2ymjUlbHb0/s1600-h/blueprev.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_-HHcbL2aWiU/SI53XvUTAnI/AAAAAAAAA1o/f2ymjUlbHb0/s320/blueprev.gif" alt="" id="BLOGGER_PHOTO_ID_5228247467146019442" border="0" /&gt;&lt;/a&gt;We have learned how to create &lt;a href="http://trick-blog.blogspot.com/2008/01/how-to-create-horizontal-tabs-menu.html"&gt;horizontal menu&lt;/a&gt; before. Now we will try to make a vertical menu. We will make a vertical menu like the image. Ok let's do it&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;1. Login to blogger then choose &lt;b&gt;"Layout--&gt;Edit HTML"&lt;/b&gt;&lt;br /&gt;2. Put the script below before this code &lt;font color="#FF0000"&gt; ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/font&gt; or put it in CSS code area.&lt;br /&gt;&lt;br /&gt;&lt;p class="alert"&gt;.glossymenu, .glossymenu li ul{&lt;br /&gt;list-style-type: none;&lt;br /&gt;margin: 0;&lt;br /&gt;padding: 0;&lt;br /&gt;width: 185px; /*WIDTH OF MAIN MENU ITEMS*/&lt;br /&gt;border: 1px solid black;&lt;br /&gt;}&lt;br /&gt;.glossymenu li{&lt;br /&gt;position: relative;&lt;br /&gt;}&lt;br /&gt;.glossymenu li a{&lt;br /&gt;background: white url('http://blog.superinhost.com/vertical/&lt;font color="#FF0000"&gt;&lt;b&gt;blue1.gif&lt;/b&gt;&lt;/font&gt;') repeat-x bottom left;&lt;br /&gt;font: bold 12px Verdana, Helvetica, sans-serif;&lt;br /&gt;color: white;&lt;br /&gt;display: block;&lt;br /&gt;width: auto;&lt;br /&gt;padding: 5px 0;&lt;br /&gt;padding-left: 10px;&lt;br /&gt;text-decoration: none;&lt;br /&gt;}&lt;br /&gt;.glossymenu li ul{ &lt;br /&gt;position: absolute;&lt;br /&gt;width: 190px; &lt;br /&gt;left: 0;&lt;br /&gt;top: 0;&lt;br /&gt;display: none;&lt;br /&gt;}&lt;br /&gt;.glossymenu li ul li{&lt;br /&gt;float: left;&lt;br /&gt;}&lt;br /&gt;.glossymenu li ul a{&lt;br /&gt;width: 180px; &lt;br /&gt;}&lt;br /&gt;.glossymenu li a:visited, .glossymenu li a:active{&lt;br /&gt;color: white;&lt;br /&gt;}&lt;br /&gt;.glossymenu li a:hover{&lt;br /&gt;background-image: url('http://blog.superinhost.com/vertical/&lt;font color="#FF0000"&gt;&lt;b&gt;blue2.gif&lt;/b&gt;&lt;/font&gt;');&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;* html .glossymenu li { float: left; height: 1%; }&lt;br /&gt;* html .glossymenu li a { height: 1%; }&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;You can change the menu color, look at the red text (blue1.gif and blue2.gif). Change it with some color menu below. For example, if you want to choose red color, then the code would be like this  :&lt;br /&gt;&lt;p class="alert"&gt;.glossymenu li a{&lt;br /&gt;background: white url('http://blog.superinhost.com/vertical/&lt;font color="#FF0000"&gt;&lt;b&gt;red.gif&lt;/b&gt;&lt;/font&gt;') repeat-x bottom left;&lt;/p&gt;&lt;br /&gt;dan&lt;br /&gt;&lt;p class="alert"&gt;.glossymenu li a:hover{&lt;br /&gt;background-image: url('http://blog.superinhost.com/vertical/&lt;font color="#FF0000"&gt;&lt;b&gt;red.gif&lt;/b&gt;&lt;/font&gt;');&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Vertical Menu Color :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;table width="200px"border="0"&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.superinhost.com/vertical/blueprev.gif"width="195"height="108"/&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;blue1.gif&lt;/p&gt;&lt;p&gt;blue2.gif&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.superinhost.com/vertical/greenprev.gif"width="196"height="106"/&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;green1.gif&lt;/p&gt;&lt;p&gt;green2.gif&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.superinhost.com/vertical/redprev.gif"width="195"height="106"/&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;red1.gif&lt;/p&gt;&lt;p&gt;red2.gif&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.superinhost.com/vertical/pinkprev.gif"width="196"height="107"/&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;pink1.gif&lt;/p&gt;&lt;p&gt;pink2.gif&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://blog.superinhost.com/vertical/blackprev.gif"width="194"height="107"/&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;black1.gif&lt;/p&gt;&lt;p&gt;black2.gif&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;3. Save your template.&lt;br /&gt;4. Then go to &lt;b&gt;"Page Elements"&lt;/b&gt; menu&lt;br /&gt;5. choose &lt;b&gt;"Add a Gadget --&gt;HTML/JavaScript"&lt;/b&gt; the insert the code below. &lt;br /&gt;&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;ul id=&amp;quot;verticalmenu&amp;quot; class=&amp;quot;glossymenu&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot;&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&lt;font color="#FF0000"&gt;http://trik-tips.blogspot.com&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt;Trik Blog&lt;/font&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&lt;font color="#FF0000"&gt;http://x-template.blogspot.com&lt;/font&gt;&amp;quot; &amp;gt;&lt;font color="#0000FF"&gt;Free Template&lt;/font&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;blink&gt;&lt;b&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&lt;font color="#FF0000"&gt;http://getebook.co.cc&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt;Free Ebook&lt;/font&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/b&gt;&lt;/blink&gt;&lt;br /&gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;Note :&lt;br /&gt;- The red code is the links.&lt;br /&gt;- The Blue code is anchor text.&lt;br /&gt;- If you want to add menu, just copy the blink code and paste it.&lt;br /&gt;&lt;br /&gt;6. Then click &lt;b&gt;"Save"&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-2041389366920035005?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/2041389366920035005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/09/create-vertical-menu.html#comment-form' title='254 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/2041389366920035005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/2041389366920035005'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/09/create-vertical-menu.html' title='Create Vertical Menu'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_-HHcbL2aWiU/SI53XvUTAnI/AAAAAAAAA1o/f2ymjUlbHb0/s72-c/blueprev.gif' height='72' width='72'/><thr:total>254</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-596242137217016269</id><published>2008-10-01T06:35:00.000+07:00</published><updated>2008-11-23T22:58:53.101+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Menu'/><title type='text'>Create Tab View</title><content type='html'>Tab View is very usefull box. We can fill it with many contain. It will save our blogs area. (See Image Below)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_-HHcbL2aWiU/SJNTRSyu9mI/AAAAAAAAA2Y/hUsujRUjvmg/s1600-h/tabview.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_-HHcbL2aWiU/SJNTRSyu9mI/AAAAAAAAA2Y/hUsujRUjvmg/s320/tabview.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5229615148874790498" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Here is Tutorial how to create a tab view:&lt;br /&gt;&lt;br /&gt;1. Login to blogger, go to &lt;b&gt;"Layout --&gt; Edit HTML"&lt;/b&gt;&lt;br /&gt;2. Then find this code &lt;span style="color:#ff0000;"&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;3. Insert the below code before &lt;span style="color:#ff0000;"&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/span&gt; or in CSS tag.&lt;br /&gt; &lt;p class="alert"&gt;div.TabView div.Tabs&lt;br /&gt; {&lt;br /&gt; height: 24px;&lt;br /&gt; overflow: hidden;&lt;br /&gt; }&lt;br /&gt; div.TabView div.Tabs a&lt;br /&gt; {&lt;br /&gt; float: left;&lt;br /&gt; display: block;&lt;br /&gt; width:  90px;&lt;span style="color:#ff0000;"&gt; /* Width top main menu */&lt;/span&gt; &lt;br /&gt; text-align: center;&lt;br /&gt; height: 24px; &lt;span style="color:#ff0000;"&gt;/* Height top main menu */&lt;/span&gt;&lt;br /&gt; padding-top: 3px;&lt;br /&gt; vertical-align: middle;&lt;br /&gt; border: 1px solid #000; &lt;span class="fullpost"&gt;&lt;span style="color:#ff0000;"&gt;/* Top Main menu border color  */&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; border-bottom-width: 0;&lt;br /&gt; text-decoration: none;&lt;br /&gt; font-family: "Times New Roman", Serif; &lt;span style="color:#ff0000;"&gt;/* Top main menu font */&lt;/span&gt;&lt;br /&gt; font-weight: 900;&lt;br /&gt; color: #000; &lt;span style="color:#ff0000;"&gt;/* Top main menu font color */&lt;/span&gt; &lt;br /&gt;}&lt;br /&gt; div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active&lt;br /&gt; {&lt;br /&gt; background-color: #FF9900; &lt;span style="color:#ff0000;"&gt;/* Top main menu background color */&lt;/span&gt;&lt;br /&gt; }&lt;br /&gt; div.TabView div.Pages&lt;br /&gt; {&lt;br /&gt; clear: both;&lt;br /&gt; border: 1px solid #6E6E6E;&lt;span style="color:#ff0000;"&gt; /* Content Border color */&lt;/span&gt;&lt;br /&gt; overflow: hidden;&lt;br /&gt; background-color: #FF9900;&lt;span style="color:#ff0000;"&gt; /* Content background color */&lt;/span&gt;&lt;br /&gt; }&lt;br /&gt; div.TabView div.Pages div.Page&lt;br /&gt; {&lt;br /&gt; height: 100%;&lt;br /&gt; padding: 0px;&lt;br /&gt; overflow: hidden;&lt;br /&gt; }&lt;br /&gt; div.TabView div.Pages div.Page div.Pad&lt;br /&gt; {&lt;br /&gt; padding: 3px 5px;&lt;br /&gt; }&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;4. You can change the code according to the red text explanation. To get html color code see &lt;a href="http://trick-blog.blogspot.com/2008/05/html-color-codes.html"&gt;HERE&lt;/a&gt; &lt;br /&gt;5. The next step is put the code below before &lt;b&gt;&lt;span style="color:#ff0000;"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;script src='http://superinhost.com/trikblog/tabview.js' type='text/javascript'/&amp;gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;6. Then &lt;b&gt;"save"&lt;/b&gt; it.&lt;br /&gt;7. Go to &lt;b&gt;"Page Elements"&lt;/b&gt; menu&lt;br /&gt;8. Chose &lt;b&gt;"Add Page Element" --&gt; "HTML/Javascript"&lt;/b&gt; in place where you want to put this tab.&lt;br /&gt;9. Insert this code :&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;form action="tabview.html" method="get"&amp;gt;&lt;br /&gt; &amp;lt;div class="TabView" id="TabView"&amp;gt;&lt;br /&gt; &amp;lt;div class="Tabs" style="width: &lt;span style="color:#0000ff;"&gt;350px&lt;/span&gt;;"&amp;gt;&lt;br /&gt;&lt;span style="color:#00ff00;"&gt;&amp;lt;a&amp;gt;Tab 1&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;a&amp;gt;Tab 2&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;blink&gt;&amp;lt;a&amp;gt;Tab 3&amp;lt;/a&amp;gt;&lt;/blink&gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class="Pages" style="width: &lt;span style="color:#0000ff;"&gt;350px&lt;/span&gt;; height: &lt;span style="color:#0000ff;"&gt;250px&lt;/span&gt;;"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div class="Page"&amp;gt;&lt;br /&gt; &amp;lt;div class="Pad"&amp;gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;  Tab 1.1 &amp;lt;br /&amp;gt;&lt;br /&gt; Tab 1.2 &amp;lt;br /&amp;gt;&lt;br /&gt; Tab 1.3 &amp;lt;br /&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;div class="Page"&amp;gt;&lt;br /&gt; &amp;lt;div class="Pad"&amp;gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;  Tab 2.1 &amp;lt;br /&amp;gt;&lt;br /&gt; Tab 2.2 &amp;lt;br /&amp;gt;&lt;br /&gt; Tab 2.3 &amp;lt;br /&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt; &lt;blink&gt;&amp;lt;div class="Page"&amp;gt;&lt;br /&gt; &amp;lt;div class="Pad"&amp;gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;  Tab 3.1 &amp;lt;br /&amp;gt;&lt;br /&gt; Tab 3.2 &amp;lt;br /&amp;gt;&lt;br /&gt; Tab 3.3 &amp;lt;br /&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/blink&gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/form&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt; tabview_initialize('TabView');&lt;br /&gt; &amp;lt;/script&amp;gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note :&lt;/b&gt;&lt;br /&gt;- The number or the blue text(&lt;span style="color:#0000ff;"&gt;350px&lt;/span&gt;) Is size of the tabview.&lt;br /&gt;- The green code is the main menu text&lt;br /&gt;- The red code is the content of tabview. you can fill it with links, banner, widget, comment or anything.&lt;br /&gt;- To add more menu, see on the blink code. Add the code under it.&lt;br /&gt;&lt;br /&gt;Good luck every body.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-596242137217016269?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/596242137217016269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/07/create-tab-view.html#comment-form' title='204 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/596242137217016269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/596242137217016269'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/07/create-tab-view.html' title='Create Tab View'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_-HHcbL2aWiU/SJNTRSyu9mI/AAAAAAAAA2Y/hUsujRUjvmg/s72-c/tabview.jpg' height='72' width='72'/><thr:total>204</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-4582575077625519549</id><published>2008-09-07T21:48:00.001+07:00</published><updated>2012-01-17T06:18:56.455+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Comments'/><title type='text'>Show Recent Comments</title><content type='html'>&lt;div style="text-align: justify;"&gt;It's very usefull to Show Recent Comments on main blog page. We can know who have given comments on aur articles without open it one by one. At this time I will show you how to show recent comments on our main page blog. It's very easy&lt;/div&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to blogger then go to &lt;b&gt;"Layout"&lt;/b&gt;&lt;br /&gt;2. Then copy this code :&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;script style="text/javascript" src="http://superinhost.com/blog/comments.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script style="text/javascript"&amp;gt;&lt;br /&gt;var numcomments = &lt;span style="color: rgb(255, 0, 0);"&gt;8&lt;/span&gt;;&lt;br /&gt;var showcommentdate = true;&lt;br /&gt;var showposttitle = true;&lt;br /&gt;var numchars = 100;&lt;br /&gt;var standardstyling = true;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="http://&lt;span style="color: rgb(255, 0, 0);"&gt;trick-blog.blogspot.com&lt;/span&gt;/feeds/comments/default?alt=json-in-script&amp;amp;callback=showrecentcomments"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;br /&gt;- The 8 number is the sum of comments that will show up.&lt;br /&gt;- Change &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;trick-blog.blogspot.com&lt;/span&gt; with your blog's name.&lt;br /&gt;&lt;br /&gt;3. You can show it in page elements. Just click on &lt;b&gt;"add page elements --&amp;gt; HTML/Javascript"&lt;/b&gt; Then insert the script in it.&lt;br /&gt;&lt;br /&gt;Or you can plug it in the "&lt;a href="http://trick-blog.blogspot.com/2008/07/create-tab-view.html"&gt;Tab View&lt;/a&gt;"&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-4582575077625519549?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/4582575077625519549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/08/show-recent-comments.html#comment-form' title='172 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4582575077625519549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4582575077625519549'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/08/show-recent-comments.html' title='Show Recent Comments'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>172</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-2285597649716829901</id><published>2008-07-18T03:43:00.000+07:00</published><updated>2008-11-23T22:59:38.607+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Domain'/><title type='text'>Setting Domain Blogspot With co.cc Domain</title><content type='html'>&lt;div style="text-align: justify;"&gt;co.cc is a free domain. It's not only URL forwarding but we can setup DNS Records, A, MX, and CNAME records. We can change our blog's name to become "name.co.cc". It's more simple than we use domain "name.blogspot.com". To change our default blogspot name to co.cc domain name there are some steps to do. Here is the tutorial to setup domain co.cc&lt;/div&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Open your browser to &lt;a href="http://www.co.cc/?id=140833" target="_blank"&gt;co.cc&lt;/a&gt;&lt;br /&gt;2. Then regiter a domain that you want to use.&lt;br /&gt;3. If it's no available you have to find another domain name. But if it's available then you can register it.&lt;br /&gt;4. The you have to setup your domain. Got to "setup--&gt;Manage domain"&lt;br /&gt;5. Choose &lt;b&gt;"Zone Records"&lt;/b&gt;&lt;br /&gt;6. In the coloumn "Host" fill it with your domain name (www.yourdomainname.co.cc")&lt;br /&gt;7. Choose "CNAME" for "Type"&lt;br /&gt;8. In the "Value" box fill it with &lt;b&gt;"ghs.google.com"&lt;/b&gt;&lt;br /&gt;9. Then click "Setup" Button.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_-HHcbL2aWiU/SHFak8g_9nI/AAAAAAAAA1I/vX1oG2M8fJ8/s1600-h/zonerecord.gif"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_-HHcbL2aWiU/SHFak8g_9nI/AAAAAAAAA1I/vX1oG2M8fJ8/s320/zonerecord.gif" alt="" id="BLOGGER_PHOTO_ID_5220053033865442930" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The next step is make some setup in blogspot.&lt;br /&gt;&lt;br /&gt;1. Login to Bloggr/blogspot then choose &lt;b&gt;"Setting--&gt;Publishing"&lt;/b&gt;&lt;br /&gt;2. Then choose &lt;b&gt;"Switch to: • &lt;span style="color: rgb(0, 0, 255);"&gt;&lt;u&gt;Custom Domain&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;3. Then click on &lt;b&gt;"Already own a domain? &lt;span style="color: rgb(0, 0, 255);"&gt;&lt;u&gt;Switch to advanced settings&lt;/u&gt;&lt;/span&gt;"&lt;/b&gt;&lt;br /&gt;4. Fill it with your new domain in the &lt;b&gt;"Your Domain"&lt;/b&gt; coloumn.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_-HHcbL2aWiU/SHFfDrJkIAI/AAAAAAAAA1Y/zm_gpMpFLjU/s1600-h/namadomain.gif"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_-HHcbL2aWiU/SHFfDrJkIAI/AAAAAAAAA1Y/zm_gpMpFLjU/s320/namadomain.gif" alt="" id="BLOGGER_PHOTO_ID_5220057959826202626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. To Finish click &lt;b&gt;"Save Setting"&lt;/b&gt; Button.&lt;br /&gt;&lt;br /&gt;It will take 1-48 hours for your new domain to work. So be patient....&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-2285597649716829901?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/2285597649716829901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/07/setting-domain-blogspot-with-cocc.html#comment-form' title='207 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/2285597649716829901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/2285597649716829901'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/07/setting-domain-blogspot-with-cocc.html' title='Setting Domain Blogspot With co.cc Domain'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_-HHcbL2aWiU/SHFak8g_9nI/AAAAAAAAA1I/vX1oG2M8fJ8/s72-c/zonerecord.gif' height='72' width='72'/><thr:total>207</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-1302017217696374930</id><published>2008-06-29T05:47:00.001+07:00</published><updated>2008-11-23T22:59:55.094+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Comments'/><title type='text'>Blogger Under Posting Comment box</title><content type='html'>&lt;div style="text-align: justify;"&gt;Now, blogger(blogspot) have developed their comment box. Last time ago, if we want to post a comment there should be only a link under our posting, and we have to click the link send a comment, it's not interesting. But now we can find a comment box under our post exactly. It's original from blogger, it's not like haloscan or intensedebate. But it's truely from blogger/blogspot. You can see it under this post.&lt;br /&gt;&lt;/div&gt;Here is the trick to create comment box under your post.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to &lt;a href="http://draft.blogger.com/" target="_blank"&gt;http://draft.blogger.com&lt;/a&gt;&lt;br /&gt;2. Go to &lt;b&gt;Setting--&gt;Comments&lt;/b&gt;. then change &lt;b&gt;"Comment Form Placement"&lt;/b&gt; to be &lt;b&gt;"Embedded below post"&lt;/b&gt; (look at the image below)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-HHcbL2aWiU/SGbCw1wXGYI/AAAAAAAAA0I/RcGUTVWtXLQ/s1600-h/comment.jpg"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_-HHcbL2aWiU/SGbCw1wXGYI/AAAAAAAAA0I/RcGUTVWtXLQ/s320/comment.jpg" alt="" id="BLOGGER_PHOTO_ID_5217071362674727298" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. Then &lt;b&gt;"Save Setting"&lt;/b&gt;&lt;br /&gt;Try to see your blog and klik on your titile post. if there is a embadded commnet box  below your post just stop this step here. But if there is no comments box, just follow the next steps here. &lt;br /&gt;&lt;br /&gt;4. Go to &lt;b&gt;"Layout--&gt;Edit HTML"&lt;/b&gt;&lt;br /&gt;5. Check the &lt;b&gt;"Expand widget templates"&lt;/b&gt; box.&lt;br /&gt;6. Find this code :&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;p class='comment-footer'&amp;gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&amp;gt;&lt;br /&gt;&amp;lt;data:postCommentMsg/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;7. Then replace it with this code :&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;p class='comment-footer'&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:post.embedCommentForm'&amp;gt;&lt;br /&gt;&amp;lt;b:include data='post' name='comment-form'/&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt; &amp;lt;b:if cond='data:post.allowComments'&amp;gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&amp;gt;&lt;br /&gt;&amp;lt;data:postCommentMsg/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt; &amp;lt;/b:if&amp;gt; &amp;lt;/p&amp;gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;8. Save your Template.&lt;br /&gt;&lt;br /&gt;I've deleted my last comment box (haloscan). so now I lost all of my comments before. I do it to get this comment box.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-1302017217696374930?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/1302017217696374930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/06/blogger-under-posting-comment-box.html#comment-form' title='266 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1302017217696374930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1302017217696374930'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/06/blogger-under-posting-comment-box.html' title='Blogger Under Posting Comment box'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-HHcbL2aWiU/SGbCw1wXGYI/AAAAAAAAA0I/RcGUTVWtXLQ/s72-c/comment.jpg' height='72' width='72'/><thr:total>266</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-9033790277158990491</id><published>2008-06-16T21:08:00.000+07:00</published><updated>2008-11-23T23:00:15.565+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Show Related Article to Your Post</title><content type='html'>&lt;div style="text-align: justify;"&gt;The advantage of showing related article to your post is it will help your readers find more information related to the topics. This is base on label or category. This is usually put to the end of the article. After your visitors finish read your article, they will find some links that related to the post base on label or category.&lt;br /&gt;&lt;/div&gt;Here's the tutorial to create "related article to your spot":&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to Blogger&lt;br /&gt;2. Go to "Layout--&gt;Edit HTML"&lt;br /&gt;3. Click on "Expand Widgets Template" checkbox.&lt;br /&gt;4. Then download &lt;a href="http://blog.superinhost.com/relatedpost.txt" target="_blank"&gt;THIS SCRIPT&lt;/a&gt; or &lt;a href="http://kendhin.890m.com/relatedpost.txt" target="_blank"&gt;HERE&lt;/a&gt;.&lt;br /&gt;5. Open it then copy the scripts.&lt;br /&gt;6. Paste the script after this code : &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;. If you have "Read more widget" you will find two codes. Put it under the first code.&lt;br /&gt;7. Save your template.&lt;br /&gt;&lt;br /&gt;Good Luck...&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-9033790277158990491?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/9033790277158990491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/06/show-related-article-to-your-post.html#comment-form' title='75 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/9033790277158990491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/9033790277158990491'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/06/show-related-article-to-your-post.html' title='Show Related Article to Your Post'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>75</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-6947688992410888003</id><published>2008-06-08T16:01:00.000+07:00</published><updated>2008-06-08T16:20:01.013+07:00</updated><title type='text'>Free Web Hosting Without  Ads</title><content type='html'>&lt;div style="text-align: justify;"&gt;If we have a/some blogs, webhosting is important to support our blog running. web hosting is use for put our files such as images, sound, script, videos and many more. We can use use paid hosting or free hosting, but I suggested you to use &lt;a href="http://www.000webhost.com/42283.html" target="_blank"&gt;000webhost&lt;/a&gt; as your web hosting. &lt;a href="http://www.000webhost.com/42283.html" target="_blank"&gt;000webhost&lt;/a&gt; is a free web hosting service with full feature and no force ads. &lt;a href="http://www.000webhost.com/42283.html" target="_blank"&gt;000webhost&lt;/a&gt; is an amazing web hosting service. It's free web hosting that gives many features such as:&lt;br /&gt;&lt;/div&gt;- 250 MB Disk Space&lt;br /&gt;- 100 GB Data Transfer&lt;br /&gt;- cPanel Control Panel&lt;br /&gt;- Fantastico De Luxe 1-Click Autoinstaller&lt;br /&gt;- Website Builder Software&lt;br /&gt;- PHP Scripts Autoinstaller&lt;br /&gt;- MySQL Databases&lt;br /&gt;- Curl, GD2 library, ImageMagick, Zend&lt;br /&gt;- and much more features are enabled&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;But to make your web hosting running well you must folow their rule.&lt;br /&gt;Here is  the most important rules:&lt;br /&gt;&lt;br /&gt;1. No adult content or any kind.&lt;br /&gt;2. No warez / hacking / phishing sites&lt;br /&gt;3. No mass mailers / spammers (account will be automatically suspended if you will try to send mass mail), so if your software supports such feature, disable it right now.&lt;br /&gt;4. We do not allow any public image or file hosting server scripts to be run.&lt;br /&gt;5. Chat, proxy, or file download scripts are not allowed.&lt;br /&gt;6. Paid-to-surf, auto-surm, buxto, and any other similar scripts are banned&lt;br /&gt;7. We do not allow online gaming scripts such as ogame, mafia, etc..&lt;br /&gt;8. Nulled software such as ip.board or vbulletin is not allowed to be hosted&lt;br /&gt;9. Account cannot be used only to store files.&lt;br /&gt;&lt;br /&gt;What are you waiting for, just &lt;a href="http://www.000webhost.com/42283.html" target="_blank"&gt;SIGN UP HERE&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-6947688992410888003?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/6947688992410888003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/06/free-web-hosting-without-ads.html#comment-form' title='37 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6947688992410888003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6947688992410888003'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/06/free-web-hosting-without-ads.html' title='Free Web Hosting Without  Ads'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>37</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-4824358737701169909</id><published>2008-06-05T05:38:00.000+07:00</published><updated>2008-11-23T23:00:42.316+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Domain'/><title type='text'>Free Domain co.cc</title><content type='html'>&lt;div style="text-align: justify;"&gt;Do you feel your blog name is too long?&lt;br /&gt;If we create a blog, use blogspot or wordpress service, we have to make a name to our blog, it should be like "name.blogspot.com" or "name.wordpress.com". Do you feel it's such as a long name? If we have some money, we can buy a domain, and then our blog name would be like name.com or name.net or name.co.uk name.us etc.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;But now, we can to get free domain to cut up our blog name. it's &lt;a href="http://www.co.cc/?id=140833" target="_blank"&gt;co.cc&lt;/a&gt; service. We can register  domain to &lt;a href="http://www.co.cc/?id=140833" target="_blank"&gt;co.cc&lt;/a&gt;, our blogname will be like "name.co.cc". It's free, no payment needed, no setup fee and it's easy to setup. I thinnk it's very good service that offer us a free domain name. I have try it for some of my blogs, and it's interesting.  So what are you waiting for.....&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://www.co.cc/?id=140833" target="_blank"&gt;&lt;img src="http://www.co.cc/img/affiliates/cocc_420x_1.gif" alt="CO.CC:Free Domain" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-4824358737701169909?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/4824358737701169909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/05/free-domain-cocc.html#comment-form' title='24 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4824358737701169909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4824358737701169909'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/05/free-domain-cocc.html' title='Free Domain co.cc'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>24</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-1044316655698311151</id><published>2008-05-30T17:38:00.000+07:00</published><updated>2008-11-23T23:01:06.374+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Money'/><title type='text'>Get Paid From Bloggerwave</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-HHcbL2aWiU/SEfFwol4PnI/AAAAAAAAAzM/mCLQQ5cGhMc/s1600-h/bloggerwave.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_-HHcbL2aWiU/SEfFwol4PnI/AAAAAAAAAzM/mCLQQ5cGhMc/s320/bloggerwave.jpg" alt="" id="BLOGGER_PHOTO_ID_5208348933397954162" border="0" /&gt;&lt;/a&gt;&lt;a rel="nofollow" href="http://www.bloggerwave.com/blog_ClickTrack.php?OpportunityId=31&amp;amp;BlogId=9772&amp;amp;LinkId=0"&gt;Bloggerwave&lt;/a&gt; is one of PPP (Pay Per Post) Program. It's like sponsoredreviews, buyblogreview and other PPP program. They provide some jobs to be reviewed by bloger. It's such as writing an article about a website or company and then we post it in our blog. To be approved to &lt;a rel="nofollow" href="http://www.bloggerwave.com/blog_ClickTrack.php?OpportunityId=31&amp;amp;BlogId=9772&amp;amp;LinkId=0"&gt;Bloggerwave&lt;/a&gt;  is easier than other PPP programs. No PR needed or any others criteria. So I thing this is a good PPP program&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://www.bloggerwave.com/" target="_blank" rel="nofollow"&gt;&lt;img src="http://bloggerwave.com/blogviewcount.php?pic=sponsorlogo.gif&amp;amp;OpportunityId=31&amp;amp;BlogId=9772" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-1044316655698311151?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/1044316655698311151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/06/get-paid-from-bloggerwave.html#comment-form' title='41 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1044316655698311151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1044316655698311151'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/06/get-paid-from-bloggerwave.html' title='Get Paid From Bloggerwave'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-HHcbL2aWiU/SEfFwol4PnI/AAAAAAAAAzM/mCLQQ5cGhMc/s72-c/bloggerwave.jpg' height='72' width='72'/><thr:total>41</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-6509195238892457402</id><published>2008-05-26T05:44:00.000+07:00</published><updated>2008-11-23T23:01:37.472+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>HTML Color Codes</title><content type='html'>Color is very important to design a blog. But to give a color to background or text or table it's not as simple as looks like, we have to know tho color code. With HTML color codes you can set the color of web site background, color of text, cells in tables and much more. With this dynamic HTML color codes chart you can get codes for basic colors.&lt;br /&gt;Click on any color to get it's HTML color code:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;iframe src="http://kendhin.890m.com/kodewarna.html" title="kendhinx" frameborder="0" height="480" scrolling="auto" width="480"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-6509195238892457402?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/6509195238892457402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/05/html-color-codes.html#comment-form' title='47 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6509195238892457402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6509195238892457402'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/05/html-color-codes.html' title='HTML Color Codes'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>47</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-996032067145238265</id><published>2008-05-11T04:06:00.000+07:00</published><updated>2008-11-23T23:02:12.507+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Service'/><title type='text'>Back up Your Blog</title><content type='html'>Back up blog? is it important? &lt;br /&gt;Yes it's very important. Because we can't guarantee that our blog will exist forever. Lately, many blogers lost their blogs because of unpredicted fault . Few months ago I lost all of my blog (it'a about 10 blogs), but now I got some of them back. Since then I know how important to back up our blog. It's really frustating when your hard work suddenly lost. &lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;There is a free service website that allow us to back up our blog. It's name is &lt;a href="http://www.blogbackuponline.com/" target="_blank"&gt;blogbackuponline&lt;/a&gt;.  They give us a space for 5 MB. Althought it's small but I think it's enough for us to backup our blog. If our avarage posted arcticle is 1000 character, meaning it can backup until 5000  title. It's for free version. They also provide more features for premium account. Just go to &lt;a href="http://www.blogbackuponline.com/" target="_blank"&gt;blogbackuponline&lt;/a&gt; and back up your blog there. &lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-996032067145238265?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/996032067145238265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/05/back-up-your-blog.html#comment-form' title='40 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/996032067145238265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/996032067145238265'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/05/back-up-your-blog.html' title='Back up Your Blog'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>40</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-934068502080126261</id><published>2008-05-05T00:55:00.000+07:00</published><updated>2008-11-23T23:03:53.861+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Widgets'/><title type='text'>Put Paypal Donation Box to Blog</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-HHcbL2aWiU/SB38r3ofCII/AAAAAAAAAvw/yqiLCQG4n6g/s1600-h/paypal-donation-box.PNG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_-HHcbL2aWiU/SB38r3ofCII/AAAAAAAAAvw/yqiLCQG4n6g/s320/paypal-donation-box.PNG" alt="" id="BLOGGER_PHOTO_ID_5196587375653750914" border="0" /&gt;&lt;/a&gt;Do you want to put this box in your blog/site? Well many of us want put this code on their own blog/site like those popular sites but they don't know how. Well i am very glad to teach you and going tell you how.&lt;br /&gt;If you don't have a paypal account, click &lt;a style="font-weight: bold;" href="https://www.paypal.com/row/mrb/pal=SJXUFBUJLHAHG"&gt;here&lt;/a&gt; to sign up one. Well i supply the code, and you just simply copy and paste it, is that simple.&lt;br /&gt;Ok here we go.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Just copy the code and change some values in &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;red&lt;/span&gt;.&lt;br /&gt;Change &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Blog/Website Title&lt;/span&gt; to your own Blog title example change to "The-Online-Quest".&lt;br /&gt;And change &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Your paypal email&lt;/span&gt; to your own paypal email.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;pre class="alt2" dir="ltr" style="border: 2px inset ; margin: 0px; padding: 6px; overflow: auto; width: 400px; height: 300px; text-align: left;"&gt;&amp;lt;!-- The-Online-Quest Pay Pal Donation Form Code Start --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;center&amp;gt;&lt;br /&gt;&amp;lt;table border="1" width="143" cellspacing="0" cellpadding="0" bordercolorlight="#FFF8E8" bordercolordark="#EFE0C9"&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;lt;p align="center"&amp;gt;&amp;lt;b&amp;gt;Please Donate To My Blog&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td width="145"&amp;gt;&lt;br /&gt;&amp;lt;form action="https://www.paypal.com/row/cgi-bin/webscr" name="_xclick" method="post"&amp;gt;&lt;br /&gt;&amp;lt;input value="Thanks for Your Donations - &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;&lt;span&gt;Blog&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;&lt;span&gt;Website&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt; Title&lt;/span&gt;" name="item_name" type="hidden"/&amp;gt;&lt;br /&gt;&amp;lt;input value="&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;&lt;span&gt;Your&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt; &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;&lt;span&gt;paypal&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt; email&lt;/span&gt;" name="business" type="hidden"/&amp;gt;&lt;br /&gt;&amp;lt;p style="margin-top: 0; margin-bottom: 0"&amp;gt;&lt;br /&gt;&amp;lt;input value="_xclick" name="cmd" type="hidden"/&amp;gt;&lt;br /&gt;&amp;lt;!-- input type="hidden" name="amount" value="1.00" --&amp;gt;&lt;br /&gt;&amp;lt;b&amp;gt;Amount&amp;lt;/b&amp;gt; &amp;lt;p style="margin-top: 0; margin-bottom: 0"&amp;gt; &amp;lt;select name="Amount" size="1"&amp;gt;&lt;br /&gt;&amp;lt;option selected value="1.00"/&amp;gt;1.00&lt;br /&gt;&amp;lt;option value="2.00"/&amp;gt;2.00&lt;br /&gt;&amp;lt;option value="3.00"/&amp;gt;3.00&lt;br /&gt;&amp;lt;option value="4.00"/&amp;gt;4.00&lt;br /&gt;&amp;lt;option value="5.00"/&amp;gt;5.00&lt;br /&gt;&amp;lt;option value="10.00"/&amp;gt;10.00&lt;br /&gt;&amp;lt;option value="15.00"/&amp;gt;15.00&lt;br /&gt;&amp;lt;option value="20.00"/&amp;gt;20.00&lt;br /&gt;&amp;lt;option value="25.00"/&amp;gt;25.00&lt;br /&gt;&amp;lt;option value="30.00"/&amp;gt;30.00&lt;br /&gt;&amp;lt;option value="35.00"/&amp;gt;35.00&lt;br /&gt;&amp;lt;option value="40.00"/&amp;gt;40.00&lt;br /&gt;&amp;lt;option value="45.00"/&amp;gt;45.00&lt;br /&gt;&amp;lt;option value="50.00"/&amp;gt;50.00&lt;br /&gt;&amp;lt;option value="100.00"/&amp;gt;100.00&lt;br /&gt;&amp;lt;option value="200.00"/&amp;gt;200.00&lt;br /&gt;&amp;lt;option value="300.00"/&amp;gt;300.00&lt;br /&gt;&amp;lt;option value="400.00"/&amp;gt;400.00&lt;br /&gt;&amp;lt;option value="500.00"/&amp;gt;500.00&lt;br /&gt;&amp;lt;option value="1000.00"/&amp;gt;1000.00&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;p style="margin-top: 0; margin-bottom: 0"&amp;gt;&amp;lt;b&amp;gt;Currency&amp;lt;/b&amp;gt; &amp;lt;select name="currency_code" size="1"&amp;gt;&lt;br /&gt;&amp;lt;option value="AUD"/&amp;gt;Australian Dollar&lt;br /&gt;&amp;lt;option selected value="USD"/&amp;gt;USD&lt;br /&gt;&amp;lt;option value="GBP"/&amp;gt;British Pound&lt;br /&gt;&amp;lt;option value="CAD"/&amp;gt;Canadian Dollars&lt;br /&gt;&amp;lt;option value="CZK"/&amp;gt;Czech Koruna&lt;br /&gt;&amp;lt;option value="DKK"/&amp;gt;Danish Kroner&lt;br /&gt;&amp;lt;option value="EUR"/&amp;gt;EUR&lt;br /&gt;&amp;lt;option value="HKD"/&amp;gt;Hong Kong Dollars&lt;br /&gt;&amp;lt;option value="HUF"/&amp;gt;Hungarian Forint&lt;br /&gt;&amp;lt;option value="JPY"/&amp;gt;Japanese YEN&lt;br /&gt;&amp;lt;option value="NZD"/&amp;gt;New Zealand Dollars&lt;br /&gt;&amp;lt;option value="NOK"/&amp;gt;Norwegian Kroner&lt;br /&gt;&amp;lt;option value="PLN"/&amp;gt;Polisg Zlotych&lt;br /&gt;&amp;lt;option value="SGD"/&amp;gt;Singapore Dollars&lt;br /&gt;&amp;lt;option value="SEK"/&amp;gt;Swedish Kronor&lt;br /&gt;&amp;lt;option value="CHF"/&amp;gt;Swiss Francs&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;p style="margin-top: 0; margin-bottom: 0" align="center"&amp;gt;&lt;br /&gt;&amp;lt;input border="0" alt="Make payments with PayPal - it's fast, free and secure!" width="60" src="http://www.blogpulp.com/imagehost/images/5971708800.gif" name="submit" height="30" type="image"/&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;lt;p align="right"&amp;gt;&amp;lt;b&amp;gt;&amp;lt;font face="Arial" size="1"&amp;gt;Powered by &amp;lt;a href="http://djyano.blogspot.com/2008/04/put-paypal-donation-code-to-your.html" target="_blank"&amp;gt; The-Online-Quest&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;/center&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- End of The-Online-Quest Pay Pal Donation Form Code --&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/center&gt;&lt;br /&gt;For &lt;b&gt;blogger&lt;/b&gt;, after you have copied and changed the values, just add a new page element. Click add &lt;b&gt;HTML/JavaScript&lt;/b&gt; to blog, paste all the codes in and save changes.Enjoy blogging and have fun, if you have put this code in your blog/site, post a comment about it and please let me know.&lt;br /&gt;&lt;br /&gt;Original post by : &lt;a href="http://djyano.blogspot.com/2008/04/put-paypal-donation-code-to-your.html" target="_blank"&gt;The Online Quest&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-934068502080126261?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/934068502080126261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/05/do-you-want-to-put-this-box-in-your.html#comment-form' title='52 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/934068502080126261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/934068502080126261'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/05/do-you-want-to-put-this-box-in-your.html' title='Put Paypal Donation Box to Blog'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_-HHcbL2aWiU/SB38r3ofCII/AAAAAAAAAvw/yqiLCQG4n6g/s72-c/paypal-donation-box.PNG' height='72' width='72'/><thr:total>52</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-6154838503381977594</id><published>2008-04-09T23:11:00.000+07:00</published><updated>2008-11-23T23:04:14.885+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Menu'/><title type='text'>How to Create Dropdown Menu</title><content type='html'>What is dropdown menu?&lt;br /&gt;Dropdown menu is like this :&lt;br /&gt;&lt;br /&gt;&lt;select onChange="document.location.href=this.options[this.selectedIndex].value;"&gt; &lt;option value="0" selected&gt;Blog Archive&lt;/option&gt; &lt;option value="http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.html"&gt;How To Create Dtree Menu&lt;/option&gt; &lt;option value="http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html"&gt;How to Create Search Engine&lt;/option&gt; &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;Here is the trick how to create dropdown menu :&lt;br /&gt;&lt;br /&gt;Copy the code below and put it on your page elements.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;select onChange=&amp;quot;document.location.href=this.options[this.selectedIndex].value;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;0&amp;quot; selected&amp;gt;&lt;font color="#0000FF"&gt;Blog Archive&lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;&lt;font color="#FF0000"&gt;Links 1&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt;Text 1&lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;&lt;font color="#FF0000"&gt;Links 2&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt;Text 2&lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&lt;br /&gt;The red text is links, change it with your links.&lt;br /&gt;The blue text is Anchor text. Yau must change it.&lt;br /&gt;&lt;br /&gt;For example :&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;select onChange=&amp;quot;document.location.href=this.options[this.selectedIndex].value;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;0&amp;quot; selected&amp;gt;&lt;font color="#0000FF"&gt;Blog Archive&lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;&lt;font color="#FF0000"&gt;http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.htmll&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt; How to Create Dtree Menul &lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;&lt;font color="#FF0000"&gt;http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt; How to Create Search Engine &lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&lt;br /&gt;The result would be like this:&lt;br /&gt;&lt;br /&gt;&lt;select onChange="document.location.href=this.options[this.selectedIndex].value;"&gt; &lt;option value="0" selected&gt;Blog Archive&lt;/option&gt; &lt;option value="http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.html"&gt;How to Create Dtree Menu&lt;/option&gt; &lt;option value="http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html"&gt;How to Create Search Engine&lt;/option&gt; &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;To add more menu/item, put a code like below &lt;br /&gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;&lt;font color="#FF0000"&gt;Links 3&lt;/font&gt;&amp;quot;&amp;gt;&lt;font color="#0000FF"&gt;Text 3&lt;/font&gt;&amp;lt;/option&amp;gt;&lt;br /&gt;&lt;br /&gt;before this code &lt;b&gt;&amp;lt;/select&amp;gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If you want the links opened in new window, change the code below &lt;br /&gt;&lt;br /&gt;&lt;font color="#FF0000"&gt;&amp;lt;select onChange=&amp;quot;document.location.href=this.options[this.selectedIndex].value;&amp;quot;&amp;gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;with this code ::&lt;br /&gt;&lt;br /&gt;&lt;font color="#0000FF"&gt;&amp;lt;select onchange=&amp;quot;javascript:window.open(this.options[this.selectedIndex].value);&amp;quot;&amp;gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;The resul would be like this:&lt;br /&gt;&lt;br /&gt;&lt;select onchange="javascript:window.open(this.options[this.selectedIndex].value);"&gt;&lt;option value="0" selected&gt;Dropdown New Window&lt;/option&gt; &lt;option value="http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.html"&gt;How to Create Dtree Menul&lt;/option&gt; &lt;option value="http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html"&gt;How to Create Search Engine&lt;/option&gt; &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-6154838503381977594?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/6154838503381977594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/04/how-to-create-dropdown-menu.html#comment-form' title='35 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6154838503381977594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6154838503381977594'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/04/how-to-create-dropdown-menu.html' title='How to Create Dropdown Menu'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>35</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-3219002556389771399</id><published>2008-04-04T10:49:00.000+07:00</published><updated>2008-04-06T10:54:28.648+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Service'/><title type='text'>Free Unlimited File Hosting Service</title><content type='html'>If we have a web/blog especially about downloading like mp3, video, ebook etc, it&amp;rsquo;s need a webhost to put these files, and usually we like a free webhosting rather than paying. But there are some problems/limitations if we chose a free file hosting like :Bingung Cari Tempat Hosting Gratis Dan Unlimited? &lt;br /&gt;&lt;br /&gt;- Limited capacity/storage.&lt;br /&gt;- No store big files bigger than 5 MB (Usually).&lt;br /&gt;- traffic limitation (base on time)&lt;br /&gt;- etc.&lt;br /&gt;&lt;br /&gt;Now I have a solution to solve the problems. Try to use &lt;a href="http://www.ziddu.com/register.php?referralid=(y]RYC+QOe" target="_blank"&gt;ziddu&lt;/a&gt;.  &lt;a href="http://www.ziddu.com/register.php?referralid=(y]RYC+QOe" target="_blank"&gt;ziddu&lt;/a&gt; is one of the &lt;b&gt;free unlimited file hosting service&lt;/b&gt;. What will you get from &lt;a href="http://www.ziddu.com/register.php?referralid=(y]RYC+QOe" target="_blank"&gt;ziddu&lt;/a&gt;? here is :&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;- Unlimited storage, (you can upload your files as much as possible).&lt;br /&gt;- maximum file size to uploaded is 200 MB (it&amp;rsquo;s big enough)&lt;br /&gt;- No huorly traffice limitation.&lt;br /&gt;- Get paid everytime others download your files.&lt;br /&gt;For the last poin, is it true that we will get paid everytime others download files? &lt;br /&gt;Yes, it&amp;rsquo;s 100% true. You will get paid $0.001 per unique download. Cash will be transfered via paypal.&lt;br /&gt;&lt;br /&gt;If you interesting &lt;a href="http://www.ziddu.com/register.php?referralid=(y]RYC+QOe" target="_blank"&gt;SIGN UP HERE&lt;/a&gt;  &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-3219002556389771399?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/3219002556389771399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/04/free-unlimited-file-hosting-service_03.html#comment-form' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3219002556389771399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3219002556389771399'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/04/free-unlimited-file-hosting-service_03.html' title='Free Unlimited File Hosting Service'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-458456010335941140</id><published>2008-03-31T19:35:00.001+07:00</published><updated>2009-01-05T08:34:00.393+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Create Float Image</title><content type='html'>This tutorial is about to create float image that will always show on your corner blog althought you drag side scroll bar. &lt;a href="http://trik-tips.blogspot.com/" target="_blank"&gt;see example&lt;/a&gt;. You can put an image, widget, clock etc on the corner.&lt;br /&gt;Step by step to create Float image.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login ke blogger then click &lt;b&gt;"Layout --&gt;&gt; Edit HTML&lt;/b&gt;&lt;br /&gt;2. Find this code &lt;span style="color:red;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;, then put the code below above it.&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;#float_corner {&lt;br /&gt;position:fixed;_position:absolute;&lt;b&gt;bottom&lt;/b&gt;:0px;&lt;b&gt;left&lt;/b&gt;:0px;clip:&lt;br /&gt;inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3. The bold text is it’e position. you can change it with &lt;b&gt;"top", "bottom", "left", "right"&lt;/b&gt;&lt;br /&gt;4. The next step is put the code below before tag&lt;span style="color:red;"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;&amp;lt;div id="float_corner"&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;&lt;br /&gt;&amp;lt;a href="http://trik-tips.blogspot.com"&amp;gt; &amp;lt;img src="&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;http://blogoholic.info/files/soniclari.gif&lt;/span&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;"  border="0" /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;"http://trick-blog.blogspot.com"&lt;/b&gt; is a link.&lt;br /&gt;&lt;b&gt;"http://blogoholic.info/files/soniclari.gif"&lt;/b&gt; is image URL, Change it with your own image.&lt;br /&gt;&lt;br /&gt;5. If you wanna fill it with a widget, change the red code with your widget code.&lt;br /&gt;6. Save and preview your blog.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-458456010335941140?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/458456010335941140/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/03/how-to-create-float-image.html#comment-form' title='78 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/458456010335941140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/458456010335941140'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/03/how-to-create-float-image.html' title='How to Create Float Image'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>78</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-3333624979324644059</id><published>2008-03-22T11:06:00.000+07:00</published><updated>2008-11-23T23:05:17.929+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Widgets'/><title type='text'>How to Create Email Form Subscription</title><content type='html'>The function of Email Form Subscription is to let your loyal visitors to subscribe your new article/posting in to their email. So if your post a new article your subscriber will receive your article automatically. It’s very usefull, your subscriber will know if there is a new article, so they will come to visit your blog immediatly.&lt;br /&gt;Here the trick to create Email Form Subscription&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. visit this site : &lt;a href="http://www.feedburner.com/" target="_blank"&gt;http://www.feedburner.com&lt;/a&gt;&lt;br /&gt;2. You will see a box to enter your blog feeds. enter your blog feeds in to the box. Usually your blog feeds is like this : &lt;span style="color:#ff0000;"&gt;http://&lt;b&gt;YOURBLOGNAME&lt;/b&gt;.blogspot.com/feeds/posts/default &lt;/span&gt;&lt;br /&gt;3. If you have video file in your blog content, check on the "I am a podcaster"box, If not, it’s unnecessary. Then click "Next" Button.&lt;br /&gt;4. After that, you must to fill a form, fill it with your  information then click on the "Activate Feed"&lt;br /&gt;5. If you’re succeed, you will see "Congrats your....." notificaton.&lt;br /&gt;6. On the buttom you will see a "Next" Button and a link &lt;b&gt;"Skip directly to feed management"&lt;/b&gt;, choose this link.&lt;br /&gt;7. You will see some menus on top. Choose "Email Subscription" menu.&lt;br /&gt;8. On the left you will see some menu again, now click on the &lt;b&gt;"Email Subscriptions"&lt;/b&gt;&lt;br /&gt;9. Then click on the &lt;b&gt;"Activate"&lt;/b&gt; button.&lt;br /&gt;10. You will some code on the boxes. Choose code in the &lt;b&gt;"Subsciption Form Code"&lt;/b&gt; box, and copy it. then click "Save" Button.&lt;br /&gt;&lt;br /&gt;11. To plug it on your blog, go to "Layout--&gt;&gt;Add Page element--&gt;HTML/Javascript" paste your code on the box.&lt;br /&gt;&lt;br /&gt;See your blog, Now you have an "Email Form Subscription"&lt;br /&gt;Congrats....&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-3333624979324644059?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/3333624979324644059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/03/how-to-create-email-form-subscription.html#comment-form' title='28 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3333624979324644059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3333624979324644059'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/03/how-to-create-email-form-subscription.html' title='How to Create Email Form Subscription'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>28</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-5553129838475772456</id><published>2008-03-11T03:05:00.000+07:00</published><updated>2008-11-23T23:05:17.930+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Widgets'/><title type='text'>How to Create Blogroll (Link List Box)</title><content type='html'>As a bloger, we usually added our Friends link on our blog. Day by day and month by month it's number will increased. But if your friends link over than hundredsor or even thousands, it will be a problem, your blog space will full of your friends link list. &lt;br /&gt;Now I will show you &lt;b&gt;how to create a blogroll&lt;/b&gt;, a box to place your friends link list.  You can fill it with as many as links, and  it's size will not get bigger. So it will save space on your blog or sidebar. The box will be like mine.&lt;br /&gt;&lt;br /&gt;Here's the code that you should to copy and place on your blog or sidebar  ("Add Page Element --&gt; HTML/Java Script").&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;p class="alert"&gt;&lt;font color="blue"&gt;&lt;br /&gt;&amp;lt;div style=&amp;quot;border: 1px solid rgb(153, 153, 153); &lt;br /&gt;  overflow: auto; &lt;br /&gt;  width: 200px; &lt;br /&gt;  height: 300px; &lt;br /&gt;text-align: center; &amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;#link1 &amp;lt;br /&amp;gt;&lt;br /&gt;#link2 &amp;lt;br /&amp;gt;&lt;br /&gt;#link3 &amp;lt;br /&amp;gt;&lt;br /&gt;#link...&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;Note:&lt;br /&gt;- Text &lt;font color="#FF0000"&gt; width: 200px;&lt;/font&gt; and &lt;font color="#FF0000"&gt;height: 300px;&lt;/font&gt; is size of the box, you can change it according to your place or sidebar size .&lt;br /&gt;- Change the text &lt;font color="#FF0000"&gt;"#link1,#link2, #link3 dst" &lt;/font&gt; with your friends link list.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-5553129838475772456?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/5553129838475772456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/03/how-to-create-blogroll-link-list-box.html#comment-form' title='20 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/5553129838475772456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/5553129838475772456'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/03/how-to-create-blogroll-link-list-box.html' title='How to Create Blogroll (Link List Box)'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>20</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-1923943587453757461</id><published>2008-03-05T15:07:00.000+07:00</published><updated>2008-11-23T23:05:17.930+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Widgets'/><title type='text'>Display Yahoo Messenger Status on Blog</title><content type='html'>The advantage of showing Yahoo Messenger status on your blog  is your visittors can talk or ask something to you directly via YM, it will make your relationship with your visitor to be more tighly. Ok lets begin.&lt;br /&gt;&lt;br /&gt;If you&amp;rsquo;re oflfline, it will display image like this:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-HHcbL2aWiU/R8Zh-ovsO4I/AAAAAAAAAjw/y0D4xN_EzfU/s1600-h/ofline.gif"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_-HHcbL2aWiU/R8Zh-ovsO4I/AAAAAAAAAjw/y0D4xN_EzfU/s320/ofline.gif" alt="" id="BLOGGER_PHOTO_ID_5171928950798826370" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And if you&amp;rsquo;re online, it will display icon like this:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-HHcbL2aWiU/R8ZibYvsO5I/AAAAAAAAAj4/dv7Q4SjqwjE/s1600-h/online.gif"&gt;&lt;img style="cursor: pointer;" src="http://2.bp.blogspot.com/_-HHcbL2aWiU/R8ZibYvsO5I/AAAAAAAAAj4/dv7Q4SjqwjE/s320/online.gif" alt="" id="BLOGGER_PHOTO_ID_5171929444720065426" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;It&amp;rsquo;s very simple to create it. You just copy the code below and put it on your &lt;b&gt;"Page Element"&lt;/b&gt; or sidebar.&lt;br /&gt;&lt;p class="alert"&gt;&lt;br /&gt;&amp;lt;a href="ymsgr:sendIM?&lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;kendhin_x&lt;/span&gt;&lt;/b&gt;"&amp;gt; &amp;lt;img src="http://opi.yahoo.com/online?u=&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;b&gt;kendhin_x&lt;/b&gt;&lt;/span&gt;&amp;amp;amp;m=g&amp;amp;amp;t=&lt;span style="color:blue;"&gt;&lt;b&gt;2&lt;/b&gt;&lt;/span&gt;&amp;amp;amp;l=us"/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;Change the red text (kendhin_x) with your YM id.&lt;br /&gt;Look at the green number &lt;b&gt;"&lt;font color="#00FF00"&gt;2&lt;/font&gt;"&lt;/b&gt;, you can change it. What the result of doing this? you will different image/icon as your YM status.&lt;br /&gt;&lt;br /&gt;You must try it !!!!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-1923943587453757461?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/1923943587453757461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/03/display-yahoo-messenger-status-on-blog.html#comment-form' title='35 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1923943587453757461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1923943587453757461'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/03/display-yahoo-messenger-status-on-blog.html' title='Display Yahoo Messenger Status on Blog'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-HHcbL2aWiU/R8Zh-ovsO4I/AAAAAAAAAjw/y0D4xN_EzfU/s72-c/ofline.gif' height='72' width='72'/><thr:total>35</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-3374624328536720341</id><published>2008-02-27T18:53:00.000+07:00</published><updated>2008-03-10T03:37:25.824+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Show Recent Post on the Sidebar</title><content type='html'>To show your recent post on the sidebar is very easy, you just follow the instruction below then you will see your recent post on your blog sidebar. here’s the steps :&lt;br /&gt;&lt;br /&gt;1. Login to Blogger then Chose &lt;b&gt;"Layout"&lt;/b&gt;&lt;br /&gt;2. Click on &lt;b&gt;"Add page element"&lt;/b&gt; (chose where you want to put it) then chose &lt;b&gt;"HTML/Javascript"&lt;/b&gt;&lt;br /&gt;3. Copy the code below and put it in the &lt;b&gt;"content"&lt;/b&gt; box.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;script src="http://www.geocities.com/uddin_81/recent-post.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script&amp;gt;var numposts = &lt;span style="color: rgb(255, 0, 0);"&gt;10&lt;/span&gt;;  var showpostdate = false;  var showpostsummary = false;  var numchars = 100;   &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="http://&lt;span style="color: rgb(255, 0, 0);"&gt;YOURBLOGNAME&lt;/span&gt;.blogspot.com/feeds/posts/default?orderby=published&amp;amp;amp;alt=json-in-script&amp;amp;amp;callback=rp"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4. Change &lt;span style="color: rgb(255, 0, 0);"&gt;YOURBLOGNAME&lt;/span&gt; with your blogname.&lt;br /&gt;5. The number &lt;b&gt;"10"&lt;/b&gt; it’s amount of recent post that will be shown, You can change it.&lt;br /&gt;6. Click Save.&lt;br /&gt;&lt;br /&gt;Get Try it .......&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-3374624328536720341?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/3374624328536720341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/how-to-show-recent-post-on-sidebar.html#comment-form' title='36 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3374624328536720341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/3374624328536720341'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/how-to-show-recent-post-on-sidebar.html' title='How to Show Recent Post on the Sidebar'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>36</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-4738532638823787932</id><published>2008-02-21T21:09:00.000+07:00</published><updated>2008-11-23T23:05:49.317+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Comments'/><category scheme='http://www.blogger.com/atom/ns#' term='Widgets'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Widget to Put Comment Box Under Posting</title><content type='html'>&lt;p&gt;Sometimes ago I have posted an articel about &amp;quot;How to Create Commnet Box Under Posting&amp;quot; it use haloscan comment box. It working well for some bloger and bad for some bloger too. If you failed or dislike using haloscan comment box, may be this will be alternatifvfor you. This comment box is created by &lt;a href="http://www.intensedebate.com" target="_blank" &gt;intensedebate.com&lt;/a&gt;, this comment box can be use as a widget, and to apply this widget is very simple, and to remove this is more simple it just like when you remove Page Element from your blog. Ok, if you interest to try this widget I&amp;rsquo;ll show you how to put it.&lt;/p&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;1. Login to Blogger.com the chose &lt;b&gt;&amp;quot;Layout --&amp;gt; Edit HTML&amp;quot;&lt;/b&gt;, click on the link &lt;strong&gt;&amp;quot;Download Full Template&amp;quot; &lt;/strong&gt;to backup your template first &lt;/p&gt;&lt;br /&gt;&lt;p&gt;2. Then go to &lt;a href="http://www.intensedebate.com" target="_blank" &gt;intensedebate.com&lt;/a&gt; site sgn up, the login and go to &lt;b&gt;&amp;quot;dashboard&amp;quot;&lt;/b&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;3. On the up right you will see &lt;b&gt;&amp;quot;add blog&amp;quot; button&lt;/b&gt;, click the button &lt;/p&gt;&lt;br /&gt;&lt;p&gt;4. Then you will see a box to insert your blog url, fill it then press the button . &lt;/p&gt;&lt;br /&gt;&lt;p&gt;5. Then you will see a page like this:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://x3x.890m.com/intense.jpg" height="272" alt="intense" width="350" border="0" /&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;6. For easy, chose&lt;b&gt;&amp;quot;Widget (Recomended)&amp;quot;.&lt;/b&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;7. There are some choice on the &lt;strong&gt;&amp;quot;Replace Comment System&amp;quot;. &lt;/strong&gt;Chose &lt;b&gt;&amp;quot;On post without comments&amp;quot;&lt;/b&gt; if you want the comment box show under no comment articel (your previouse comment still exist). If you want the comment box exist on every posting chose &lt;b&gt;&amp;quot;On all blog post&amp;quot;&lt;/b&gt; (You will lose your previouse comments, but it can be restored). &lt;/p&gt;&lt;br /&gt;&lt;p&gt;8. The click &lt;b&gt;&amp;quot;Complete Installation&amp;quot; button.&lt;/b&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;9. You will see the page like this :&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://x3x.890m.com/addwidget.jpg" height="165" alt="addwidget" width="350" border="0" /&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;10. Chose your blog then click &lt;strong&gt;&amp;quot;ADD WIDGET&amp;quot; &lt;/strong&gt;button. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Finish...&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-4738532638823787932?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/4738532638823787932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/widget-to-put-comment-box-under-posting.html#comment-form' title='75 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4738532638823787932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4738532638823787932'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/widget-to-put-comment-box-under-posting.html' title='Widget to Put Comment Box Under Posting'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>75</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-7492584359761257551</id><published>2008-02-19T20:50:00.000+07:00</published><updated>2008-11-23T23:06:22.176+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Menu'/><title type='text'>Tutorial to Create DTree Menu</title><content type='html'>DTree is a menu that be arranged like a tree. It will be like menu when you open "windows Explorer". It's very usefull if you have many posting (articel) in your blog. It can contain many link in small space. It will be like the below image :&lt;br /&gt;&lt;br /&gt;&lt;img src="http://blogoholic.info/files/dtree/dtree.gif" height="198" width="176" /&gt;&lt;br /&gt;&lt;br /&gt;Here's the step by step tutorial to create "DTree Menu" in blogger:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to Blogger, go to &lt;b&gt;"Layout --&gt; Edit HTML"&lt;/b&gt;&lt;br /&gt;2. Put the code below over &lt;span style="color:#ff0000;"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;&amp;lt;link rel="StyleSheet" href="http://blogoholic.info/files/dtree/dtree.css" type="text/css" /&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src="http://blogoholic.info/files/dtree/dtree.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3. Save your editting.&lt;br /&gt;&lt;br /&gt;4. Now edit end copy the below code then put on your sidebar.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;&amp;lt;div class="dtree"&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt; &amp;lt;!--&lt;br /&gt; d = new dTree('d');&lt;br /&gt; d.add(0,-1,'My example tree');&lt;br /&gt; d.add(&lt;span style="color:#ff0000;"&gt;1&lt;/span&gt;,0,'Node 1','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(&lt;span style="color:#008000;"&gt;2&lt;/span&gt;,&lt;span style="color:#ff0000;"&gt;1&lt;/span&gt;,'Node 1.1','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(&lt;span style="color:#8000ff;"&gt;3&lt;/span&gt;,&lt;span style="color:#008000;"&gt;2&lt;/span&gt;,'Node 1.1.1','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(4,&lt;span style="color:#8000ff;"&gt;3&lt;/span&gt;,'Node 1.1.1.1','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(&lt;span style="color:#ff00ff;"&gt;5&lt;/span&gt;,0,'Node 2','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(6,&lt;span style="color:#ff00ff;"&gt;5&lt;/span&gt;,'Node 2.1','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(7,5,'Node 2.2','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(8,0,'Node 3','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt; d.add(9,0,'Node 5','&lt;b&gt;link.html&lt;/b&gt;');&lt;br /&gt;document.write(d);&lt;br /&gt;//--&amp;gt;&lt;br /&gt; &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Change &lt;b&gt;"link.html"&lt;/b&gt; with your own link.&lt;br /&gt;The first number must be unique (d.add(&lt;b&gt;&lt;span style="color:#ff0000;"&gt;1&lt;/span&gt;&lt;/b&gt;,0,'Node 1','link.html');&lt;br /&gt;The second number is child of the number (look at the color).&lt;br /&gt;&lt;br /&gt;You can add the below code to add a new node with your own image&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt; d.add(10,0,'Profile','link.html','','','&lt;span style="color:#ff0000;"&gt;http://blogoholic.info/files/dtree/trash.gif&lt;/span&gt;');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;change "&lt;span style="color:#ff0000;"&gt;http://blogoholic.info/files/dtree/trash.gif&lt;/span&gt;" with your own image.&lt;br /&gt;it will be like this :&lt;br /&gt;&lt;br /&gt;&lt;img src="http://blogoholic.info/files/dtree/dtreeprof.gif" height="219" width="176" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-7492584359761257551?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/7492584359761257551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.html#comment-form' title='38 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7492584359761257551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7492584359761257551'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.html' title='Tutorial to Create DTree Menu'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>38</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-9527587811574652</id><published>2008-02-13T09:35:00.000+07:00</published><updated>2008-11-23T23:06:51.448+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Template'/><title type='text'>Tutorial to Create Blogger Template</title><content type='html'>This tutorial is to create simple blogger template, with simple methods. The easiest way to create blogger template is by edit a template. But don't worry, althought this is a simple methods but it can produce a beautifull template, it depend on how you design it. This tutorial is not to create blogger template from beginning but this is to create template by editing a template. Ok lets begin.&lt;br /&gt;Before we begin  I suggest you to create a new blog,weI don't wont to destroy your blog.&lt;br /&gt;To follow this tutorial you have to download this template first. &lt;a href="http://www.ziddu.com/download/1540565/template.rar.html" target="_blank"&gt;downlad template&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;We will create a template that contain four main elements, (Bakground, Header, Main and Footer) Like the image :&lt;br /&gt;&lt;br /&gt;&lt;img src="http://blogoholic.info/files/template.jpg" height="277" width="400" /&gt;&lt;br /&gt;&lt;br /&gt;So you have to create the four elements, You can use Image editor software like Adobe Photoshop, Corel Draw, Paint, etc.&lt;br /&gt;Here's the detail to design it:&lt;br /&gt;1. Create a design like above image.&lt;br /&gt;2. On the backgroun part it should be a Pattern/Tile.&lt;br /&gt;3. Cut for every part (Background, Header, Main and Footer)&lt;br /&gt;it should be like this :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogoholic.info/files/bg.gif" target="_blank"&gt;&lt;img src="http://blogoholic.info/files/bg.gif" height="36" width="30" /&gt; &lt;/a&gt;background&lt;br /&gt;&lt;a href="http://blogoholic.info/files/head.jpg" target="_blank"&gt;&lt;img src="http://blogoholic.info/files/head.jpg" height="76" width="410" /&gt; &lt;/a&gt;header&lt;br /&gt;&lt;a href="http://blogoholic.info/files/body.jpg" target="_blank"&gt;&lt;img src="http://blogoholic.info/files/body.jpg" height="5" width="410" /&gt;&lt;/a&gt; main&lt;br /&gt;&lt;a href="http://blogoholic.info/files/foot.jpg" target="_blank"&gt;&lt;img src="http://blogoholic.info/files/foot.jpg" height="19" width="410" /&gt; &lt;/a&gt; footer&lt;br /&gt;&lt;br /&gt;4. Upload your part image on the webhosting like geocities or on the image hosting like photobucket.&lt;br /&gt;&lt;br /&gt;Alll right, now we will arrange these part to the HTML.&lt;br /&gt;1. Go to blogger then go to "EDIT HTML" menu.&lt;br /&gt;2. Click on the &lt;b&gt;"Brows"&lt;/b&gt; button to upload above template or &lt;a href="http://kendhin.890m.com/template/template.xml"&gt;this template&lt;/a&gt;&lt;br /&gt;3. Find this code&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;&lt;br /&gt;body {  margin: 0px;  padding: 0px;  text-align: left; font:$bodyfont; color:$textcolor; background: #323232 url('&lt;b&gt;http://blogoholic.info/files/bg.jpg&lt;/b&gt;') repeat-x top left;  }&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;4. Change the bold text with your image location&lt;br /&gt;5. Then find this code, and change the blod text with your image location :&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#center {background: #ffffff url('&lt;b&gt;http://blogoholic.info/files/body.jpg&lt;/b&gt;') repeat-y top center;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;6. Find the code below and change the bold text with your image location:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#header {  margin: 0; height:196px; width:898; color: $pagetitlecolor;   background: url('&lt;b&gt;http://blogoholic.info/files/head.jpg&lt;/b&gt;') no-repeat top center; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;7. Find the code below and change the bold text with your image location:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#footer {  margin: 0; width: 898px; height:80px;  padding: 0px;  background:  url('&lt;b&gt;http://blogoholic.info/files/foot.jpg&lt;/b&gt;') repeat-y top center; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. Now find the code below&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#outer-wrapper {  &lt;span style="color:#0000ff;"&gt;&lt;b&gt;width: 898px&lt;/b&gt;&lt;/span&gt;;  margin: 0px auto 0;   text-align: justify; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;this code &lt;b&gt;width: 898px&lt;/b&gt; it's the widht of your blog, change it according to your image.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#main {  float: left;  &lt;b&gt;width: 445px; &lt;/b&gt; margin: 5px; padding: 0px 0px 0px 10px;  line-height: 1.5em;  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */  overflow: hidden;  }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This code  &lt;b&gt;width: 445px; &lt;/b&gt; is size/widht of &lt;b&gt;main&lt;/b&gt;, you can change it.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#sidebar {  float: right;  &lt;b&gt;width: 153px; &lt;/b&gt; padding-right: 50px;  font-size: 83%;  color: $sidebartextcolor; line-height: 1.4em;  word-wrap: break-word; overflow: hidden; }&lt;br /&gt;#ads-wrapper {float: left; &lt;b&gt;width: 195px;&lt;/b&gt; padding-left: 10px;  word-wrap: break-word; overflow: hidden; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This code &lt;b&gt;width: 153px; &lt;/b&gt; is widht of your right sidebar. and this code &lt;b&gt;width: 195px;&lt;/b&gt; is widht your left sidebar. And this code &lt;b&gt;padding-right: 50px;&lt;/b&gt; is gap of text on the right sidebar with right line. And this code  &lt;b&gt;padding-left: 10px;&lt;/b&gt; is gap of text on the left sidebar with left line.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#header {  margin: 0; &lt;b&gt;height:196px; width:898; &lt;/b&gt;color: $pagetitlecolor;   background: url('http://blogoholic.info/files/head.jpg') no-repeat top center; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This code &lt;b&gt;height:196px; width:898; &lt;/b&gt; is height and widht of your header, Change it according to your Header Image.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;#footer {  margin: 0; &lt;b&gt;width: 898px; height:80px;&lt;/b&gt;  padding: 0px;  background:  url('http://blogoholic.info/files/foot.jpg') no-repeat top center; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This code &lt;b&gt;width: 898px; height:80px;&lt;/b&gt; is widht and height of your &lt;b&gt;footer&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;9. Try to modify and preview it until looks good.&lt;br /&gt;10. If it looks good you can save it.&lt;br /&gt;&lt;br /&gt;GOOOD LUCK!!!!!!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-9527587811574652?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/9527587811574652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/tutorial-to-create-blogger-template.html#comment-form' title='101 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/9527587811574652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/9527587811574652'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/tutorial-to-create-blogger-template.html' title='Tutorial to Create Blogger Template'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>101</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-1672901803087388709</id><published>2008-02-09T16:15:00.000+07:00</published><updated>2008-02-19T00:58:37.919+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Hide Your Post Date, Time and/or Author</title><content type='html'>There are some reason for bloger to hide Post date, time and author. May be they want to see their blog looks clear or everything. Now I will show you the trick to "hide your post date, time and or author". the mothods is very simple, just find the code that I pointed to you and delete it. You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack. &lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to blogger the go to &lt;b&gt;"Layout --&gt; Edit HTML"&lt;/b&gt;&lt;br /&gt;2. Click on the &lt;b&gt;"Download Full Template" &lt;/b&gt; to back up your template first.&lt;br /&gt;3. Check on the &lt;b&gt;"Expand Widget Templates"&lt;/b&gt; check box.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Hide Post Date&lt;/b&gt;&lt;br /&gt;find this code and delete it.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.dateHeader/&amp;gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Hide Post Time&lt;/b&gt;&lt;br /&gt;find this code and delete it.&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&amp;nbsp;&amp;lt;span class='post-timestamp'&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:top.showTimestamp'&amp;gt;&lt;br /&gt;&amp;lt;data:top.timestampLabel/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:post.url'&amp;gt;&lt;br /&gt;&amp;lt;a class='timestamp-link' expr:href='data:post.url' rel='bookmark' &lt;br /&gt;title='permanent link'&amp;gt;&amp;lt;abbr class='published' &lt;br /&gt;expr:title='data:post.timestampISO8601'&amp;gt;&amp;lt;data:post.timestamp/&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Hide Post Author&lt;/b&gt;&lt;br /&gt;find this code and delete it.&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&amp;nbsp;&amp;lt;span class='post-author vcard'&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:top.showAuthor'&amp;gt;&lt;br /&gt;&amp;lt;data:top.authorLabel/&amp;gt;&lt;br /&gt;&amp;lt;span class='fn'&amp;gt;&amp;lt;data:post.author/&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;5. Save your editting&lt;br /&gt;&lt;br /&gt;Good Luck ............&lt;br /&gt;&lt;br /&gt;Related Post :&lt;br /&gt;&lt;a href="http://trick-blog.blogspot.com/2008/01/change-post-date-become-calender-icon.html"&gt;Change Post Date Become Calender Icon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-1672901803087388709?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/1672901803087388709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/how-to-hide-your-post-date-time-andor.html#comment-form' title='46 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1672901803087388709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1672901803087388709'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/how-to-hide-your-post-date-time-andor.html' title='How to Hide Your Post Date, Time and/or Author'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>46</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-1803773807015629756</id><published>2008-02-06T11:15:00.001+07:00</published><updated>2009-03-03T15:02:41.667+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Show or Hide Your Full Post in Blogger</title><content type='html'>This is the way to show or hide your full post on the main page of your blog. This is different from my old "&lt;a href="http://trick-blog.blogspot.com/2008/01/how-to-create-read-more.html"&gt;Read More&lt;/a&gt; " methods. If in old "&lt;a href="http://trick-blog.blogspot.com/2008/01/how-to-create-read-more.html"&gt;Read More&lt;/a&gt;" Methods it will show "Read More" link, then if you click the link you will load and go to another page that will show your full post/articel. But with my next methode below, if you click the link you will see your full post/articel in the same page and it no needs time to load, it only expand your full post. Do you want to try it? here is the trick:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to Blogger, Chose &lt;b&gt;"Layout --&gt; Template --&gt; Edit HTML &lt;/b&gt;&lt;br /&gt;2. Click &lt;b&gt;"Download Full Templates"&lt;/b&gt; link  to back up your template.&lt;br /&gt;3. Check on the &lt;b&gt;"Expand Template Wdiget"&lt;/b&gt; Check Box.&lt;br /&gt;4. Copy the code below and paste above this code &amp;lt;/head&amp;gt;&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:blue;"&gt; &amp;lt;script src='http://kendhin.890m.com/Readmore.js' type='text/javascript'/&amp;gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;5. Then find this code &lt;span style="color:red;"&gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &lt;/span&gt;.&lt;br /&gt;6.  If You found it you will see a code like this:&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:red;"&gt;&amp;lt;div class='post-body entry-content'&amp;gt;&lt;/span&gt;&lt;/p&gt;or&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:red;"&gt;&amp;lt;div class='post body'&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;7. The next step is change or replace  the code (Only Number 6 code) to be like this:&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:red;"&gt;&amp;lt;div class='post-body entry-content' &lt;/span&gt;&lt;span style="color:blue;"&gt;expr:id='"post-" + data:post.id'&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;8. Under it you will see a code like this  &lt;span style="color:red;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;9. Put the code below under it.&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:blue;"&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;#fullpost   {display:none;}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;span   id='showlink'&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;a expr:onclick='"javascript:showFull(\"post-"   + data:post.id + "\");"' href='javascript:void(0);'&amp;gt;[+/-] &lt;b&gt;Show Full Post...&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;span id='hidelink'   style='display:none'&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;a   expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"'   href='javascript:void(0);'&amp;gt;[+/-]&lt;b&gt;Hide Full Post...&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;script   type='text/javascript'&amp;gt;checkFull("post-" +   "&amp;lt;data:post.id/&amp;gt;")&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;10. So, the full code will like this :&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:red;"&gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&amp;lt;div class='post-body entry-content' &lt;/span&gt;&lt;span style="color:blue;"&gt;expr:id='"post-" + data:post.id'&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;#fullpost   {display:none;}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;span   id='showlink'&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;a expr:onclick='"javascript:showFull(\"post-"   + data:post.id + "\");"' href='javascript:void(0);'&amp;gt;[+/-] &lt;b&gt; Show Full Post...&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;span id='hidelink'   style='display:none'&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;a   expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"'   href='javascript:void(0);'&amp;gt;[+/-]&lt;b&gt; Hide Full Post...&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;script   type='text/javascript'&amp;gt;checkFull("post-" +   "&amp;lt;data:post.id/&amp;gt;")&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;11. Save Your Editing.&lt;br /&gt;12. Go to menu &lt;b&gt;"Setting --&gt; Formatting"&lt;/b&gt;&lt;br /&gt;13. On the bottom page you will see a box beside text &lt;b&gt;"Post Template"&lt;/b&gt;. Copy the code below and paste in to the box&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:blue;"&gt;&amp;lt;span id="fullpost"&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;14. Save your setting.&lt;br /&gt;15 If you want to post an articel place your part articel above this code &lt;span style="color:blue;"&gt;&amp;lt;span id="fullpost"&amp;gt;&lt;/span&gt;. Then the remain or full post put between this code &lt;span style="color:blue;"&gt;&amp;lt;span id="fullpost"&amp;gt;&lt;/span&gt; and this &lt;span style="color:blue;"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;GOOD LUCK&gt;&gt;&gt;&gt;&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-1803773807015629756?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/1803773807015629756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/show-or-hide-your-full-post-in-blogger.html#comment-form' title='145 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1803773807015629756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/1803773807015629756'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/show-or-hide-your-full-post-in-blogger.html' title='Show or Hide Your Full Post in Blogger'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>145</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-2072154741347332901</id><published>2008-02-03T04:52:00.000+07:00</published><updated>2008-11-12T05:02:44.726+07:00</updated><title type='text'>Advertise on This Blog</title><content type='html'>You can advertise on this blog with low cost. Just for $15/Month you can put your banner (15px x 15px) here. &lt;br /&gt;&lt;br /&gt;If you interest to advertise on this blog, send email to kendhin_x@yahoo.com.&lt;br /&gt;&lt;br /&gt;Thanks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-2072154741347332901?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/2072154741347332901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/02/advertise-on-this-blog.html#comment-form' title='41 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/2072154741347332901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/2072154741347332901'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/02/advertise-on-this-blog.html' title='Advertise on This Blog'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>41</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-4214936005421386889</id><published>2008-01-30T02:04:00.001+07:00</published><updated>2008-11-23T23:07:39.757+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Menu'/><title type='text'>How to Create Horizontal Tabs Menu</title><content type='html'>What is horizontal tabs menu? horizontal tabs menu is bla..bla..bla... I can't explain anymore, he..he., it's look like this:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://blogoholic.info/files/menu/horizontal.jpg" alt="" height="69" width="375" /&gt;&lt;br /&gt;&lt;br /&gt;To create it is not as simple as it's look, it's complicated. You have to design button, you have to create CSS and HTML code. Now I will show you how to create "Horizontal tabs menu" in blogger.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;The first thing you have to di is create an image like this:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://blogoholic.info/files/menu/blackleft.gif" alt="" height="84" width="4" /&gt; and  &lt;img src="http://blogoholic.info/files/menu/blackright.gif" alt="" height="84" width="175" /&gt;&lt;br /&gt;&lt;br /&gt;If you can't to create it, you can use my below images:&lt;br /&gt;&lt;br /&gt;&lt;table border="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/blackleft.gif" alt="" height="84" width="4" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;label&gt;&lt;/label&gt;&lt;img src="http://blogoholic.info/files/menu/blackright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;blackleft.gif&lt;/td&gt;&lt;td align="center"&gt;blackright.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/greenleft.gif" alt="" height="84" width="4" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/greenright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;greenleft.gif&lt;/td&gt;&lt;td align="center"&gt;greenright.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/redleft.gif" alt="" height="84" width="4" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/redright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;redleft.gif&lt;/td&gt;&lt;td align="center"&gt;redright.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/unguleft.gif" alt="" height="84" width="4" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/unguright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;unguleft.gif&lt;/td&gt;&lt;td align="center"&gt;unguright.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/yellowleft.gif" alt="" height="84" width="4" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/yellowright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;yellowleft.gif&lt;/td&gt;&lt;td align="center"&gt;yellowright.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/blueleft.gif" alt="" height="84" width="4" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/blueright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;blueleft.gif&lt;/td&gt;&lt;td align="center"&gt;blueright.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/whiteleft.gif" alt="" height="84" width="5" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/menu/whiteright.gif" alt="" height="84" width="175" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;whiteleft.gif&lt;/td&gt;&lt;td align="center"&gt;whiteright.gif&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Ok, let's begin&lt;br /&gt;&lt;br /&gt;1. Login to Blogger, chose &lt;b&gt;"Lay out --&gt; Template --&gt; Edit HTML"&lt;/b&gt;&lt;br /&gt;2. Don't forget to backup your template first.&lt;br /&gt;3. Check the &lt;b&gt;"Expand Widget Templates"&lt;/b&gt; checkbox.&lt;br /&gt;4. Try to find this code &lt;span style="color:red;"&gt; ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;, if you found it then put the code below above it&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;/*credits : http://trick-blog.blogspot.com */&lt;br /&gt; #tabshori {&lt;br /&gt; float:left;&lt;br /&gt; width:100%;&lt;br /&gt; font-size:13px;&lt;br /&gt; border-bottom:1px solid #2763A5; &lt;span style="color: rgb(255, 0, 0);"&gt;/*Under Line, you can change or delete it */&lt;/span&gt;&lt;br /&gt; line-height:normal;&lt;br /&gt; }&lt;br /&gt; #tabshori ul {&lt;br /&gt; margin:0;&lt;br /&gt; padding:10px 10px 0 50px; &lt;span style="color: rgb(255, 0, 0);"&gt;/* Menu position*/&lt;/span&gt;&lt;br /&gt; list-style:none;&lt;br /&gt; }&lt;br /&gt; #tabshori li {&lt;br /&gt; display:inline;&lt;br /&gt; margin:0;&lt;br /&gt; padding:0;&lt;br /&gt; }&lt;br /&gt; #tabshori a {&lt;br /&gt; float:left;&lt;br /&gt; background:url("http://blogoholic.info/files/menu/&lt;b&gt;blackleft.gif&lt;/b&gt;") no-repeat left top;&lt;br /&gt; margin:0;&lt;br /&gt; padding:0 0 0 4px;&lt;br /&gt; text-decoration:none;&lt;br /&gt; }&lt;br /&gt; #tabshori a span {&lt;br /&gt; float:left;&lt;br /&gt; display:block;&lt;br /&gt; background:url("http://blogoholic.info/files/menu/&lt;b&gt;blackright.gif&lt;/b&gt;") no-repeat right top;&lt;br /&gt; padding:5px 14px 4px 4px;&lt;br /&gt; color:#24618E; &lt;span style="color: rgb(255, 0, 0);"&gt;/*Text menu color*/&lt;/span&gt;&lt;br /&gt; }&lt;br /&gt;#tabshori a span {float:none;}&lt;br /&gt; /* End IE5-Mac hack */&lt;br /&gt;#tabshori a:hover {&lt;br /&gt; background-position:0% -42px;&lt;br /&gt; }&lt;br /&gt; #tabshori a:hover span {&lt;br /&gt; background-position:100% -42px;&lt;br /&gt; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;you can change the bold text with other image, for example, if you want to chose my red menu image the code will be like this:&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;background:url("http://blogoholic.info/files/menu/&lt;b&gt;redleft.gif&lt;/b&gt;") no-repeat left top;&lt;br /&gt;&lt;br /&gt;background:url("http://blogoholic.info/files/menu/&lt;b&gt;redright.gif&lt;/b&gt;") no-repeat right top;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5. Then copy the code below&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;&amp;lt;div id="tabshori"&amp;gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&lt;br /&gt;&amp;lt;!-- Change the links with your own links --&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="http://trick-blog.blogspot.com"&amp;gt;&amp;lt;span&amp;gt;&lt;b&gt;Home&lt;/b&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="http://trick-blog.blogspot.com"&amp;gt;&amp;lt;span&amp;gt;&lt;b&gt;Trik-Tips&lt;/b&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="http://trick-blog.blogspot.com"&amp;gt;&amp;lt;span&amp;gt;&lt;b&gt;Free Template&lt;/b&gt; &amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="http://trick-blog.blogspot.com"&amp;gt;&amp;lt;span&amp;gt;&lt;b&gt;Blog Dictionary&lt;/b&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="http:/trick-blog.blogspot.com"&amp;gt;&amp;lt;span&amp;gt;&lt;b&gt;Profile&lt;/b&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;/div &amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;change &lt;b&gt;http://trik-tips.blogspot.com&lt;/b&gt; with your own link, and change the bold text with your own text.&lt;br /&gt;&lt;br /&gt;6. Next step is to put the tabs menu into your blog, this more difficult because we have different templates. There are some methods to do this, Here is the methods, you can chose and try for any methods.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;- methode A:&lt;/b&gt;&lt;br /&gt;Find this code :&lt;span style="color:red;"&gt;&amp;lt;div id="content-wrapper"&amp;gt;&lt;/span&gt;. if you found it, paste the above code (code number five) above it. Preview your template, if it looks good save your editting, but if it's not good try to put above this code &lt;span style="color:red;"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;, you will find many codes like that, try to put the code above it and preview your your blog, do it more often until it's suitable for your template.&lt;br /&gt;&lt;br /&gt;If you have nice with your menu position, is unnecessary to do &lt;b&gt;methode B&lt;/b&gt;, but if you feel difficult to apply &lt;b&gt;methode A&lt;/b&gt; you can try &lt;b&gt;methode B&lt;/b&gt;&lt;br /&gt;&lt;b&gt;- methode B:&lt;/b&gt;&lt;br /&gt;Find the below code :&lt;br /&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;code&gt;&amp;lt;b:section class='header' id='header'&lt;br /&gt;maxwidgets='&lt;span style="color:green;"&gt;1&lt;/span&gt;' showaddelement='&lt;span style="color:green;"&gt;no&lt;/span&gt;'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Header1' locked='&lt;span style="color:green;"&gt;true&lt;/span&gt;'&lt;br /&gt;title='your blog title (Header)' type='Header'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;change the green text so that to become like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;code&gt;&amp;lt;b:section class='header' id='header'&lt;br /&gt;maxwidgets='&lt;span style="color:green;"&gt;2&lt;/span&gt;' showaddelement='&lt;span style="color:green;"&gt;yes&lt;/span&gt;'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Header1' locked='&lt;span style="color:green;"&gt;false&lt;/span&gt;'&lt;br /&gt;title='your blog title (Header)' type='Header'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Save your setting, the go to &lt;b&gt;"Page Elements"&lt;/b&gt; and click &lt;b&gt;"Add page Element "&lt;/b&gt; on the header area, chose &lt;b&gt;"HTML/JavaScript"&lt;/b&gt; then put the number five code above into "content" box, then click "save" and preview your new blog.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-4214936005421386889?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/4214936005421386889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-horizontal-tabs-menu.html#comment-form' title='134 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4214936005421386889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4214936005421386889'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-horizontal-tabs-menu.html' title='How to Create Horizontal Tabs Menu'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>134</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-7606525642134367636</id><published>2008-01-27T03:00:00.000+07:00</published><updated>2008-01-29T05:41:38.603+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Protect Your Blog From Plagiarize (Copy Paste)</title><content type='html'>May be you will be angry if your articel shown in other blog unexpectedly, moreover it without inserting the resource. I'll show you how to protect your blog from theif. But this trcik is pointed for small thief because it unusefull for expert thief. With this trick, the thief will unable to select your articel and unable to right click in your blog. But if you don't care about plagiarize, you will don't need this trick. Ok lets begin.&lt;br /&gt;&lt;br /&gt;Go to your blog setting then chose &lt;b&gt;"Template --&gt; Edit HTML"&lt;/b&gt;. Find this code &lt;b&gt;&lt;font color=red&gt;&amp;lt;body&amp;gt;&lt;/font&gt;&lt;/b&gt; then replace with this code&lt;br /&gt; &lt;b&gt;&lt;font color=blue&gt;&amp;lt;body onmousedown=&amp;quot;return false&amp;quot; oncontextmenu=&amp;quot;return false&amp;quot; onselectstart=&amp;quot;return false&amp;quot;&amp;gt;&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Now your blog will be disable selecting and righ click, but the thief can still steal your articel by select "views --&gt; page source" menu from their browser or by pressing &lt;b&gt;"Ctrl + u"&lt;/b&gt;, they can see your source code and can copy the articel from it. To deceive this, put your mouce cursor before this code &lt;b&gt;&lt;font color=red&gt;&amp;lt;head&amp;gt;&lt;/font&gt;&lt;/b&gt; then press &lt;b&gt;"enter"&lt;/b&gt; button many times, may be about 100 times :D the save your editting . Now if they press  &lt;b&gt;"Ctrl + u"&lt;/b&gt; they will only see a litle codes, he..he.. :D&lt;br /&gt;&lt;br /&gt;But remember this trick is only work for a fool thieves, for an expert thieves  is unusable. &lt;br /&gt;I don't use it into my blog because there are many script that have to be copied by readers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-7606525642134367636?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/7606525642134367636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/protect-blog-plagiarize-copy-paste.html#comment-form' title='82 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7606525642134367636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7606525642134367636'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/protect-blog-plagiarize-copy-paste.html' title='Protect Your Blog From Plagiarize (Copy Paste)'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>82</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-7700835274566275940</id><published>2008-01-25T23:46:00.000+07:00</published><updated>2008-07-02T06:03:05.046+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Change Post Date Become Calender Icon</title><content type='html'>If you bored with your blog face, may be you can use this trick to make your blog more beautiful. This trick will explain "how to change posting date to become a calender icon" like as you see in my blog. If you interest c'mon let's do it now.&lt;br /&gt;The first thing you have to do is change your "date header format"  to become mm.dd.yyyy (1.24.2008). How to do this? go to your blogger account, then chose &lt;b&gt;"Setting --&gt; Formatting&lt;/b&gt;, change "&lt;b&gt;date header format&lt;/b&gt;" to become what I said before (mm.dd.yyyy) then save your setting.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Next step is go to tabs &lt;b&gt; "Template --&gt; Edit HTML"&lt;/b&gt;. Don't forget to backup your template first. Click on a &lt;b&gt;"Expand Widget Templates"&lt;/b&gt; check box. OK lets go to the deep trick.&lt;br /&gt;&lt;br /&gt;1. Find this code &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;TITLE&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/TITLE&amp;gt;&lt;/span&gt; in your HTML. If you found it, put the code below under it.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;SCRIPT type='text/javascript'&amp;gt;&lt;br /&gt;//&amp;lt;![CDATA[&lt;br /&gt;/*********************************/&lt;br /&gt;/* http://trick-blog.blogspot.com */&lt;br /&gt;/*********************************/&lt;br /&gt;function date_replace(date) {&lt;br /&gt;var da = date.split('.');&lt;br /&gt;var day = da[1], mon = da[0], year = da[2];&lt;br /&gt;var month =&lt;br /&gt;['0','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];&lt;br /&gt;document.write("&amp;lt;div class='month'&amp;gt;"+month[mon]+"&amp;lt;/div&amp;gt; &amp;lt;div class='day'&amp;gt;"+day+"&amp;lt;/div&amp;gt;");&lt;br /&gt;}&lt;br /&gt;//]]&amp;gt;&lt;br /&gt;&amp;lt;/SCRIPT&amp;gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2. Then Find this code:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.date-header {&lt;br /&gt;margin: 1.5em 0 0;&lt;br /&gt;font-weight: normal;&lt;br /&gt;color: $dateHeaderColor;&lt;br /&gt;font-size: 100%;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;if you can't found it try to find this:&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;h2.date-header {&lt;br /&gt;margin:1.5em 0 .5em;&lt;br /&gt;} &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3. OK, you have found it? next step is put the below code under it.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;.dateblock {&lt;br /&gt;background: url("http://blogoholic.info/files/kalender/bluecalend.gif")&lt;br /&gt;no-repeat;&lt;br /&gt;width: 50px;&lt;br /&gt;margin: 0;&lt;br /&gt;font-weight: bold;&lt;br /&gt;height: 50px;&lt;br /&gt;/*position: absolute;&lt;br /&gt;top: 0;&lt;br /&gt;left: 0;*/&lt;br /&gt;float: left;&lt;br /&gt;text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.month {&lt;br /&gt;font-size: 11px;&lt;br /&gt;width: 37px;&lt;br /&gt;margin: 0 5px;&lt;br /&gt;text-transform: uppercase;&lt;br /&gt;color: #fff;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.day {&lt;br /&gt;color:#3366CC;&lt;br /&gt;font-size: 19px;&lt;br /&gt;width: 37px;&lt;br /&gt;margin: 0 5px;&lt;br /&gt;&lt;br /&gt;} &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code &lt;span style="color: rgb(0, 0, 255);"&gt;http://blogoholic.info/files/kalender/&lt;b&gt;bluecalend.gif&lt;/b&gt;&lt;/span&gt; is the place for calender icon, you can change it with your own image or use my image below. what to do is change the bold text with the pictures code below, for example, if you want to change it with red icon calender, just change &lt;span style="color: rgb(0, 0, 255);"&gt;&lt;b&gt;bluecalend.gif &lt;/b&gt;&lt;/span&gt; with &lt;span style="color: rgb(0, 0, 255);"&gt;&lt;b&gt;redcalend.gif&lt;/b&gt;&lt;/span&gt;.&lt;br /&gt;here is the icon images:&lt;br /&gt;&lt;br /&gt;&lt;table style="border-collapse: collapse;" id="AutoNumber1" border="0" bordercolor="#111111" cellpadding="0" cellspacing="0" width="350"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/blackcalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/blue2calend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/bluecalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;blackcalend.gif&lt;/td&gt;&lt;td align="center"&gt;blue2calend.gif&lt;/td&gt;&lt;td align="center"&gt;bluecalend.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/greencalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/orangecalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/pinkcalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;greencalend.gif&lt;/td&gt;&lt;td align="center"&gt;orangecalend.gif&lt;/td&gt;&lt;td align="center"&gt;pinkcalend.gif&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/redcalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/ungucalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;img src="http://blogoholic.info/files/kalender/yellowcalend.gif" border="0" height="50" width="46" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;redcalend.gif&lt;/td&gt;&lt;td align="center"&gt;ungucalend.gif&lt;/td&gt;&lt;td align="center"&gt;yellowcalend.gif&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;4. Next step is find this code &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.dateHeader/&amp;gt;&lt;/span&gt;. The easy way to find it is by copying the code the press &lt;b&gt;Ctrl-f&lt;/b&gt; then paste to the shown box, you will found the code immediately. If you didn't anything you can find it manually. OK, If you found it change the code with the below script.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;DIV class='dateblock'&amp;gt; &amp;lt;SCRIPT&amp;gt; date_replace('&amp;lt;data:post.dateHeader/&amp;gt;');&amp;lt;/SCRIPT&amp;gt;&amp;lt;/DIV&amp;gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5. Save your editting, and see the result, is it working? :t&lt;br /&gt;&lt;br /&gt;if the month and date upper, you can add this code  &lt;span style="color:blue;"&gt;padding: 4px 0px 0px 0px; &lt;/span&gt; under this code &lt;span style="color:red;"&gt;.month {&lt;/span&gt; and this &lt;span style="color:red;"&gt;.day {&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Good Luck ............&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-7700835274566275940?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/7700835274566275940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/change-post-date-become-calender-icon.html#comment-form' title='72 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7700835274566275940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7700835274566275940'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/change-post-date-become-calender-icon.html' title='Change Post Date Become Calender Icon'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>72</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-8308726937885318210</id><published>2008-01-25T00:30:00.000+07:00</published><updated>2008-08-28T03:38:58.207+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Make Blog More Expressive With Auto Smile Icon</title><content type='html'>In this episode I will explain to you "how to make your blog more expressive with smile icon" without copy an image and put to your blog, but with only little code and then it will be smile icon image automatically. For example, if you type this code &lt;b&gt;:)&lt;/b&gt; it will atomatically change to this image :) , this code &lt;b&gt;:p&lt;/b&gt; will be like this :p   and etc. Do you interest? if no, go from my blog :D&lt;br /&gt;here's the trick:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to blogger then chose &lt;b&gt;"layout --&gt; Edit HTML"&lt;/b&gt;&lt;br /&gt;2. Find this code &lt;b&gt;&lt;span style="color:red;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/b&gt;, if you found it then put the code below under it.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&amp;lt;script src='http://kendhin.890m.com/smile/smile.js' type='text/javascript'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3. Save your editing.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:red;"&gt; * Before you type the code you have to press "space" first"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;here is the code to show smile icon&lt;br /&gt;&lt;br /&gt;&lt;b&gt;:)&lt;/b&gt; --&gt; :)&lt;br /&gt;&lt;b&gt;:(&lt;/b&gt; --&gt; :(&lt;br /&gt;&lt;b&gt;:p&lt;/b&gt; --&gt; :p&lt;br /&gt;&lt;b&gt;:D&lt;/b&gt; --&gt; :D&lt;br /&gt;&lt;b&gt;:$&lt;/b&gt; --&gt; :$&lt;br /&gt;&lt;b&gt;;)&lt;/b&gt; --&gt; ;)&lt;br /&gt;&lt;b&gt;:@&lt;/b&gt; --&gt; :@&lt;br /&gt;&lt;b&gt;:#&lt;/b&gt; --&gt; :#&lt;br /&gt;&lt;b&gt;:k&lt;/b&gt; --&gt; :k&lt;br /&gt;&lt;b&gt;:x&lt;/b&gt; --&gt; :x&lt;br /&gt;&lt;b&gt;:o&lt;/b&gt; --&gt; :o&lt;br /&gt;&lt;b&gt;:O&lt;/b&gt; --&gt; :O&lt;br /&gt;&lt;b&gt;:L&lt;/b&gt; --&gt; :L&lt;br /&gt;&lt;b&gt;:r&lt;/b&gt; --&gt; :r&lt;br /&gt;&lt;b&gt;:s&lt;/b&gt; --&gt; :s&lt;br /&gt;&lt;b&gt;:y&lt;/b&gt; --&gt; :y&lt;br /&gt;&lt;b&gt;:~&lt;/b&gt; --&gt; :~&lt;br /&gt;&lt;b&gt;:v&lt;/b&gt; --&gt; :v&lt;br /&gt;&lt;b&gt;:f&lt;/b&gt; --&gt; :f&lt;br /&gt;&lt;b&gt;:d&lt;/b&gt; --&gt; :d&lt;br /&gt;&lt;b&gt;:c&lt;/b&gt; --&gt; :c&lt;br /&gt;&lt;b&gt;:z&lt;/b&gt; --&gt; :z&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-8308726937885318210?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/8308726937885318210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/make-blog-more-expressive-with-auto.html#comment-form' title='112 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8308726937885318210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8308726937885318210'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/make-blog-more-expressive-with-auto.html' title='Make Blog More Expressive With Auto Smile Icon'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>112</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-8980357562240235121</id><published>2008-01-24T00:19:00.001+07:00</published><updated>2008-11-25T05:40:26.701+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>Change The Address bar Icon (Favicon)</title><content type='html'>If you open a web/blog you will see an icon on addressbar. If you make blog in blogger your default icon will be like this: &lt;img src="http://www.geocities.com/uddin_81/icon/blogger.gif" width="15" height="15"/&gt;&lt;br /&gt;But you can change the icon (favicon) with your own picture. it's very simple to do that. The first thing you have to do is prepare an image with low dimension, it's about 22x22 pixel to 32x32 pixel, actualy bigger is no problem but it will reduce speed to open your web/blog. And they can be formatted as gif, jpg, bmp, ico, png. Then you store your image to webhosting. But if don't know how to make it or don't want to occupied you can use the icon listed below. Ok lets begin the trick.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to blogger, chose &lt;b&gt;"Layouts --&gt; Edit HTML&lt;/b&gt;&lt;br /&gt;2. Put the code below into your &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt;  tag or before &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; code. &lt;br /&gt;&lt;font color=blue&gt;&lt;br /&gt;&amp;lt;link href='&lt;b&gt;http://www.geocities.com/uddin_81/icon/image1.gif&lt;/b&gt;' rel='SHORTCUT ICON'/&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;br /&gt;3. The bold text is an address for your icon, you can change it with your own or just copy the below listed address icon.&lt;br /&gt;4. Save your editing.&lt;br /&gt;&lt;br /&gt;here is the icon and it's addres&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image1.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image1.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image2.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image2.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image3.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image3.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image4.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image4.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image5.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image5.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image6.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image6.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image7.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image7.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image8.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image8.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image9.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image9.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image10.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image10.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image11.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image11.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image12.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image12.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image13.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image13.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image14.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image14.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image15.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image15.gif&lt;br /&gt;&lt;img src="http://www.geocities.com/uddin_81/icon/image16.gif" width="24" height="24"/&gt; : http://www.geocities.com/uddin_81/icon/image16.gif&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-8980357562240235121?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/8980357562240235121/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/change-address-bar-icon-favicon.html#comment-form' title='91 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8980357562240235121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8980357562240235121'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/change-address-bar-icon-favicon.html' title='Change The Address bar Icon (Favicon)'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>91</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-4993719518640685727</id><published>2008-01-22T22:49:00.000+07:00</published><updated>2008-06-29T18:39:45.447+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Create Comment Box Under Your Post</title><content type='html'>Before you read this articel, I suggested you to read &lt;a href="http://trick-blog.blogspot.com/2008/06/blogger-under-posting-comment-box.html"&gt;this&lt;/a&gt; first&lt;br /&gt;&lt;br /&gt;If you create a blog use wordpress, you will have comment box under your post. but if use blogger.com it's different, under your post is only a link that will open a window to post a comments. It's why webblog use wordpress have more comments in their blog than blogger.com. But don't worry, for us who use blogger, now we can trick it with free service from haloscan comments box. But the risk if you use this comment box is you will lost your previous comments, so think this deeply. If decided to use this commnet box let's begin our class.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;b&gt;&lt;font color=red&gt; Warning : This methode can have many risk, some template is not support for this comment box, it's can cause you lost your post. So you have to back up your template first. &lt;/font&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Here's the trick&lt;br /&gt;&lt;br /&gt;1. Login to bloger and klick &lt;b&gt;"layout --&gt; Edit HTML&lt;/b&gt;, klick &lt;b&gt;"download full templates&lt;/b&gt; link to download your template. &lt;br /&gt;2. Then open this website &lt;a href="http://www.haloscan.com"&gt;http://www.haloscan.com&lt;/a&gt;.&lt;br /&gt;3. You have to sign up first. Then you log in.&lt;br /&gt;4. You will found some tabs menu, First chose &lt;b&gt;"setting"&lt;/b&gt; menu, Please set it firs then save.&lt;br /&gt;5. If you did then chose &lt;b&gt;"install"&lt;/b&gt; menu.&lt;br /&gt;6. If you use blogger beta, chose radiobutton "Blogger or Blogspot (New Version / Google Login)", if you use blogger classic chose "Blogger or Blogspot (Old Version)". Then click &lt;b&gt;"next"&lt;/b&gt; button&lt;br /&gt;6. Click &lt;b&gt;brows &lt;/b&gt;button and find your template file. Then click &lt;b&gt;"Upload blogger template"&lt;/b&gt; button.&lt;br /&gt;7. After that click &lt;b&gt;"download new template"&lt;/b&gt; and save it.&lt;br /&gt;8. Back to blogger "Edit HTML", click &lt;b&gt;"brows"&lt;/b&gt; button and find your new template from haloscan. Then click &lt;b&gt;"upload"&lt;/b&gt; button.&lt;br /&gt;9. Save your editting. &lt;br /&gt;&lt;br /&gt;Now you have comments box unr your post.&lt;br /&gt;&lt;br /&gt;If you want to show "recent comments" on your sidebar just go to haloscan dashboard, you will see your recent comments and under it there a link "Put this widget on your site", click the link you will see a box with scripts, copy the script and paste into your blog.&lt;br /&gt;&lt;br /&gt;Good Luck...&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-4993719518640685727?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/4993719518640685727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-comment-box-under-your.html#comment-form' title='119 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4993719518640685727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/4993719518640685727'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-comment-box-under-your.html' title='How to Create Comment Box Under Your Post'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>119</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-8452418324347737447</id><published>2008-01-22T05:28:00.000+07:00</published><updated>2008-01-29T05:41:38.605+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Create Search Engine in Blogger</title><content type='html'>Now I will show how to create "Search Engine" in your blogger. This Search Engine is use to find articel  in your blog, not to find articel at all website in the world.  It's very easy, just follow the trick below you will have search engine in your blog. Here's the step:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to Blogger, Go to &lt;b&gt;"Layout --&gt; Page Elements"&lt;/b&gt;. Klick "Add a page elements" then chose &lt;b&gt;"HTML/Java Script"&lt;/b&gt;.&lt;br /&gt;2. Put the code below into "Content" Box&lt;br /&gt;&lt;br /&gt;&amp;lt;form action=&amp;quot;http://&lt;font color="red"&gt;yourblogname&lt;/font&gt;.blogspot.com/search&amp;quot; method=&amp;quot;get&amp;quot;&amp;gt; &amp;lt;input class=&amp;quot;textinput&amp;quot; name=&amp;quot;q&amp;quot; size=&amp;quot;&lt;font color="blue"&gt;30&lt;/font&gt;&amp;quot; type=&amp;quot;text&amp;quot;/&amp;gt; &amp;lt;input value=&amp;quot;search&amp;quot; class=&amp;quot;buttonsubmit&amp;quot; name=&amp;quot;submit&amp;quot; type=&amp;quot;submit&amp;quot;/&amp;gt;&amp;lt;/form&amp;gt; &lt;br /&gt;&lt;br /&gt;Change &lt;font color="red"&gt;yourblogname&lt;/font&gt; with your blog's name. The number  &lt;font color="blue"&gt;"30"&lt;/font&gt; is width of your search engine, you can change it for appropriate to your layout.&lt;br /&gt;&lt;br /&gt;GOOD LUCK!!!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-8452418324347737447?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/8452418324347737447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html#comment-form' title='52 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8452418324347737447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8452418324347737447'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html' title='How to Create Search Engine in Blogger'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>52</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-8597623485175348419</id><published>2008-01-22T04:53:00.000+07:00</published><updated>2008-01-29T05:41:38.605+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Hide Navbar (Navigation Bar)</title><content type='html'>Navbar (Navigation Bar) is fasility of blogger.com. But many blogger want to hide this navbar because it will make their blog layout look better without a box (navbar) above it. The Question "is this break TOS (Term Of Service) of blogger.com?" I don't know, but so far is good, there are many blogger hide their navbar but  no reaction from blogger.com. So? do you want to hide Your blog navbar? if you want here's the trick to hide blogger navbar:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to Blogger then klick &lt;b&gt;"Layout --&gt; Edit HTML"&lt;/b&gt;.&lt;br /&gt;2. Copy the code below and insert into your &amp;lt;head&amp;gt; tag.&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;#navbar-iframe {&lt;br /&gt;display: none !important;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3. for example put like this&lt;br /&gt;&lt;br /&gt;-----------------------------------------------&lt;br /&gt;Blogger Template Style&lt;br /&gt;Name:     xxx&lt;br /&gt;Designer: xxx&lt;br /&gt;URL:      http://trick-blog.blogspot.com&lt;br /&gt;Date:     Januari 2008&lt;br /&gt;----------------------------------------------- */&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;#navbar-iframe {&lt;br /&gt;display: none !important;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;/* Variable definitions&lt;br /&gt;  ====================&lt;br /&gt;&lt;br /&gt;4. Save your setting, and open your blog, You will have no navbar in your blog page&lt;br /&gt;&lt;br /&gt;CONGRATULATION!!!!!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-8597623485175348419?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/8597623485175348419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-hide-navbar-navigation-bar.html#comment-form' title='51 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8597623485175348419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/8597623485175348419'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-hide-navbar-navigation-bar.html' title='How to Hide Navbar (Navigation Bar)'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>51</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-7095512029038853119</id><published>2008-01-22T04:49:00.000+07:00</published><updated>2008-08-27T03:21:15.229+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Hack'/><title type='text'>How to Create Read More</title><content type='html'>If you post an articel to your blog it will displayed on a main page, if you have a long post content, your blog will opened more long time. But it can be tricked with a script to short your post or only abstraction post will dispaled on a main page, and the full post will replaced by "Read More" link. Here's the trick to create "Readmore"&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. You have to Login to blogger, then chose &lt;b&gt;Layouts --&gt; Edit HTML&lt;/b&gt;&lt;br /&gt;2. Click on "Expand Widgets Template" checkbox.&lt;br /&gt;3. Find the code below in your HTML Codes. ( the short way to find is by copy the code below then press "Ctrl + F" then paste in the box)&lt;br /&gt;&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color:red;"&gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &lt;br /&gt;&amp;lt;div class='post-body'&amp;gt;&lt;/span&gt;&lt;/p&gt;or &lt;br /&gt;&lt;p class="alert"&gt;&lt;font color=red&gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &lt;br /&gt;&amp;lt;div class='post-body entry-content'&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;4. If you have found it, put the code below under the above code.&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;5. Under the code, you will find code like this &lt;span style="color:red;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt; you have to put the code below under it.&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read  More......&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;6. You can change the "Read More" text with other.&lt;br /&gt;7. Save your job.&lt;br /&gt;8. Go to &lt;b&gt;Setting --&gt; Formatting&lt;/b&gt; Tab menu&lt;br /&gt;9. At the lower page you will found "text area" box beside text "Post Template"&lt;br /&gt;10. Put the code below to the box&lt;br /&gt;&lt;p class="alert"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;br /&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;11. Then click Save the setting.&lt;br /&gt;12. If you want to post, put your short post or description above this code &lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;/span&gt;,  and the next or full post put between &lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;/span&gt; and &lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt; code.&lt;br /&gt;&lt;br /&gt;GOOD LUCK!!!!!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-7095512029038853119?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/7095512029038853119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-read-more.html#comment-form' title='68 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7095512029038853119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/7095512029038853119'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/how-to-create-read-more.html' title='How to Create Read More'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>68</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-6663245872267736341</id><published>2008-01-21T05:42:00.000+07:00</published><updated>2008-11-23T23:07:55.604+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Template'/><title type='text'>Free Blogger Template</title><content type='html'>&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;To download the templates, right click on the "Download" link then chose "save link as"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-HHcbL2aWiU/R3Na285LvCI/AAAAAAAAAXE/1b-52OYgM1o/s1600-h/2ttp01view.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_-HHcbL2aWiU/R3Na285LvCI/AAAAAAAAAXE/1b-52OYgM1o/s320/2ttp01view.jpg" alt="" id="BLOGGER_PHOTO_ID_5148558699120016418" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2ttb01.blogspot.com/" target="_blank"&gt;Preview&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.geocities.com/kendhin_x/trick/2TTB01.xml"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-HHcbL2aWiU/R3bNWs5LvEI/AAAAAAAAAXU/_TvSxG6MYt0/s1600-h/3ttb01.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_-HHcbL2aWiU/R3bNWs5LvEI/AAAAAAAAAXU/_TvSxG6MYt0/s320/3ttb01.jpg" alt="" id="BLOGGER_PHOTO_ID_5149529013836561474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3ttp01.blogspot.com/" target="_blank"&gt;Preview&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;a href="http://www.geocities.com/kendhin_x/trick/3TTB01.xml"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-HHcbL2aWiU/R4eokM5LvMI/AAAAAAAAAYY/b--NrD0_nn4/s1600-h/3ttb02view.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_-HHcbL2aWiU/R4eokM5LvMI/AAAAAAAAAYY/b--NrD0_nn4/s320/3ttb02view.jpg" alt="" id="BLOGGER_PHOTO_ID_5154273638438649026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3ttb02i.blogspot.com/" target="_blank"&gt;Preview&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.geocities.com/kendhin_x/trick/3ttb02i.xml"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-HHcbL2aWiU/R8UJT4vsO1I/AAAAAAAAAio/WRSumbSHGVY/s1600-h/3ttb03pic.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_-HHcbL2aWiU/R8UJT4vsO1I/AAAAAAAAAio/WRSumbSHGVY/s320/3ttb03pic.jpg" alt="" id="BLOGGER_PHOTO_ID_5171549984359463762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;a href="http://3ttb03.blogspot.com/" target="_blank"&gt;Preview&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.geocities.com/kendhin_x/blog/template/3ttb03i.xml"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I will create more templates later.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-6663245872267736341?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/6663245872267736341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/free-blogger-template.html#comment-form' title='21 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6663245872267736341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/6663245872267736341'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/free-blogger-template.html' title='Free Blogger Template'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-HHcbL2aWiU/R3Na285LvCI/AAAAAAAAAXE/1b-52OYgM1o/s72-c/2ttp01view.jpg' height='72' width='72'/><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6418788182929981198.post-5490349172931298712</id><published>2008-01-20T15:01:00.000+07:00</published><updated>2008-02-08T15:27:41.593+07:00</updated><title type='text'>Blog Dictionary</title><content type='html'>Are you puzzled by strange blogging terms and unusual &lt;strong&gt;blog abbreviations&lt;/strong&gt; and &lt;strong&gt;blogging acronyms&lt;/strong&gt;? Then this post will get the Blargon Demystified. This article attempts to simplify some &lt;strong&gt;common blogging terms&lt;/strong&gt; organized into a &lt;strong&gt;simple  blogging glossary&lt;/strong&gt;. Only common and popular blog tools and services have been included.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Note : The language used here is mostly non technical to make the &lt;strong&gt;newbie blogger understand the blogging basics&lt;/strong&gt;. These have not been created by me, but collected over time. This is NOT a substitute for dictionary meaning or a strict definition of these terms, but a simple layman approach to understanding what they mean. Please feel free to propose a better meaning in the comments.&lt;br /&gt;&lt;h3&gt;BLOGGING&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Weblog&lt;/strong&gt;- An online dated diary listing your periodic thoughts on a specific topic, often in reverse chronological order.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blog&lt;/strong&gt; - short form for weblog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogging &lt;/strong&gt;- the act of posting on blogs&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogger &lt;/strong&gt;- a person who blogs&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogosphere &lt;/strong&gt;- The internet blogging community&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOGGING FORMS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Photoblogging &lt;/strong&gt;- a blog predominantly using and focusing on photographs and images. Photoblogs are created by &lt;strong&gt;photobloggers&lt;/strong&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Podcasting &lt;/strong&gt;- a method of distributing multimedia files (audio / videos) online using feeds for playback on mobile devices and personal computers. &lt;strong&gt;Podcasts&lt;/strong&gt; are created by &lt;strong&gt;podcasters&lt;/strong&gt;.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Autocasting &lt;/strong&gt;- is an automated form of podcasting&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogcasting  &lt;/strong&gt;- the blog and the podcast merged into a single website.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Vlogging  &lt;/strong&gt;-  Also called &lt;strong&gt;video blogging&lt;/strong&gt;. Shortened to &lt;strong&gt;vlog&lt;/strong&gt;. Posted by &lt;strong&gt;vlogger&lt;/strong&gt;. A variant on the blogging using video instead of text.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Audioblogging  &lt;/strong&gt;- Also called &lt;strong&gt;audioblog&lt;/strong&gt;, MP3 blog or musicblogs. a variant on the blogging using audio instead of text. Created by &lt;strong&gt;audioblogger&lt;/strong&gt;.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Moblogging &lt;/strong&gt;- Also called &lt;strong&gt;moblogs&lt;/strong&gt;. A blog posted and maintained via mobile phone. Moblogs are created by &lt;strong&gt;mobloggers&lt;/strong&gt;.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOG COMPONENTS AND FUNCTIONS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Index page&lt;/strong&gt; - the front page fo the blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Header &lt;/strong&gt;- the topmost part of the blog usually listing the blog title.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Footer &lt;/strong&gt;- the most bottom part of the blog usually listing navigation and copyright statements&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Sidebar &lt;/strong&gt;- One or more columns along one or both sides of most blogs main page&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Categories &lt;/strong&gt;- A collection of topic specific posts&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Post, Entry&lt;/strong&gt;- individual articles that make up a blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Comments &lt;/strong&gt;-  enabling readers to leave their remarks&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Captcha &lt;/strong&gt;- short for �Completely Automated Public Turing test to tell Computers and Humans Apart�. Those word and letter verification images you need to type in to show you are human and not a bot. Helful to block automated spam comments. &lt;a href="http://www.quickonlinetips.com/archives/2005/04/captcha-identifies-humans-low-vision-blindness-restricts-access/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Ping&lt;/strong&gt; - Short for Packet Internet Grouper. Blog and ping helps to notify other blog tracking tools for updates, changes and trackbacks.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Trackback &lt;/strong&gt;- A system by which a ping is sent to another blog to notify that their article has been mentioned by you&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Pingback &lt;/strong&gt;- See trackback.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Permalink &lt;/strong&gt;-  A link to a specific article&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Tags &lt;/strong&gt;- labelling / attaching keywords to collect similar posts&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Tag cloud&lt;/strong&gt; - Displaying tags lists or keywords in a blog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogroll &lt;/strong&gt;-  list of links to other blogs in your sidebar. Also see blogrolling.com&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Sideblog &lt;/strong&gt;- A smaller blog usually placed in the sidebar of a blog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Template &lt;/strong&gt;- the blog presentation design&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;BlogThis &lt;/strong&gt;- a function allows a blogger to blog the entry they a reading&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Plugins &lt;/strong&gt;- Small files that add improved functionality and new features. Wordpress plugins can greatly improve your blog usage and interactivity&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Dashboard &lt;/strong&gt;- When you login to your blogging account, it is the first screen with all controls, tools and functions.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Archives&lt;/strong&gt; - a collection of all your posts on one page. Can be categorized by month etc.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Expandable post summaries&lt;/strong&gt; -  show a small teaser part of the post on the index page that link to the full post. &lt;a href="http://www.quickonlinetips.com/archives/2006/03/create-expandable-post-summaries-in-wordpress/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Jump&lt;/strong&gt; - the continuation of a the story on another page to preserve space on index page.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;FTP &lt;/strong&gt;- short for file transfer protocol. Transferring file to and fro from your web host using FTP tools like Filezilla&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;WEB FEEDS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Web Feed&lt;/strong&gt; -  allows online users to subscribe to websites that change or add content regularly.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;RSS &lt;/strong&gt;- a family of web feed formats used for Web syndication. Short form for Really Simple Syndication (RSS 2.0), Rich Site Summary (RSS 0.91, RSS 1.0), RDF Site Summary (RSS 0.9 and 1.0). Wordpress generates RSS 2.0&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;XML &lt;/strong&gt;- short for eXtensible Markup Language. a general-purpose markup language for syndication formats used on blogs.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;RDF &lt;/strong&gt;- short for Resource Description Framework. A web content syndication format.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Atom &lt;/strong&gt;- another specific web feed format. Blogger feeds are usually of this type.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;OPML&lt;/strong&gt; - short for Outline Processor Markup Language. It is an XML format for outlines. Easily import and export multiple blog subscriptions between different rss aggregators.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Photofeed&lt;/strong&gt;- a web feed with image enclosures.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOGGING SOFTWARE / CLIENTS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Blogger &lt;/strong&gt;- a free blogging platform by Google.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogspot &lt;/strong&gt;- free Blogger hosting blog at name.blogspot.com&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;LiveJournal &lt;/strong&gt;- free blogging tool by SixApart&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Movable Type&lt;/strong&gt; - paid blogging tool by SixApart&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Typepad &lt;/strong&gt;- paid blogging tool by SixApart&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Wordpress.org&lt;/strong&gt;- Free. Easy to Upload, customize and upgrade.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Wordpress.com&lt;/strong&gt; -  A Wordpress blog hosted free for you.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Radio Userland&lt;/strong&gt; - another blog publishing software package&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;TYPES OF BLOGS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Group blog&lt;/strong&gt;- with multiple contributing bloggers.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Event blog&lt;/strong&gt; - focussed on an event&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Kittyblogger&lt;/strong&gt; - writing about cats.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Celeblog&lt;/strong&gt; - focused on a celebrity.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Celebriblog&lt;/strong&gt; - maintained by a celebrity.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Clog Blog&lt;/strong&gt; - written in Dutch and/or in Holland.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;CEOBlog&lt;/strong&gt; - run  by a chief executive officer.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Plog &lt;/strong&gt;-  a project blog. Also for Amazon.com personalised weblogs&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Movlogs &lt;/strong&gt;- mobile video blogs.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Splog&lt;/strong&gt;- a spam blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Tech blog&lt;/strong&gt; -  focused on a technical subject.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Anonoblog&lt;/strong&gt; - by an anonymous blogger&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Linguablog &lt;/strong&gt;- about linguistics, translation etc.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Metablog&lt;/strong&gt; - a blog about blogging.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Milblog &lt;/strong&gt;- a military blog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blawg&lt;/strong&gt; - blogged by lawyer / related to legal stuff&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Edu-blog&lt;/strong&gt; -  education oriented blog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Progblog &lt;/strong&gt;- A progressive blog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Shocklog &lt;/strong&gt;- provokes discussion by posting shocking content&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Klog &lt;/strong&gt;- used by company knowledge workers. by Kloggers&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogsite &lt;/strong&gt;- A web site that combines blog feeds from a number of different sources&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Dark Blog&lt;/strong&gt;- A non-public blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Photocast&lt;/strong&gt;- a photoblog that automatically updates when new photos are added.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOGGING HABITS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Metablogging &lt;/strong&gt;- writing articles about blogging&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogstipation &lt;/strong&gt;- writer�s block for bloggers. Cant think of what to blog about?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogathy &lt;/strong&gt;- I do not want to post today and I do not care about it&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogopotamus &lt;/strong&gt;- A long long blog post&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogorrhea &lt;/strong&gt;- unusually high output of articles&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Bleg &lt;/strong&gt;- To use one�s blog to beg for assistance etc.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Hitnosis &lt;/strong&gt;- Refreshing your browser repeatedly to see if your hit counter or comments have increased&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;GAD &lt;/strong&gt;- Google Adsense Disorder. Repeatedly checking your adsense earnings. &lt;a href="http://www.quickonlinetips.com/archives/2005/04/google-adsense-notifier-firefox-extension-for-google-adsense-disorder-gad/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blego &lt;/strong&gt;- Blog+Ego. Measuring blogger worth&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blog hopping&lt;/strong&gt; - jumping from one blog to another&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogroach &lt;/strong&gt;- A commenter who rudely disagrees with posted content&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogoholic &lt;/strong&gt;- addicted to blogging&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogorific &lt;/strong&gt;= blogtastic - something which a blogger says is terrific&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogsit &lt;/strong&gt;- maintaining a blog while the primary blogger is on leave&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogvertising &lt;/strong&gt;- Also called blogvert. Advertising on a blog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blurker &lt;/strong&gt;- a blog reader not posting comments, just lurking around quietly.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogathon &lt;/strong&gt;- update your website every 30 minutes for 24 hours straight. Maybe collect sponsorships. &lt;a href="http://www.quickonlinetips.com/archives/2006/06/blogathon-2006-fast-blogging-stamina-for-24-hours/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogiversary &lt;/strong&gt;- your blog birthday&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blog Carnival&lt;/strong&gt; - Links to other articles covering a specific topic.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Multiblog &lt;/strong&gt;- running multiple blogs&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blog Tipping&lt;/strong&gt; - Compliment 3 blogs on day 1 of every month. &lt;a href="http://www.quickonlinetips.com/archives/2006/05/blogtipping-day-compliment-three-bloggers/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogger bash &lt;/strong&gt;- a blogger party&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Commenter &lt;/strong&gt;- someone who leaves remarks / comments&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Reciprocal Links &lt;/strong&gt;- called link love. You link to my blog, I link to yours. To improve search engine rankings.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Linkbaiting &lt;/strong&gt;- a habit of writing good  content with the sole purpose of getting it linked from multiple sites.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogstorm&lt;/strong&gt; - a large amount of blogosphere activity due to particular controversy. Also called Blog Swarm.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogsnob&lt;/strong&gt; - refusing to respond to blog comments from �not-friends�.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Doppelblogger&lt;/strong&gt; - plagiarize the content of another blogger. To Doppelblog.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogophobia&lt;/strong&gt; - Fear of blogs and blogging.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Bloggerel&lt;/strong&gt; - the same opinion posted repeatedly on a blog&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOGGER TYPES&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Problogger &lt;/strong&gt;- professional blogger&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blognoscenti &lt;/strong&gt;- especially knowledgable bloggers&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogebrity &lt;/strong&gt;- a famous blogger.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogerati &lt;/strong&gt;- the blogosphere intelligentsia.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Commentariat &lt;/strong&gt;- The community of those leaving comments.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Dooced &lt;/strong&gt;- lost a job because of blog entries. To Dooce.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogther &lt;/strong&gt;- a fellow blogger.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;A-List&lt;/strong&gt;- the top bloggers who influence the blogosphere.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogstar&lt;/strong&gt;- blogger running a popular blog&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;OTHER BLOGGING TERMS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Bloggies&lt;/strong&gt;- Annual blogging awards. &lt;a href="http://www.quickonlinetips.com/archives/2006/03/2006-bloggies-sixth-annual-weblog-awards/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;MSM &lt;/strong&gt;- Mainstream Media, or old media like newspapers etc.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;BSM &lt;/strong&gt;-  Blogstream media. from most heavily trafficked blogs.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blog Day&lt;/strong&gt; - 31 August. Find 5 new Blogs that you find interesting and tell them. &lt;a href="http://www.quickonlinetips.com/archives/2005/06/blog-day-2005-31st-august/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blaudience &lt;/strong&gt;- your blog audience.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blargon &lt;/strong&gt;- Also called &lt;strong&gt;Blogssary&lt;/strong&gt;. Blogging slang and glossary. What I am telling you now.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogiversary &lt;/strong&gt;- your blog birthday&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogiverse &lt;/strong&gt; - see blogosphere&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;XFN&lt;/strong&gt; - short for XHTML Friends Network. Is a simple way to represent human relationships using hyperlinks.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogonomics &lt;/strong&gt;- blogging conference on a Blog Cruise in 2006. &lt;a href="http://www.quickonlinetips.com/archives/2006/01/blogonomics-blog-cruise-2006-business-blogging-conference-on-caribbean-seas/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;EFF &lt;/strong&gt;- short for Electronic Frontier Foundation. A nonprofit group working to protect blogger rights.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blog of Note&lt;/strong&gt; - a recommended blog. &lt;a href="http://www.quickonlinetips.com/archives/2006/03/blogs-of-note-blog-by-blogger-team/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Navbar &lt;/strong&gt;- a navigation bar usually seen on top of Blogger blogspot hosted blogs. &lt;a href="http://www.quickonlinetips.com/archives/2005/10/blogger-ftp-publishers-hide-remove-navbar/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blook &lt;/strong&gt;- a book created from a blog. &lt;a href="http://www.quickonlinetips.com/archives/2005/10/lulu-blooker-prize-for-blooks-books-from-blogs-websites/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Hat Tip&lt;/strong&gt;- acknowledgement of the source that tipped you the news.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Spomments&lt;/strong&gt;- Spam comments&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blammer&lt;/strong&gt;- Blog spammer&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;SOB&lt;/strong&gt;- acronym for Successful and Outstanding Blogger. From successful-blog.com&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogiday&lt;/strong&gt;- you get fed up and take a holiday from blogging&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOGGING TOOLS &amp;amp; SERVICES&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Bloglines, Rojo, Newsgator, Kinja, &lt;/strong&gt; - are &lt;strong&gt;News Aggregators&lt;/strong&gt; that display content from syndicated Web content from web feed. Can be configured online or downloaded on your desktop. Like . Also called RSS readers, feed readers, feed aggregators or news readers&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Pageflakes, Newsvine&lt;/strong&gt; - Track multiple feeds on a single page by modules.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Odeo, Podnova &lt;/strong&gt; - are &lt;strong&gt;Podcatchers&lt;/strong&gt;, a form of aggregator used to automatically download podcasts and can sometimes transfer a portable media player. Like&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Feedburner &lt;/strong&gt;- a professional feed management system&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Pingomatic, Pingoat&lt;/strong&gt; - ping multiple blog tracking services. &lt;a href="http://www.quickonlinetips.com/archives/2005/03/ping-multiple-blogging-services-with-one-click/"&gt;More&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Feedblitz, Zokooda&lt;/strong&gt; -  Email subscriptions and newletter tools.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Technorati&lt;/strong&gt; - a real-time search engine that keeps track of what is going on in the blogosphere&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;b5media, 9rules&lt;/strong&gt; - examples of popular blogging networks. Collection of blogs and bloggers providing great content, with revenue sharing sometimes.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;K2, Blix&lt;/strong&gt; - names of some popular wordpress themes.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogexplosion, Blogclicker&lt;/strong&gt;- popular blog traffic generation / exchange services.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Adsense, Adbrite, CJ, Chitka, Blogads&lt;/strong&gt; - popular affiliate programs to generate money from your blogs.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Sphere, Icerocket&lt;/strong&gt; - blog search engines&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Live Bookmarks&lt;/strong&gt; - a firefox web browser feature. Update themselves automatically with the latest content from the Web.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Creative Commons&lt;/strong&gt; - licenses provide a flexible range of protections and freedoms for authors to offer a voluntary �some rights reserved� approach.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;CoComment &lt;/strong&gt;- Tracks your comments across different platforms and follow conversations&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;WBloggar, Ecto, Qumanna&lt;/strong&gt; - desktop blog publishing tools&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Mint, Mybloglog, Measuremap, Analytics&lt;/strong&gt; - site traffic tracking tools.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Haloscan&lt;/strong&gt;- free trackback service&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;YouTube, Rapidshare&lt;/strong&gt;- puts video on your blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Flickr, Imageshack &lt;/strong&gt;- photo sharing service. Host images on your blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Del.icio.us, furl, spurl&lt;/strong&gt; - share social bookmarks.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogburst &lt;/strong&gt;- Syndicating your feed to top publishers.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Bloggeropoly &lt;/strong&gt;- professional blogger recruiting agency. &lt;a href="http://www.quickonlinetips.com/archives/2005/06/bloggeropoly-business-blogger-recruiting-agency/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Blogger code&lt;/strong&gt; - a way to describe different types of bloggers. &lt;a href="http://www.quickonlinetips.com/archives/2005/06/what-is-your-blogger-code/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Bloggoggle &lt;/strong&gt;- Directory of Blogging Professionals&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;BlogHer &lt;/strong&gt;- where the women bloggers are. At Blogher.org&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;BLOG TRAFFIC SURGES&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Digged &lt;/strong&gt;- link posted on digg.com driving huge traffic to your blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Slashdotted &lt;/strong&gt;-  link posted on slashdot.org driving huge traffic to your blog. &lt;a href="http://www.quickonlinetips.com/archives/2005/10/get-slashdotted-survive-slashdotting-tips/"&gt;more&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Instalanche &lt;/strong&gt;-  link posted on instapundit.com driving huge traffic to your blog&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Farked&lt;/strong&gt; - link posted on fark.com driving huge traffic to your blog&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Boing Boinged&lt;/strong&gt; - link posted on boingboing.net driving huge traffic to your blog&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;MISCELLANEOUS BLOGGING TERMS&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Ajax &lt;/strong&gt;- acronym for Asynchronous JavaScript and XML. creates interactive web applications.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Greasemonkey &lt;/strong&gt;- a firefox web browser extension that can alter the functionality of any website using specific scripts.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Wiki &lt;/strong&gt;- a collaborative on-line software that allows readers to add and edit content.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;SEO &lt;/strong&gt;- search engine optimization. To improve your search engine rankings.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;Page Rank&lt;/strong&gt; - Google measures of importance of a page which reflects in its rankings.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;strong&gt;CMS&lt;/strong&gt; - short for Content management system. software used to publish and manage websites.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.quickonlinetips.com/archives/2006/06/the-giant-blogging-terms-glossary/"&gt;Original Post&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6418788182929981198-5490349172931298712?l=trick-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://trick-blog.blogspot.com/feeds/5490349172931298712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://trick-blog.blogspot.com/2008/01/blog-dictionary.html#comment-form' title='25 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/5490349172931298712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6418788182929981198/posts/default/5490349172931298712'/><link rel='alternate' type='text/html' href='http://trick-blog.blogspot.com/2008/01/blog-dictionary.html' title='Blog Dictionary'/><author><name>Kendhin</name><uri>http://www.blogger.com/profile/01879927515045474528</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_-HHcbL2aWiU/R5-YvowuXDI/AAAAAAAAAb8/r8hKaUn8k3s/S220/kendhin_x.jpg'/></author><thr:total>25</thr:total></entry></feed>
