<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-6154552715359132804</id><updated>2024-11-20T02:01:13.898+07:00</updated><category term="Blog Tutorial"/><category term="Tips/Trik"/><category term="Info"/><category term="Information"/><category term="Technorati"/><category term="Tools"/><title type="text">Blog Tutorial | Tips Blogging | Free Software</title><subtitle type="html">Blog Tutorial | Tips Blogging | Free Software - Guide to Create Blogs On Blogspot</subtitle><link href="http://tutorial-4u.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default?redirect=false" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default?start-index=26&amp;max-results=25&amp;redirect=false" rel="next" type="application/atom+xml"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>73</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-4011481066597296157</id><published>2014-05-05T20:32:00.002+07:00</published><updated>2014-05-05T20:37:10.763+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">Tips On Adding Column Templates</title><content type="html">Column blogger template just a little it is not a big problem and do not make friend desperate due to lack of a column and then closed down and refuse to be a blogger because there is still a solution. Column shortage problems experienced by many others, including my friend's own but it does not make me despair. Try and try what I did to finally be able to create and add columns blogger template as many times as I like.&lt;br /&gt;
Well to my friend who has a problem as I mentioned above should not be confused my friend because my friend can make or add a column to the template blogger buddies like as long as the width of your template is sufficient and most importantly the look of your template is not broken it alone.&lt;br /&gt;
To add a template column on a buddy is actually not as complicated as imagined, as long as there is a caller code and css code css code is fine.&lt;br /&gt;
Suppose my friend wanted to add a column at the bottom of the template just created his first css code that will be placed on the code &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;br /&gt;
for example see the code below:&lt;br /&gt;
&lt;blockquote&gt;
/* Under Column Css Code Templates */&lt;br /&gt;
#bottom {&lt;br /&gt;
width: 660px; /* column width */&lt;br /&gt;
position: relative;&lt;br /&gt;
clear:both;&lt;br /&gt;
margin: 0 auto;&lt;br /&gt;
color:#333333;&lt;br /&gt;
float: left;&lt;br /&gt;
background:#F2F2F2 repeat-x;&lt;br /&gt;
padding: 0;&lt;br /&gt;
}&lt;br /&gt;
#bottom a:visited{&lt;br /&gt;
color:#DF7F3B;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
}&lt;br /&gt;
#bottom a:hover{ &lt;br /&gt;
text-decoration:underline;&lt;br /&gt;
}&lt;br /&gt;
#bottom h2 {&lt;br /&gt;
background: #000000;&lt;br /&gt;
color: #ffffff;&lt;br /&gt;
text-transform: capitalize;&lt;br /&gt;
margin: 0 0 10px;&lt;br /&gt;
padding: 6px 0 6px 7px;&lt;br /&gt;
font-family:Arial, Tahoma, Verdana ;&lt;br /&gt;
font-size:14px;&lt;br /&gt;
line-height:1.5em;&lt;br /&gt;
letter-spacing:0;&lt;br /&gt;
}&lt;br /&gt;
#bottom ul {&lt;br /&gt;
padding: 0;&lt;br /&gt;
margin: 0;&lt;br /&gt;
}&lt;br /&gt;
#bottom ul li {&lt;br /&gt;
line-height: 26px;&lt;br /&gt;
list-style-type: none;&lt;br /&gt;
border-bottom: 1px dashed #031c5d;&lt;br /&gt;
}&lt;br /&gt;
#bottom1 { &lt;br /&gt;
width: 960px;&lt;br /&gt;
float: left;&lt;br /&gt;
margin:0;&lt;br /&gt;
padding:7px 10px;&lt;br /&gt;
border-top:1px solid #a2bce0;&lt;br /&gt;
}&lt;/blockquote&gt;
This is the css code but most importantly it is a code that is located on top of itself and the other is the only additional code so that column and the link that will be formed into beautiful. And now look at the example code its caller css code below:&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id='bottom'&amp;gt;&lt;br /&gt;
&amp;lt;b:section class='bottom' id='bottom1'/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Well now lives css code placement caller's code. To make the column at the bottom of the template code of the caller was put under the code below:&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id='footer-wrapper'&amp;gt;&lt;br /&gt;
&amp;lt;b:section class='footer' id='footer'/&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Easy not finished !&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt; If my friend wants to add to the column below the post column stay put css code penganggil wrote his code under the code column and post on it if you want to put it on top of the post code column and most importantly, adjust the width of your template.&lt;br /&gt;
The above code can change as you wish buddy buddy, would be divided into 2, 3, 4 or even 5 columns can also be creative and I hope my friend in the manufacture of the template code.&lt;br /&gt;
&lt;br /&gt;
Good luck !&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4011481066597296157" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4011481066597296157" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/05/tips-on-adding-column-templates.html" rel="alternate" title="Tips On Adding Column Templates" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-8542563401307176044</id><published>2014-04-23T20:01:00.002+07:00</published><updated>2014-04-23T20:01:17.963+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">Scroll Function In Column Post</title><content type="html">On the last occasion I 've made ​​a post about labels/kategory given function scroll / roll there &lt;b&gt;&lt;a href="/2010/04/scroll-function-on-labels.html" target="_blank" title="Scroll function on the labels"&gt;here&lt;/a&gt;&lt;/b&gt;, and this time I will apply the scroll function on the post column/blog post that would not require a lot of code that make heads spin.&lt;br /&gt;
Scroll function on the post column in principle the same as that of the column labels difference if in a post, you just need to add two lines of CSS code only and also to the appearance of your blog is the post column width and height can be the same between the one another and certainly more efficient than that place if my friend is my friend use the scroll function does not need to wear a function Read More, now hanging from my friend wanted to use the scroll function itself or Read More just select it, then they did not want to wear anything.&lt;br /&gt;
For how to make the scroll function as usual mate just follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Login to &lt;b&gt;Blogger.com&lt;/b&gt; with your id of course.&lt;br /&gt;
2. &lt;b&gt;Click Layout&lt;/b&gt;.&lt;br /&gt;
3  &lt;b&gt;Click Edit HTML&lt;/b&gt;, and give a check in the small box beside &lt;b&gt;Expand Widget Templates&lt;/b&gt; writing.&lt;br /&gt;
4. As usual also download full template used in case if there is a mistake in editing your template code can return to normal.&lt;br /&gt;
5. &lt;b&gt;Next step CSS code search&lt;/b&gt; like this :&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;b&gt;.post {&lt;br /&gt;
bla bla bla&lt;br /&gt;
bla bla bla&lt;br /&gt;
bla bla bla&lt;br /&gt;
}&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Why I write like that ? Because the code in each template is different but most importantly my friend looking  code &lt;b&gt;.Post {)&lt;/b&gt; This alone is enough.&lt;br /&gt;
6. Then paste the code below between the codes.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;overflow: auto;&lt;br /&gt;
height: 200px; /* This is the size of the scroll height */&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
for example, the addition of the above code like this :&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;.posts {&lt;br /&gt;
background: #F2F2F2;&lt;br /&gt;
width: 540px;&lt;br /&gt;
float: left;&lt;br /&gt;
margin: 0 10px 10px;&lt;br /&gt;
padding: 10px ;&lt;br /&gt;
border: 1px solid #000;&lt;br /&gt;
overflow: auto;&lt;br /&gt;
height: 200px; /* This is the size of the scroll height */&lt;br /&gt;
}&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
7. &lt;b&gt;Click the Save Template&lt;/b&gt;&lt;br /&gt;
8. Done&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/8542563401307176044" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/8542563401307176044" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/04/scroll-function-in-column-post.html" rel="alternate" title="Scroll Function In Column Post" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-296515937149945418</id><published>2014-04-17T11:16:00.002+07:00</published><updated>2014-04-17T11:16:58.095+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">How to divide 2 columns 2 posts</title><content type="html">A few days ago I made a post similar to this will be the last post but no lines or wrap surrounding the article in the post. On this occasion I will try to give you a line that surrounds the post and straight to the subject so as not to beat around the bush.&lt;br /&gt;
&lt;br /&gt;
To make a line around the post buddy should make the code like this:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;code&gt;&amp;lt;table width="400" border="0" cellspacing="10"&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width="200" valign="top"&amp;gt;&lt;span style="color: red;"&gt;Article 1&lt;/span&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width="200" valign="top"&amp;gt;&lt;span style="color: red;"&gt;Article 2&lt;/span&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;/code&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
=&amp;gt; Table width = "400" adjust the column width of the post buddy.&lt;br /&gt;
=&amp;gt; Cellspacing = "10" spacing between columns post&lt;br /&gt;
=&amp;gt; Td width = "200" width of column articles to article 1 and 2 to adjust the column width also post buddy.&lt;br /&gt;
For example the post pal column width or width = 400 if you have 2 stay divide column wrote so 2 200 left column right column 200.&lt;br /&gt;
&lt;br /&gt;
For more details, try buddy practice as well as on my previous article with a little creativity and the columns can be added buddy up buddy how the column itself. If my friend forgotten or have never been to my blog is trying to open my last article &lt;a href="/2010/04/how-to-divide-two-columns-posts.html" target="_blank" title="How to divide two columns posts"&gt;&lt;b&gt;here&lt;/b&gt;&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/296515937149945418" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/296515937149945418" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/04/how-to-divide-2-columns-2-posts.html" rel="alternate" title="How to divide 2 columns 2 posts" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-6663461034429527021</id><published>2014-04-15T00:23:00.001+07:00</published><updated>2014-04-15T00:23:54.666+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">How to find articles in the copy paste ( copy and paste )</title><content type="html">&lt;div class="separator" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;"&gt;
&lt;img alt="copas" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEMDnea0sRiUfgpklThJ3cKzcsrQzNndthbt0pDziCwX8ma_oia-2a-MQsgB1YaNJ2qk9lnbHQyuG0CeH1hnH4lUK49GTUzkwbaTBO_b51USkXwH6OusstUMogp1az8zAlur871bhOZIcB/s320/copas.JPG" height="200" title="copas" width="196" /&gt;&lt;/div&gt;
Creating an article or writing is not as easy as one might imagine because what makes an article to decorate need a blog and share thoughts, time, and trials before it was published into the blog but what happens if it arrives suddenly article we have made in the copy paste (copy and paste) raw by the irresponsible and selfish without regard to the person who made ​​the article?&lt;br /&gt;
&lt;br /&gt;
Want to be angry, annoyed and so paste raging in the mind because of what we have created with the same difficulty stolen , now how do we know we are in the article copy and paste ( copy and paste ) or stolen by others?&lt;br /&gt;
&lt;br /&gt;
The way is clear enough, and many discussed by Bloggers and I write this not from my own ideas rather Copy Paste and by the way, the language and my own version. To find articles which dicopas, we can use the tools scattered on the internet such as :&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
copyscape.com&lt;br /&gt;
smallseotools.com/plagiarism-checker&lt;br /&gt;
www.plagiarismchecker.com&lt;br /&gt;
www.plagscan.com/seesources&lt;br /&gt;
plagiarism-detect.com&lt;br /&gt;
and many others&lt;/blockquote&gt;
If you do not want to use the tools I have a simple and accurate enough to know we were on the stolen article but unfortunately this method quite time-consuming because we have to check one by one all of our articles, to do the following:&lt;br /&gt;
&lt;br /&gt;
1. Find Your article has been suspected in Copas&lt;br /&gt;
2. Open the article and copy a few words or a paragraph&lt;br /&gt;
3. Paste articles that you have copied the search engines eg Google to provide quotation marks at the beginning and end of the sentence&lt;br /&gt;
&lt;b&gt;Example:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
"How to easily flash android without pc is probably the latest in the world of mobile phones according to my version, I apply this trick successfully on samsung galaxy y young my favorite and I think this trick can also be applied to other HH like the Galaxy Mini, Galaxy Ace, Galaxy W and others are still relatively mobile android"&lt;/blockquote&gt;
4. Afterwards you will be presented with some blog or website that has stolen articles belonging to you but not all blogs and websites that are served by Google that it is stealing because there is also a Blog article or website that displays the article with the approval of your own like&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
www.bloglog.com&lt;br /&gt;
lintas.me&lt;br /&gt;
facebook.com&lt;br /&gt;
blogcatalog.com&lt;br /&gt;
etc&lt;/blockquote&gt;
So do not think the article is published with the consent of the accused as the handyman you copy and paste the article because it could be a big problem for your own, essentially we must be smart to choose which blog or website that has stolen our articles.&lt;br /&gt;
&lt;br /&gt;
That's my version of a few tips I can share to you readers once a visitor of this Blog.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/6663461034429527021" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/6663461034429527021" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/04/how-to-find-articles-in-copy-paste-copy.html" rel="alternate" title="How to find articles in the copy paste ( copy and paste )" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEMDnea0sRiUfgpklThJ3cKzcsrQzNndthbt0pDziCwX8ma_oia-2a-MQsgB1YaNJ2qk9lnbHQyuG0CeH1hnH4lUK49GTUzkwbaTBO_b51USkXwH6OusstUMogp1az8zAlur871bhOZIcB/s72-c/copas.JPG" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-637556146004828934</id><published>2014-04-08T10:19:00.000+07:00</published><updated>2014-04-12T11:20:17.395+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Info"/><category scheme="http://www.blogger.com/atom/ns#" term="Tools"/><title type="text">Color Code</title><content type="html">The color code is very important in the world of blogging useful when you edit the template and post, but usually the color code is used more in terms of making a template and edit template.&lt;br /&gt;
Here are some color codes can I make hopefully useful for you who are learning to make and edit tempalate&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color: blue;"&gt;Blue kode: #0000ff&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: black;"&gt;Black kode: #000000&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: brown;"&gt;Brown kode: #a52a2a&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: cadetblue;"&gt;Crap Blue kode: #5f9ea0&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: chocolate;"&gt;Chocolate kode: #d2691e&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: cornflowerblue;"&gt;Corn Flow kode: #6495ed&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: crimson;"&gt;Crimson kode: #dc143c&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: cyan;"&gt;Cyan kode: #00ffff&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkblue;"&gt;Violet kode: #00008b&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkgoldenrod;"&gt;Something kode: #b8860b&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkgrey;"&gt;Dark Gray kode: #a9a9a9&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkkhaki;"&gt;Khaki kode: #bdb76b&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkorange;"&gt;Orange Order kode: #ff8c00&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkred;"&gt;Scorned kode: #8b0000&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darksalmon;"&gt;Fish Paste kode: #e9967a&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkseagreen;"&gt;Sea Weed kode: #8fbc8f&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkslateblue;"&gt;Slate Blue kode: #483d8b&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: darkviolet;"&gt;Violet kode: #9400d3&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: deeppink;"&gt;Pink kode: #ff1493&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: deepskyblue;"&gt;Skyblue kode: #00bfff&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: firebrick;"&gt;Bricks kode: #b22222&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: forestgreen;"&gt;Trees N Shit kode: #228b22&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: gainsboro;"&gt;Grany House kode: #dcdcdc&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: gold;"&gt;Going For Gold kode: #ffd700&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: goldenrod;"&gt;Orange Peel Kode: #daa520&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: green;"&gt;Green kode: #008000&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: hotpink;"&gt;Flamingos kode: #ff69b4&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4b0008;"&gt;Indigo kode: #4b0008&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: lawngreen;"&gt;Grass kode: #7cfc00&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: maroon;"&gt;Marooned kode: #800000&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: mediumblue;"&gt;Blue Two kode: #0000cd&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #9370d8;"&gt;Purple kode: #9370d8&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #00fa94;"&gt;Minty kode: #00fa94&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: midnightblue;"&gt;Midnight kode: #191970&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: orangered;"&gt;Red kode: #ff4500&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: sandybrown;"&gt;Sand kode: #f4a460&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: silver;"&gt;Silver kode: #c0c0c0&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: yellow;"&gt;Yellow kode: #ffff00&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: white;"&gt;White kode: #ffffff&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Tabel Kode Warna HTML&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color: black;"&gt;Black kode: #000000&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #150517;"&gt;Gray0 kode: #150517&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #250517;"&gt;Gray18 kode: #250517&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #2b1b17;"&gt;Gray21 kode: #2B1B17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #302217;"&gt;Gray23 kode: #302217&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #302226;"&gt;Gray24 kode: #302226&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #342826;"&gt;Gray25 kode: #342826&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #34282c;"&gt;Gray26 kode: #34282C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #382d2c;"&gt;Gray27 kode: #382D2C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #3b3131;"&gt;Gray28 kode: #3b3131&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #3e3535;"&gt;Gray29 kode: #3E3535&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #413839;"&gt;Gray30 kode: #413839&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #41383c;"&gt;Gray31 kode: #41383C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #463e3f;"&gt;Gray32 kode: #463E3F&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4a4344;"&gt;Gray34 kode: #4A4344&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4c4646;"&gt;Gray35 kode: #4C4646&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4e4848;"&gt;Gray36 kode: #4E4848&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #504a4b;"&gt;Gray37 kode: #504A4B&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #544e4f;"&gt;Gray38 kode: #544E4F&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #565051;"&gt;Gray39 kode: #565051&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #595454;"&gt;Gray40 kode: #595454&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5c5858;"&gt;Gray41 kode: #5C5858&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5f5a59;"&gt;Gray42 kode: #5F5A59&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #625d5d;"&gt;Gray43 kode: #625D5D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #646060;"&gt;Gray44 kode: #646060&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #666362;"&gt;Gray45 kode: #666362&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #696565;"&gt;Gray46 kode: #696565&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6d6968;"&gt;Gray47 kode: #6D6968&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6e6a6b;"&gt;Gray48 kode: #6E6A6B&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #726e6d;"&gt;Gray49 kode: #726E6D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #747170;"&gt;Gray50 kode: #747170&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #736f6e;"&gt;Gray kode: #736F6E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #616d7e;"&gt;Slate Gray4 kode: #616D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #657383;"&gt;Slate Gray kode: #657383&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #646d7e;"&gt;Light Steel Blue4 kode: #646D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6d7b8d;"&gt;Light Slate Gray kode: #6D7B8D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4c787e;"&gt;Cadet Blue4 kode: #4C787E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4c7d7e;"&gt;Dark Slate Gray4 kode: #4C7D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #806d7e;"&gt;Thistle4 kode: #806D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5e5a80;"&gt;Medium Slate Blue kode: #5E5A80&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4e387e;"&gt;Medium Purple4 kode: #4E387E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #151b54;"&gt;Midnight Blue kode: #151B54&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #2b3856;"&gt;Dark Slate Blue kode: #2B3856&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #25383c;"&gt;Dark Slate Gray kode: #25383C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #463e41;"&gt;Dim Gray kode: #463E41&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #151b8d;"&gt;Cornflower Blue kode: #151B8D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #15317e;"&gt;Royal Blue4 kode: #15317E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #342d7e;"&gt;Slate Blue4 kode: #342D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #2b60de;"&gt;Royal Blue kode: #2B60DE&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #306eff;"&gt;Royal Blue1 kode: #306EFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #2b65ec;"&gt;Royal Blue2 kode: #2B65EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #2554c7;"&gt;Royal Blue3 kode: #2554C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #3bb9ff;"&gt;Deep Sky Blue kode: #3BB9FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #38acec;"&gt;Deep Sky Blue2  kode: #38ACEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #357ec7;"&gt;SlateBlue kode: #357EC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #3090c7;"&gt;DeepSkyBlue3 kode: #3090C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #25587e;"&gt;DeepSkyBlue4 kode: #25587E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #1589ff;"&gt;DodgerBlue kode: #1589FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #157dec;"&gt;DodgerBlue2 kode: #157DEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #1569c7;"&gt;DodgerBlue3 kode: #1569C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #153e7e;"&gt;DodgerBlue4 kode: #153E7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #2b547e;"&gt;SteelBlue4 kode: #2B547E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4863a0;"&gt;SteelBlue kode: #4863A0&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6960ec;"&gt;SlateBlue2 kode: #6960EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8d38c9;"&gt;Violet kode: #8D38C9&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7a5dc7;"&gt;MediumPurple3 kode: #7A5DC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8467d7;"&gt;MediumPurple kode: #8467D7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #9172ec;"&gt;MediumPurple2 kode: #9172EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #9e7bff;"&gt;MediumPurple1 kode: #9E7BFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #728fce;"&gt;LightSteelBlue kode: #728FCE&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #488ac7;"&gt;SteelBlue3 kode: #488AC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #56a5ec;"&gt;SteelBlue2 kode: #56A5EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5cb3ff;"&gt;SteelBlue1 kode: #5CB3FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #659ec7;"&gt;SkyBlue3 kode: #659EC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #41627e;"&gt;SkyBlue4 kode: #41627E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #737ca1;"&gt;SlateBlue kode: #737CA1&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #98afc7;"&gt;SlateGray3 kode: #98AFC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f6358a;"&gt;VioletRed kode: #F6358A&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f6358a;"&gt;VioletRed1 kode: #F6358A&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e4317f;"&gt;VioletRed2 kode: #E4317F&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f52887;"&gt;DeepPink kode: #F52887&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e4287c;"&gt;DeepPink2 kode: #E4287C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c12267;"&gt;DeepPink3 kode: #C12267&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7d053f;"&gt;DeepPink4 kode: #7D053F&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ca226b;"&gt;MediumVioletRed kode: #CA226B&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c12869;"&gt;VioletRed3 kode: #C12869&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #800517;"&gt;Firebrick kode: #800517&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7d0541;"&gt;VioletRed4 kode: #7D0541&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7d0552;"&gt;Maroon4 kode: #7D0552&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #810541;"&gt;Maroon kode: #810541&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c12283;"&gt;Maroon3 kode: #C12283&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e3319d;"&gt;Maroon2 kode: #E3319D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f535aa;"&gt;Maroon1 kode: #F535AA&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: magenta;"&gt;Magenta kode: #FF00FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f433ff;"&gt;Magenta1 kode: #F433FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e238ec;"&gt;Magenta2 #E238EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c031c7;"&gt;Magenta3 kode: #C031C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b048b5;"&gt;MediumOrchid kode: #B048B5&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #d462ff;"&gt;MediumOrchid1 kode: #D462FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c45aec;"&gt;MediumOrchid2 kode: #C45AEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #a74ac7;"&gt;MediumOrchid3 kode: #A74AC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6a287e;"&gt;MediumOrchid4 kode: #6A287E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8e35ef;"&gt;Purple kode: #8E35EF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #893bff;"&gt;Purple1 kode: #893BFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7f38ec;"&gt;Purple2 kode: #7F38EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6c2dc7;"&gt;Purple3 kode: #6C2DC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #461b7e;"&gt;Purple4 kode: #461B7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #571b7e;"&gt;DarkOrchid4 kode: #571B7e&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7d1b7e;"&gt;DarkOrchid kode: #7D1B7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #842dce;"&gt;DarkViolet kode: #842DCE&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8b31c7;"&gt;DarkOrchid3 kode: #8B31C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #a23bec;"&gt;DarkOrchid2 kode: #A23BEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b041ff;"&gt;DarkOrchid1 kode: #B041FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7e587e;"&gt;Plum4 kode: #7E587E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #d16587;"&gt;PaleVioletRed kode: #D16587&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f778a1;"&gt;PaleVioletRed1 kode: #F778A1&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e56e94;"&gt;PaleVioletRed2 kode: #E56E94&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c25a7c;"&gt;PaleVioletRed3 kode: #C25A7C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7e354d;"&gt;PaleVioletRed4 kode: #7E354D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b93b8f;"&gt;Plum kode: #B93B8F&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f9b7ff;"&gt;Plum1 kode: #F9B7FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e6a9ec;"&gt;Plum2 kode: #E6A9EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c38ec7;"&gt;Plum3 kode: #C38EC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #d2b9d3;"&gt;Thistle kode: #D2B9D3&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c6aec7;"&gt;Thistle3 kode: #C6AEC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ebdde2;"&gt;LavenderBlush2 kode: #EBDDE2&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c8bbbe;"&gt;LavenderBlush3 kode: #C8BBBE&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e9cfec;"&gt;Thistle2 kode: #E9CFEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fcdfff;"&gt;Thistle1 kode: #FCDFFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e3e4fa;"&gt;Lavender kode: #E3E4FA&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fdeef4;"&gt;LavenderBlush kode: #FDEEF4&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c6deff;"&gt;LightSteelBlue1 kode: #C6DEFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #addfff;"&gt;LightBlue kode: #ADDFFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #bdedff;"&gt;LightBlue1 kode: #BDEDFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: lightcyan;"&gt;LightCyan kode: #E0FFFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c2dfff;"&gt;SlateGray1 kode: #C2DFFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b4cfec;"&gt;SlateGray2 kode: #B4CFEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b7ceec;"&gt;LightSteelBlue2 kode: #B7CEEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: cyan;"&gt;Cyan kode: #00FFFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #57feff;"&gt;Cyan1 kode: #57FEFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #50ebec;"&gt;Cyan2 kode: #50EBEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #43c6db;"&gt;Turquoise kode: #43C6DB&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #52f3ff;"&gt;Turquoise1 kode: #52F3FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4ee2ec;"&gt;Turquoise2 kode: #4EE2EC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #43bfc7;"&gt;Turquoise3 kode: #43BFC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #48cccd;"&gt;MediumTurquoise kode: #48CCCD&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #9afeff;"&gt;DarkSlateGray1 kode: #9AFEFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8eebec;"&gt;DarkslateGray2 kode: #8EEBEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #78c7c7;"&gt;DarkSlateGray3 kode: #78c7c7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #46c7c7;"&gt;Cyan3 kode: #46C7C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #77bfc7;"&gt;CadetBlue3 kode: #77BFC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #92c7c7;"&gt;PaleTurquoise3 kode: #92C7C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #afdcec;"&gt;LightBlue2 kode: #AFDCEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #3b9c9c;"&gt;DarkTurquoise kode: #3B9C9C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #307d7e;"&gt;Cyan4 kode: #307D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #3ea99f;"&gt;LightSeaGreen kode: #3EA99F&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #82cafa;"&gt;LightSkyBlue kode: #82CAFA&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #a0cfec;"&gt;LightSkyBlue2 kode: #A0CFEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #87afc7;"&gt;LightSkyBlue3 kode: #87AFC7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #82caff;"&gt;SkyBlue kode: #82CAFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #79baec;"&gt;SkyBlue2 kode: #79BAEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #566d7e;"&gt;LightSkyBlue4 kode: #566D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6698ff;"&gt;SkyBlue kode: #6698FF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #736aff;"&gt;LightSlateBlue kode: #736AFF&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #cfecec;"&gt;LightCyan2 kode: #CFECEC&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #afc7c7;"&gt;LightCyan3 kode: #AFC7C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #717d7d;"&gt;LightCyan4 kode: #717D7D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #95b9c7;"&gt;LightBlue3 kode: #95B9C7&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5e767e;"&gt;LightBlue4 kode: #5E767E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5e7d7e;"&gt;PaleTurquoise4 kode: #5E7D7E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #617c58;"&gt;DarkSeaGreen4 kode: #617C58&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #348781;"&gt;MediumAquamarine kode: #348781&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #306754;"&gt;MediumSeaGreen kode: #306754&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4e8975;"&gt;SeaGreen kode: #4E8975&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #254117;"&gt;DarkGreen kode: #254117&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #387c44;"&gt;SeaGreen4 kode: #387C44&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4e9258;"&gt;ForestGreen kode: #4E9258&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #347235;"&gt;MediumForestGreen kode: #347235&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #347c2c;"&gt;SpringGreen4 kode: #347C2C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #667c26;"&gt;DarkOliveGreen4 kode: #667C26&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #437c17;"&gt;Chartreuse4 kode: #437C17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #347c17;"&gt;Green4 kode: #347C17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #348017;"&gt;MediumSpringGreen kode: #348017&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4aa02c;"&gt;SpringGreen kode: #4AA02C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #41a317;"&gt;LimeGreen kode: #41A317&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8bb381;"&gt;DarkSeaGreen kode: #8BB381&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #99c68e;"&gt;DarkSeaGreen3 kode: #99C68E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4cc417;"&gt;Green3 kode: #4CC417&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6cc417;"&gt;Chartreuse3 kode: #6CC417&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #52d017;"&gt;YellowGreen kode: #52D017&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #4cc552;"&gt;SpringGreen3 kode: #4CC552&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #54c571;"&gt;SeaGreen3 kode: #54C571&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #57e964;"&gt;SpringGreen2 kode: #57E964&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5efb6e;"&gt;SpringGreen1 kode: #5EFB6E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #64e986;"&gt;SeaGreen2 kode: #64E986&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #6afb92;"&gt;SeaGreen1 kode: #6AFB92&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b5eaaa;"&gt;DarkSeaGreen2 kode: #B5EAAA&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c3fdb8;"&gt;DarkSeaGreen1 kode: #C3FDB8&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: lime;"&gt;Green kode: #00FF00&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #5ffb17;"&gt;Green1 kode: #5FFB17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #59e817;"&gt;Green2 kode: #59E817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #87f717;"&gt;LawnGreen kode: #87F717&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7fe817;"&gt;Chartreuse2 kode: #7FE817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8afb17;"&gt;Chartreuse kode: #8AFB17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b1fb17;"&gt;GreenYellow kode: #B1FB17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ccfb5d;"&gt;DarkOliveGreen1 kode: #CCFB5D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #bce954;"&gt;DarkOliveGreen2 kode: #BCE954&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #a0c544;"&gt;DarkOliveGreen3 kode: #A0C544&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fffc17;"&gt;Yellow1 kode: #FFFC17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fff380;"&gt;Khaki1 kode: #FFF380&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ede275;"&gt;Khaki2 kode: #EDE275&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #edda74;"&gt;Goldenrod kode: #EDDA74&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #eac117;"&gt;Gold2 kode: #EAC117&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fdd017;"&gt;Gold1 kode: #FDD017&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fbb917;"&gt;Goldenrod1 kode: #FBB917&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e9ab17;"&gt;Goldenrod2 kode: #E9AB17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #d4a017;"&gt;Gold kode: #D4A017&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c7a317;"&gt;Gold3 kode: #C7A317&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c68e17;"&gt;Goldenrod3 kode: #C68E17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #af7817;"&gt;DarkGoldenrod kode: #AF7817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ada96e;"&gt;Khaki kode: #ADA96E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c9be62;"&gt;Khaki3 kode: #C9BE62&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #827839;"&gt;Khaki4 kode: #827839&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fbb117;"&gt;DarkGoldenrod1 kode: #FBB117&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e8a317;"&gt;DarkGoldenrod2 kode: #E8A317&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c58917;"&gt;DarkGoldenrod3 kode: #C58917&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f87431;"&gt;Sienna1 kode: #F87431&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e66c2c;"&gt;Sienna2 kode: #E66C2C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f88017;"&gt;DarkOrange kode: #F88017&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f87217;"&gt;DarkOrange1 kode: #F87217&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e56717;"&gt;DarkOrange2 kode: #E56717&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c35617;"&gt;DarkOrange3 kode: #C35617&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c35817;"&gt;Sienna3 kode: #C35817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #8a4117;"&gt;Sienna kode: #8A4117&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7e3517;"&gt;Sienna4 kode: #7E3517&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7e2217;"&gt;IndianRed4 kode: #7E2217&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7e3117;"&gt;DarkOrange3 kode: #7E3117&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7e3817;"&gt;Salmon4 kode: #7E3817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7f5217;"&gt;DarkGoldenrod4 kode: #7F5217&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #806517;"&gt;Gold4 kode: #806517&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #805817;"&gt;Goldenrod4 kode: #805817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7f462c;"&gt;LightSalmon4 kode: #7F462C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c85a17;"&gt;Chocolate kode: #C85A17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c34a2c;"&gt;Coral3 kode: #C34A2C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e55b3c;"&gt;Coral2 kode: #E55B3C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f76541;"&gt;Coral kode: #F76541&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e18b6b;"&gt;DarkSalmon kode: #E18B6B&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f88158;"&gt;PaleTurquoise4 kode: #F88158&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e67451;"&gt;Salmon2 kode: #E67451&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c36241;"&gt;Salmon3 kode: #C36241&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c47451;"&gt;LightSalmon3 kode: #C47451&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e78a61;"&gt;LightSalmon2 kode: #E78A61&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f9966b;"&gt;LightSalmon kode: #F9966B&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ee9a4d;"&gt;SandyBrown kode: #EE9A4D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f660ab;"&gt;HotPink kode: #F660AB&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f665ab;"&gt;HotPink1 kode: #F665AB&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e45e9d;"&gt;HotPink2 kode: #E45E9D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c25283;"&gt;HotPink3 kode: #C25283&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7d2252;"&gt;HotPink4 kode: #7D2252&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e77471;"&gt;LightCoral kode: #E77471&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f75d59;"&gt;IndianRed1 kode: #F75D59&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e55451;"&gt;IndianRed2 kode: #E55451&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c24641;"&gt;IndianRed3 kode: #C24641&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: red;"&gt;Red kode: #FF0000&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f62217;"&gt;Red1 kode: #F62217&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e41b17;"&gt;Red2 kode: #E41B17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f62817;"&gt;Firebrick1 kode: #F62817&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e42217;"&gt;Firebrick2 kode: #E42217&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c11b17;"&gt;Firebrick3 kode: #C11B17&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #faafbe;"&gt;Pink kode: #FAAFBE&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fbbbb9;"&gt;RosyBrown1 kode: #FBBBB9&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e8adaa;"&gt;RosyBrown2 kode: #E8ADAA&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e7a1b0;"&gt;Pink2 kode: #E7A1B0&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #faafba;"&gt;LightPink kode: #FAAFBA&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #f9a7b0;"&gt;LightPink1 kode: #F9A7B0&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #e799a3;"&gt;LightPink2 kode: #E799A3&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c48793;"&gt;Pink3 kode: #C48793&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c5908e;"&gt;RosyBrown3 kode: #C5908E&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #b38481;"&gt;RosyBrown kode: #B38481&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c48189;"&gt;LightPink3 kode: #C48189&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7f5a58;"&gt;RosyBrown4 kode: #7F5A58&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7f4e52;"&gt;LightPink4 kode: #7F4E52&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #7f525d;"&gt;Pink4 kode: #7F525D&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #817679;"&gt;LavendarBlush4 kode: #817679&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #817339;"&gt;LightGoldenrod4 kode: #817339&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #827b60;"&gt;LemonChiffon4 kode: #827B60&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c9c299;"&gt;LemonChiffon3 kode: #C9C299&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #c8b560;"&gt;LightGoldenrod3 kode: #C8B560&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ecd672;"&gt;LightGolden2 kode: #ECD672&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ecd872;"&gt;LightGoldenrod kode: #ECD872&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ffe87c;"&gt;LightGoldenrod1 kode: #FFE87C&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #ece5b6;"&gt;LemonChiffon2 kode: #ECE5B6&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #fff8c6;"&gt;LemonChiffon kode: #FFF8C6&lt;/div&gt;&lt;br /&gt;
&lt;div style="background-color: #faf8cc;"&gt;LightGoldenrodYellow kode: #FAF8CC&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/637556146004828934" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/637556146004828934" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/04/color-code.html" rel="alternate" title="Color Code" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-3666361463043967959</id><published>2014-03-22T23:16:00.000+07:00</published><updated>2014-04-01T09:19:49.352+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">Google Friend Connect Valid HTML5</title><content type="html">Since google friend connect widget is removed from the menu on the Layout Add Gadget turns out there are in fact many are confused to install this widget when the widget is arguably very attractive when compared to Google+ Follower, the proof if we look at the blog scattered on the internet lots of blog owners are still installing google friend connect this includes me too.&lt;br /&gt;
&lt;br /&gt;
From the survey results that I did with this widget in a way and grab randomly Googling and see some of the results are still a lot of blogs that use this widget, but still there are some friends who had asked how to set it up when I gave a tutorial which is quite obvious but the widget still has not appeared. For that I wrote here how to install the widget again google friend connect manually but is more complicated than I've ever written before, though complicated but the results are quite satisfactory because Google Friend Connect could Valid HTML5.&lt;br /&gt;
&lt;br /&gt;
Directly to the installation means&lt;br /&gt;
1. Install it google friend connect widget by following the way that I write here&lt;br /&gt;
2. If it is now open and look at the Page Source your blog, how to right click on an empty area of ​​your blog and click on &lt;b&gt;"View Page Source"&lt;/b&gt; or it could be via the menu &lt;b&gt;"Tools &amp;gt;&amp;gt; Web Developer &amp;gt;&amp;gt; Page Source"&lt;/b&gt; in Mozilla Firefox Browser.&lt;br /&gt;
3. Find &lt;b&gt;"renderMembersGadget"&lt;/b&gt; posts as shown below&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img alt="renderMembersGadget" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhys1kwr1Vn_Quq3c2ulrtBvFBzytoSrYOMnm7dAiORIqlQLZQ9cS49JbZHQjSuVyOCZrmO_B7_uVA1bTEV-5oN8joKQwsKccACj9nkKBdd76wOqazVc4nX4PR83r0RQZfEPVY5w6aOONxX/s1600/renderMembersGadget.JPG" title="renderMembersGadget" /&gt;&lt;/div&gt;&lt;br /&gt;
4. Add a new widget, I click the &lt;b&gt;"Layout menu &amp;gt;&amp;gt; Add Gadget &amp;gt;&amp;gt; HTML/JavaScript"&lt;/b&gt; subsequent copy and paste the script below on the city HTML/JavaScript that appears earlier&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&amp;lt;script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;div id="&lt;span style="background-color: red;"&gt;div-4qmlh3xoedtu&lt;/span&gt;" style="width:225px;"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
var skin = {};&lt;br /&gt;
skin['FACE_SIZE'] = '32';&lt;br /&gt;
skin['HEIGHT'] = '260';&lt;br /&gt;
skin['BORDER_COLOR'] = 'transparent';&lt;br /&gt;
skin['ENDCAP_BG_COLOR'] = 'transparent';&lt;br /&gt;
skin['ENDCAP_TEXT_COLOR'] = '#000000';&lt;br /&gt;
skin['ENDCAP_LINK_COLOR'] = '#000000';&lt;br /&gt;
skin['CONTENT_BG_COLOR'] = 'transparent';&lt;br /&gt;
skin['CONTENT_LINK_COLOR'] = '#000000';&lt;br /&gt;
skin['CONTENT_TEXT_COLOR'] = '#000000';&lt;br /&gt;
skin['CONTENT_HEADLINE_COLOR'] = '#000000';&lt;br /&gt;
skin['NUMBER_ROWS'] = '4';&lt;br /&gt;
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);&lt;br /&gt;
google.friendconnect.container.renderMembersGadget(&lt;br /&gt;
&amp;nbsp;{ id: '&lt;span style="background-color: red;"&gt;div-4qmlh3xoedtu&lt;/span&gt;',&lt;br /&gt;
&amp;nbsp;&amp;nbsp; site: '&lt;span style="background-color: red;"&gt;15798607466213540774&lt;/span&gt;'},&lt;br /&gt;
&amp;nbsp; skin);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;Replace the red writing with that of the Page Source on your blog ( step 2 and 3 above )&lt;br /&gt;
5. When you are finished click the Save button&lt;br /&gt;
6. The next step remove the Google Friend Connect widget is the first time you created earlier ( Step 1 above )&lt;br /&gt;
7 . In order for &lt;b&gt;Google Friend Connect widget HTML5&lt;/b&gt; Valid please remove code like this on your blog template&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&amp;lt;b:include name='quickedit'/&amp;gt;&lt;/blockquote&gt;'ve Finished what I write this, hopefully useful.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt; &lt;b&gt;Good luck&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/3666361463043967959" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/3666361463043967959" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/03/google-friend-connect-valid-html5.html" rel="alternate" title="Google Friend Connect Valid HTML5" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhys1kwr1Vn_Quq3c2ulrtBvFBzytoSrYOMnm7dAiORIqlQLZQ9cS49JbZHQjSuVyOCZrmO_B7_uVA1bTEV-5oN8joKQwsKccACj9nkKBdd76wOqazVc4nX4PR83r0RQZfEPVY5w6aOONxX/s72-c/renderMembersGadget.JPG" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-2402440380096302308</id><published>2014-03-21T00:08:00.000+07:00</published><updated>2014-03-21T00:08:50.173+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Info"/><title type="text">Free Domain For Your Blog</title><content type="html">&lt;div class="separator" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;"&gt;
&lt;img alt="Free Domain For Your Blog" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJ7ukwm2tMG7zhuOmRnYEkW6sQHTBAQmNXXSRYKfECVXTdIqdts7Y1a7pmCSV_bfPORs1SkmLgdN_XP_4-9x2cY_vi3KWkvmtWDbYTjFctVzE6GJDW1_wvtuNhshnb2M9o6WXx3Q70n77D/s200/domain+gratis.JPG" height="140" title="Free Domain For Your Blog" width="140" /&gt;&lt;/div&gt;
Free domain free domain for a blog , a few days ago I got an email from a leading hosting service provider who told me that they provide a short domain for 6 pieces for the blog . Domains can be likened to a parking lot but not for vehicles but for blogs and websites that exist on the internet.&lt;br /&gt;
As an example of such a domain .Com, .Net, .Org, Web.Id and many others. With an existing domain that says a blog will look professional, cool and so it all depends on the judge. Domain is identical to the price expensive and difficult to obtain, but for those who like and love with the name of the free, I'll let some of the free domain that you can spend on a blog that looks professional and the following is a brief 6 domains I mean these :&lt;br /&gt;
&lt;blockquote&gt;
*. esy.es&lt;br /&gt;
*. url.ph&lt;br /&gt;
*. bl.ee&lt;br /&gt;
*. meximas.com&lt;br /&gt;
* .96.lt&lt;/blockquote&gt;
If to cool at least affairs can not be compared with the domain .com, .net, .org and his friends name is also free so do not expect the same as that paid for everywhere whose name the goods if there is no such definite price. To get a free domain name that I mean above is easy enough, please visit the following url &lt;br /&gt;
&lt;blockquote&gt;
http://api.idhostinger.com/redir/879683&lt;/blockquote&gt;
Once the page is open , please registration on the web then you only select the domain you want to cpanel and ready to be the parking lot of your blog. For how to set the domain on the blog, please search in Google because I have not made ​​a post about it this way.&lt;br /&gt;
&lt;br /&gt;
That's all and good hunting free domain for your blog&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/2402440380096302308" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/2402440380096302308" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/03/free-domain-for-your-blog.html" rel="alternate" title="Free Domain For Your Blog" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJ7ukwm2tMG7zhuOmRnYEkW6sQHTBAQmNXXSRYKfECVXTdIqdts7Y1a7pmCSV_bfPORs1SkmLgdN_XP_4-9x2cY_vi3KWkvmtWDbYTjFctVzE6GJDW1_wvtuNhshnb2M9o6WXx3Q70n77D/s72-c/domain+gratis.JPG" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-4979422496694293683</id><published>2014-03-13T09:17:00.002+07:00</published><updated>2014-03-13T09:17:49.183+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">How To Get Out Of Google Sanbox</title><content type="html">&lt;div class="separator" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;"&gt;
&lt;img alt="How To Get Out Of Google Sanbox" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8jgToXsrfw9gEKrTKNNepluZmUF4a2CdNshBKcSm8WQ4C5QUMGq1sabhf3DzXsO9p3wH-_rFUJoXVSboJMJPQHnXrNiKpl3j18oC6QXzZmzGws-qVPIyT5t_zsVL71z0SYxRHBaexOgVn/s320/Google+Sanbox.JPG" height="133" title="How To Get Out Of Google Sanbox" width="200" /&gt;&lt;/div&gt;
This title is deliberately created just to share it after some time ago between August- September 2013 one of my blogs hit the prison while the Google Sandbox but it did not last long and is roughly only about 2 weeks, no other cause is Over Optimization I am doing SEO.&lt;br /&gt;
&lt;br /&gt;
At the time of this blog I just hit the Google Sandbox SEO to optimize my blog until Valid HTML5 to reach 100&lt;br /&gt;
% next SEO I do is make a post as usual with the word count of 500 even more by including live links leads to &lt;b&gt;http://google.com&lt;/b&gt;, &lt;b&gt;http://blogger.com&lt;/b&gt; and other Google products.&lt;br /&gt;
&lt;br /&gt;
With the above in less than 2 weeks my blog has been out of jail the Google Sandbox. If possible you experienced something similar to what I experienced probably the above tips and tricks you can try to apply to your blog, but I also do not dare to guarantee the above tips the effect is the same as mine this blog because all depends on the weight and whether or not the Google Sandbox effect on your own blog.&lt;br /&gt;
&lt;br /&gt;
I apply the above tips can because my blog is still included in the lightweight category affected Blog Google Sandbox If you are exposed to the effects of the Google Sandbox and managed to escape from the prison then you will see a sharp increase traffic , it could be all that is like an apology from Google because it had misjudged or perhaps also because of other reasons I myself also do not know because it is the secret of Google.&lt;br /&gt;
&lt;br /&gt;
SEO may be legitimate for us the Bloggers and who does not want his blog appears in the sequence numbers 1 through 10 in the Google Search Engine but for SEO too over could be considered as a fraud because SEO indirectly considered over a a way to fool the Search Engines so that the search engines want to display our blog in order that we wanted even though the article is therein are not relevant or do not match those sought by visitors.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4979422496694293683" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4979422496694293683" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2014/03/how-to-get-out-of-google-sanbox.html" rel="alternate" title="How To Get Out Of Google Sanbox" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8jgToXsrfw9gEKrTKNNepluZmUF4a2CdNshBKcSm8WQ4C5QUMGq1sabhf3DzXsO9p3wH-_rFUJoXVSboJMJPQHnXrNiKpl3j18oC6QXzZmzGws-qVPIyT5t_zsVL71z0SYxRHBaexOgVn/s72-c/Google+Sanbox.JPG" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-8797275095942972291</id><published>2013-11-01T16:40:00.002+07:00</published><updated>2013-11-01T16:45:14.608+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">Avoid spicy comments on articles</title><content type="html">&lt;div class="separator" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;"&gt;
&lt;img alt="spicy comment" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUVkdGQBYfXQ25b-j9JZ_0iom3NkRceOnj9MFT0uKbI0ffypBlk9xXX5fvCyMCw_qQV_vrX1d4RNMsS4qTuOoKjvR60fnZRI5vBcbXvQTpuiLmLqK8i4MffoL8Ylb1EyCM6Ii7GCeNsBdk/s1600/spicy+comment.JPG" title="spicy comment" /&gt;&lt;/div&gt;
Avoid spicy commentary on the article, Many Bloggers in the country ever or often get comments on the article he wrote scathing and usually according to my observations often read bad comments directed to the new Blogger and Blog recently,&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt; especially on articles that are not relevant and normally this article leads to a Tips, Tricks and certain ways that are sought after by visitors and certainly applied or tried. Usually the result of copy and paste articles without first learning the ins and outs of the article so it will not know the truth of the article. If that is wrong then copied automatically copy the results are also quite certainly wrong.&lt;br /&gt;
&lt;br /&gt;
Caustic comment on the article showed dissatisfaction visitors to what has been presented in Blogs but after trying just gained a failure resulting in visitors wrath. If the failure only affects maybe 1 or 2 people it was reasonable for the level of precision is not the same person but if the failure experienced by almost all visitors after applying what is already written in the article Blog then authenticity is questionable.&lt;br /&gt;
&lt;br /&gt;
To avoid scathing commentary on the article, here are some tips that might be and ought to be sought to minimize the scathing comments&lt;br /&gt;
1. Make it yourself by writing articles or ideas that we have&lt;br /&gt;
&lt;br /&gt;
2. If the article is the result of copy and paste, practice first what is in the article if the article is relevant please publish but not 100% the same. Edit the article using your own style. By trying before we publish will know the advantages and disadvantages of the article and automatically if there are any questions from visitors we can answer that question easily.&lt;br /&gt;
&lt;br /&gt;
3. If you do not have an idea try browsing on Google to find a brilliant idea that can be used to decorate the Blog&lt;br /&gt;
&lt;br /&gt;
4. Make words that are easily understood by visitors since blog is not only viewed by visitors of our State alone but visitors from other countries can also stop by any time to our Blog&lt;br /&gt;
&lt;br /&gt;
5. Try to use correct grammar and spelling-enhanced suit that is easy to understand and translated into other Countries&lt;br /&gt;
&lt;br /&gt;
Maybe it was just a few tips to avoid harsh comments on the article in my version though perhaps I myself would be difficult to implement, but at least we've tried.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/8797275095942972291" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/8797275095942972291" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2013/11/avoid-spicy-comments-on-articles.html" rel="alternate" title="Avoid spicy comments on articles" type="text/html"/><author><name>Aditya Putra</name><uri>http://www.blogger.com/profile/11621649331261665349</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUVkdGQBYfXQ25b-j9JZ_0iom3NkRceOnj9MFT0uKbI0ffypBlk9xXX5fvCyMCw_qQV_vrX1d4RNMsS4qTuOoKjvR60fnZRI5vBcbXvQTpuiLmLqK8i4MffoL8Ylb1EyCM6Ii7GCeNsBdk/s72-c/spicy+comment.JPG" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-5789466875115887667</id><published>2012-06-16T20:38:00.000+07:00</published><updated>2012-06-16T20:38:29.318+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Information"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips/Trik"/><title type="text">Make recent post with thumbnail</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;/div&gt;
&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;Make
 a friend of all who love to decorate, especially blogspot blog with 
widgets pretty interesting might Recent Post With Thumbnails of the 
displacement is almost overlapping on top of one another may be an 
option for my friend.&lt;/span&gt;&lt;br style="font-family: Arial,Helvetica,sans-serif;" /&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="" title="Buat sobat semua yang senang menghias blog terutama blogspot dengan widget-widget cantik yang menarik mungkin Recent Post Dengan Thumbnail yang perpindahannya hampir saling tindih menindih antara satu dengan yang lain ini bisa menjadi pilihan buat sobat."&gt;&lt;/span&gt;&lt;span class="" title="Untuk membuatnya terbilang cukup mudah sobat tinggal copas aja code dibawah ini dan untuk memasukkan kedalam widget sidebar, sobat masuk dulu ke dalam menu Tata Letak =&amp;gt; Add Gadget =&amp;gt; Pilih Html/Javascript."&gt;To
 make it quite easy to copy and paste my friend lived and wrote the code
 below to insert the widget into the sidebar, my first entry into the 
&lt;b&gt;Layout menu =&amp;gt; Add Gadget =&amp;gt;&lt;/b&gt; Select the &lt;b&gt;HTML / Javascrip&lt;/b&gt;t. &lt;/span&gt;&lt;span class="" title="Selanjutnya paste aja codenya dalam area kosong yang muncul."&gt;Furthermore paste code themselves in an empty area that appears.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="" title="Selanjutnya paste aja codenya dalam area kosong yang muncul."&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="" title="Selanjutnya paste aja codenya dalam area kosong yang muncul."&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeKq-sBgWAoZLKSJsnXEiUzwz6kEm4u8m88M789e9Aiv7hPLAFa8rKBZCi9EQtG3_iOHJqsmuJ8JuQLCDSdDcnJEmOh13-LpE0TlIu9fxCN_hJWKErWMY0c6dnRXWjuvBWvX-yYcZ_56_Y/s320/rpplus.JPG" style="margin-left: 1em; margin-right: 1em;" target="_blank"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeKq-sBgWAoZLKSJsnXEiUzwz6kEm4u8m88M789e9Aiv7hPLAFa8rKBZCi9EQtG3_iOHJqsmuJ8JuQLCDSdDcnJEmOh13-LpE0TlIu9fxCN_hJWKErWMY0c6dnRXWjuvBWvX-yYcZ_56_Y/s320/rpplus.JPG" style="cursor: move;" width="317" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="" title="Selanjutnya paste aja codenya dalam area kosong yang muncul."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="" title="&amp;lt;center&amp;gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="font-family: Arial,Helvetica,sans-serif;"&gt;

&lt;b&gt;&amp;lt;center&amp;gt;&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;#rp_plus_img{&lt;u&gt;&lt;span style="color: red;"&gt;height:250px&lt;/span&gt;&lt;/u&gt;;overflow:hidden;border:solid 0px #fff;padding:6px 10px 24px 5px;background-color:transparent;}&lt;br /&gt;# rp_plus _img ul{list-style-type:none;margin:0;padding:0}&lt;br /&gt;# rp_plus _img li{border:1px; margin:0; padding:0; list-style:none;}&lt;br /&gt;# rp_plus _img li{&lt;u&gt;&lt;span style="color: red;"&gt;height:60px&lt;/span&gt;&lt;/u&gt;;padding:5px;list-style:none;}&lt;br /&gt;# rp_plus _img a{color:#000000;}&lt;br /&gt;# rp_plus _img .news-title{display:block;font-size:14px;font-weight:bold !important;color:#800000;text-align:justify;}&lt;br /&gt;# rp_plus _img .news-text{display:block;font-size:11px;font-weight:normal !important;color:#000000;text-align:justify;}&lt;br /&gt;# rp_plus _img img{float:left;margin-right:14px;padding:4px;border:solid 1px #cccccc;&lt;u&gt;&lt;span style="color: red;"&gt;width:95px;height:55px;&lt;/span&gt;&lt;/u&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="http://bl1t4r.googlecode.com/files/recentpostscroolthum.js" type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&lt;span style="color: red;"&gt;var speed = 1000;&lt;/span&gt;&lt;br style="color: red;" /&gt;&lt;span style="color: red;"&gt;var pause = 2500;&lt;/span&gt;&lt;br /&gt;$(document).ready(function(){&lt;br /&gt;rpnewsticker();&lt;br /&gt;interval = setInterval(rpnewsticker, pause);&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;ul id=" rp_plus _img"&amp;gt;&amp;lt;script&amp;gt;&lt;/b&gt;&lt;b&gt;&lt;u&gt;&lt;span style="color: red;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;b&gt;&lt;u&gt;&lt;span style="color: red;"&gt;var numposts = 5;&lt;/span&gt;&lt;/u&gt;&lt;br style="color: red;" /&gt;&lt;u&gt;&lt;span style="color: red;"&gt;var numchars = 0;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;&amp;lt;/script&amp;gt; &amp;lt;script src="&lt;u&gt;&lt;span style="color: red;"&gt;http://bl1t4r.blogspot.com&lt;/span&gt;&lt;/u&gt;/feeds/posts/default?orderby=published&amp;amp;amp;alt=json-in-script&amp;amp;amp;callback=rpthumbnt"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt; &amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;/center&amp;gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="" title="&amp;lt;center&amp;gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;"&gt;&lt;/span&gt;&lt;span class="" title="&amp;lt;/center&amp;gt;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="" title="Keterangan:"&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;/span&gt;&lt;span class="" title="Ganti http://bl1t4r.blogspot.com dengan URL blog sobat"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Replace&lt;/span&gt; &lt;b style="color: red;"&gt;&lt;span class="hps"&gt;http://bl1t4r.blogspot.com&lt;/span&gt;&lt;/b&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;your blog&lt;/span&gt; &lt;span class="hps"&gt;URL&lt;/span&gt;&lt;br /&gt; &lt;b style="color: red;"&gt;&lt;span class="hps"&gt;var&lt;/span&gt; &lt;span class="hps"&gt;numposts&lt;/span&gt; &lt;span class="hps"&gt;=&lt;/span&gt; &lt;span class="hps"&gt;5;&lt;/span&gt;&lt;/b&gt; &lt;span class="hps"&gt;item appears&lt;/span&gt; &lt;span class="hps"&gt;in the&lt;/span&gt; &lt;span class="hps"&gt;sidebar&lt;/span&gt; &lt;span class="hps"&gt;later&lt;/span&gt; &lt;span class="hps"&gt;my friend&lt;/span&gt; &lt;span class="hps"&gt;please change the&lt;/span&gt; &lt;span class="hps"&gt;value to&lt;/span&gt; &lt;span class="hps"&gt;a greater&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;less&lt;/span&gt; &lt;span class="hps"&gt;according to taste&lt;/span&gt; &lt;span class="hps"&gt;my friend&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;The point&lt;/span&gt; &lt;span class="hps"&gt;my friend could&lt;/span&gt; &lt;span class="hps"&gt;brain-tweaking&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;my&lt;/span&gt; &lt;span class="hps"&gt;red&lt;/span&gt; &lt;span class="hps"&gt;print&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;customize&lt;/span&gt; &lt;span class="hps"&gt;the template&lt;/span&gt; &lt;span class="hps"&gt;buddy&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt; &lt;span class="hps"&gt;The rest&lt;/span&gt; &lt;span class="hps"&gt;of the brain&lt;/span&gt;&lt;span&gt;-tweaking&lt;/span&gt; &lt;span class="hps"&gt;my friend&lt;/span&gt; &lt;span class="hps"&gt;please&lt;/span&gt; &lt;span class="hps"&gt;themselves&lt;/span&gt; &lt;span class="hps"&gt;while studying&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; &lt;span class="hps"&gt;my&lt;/span&gt; &lt;span class="hps"&gt;own&lt;/span&gt; &lt;span class="hps"&gt;well&lt;/span&gt; &lt;span class="hps"&gt;in the learning stage&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;what I&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;I apply&lt;/span&gt; &lt;span class="hps"&gt;first and&lt;/span&gt; &lt;span class="hps"&gt;then&lt;/span&gt; &lt;span class="hps"&gt;I&lt;/span&gt; &lt;span class="hps"&gt;make a&lt;/span&gt; &lt;span class="hps"&gt;post&lt;/span&gt; &lt;span class="hps"&gt;like&lt;/span&gt; &lt;span class="hps"&gt;this&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="" title="Ganti http://bl1t4r.blogspot.com dengan URL blog sobat"&gt;&lt;/span&gt;&lt;span class="" title="Sisanya silahkan sobat otak-atik sendiri sambil belajar karena saya sendiri juga dalam tahap belajar dan apa yang saya dapat saya terapkan dulu baru selanjutnya saya jadikan postingan seperti ini."&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="" title="Selamat Mencoba!..."&gt;Good luck! ...&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;/div&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;
&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/5789466875115887667" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/5789466875115887667" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2012/06/make-recent-post-with-thumbnail.html" rel="alternate" title="Make recent post with thumbnail" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeKq-sBgWAoZLKSJsnXEiUzwz6kEm4u8m88M789e9Aiv7hPLAFa8rKBZCi9EQtG3_iOHJqsmuJ8JuQLCDSdDcnJEmOh13-LpE0TlIu9fxCN_hJWKErWMY0c6dnRXWjuvBWvX-yYcZ_56_Y/s72-c/rpplus.JPG" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-6008932244233208844</id><published>2010-08-23T10:45:00.000+07:00</published><updated>2012-05-18T22:24:47.916+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Buttons Appear And Disappear</title><content type="html">Although now rarely update this blog, unlike in the past that I update almost everyday because lately I'm very busy plus my internet connection that uses a prepaid card which is often very problematic IM3 so that almost no time and a little lazy for blogging as well looking for material to post, but still I am a time to to update this blog.&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;At my leisure time and an internet connectional though some what decent break this connection I would like to invite you all to make &lt;b&gt;Keys Appear And Disappear&lt;/b&gt; that can be used on the sidebar or else where as desired, application code that will be mydiscuss this you can see &lt;a href="http://mpthreelyrics.blogspot.com/2010/08/spoiler-untuk-komentar.html"&gt;here&lt;/a&gt; or &lt;a href="http://tutorial-4u.blogspot.com/2010/08/spoiler-for-comments.html"&gt;here&lt;/a&gt;.&lt;br /&gt;Instantly, so do not get bored because there are many stories here. To create this button, please copy code below and put it wherever you like, like in the sidebar or insections can also posts.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: blue;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div style="margin: 5px;"&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div class="normalfont" style="margin-bottom: 2px;"&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;input value="&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: red;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;OPEN&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;" style="margin: 0px; padding: 5px; &lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: yellow;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;width: 100%;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="color: yellow;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;font-size: 12px;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;font-weight:bold; &lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: red;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;background:red;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="color: red;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;color:white;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="color: red;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;border:1px dashes yellow;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;-moz-border-radius-topright: 15px;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;-moz-border-radius-topleft: 15px;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;-moz-border-radius-bottomright: 15px;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;-moz-border-radius-bottomleft: 15px; " onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = '&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: red;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;CLOSE&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = '&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: red;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;OPEN&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;'; }" type="button" /&amp;gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div class="alt2"&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div style="display: none;"&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div style="border: 2px dashes white; color:blue;background-color:NONE; text-align: justify; padding:10px; "&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;center&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: yellow;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;PUT CODE, OR LINK TEXT HERE&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;/center&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;Code that I printed in red, please replace inaccordance with the wishes and for which I printed in yellow are &lt;b&gt;width: 100%;&lt;/b&gt; (the width of the button) and &lt;b&gt;font-size: 12px;&lt;/b&gt; (size of the text that appears on the button), please adjust to the needs and the rest please consider changing them selves while learning.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When it is done save the changes already made and to see the results mate. For buddies who still do not understand please leave questionsin comments field below this posting.&lt;br /&gt;&lt;br /&gt;Good luck and hopefully successful!...&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/6008932244233208844" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/6008932244233208844" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/08/buttons-appear-and-disappear.html" rel="alternate" title="Buttons Appear And Disappear" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-7045328259445316218</id><published>2010-08-11T12:22:00.000+07:00</published><updated>2012-05-18T22:25:27.425+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Spoiler For Comments.</title><content type="html">In past posts I wrote about how to make &lt;a href="http://tutorial-4u.blogspot.com/2010/07/creating-scroll-box-comment-part-1.html" rel="nofollow"&gt;&lt;b&gt;Creating Scroll Box Comment Part 1&lt;/b&gt;&lt;/a&gt; and &lt;a href="http://tutorial-4u.blogspot.com/2010/08/make-scroll-in-comments-box-part-2.html" rel="nofollow"&gt;&lt;b&gt;Make Scroll In Comments Box Part 2&lt;/b&gt;&lt;/a&gt; which is useful to wrap comments that there are huge numbers. One more way to make a comment does not appear elongated because their numbers are down so much that is to make &lt;b&gt;Spoiler On  Comments&lt;/b&gt; it.&lt;span class="fullpost"&gt;&lt;br /&gt;Little me explain briefly for who had no knowledge about this spoiler. The spoiler is a button that serves to display and hide the comments on your blog. In order more clearly try clicking the button below:&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin: 5px;"&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="normalfont" style="margin-bottom: 2px;"&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;input onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'CLOSE'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'OPEN'; }" style="-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; background: red; border: 1px dashes yellow; color: white; font-size: 12px; font-weight: bold; margin: 0px; padding: 5px; width: 100%;" type="button" value="OPEN" /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="alt2"&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="display: none;"&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="background-color: NONE; border: 2px dashes white; color: blue; padding: 10px; text-align: justify;"&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: yellow;"&gt;
For example like this. But what I discuss here is not the same as this&lt;/div&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/center&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you want to make a spoiler on the block comments, please follow these steps:&lt;br /&gt;Log in to Blogger.&lt;br /&gt;If you've signed on the &lt;b&gt;Dashboard&lt;/b&gt;, click &lt;b&gt;Layout or Design&lt;/b&gt; and select &lt;b&gt;Edit HTML&lt;/b&gt;.&lt;br /&gt;Download template as a precaution in case of errors. Check the small box beside  writing &lt;b&gt;Expand Widget Templates&lt;/b&gt;.&lt;br /&gt;Find CSS code for comments-block. If you have found the following scrolling commands into it to add&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;
height: 300 px; /* high block comment */&lt;br /&gt;
border:1px solid # CCC ; /* color frame block comment */&lt;br /&gt;
overflow:auto; /* scroll  commands */&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;height and frame colors can be changed as desired buddy. If you do not want to use the scroll to block comments, just delete the scroll command above.&lt;br /&gt;Then search &lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;, if you have found this place the CSS code below in the code are:&lt;br /&gt;&lt;br /&gt;&lt;div style="color: blue;"&gt;
/*-----Toggle Spoiler-----*/&lt;br /&gt;
.widgethidden {&lt;br /&gt;
display:none&lt;br /&gt;
}&lt;br /&gt;
.widgetshown {&lt;br /&gt;
display:inline;&lt;br /&gt;
overflow:auto;&lt;br /&gt;
}&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;Then place it under the following script code &lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: blue;"&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;script type='text/Javascript'&amp;gt;&lt;br /&gt;function togglespoiler (postid){&lt;br /&gt;var whichpost = document.getElementById(postid);&lt;br /&gt;if&lt;br /&gt;(whichpost.className=="widgetshown"){whichpost.className="widgethdden";&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;whichpost.className="widgets hown";&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;Next find the following code:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;dl id='comments-block'&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For those of you who already use avatars Blogger Profile, find this code: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: blue;"&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;dl expr:class='data:post.avatarInd entClass' id='comments-block'&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have found, please you replace with this code:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;dl class='widgethidden' id='comments-block'&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or with this code for using avatars Blogger Profile:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: blue;"&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;dl expr:class='data:post.avatarInd entClass' class='widgethidden' id='comments-block'&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You need to know:&lt;br /&gt;If you use the scroll-then block comments Blogger Profile avatars will not be seen as it is covered by a block comment scroll box.&lt;br /&gt;&lt;br /&gt;Then add the following code right above it:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;div style='text-align:center; margin:10 px 0px; font-size: 15 px; font-weight:bold;'&amp;gt;&lt;br /&gt;&amp;lt;a href='javascript:togglespoiler ("comments-block")' title=' Click for expand '&amp;gt;Show/Hide Comments&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Size of letters, the title of the link (Click for Writing expand), and a link (post Show/Hide Comments) can change according to your  wishes.&lt;br /&gt;When it is done save the changes you have made.&lt;br /&gt;&lt;br /&gt;Done and Good luck!!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/7045328259445316218" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/7045328259445316218" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/08/spoiler-for-comments.html" rel="alternate" title="Spoiler For Comments." type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-4380735057005154357</id><published>2010-08-02T08:54:00.000+07:00</published><updated>2012-05-18T22:25:39.074+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Make Scroll In Comments Box Part 2</title><content type="html">Yesterday I made a tutorial on Creating Scroll &lt;a href="http://tutorial-4u.blogspot.com/2010/07/creating-scroll-box-comment-part-1.html" rel="nofollow"&gt;In Box Comments Section 1&lt;/a&gt; and for the second part please read the following tutorials:&lt;span class="fullpost"&gt;&lt;br /&gt;On the way &lt;b&gt;Create Scroll Box In Comment Part 1 &lt;/b&gt;, how made by using &lt;b&gt;CSS&lt;/b&gt; code by adding a few commands on the code &lt;b&gt;comments-block&lt;/b&gt; but if you use blogger profile avatar in the comments box as in &lt;a href="http://mpthreelyrics.blogspot.com/" rel="nofollow"&gt;My blog is here&lt;/a&gt;, the avatar will not appear or disappear, so would be an eyesore as well.&lt;br /&gt;Create Scroll Box Comment In Part 1 it works if you use the avatar MyBloglog like on my blog comment box. If you use Blogger Avatars should use this second mode, only just a bit  complex and need care because they have to add a bit of code on a template because only in this way avatar profile bloggers on your blog comment box may appear. Ways must be done to make this scroll are as follows:&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;1. Log in to Blogger.&lt;br /&gt;2. After being on the Dashboard page, click Design and then  click Edit HTML.&lt;br /&gt;3. As usual do not forget to download the full template used as a back-up if there is an error in editing, you can return to their original form before the edit.&lt;br /&gt;4. Check the small box beside writing Expand Widget Templates and look for code like this:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: blue;"&gt;
&lt;span class="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;dl id='comments-block'&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For my friend who uses an avatar profile bloggers, looking for code like this:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color: blue;"&gt;
&amp;lt;dl expr:class='data:post.avatarIndentClass' id='comments-block'&amp;gt;&lt;/div&gt;
&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have found, add the following code in the code are:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color: blue;"&gt;
&amp;lt;div style='overflow:auto; border:1px solid #ccc; height: 250 px;'&amp;gt;&lt;/div&gt;
&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Adjust the height with the wishes. Then look again like the code below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color: blue;"&gt;
&amp;lt;/b:loop&amp;gt;&lt;/div&gt;
&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color: blue;"&gt;
&amp;lt;/dl&amp;gt;&lt;/div&gt;
&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have found, place the following code just below the code:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color: blue;"&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;
&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Save the changes that have been done and good luck buddy!.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4380735057005154357" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4380735057005154357" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/08/make-scroll-in-comments-box-part-2.html" rel="alternate" title="Make Scroll In Comments Box Part 2" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-912674532003602900</id><published>2010-07-29T09:35:00.000+07:00</published><updated>2012-05-18T22:25:52.307+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Creating Scroll Box Comment Part 1</title><content type="html">Criticism, suggestions, comments or questions are expected course blog owners including me because it will make us the spirit and of course there was the inspiration for the next step in making a posting. Comments, criticisms, suggestions, or questions is a part of the blog as a means to provide feedback to postings made.&lt;span class="fullpost"&gt;&lt;br /&gt;If a given article &lt;a href="http://tutorial-4u.blogspot.com/" rel="nofollow " target="_blank"&gt;comments&lt;/a&gt; by visitors would be very enjoyable for the owner of the blog and of course you as a visitor can interact with owners blogs and other visitors. A blog of the longer perched in the virtual world of course  would be very much the comments from the articles we write and the more elongated downward, perhaps 10 or 20 comments is not a problem but what if the comment number in the hundreds, it will be very inconvenient and makes it look blogs themselves become damaged.&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;So many comments that were not annoying and an eyesore to the blog, we could make such Scroll to the labels that had my post &lt;a href="http://tutorial-4u.blogspot.com/2010/04/scroll-function-On-labels.html" rel="nofollow" target="_blank"&gt;here&lt;/a&gt;, so that your blog comments box will look neat though comments in the article very much. If you want to make the scroll on the comment box, you can follow these steps:&lt;br /&gt;&lt;br /&gt;Login to &lt;b&gt;Blogger.com.&lt;/b&gt;&lt;br /&gt;Select menu &lt;b&gt;Design&lt;/b&gt; and click &lt;b&gt;Edit HTML&lt;/b&gt;.&lt;br /&gt;If you are looking for &lt;b&gt;CSS&lt;/b&gt; code to &lt;b&gt;comments-block&lt;/b&gt; and to facilitate the search for &lt;b&gt;use Ctrl + F&lt;/b&gt; on your computer keyboard. If you have found add the code below into the code earlier:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="color: blue;"&gt;
&lt;span class="fullpost"&gt;&lt;b&gt;height: 300 px; /* height to scroll comment box */&lt;br /&gt;border:1px solid # CCC ; /* border color comment box */&lt;br /&gt;overflow:auto; /* scroll command */&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Adjust the frame size and color to your liking. And if the code you do not have a code template for comments-block, add the following code above code &lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;
&lt;b&gt;#comments-block {&lt;br /&gt;height:300px; /* height to scroll comment box */&lt;br /&gt;border:1px solid #CCC; /* border color comment box */&lt;br /&gt;overflow:auto; /* scroll command */&lt;br /&gt;}&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Save the changes you made and see the result in many posts that have comments.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Good luck....&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/912674532003602900" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/912674532003602900" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/creating-scroll-box-comment-part-1.html" rel="alternate" title="Creating Scroll Box Comment Part 1" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-631316728007964471</id><published>2010-07-22T17:51:00.001+07:00</published><updated>2010-07-22T17:51:49.842+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Beautiful NavBar Menu</title><content type="html">About blog view again as it once I described in the &lt;a href="http://tutorial-4u.blogspot.com/2010/06/blogger-navbar-using-jquery-about.html" rel="nofollow" target="_blank"&gt;earlier posting&lt;/a&gt;, this time I will discuss about how to make &lt;b&gt;Navbar Menu&lt;/b&gt; or a row of menu choices from the visitors. If you are bored with the look of the original Menu Navbar template you download, you can change the look of these Navbar easily without having to modify the template code which makes&lt;span class='fullpost'&gt; headaches using the services of the site &lt;b&gt;Flashvortex.com&lt;/b&gt; that provides a wide range of choices from Navbar Menu you can choose as they pleased, and which you must clearly satisfied with the services of those sites.&lt;br /&gt;One example of the shape of the Navbar Menu Flashvortex you can see below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;script src="http://h1.flashvortex.com/display.php?id=3_1277170500_38616_151_0_545_39_6_103" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And still many others to choose from. Please go to the site I meant to get the various forms NavBar of your choice.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Finish and good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/631316728007964471" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/631316728007964471" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/beautiful-navbar-menu.html" rel="alternate" title="Beautiful NavBar Menu" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-1267362868885221683</id><published>2010-07-19T00:35:00.001+07:00</published><updated>2010-07-19T00:35:26.557+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Energy Saving</title><content type="html">You know what would my post? For those who already know it is okay because it already knows &lt;img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif" width=18 height=18 border=0&gt;&lt;/img&gt;, but for those who do not know please read the rest of this post. But for who knows why should it be read later if not mistaken for cheap &lt;img src=" http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif" width=18 height=18 border=0&gt;&lt;/img&gt;.&lt;span class='fullpost'&gt;&lt;br /&gt;
We started just let me do not get bored, &lt;b&gt;Energy Saving&lt;/b&gt; or usually called by &lt;b&gt;Screen Saver&lt;/b&gt; typically found on smartphones and computers. The main functions of the Energy Saving in accordance with the name and title of this post is when a computer or cell phone is in a state not used then the energy would be minimized so that it can save electricity usage and bateray.&lt;br /&gt;
Energy Saving now not only are there only on a computer or mobile phone but on a blog can also be fitted with Energy Saving. Want to know  how? Carry on reading this post!... Energy Saving For installation on your blog is very easy to do and do not need to code a lot and a long time.&lt;br /&gt;
For installation on the blog copy code below and put it right under the code &lt;code&gt;&lt;b&gt;&amp;lt:head&amp;gt;&lt;/b&gt;&lt;/code&gt; in your blog template code, this code is usually located at the very top of the template code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;b&gt;&amp;lt;script language='javascript' src='http://pageprotection.googlecode.com/files/savetheenvironment.js' type='text/javascript'/&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
when it's finished do not forget to click Save Template button and you're done already. Click the View Blog link and do not let the moment move the mouse so your computer screen will be covered with a black mark Energy Saving has been running.&lt;br /&gt;
Not easy and good luck!.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/1267362868885221683" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/1267362868885221683" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/energy-saving.html" rel="alternate" title="Energy Saving" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-8723410830109398092</id><published>2010-07-16T21:31:00.001+07:00</published><updated>2010-07-16T21:31:32.053+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">How to Make a Table of 
Contents</title><content type="html">Not just a book that has a list of contents, but the blog can also be given a list of contents, said &lt;a href='http://ruangsc.blogspot.com' rel='nofollow' target='_blank'&gt;Enes&lt;/a&gt;, an example of the contents of which I mean you can see &lt;a href='http://mpthreelyrics.blogspot.com/2009/01/sitemap.html' rel='nofollow'&gt;&lt;b&gt;here&lt;/b&gt;&lt;/a&gt;.&lt;br /&gt;How to create table of contents is very easy and does not make &lt;b&gt;Loading&lt;/b&gt; blog becomes heavy. If you are interested in him please follow these guidelines:&lt;span class='fullpost'&gt;&lt;br /&gt;&lt;br /&gt;1. Login to &lt;b&gt;Blogger.com&lt;/b&gt; with your id.&lt;br /&gt;2. After being on the &lt;b&gt;Dashboard&lt;/b&gt; click menu &lt;b&gt;New Entry&lt;/b&gt; because in making a list of the contents of the same by making the posting.&lt;br /&gt;3. Next copy the code below and paste it in the column that appears and do not forget to give the title to the form title eg &lt;b&gt;Sitemap&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div style="color:blue;"&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&amp;lt;div style="overflow:auto; border: 1px solid #CCC; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0px; padding:10px; width:auto; &lt;div style="color:red;"&gt;&lt;br /&gt;height:500px;&lt;/div&gt;&lt;br /&gt;background-color:#fcfcfc; text-align:left;"&amp;gt;&lt;br /&gt;&amp;lt;div id="cl_option"&amp;gt;&lt;br /&gt;&lt;div style="color:red;"&gt;&lt;br /&gt;Please Wait..... &lt;/div&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id="cl_content_list"&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&amp;lt;script type="text/javascript"&amp;gt;var_number_of words_in_the_summary = 750;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="http://sites.google.com/site/ruangbmi/DaftarIsi.js"&amp;gt;&amp;lt;/script&gt; &amp;lt;script src="&lt;div style="color:red;"&gt;&lt;br /&gt;http://mpthreelyrics.blogspot.com/feeds/posts/default&lt;/div&gt;&lt;br /&gt;?alt=json-in-script&amp;callback=onLoadFeed&amp;max-results=9999"&amp;gt;&amp;lt;/script&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description: Customize the print my &lt;div style="color:red;"&gt;Red&lt;/div&gt; to your liking. &lt;div style="color:red;"&gt;height:500px;&lt;/div&gt; is higher than the list of contents. Creation only in &lt;br /&gt;accordance with your wishes.&lt;br /&gt;&lt;br /&gt;4. If you are finished click the &lt;b&gt;Image&lt;/b&gt; Preview to see the results if it is based on the desire click &lt;b&gt;Publish entry&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;5. Finish and good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/8723410830109398092" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/8723410830109398092" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/how-to-make-table-of-contents.html" rel="alternate" title="How to Make a Table of &#10;Contents" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-4151228535023350259</id><published>2010-07-14T05:50:00.001+07:00</published><updated>2010-07-14T05:50:59.685+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Info"/><title type="text">Blogger Statistic</title><content type="html">The first time you try to use the latest features &lt;b&gt;Blogger Statistics&lt;/b&gt; I think &lt;a href="http://tutorial-4u.blogspot.com" rel="nofollow"&gt;my&lt;/a&gt; is very comfortable to use even though the display very simple, with this feature makes the Blogger feels more complete and we do not need to use the services of &lt;b&gt;Google Analytics&lt;/b&gt;, because almost everything in the Google Analytics already exists in the Blogger feature that can mate see statistics on page Dashbord.&lt;span class='fullpost'&gt;&lt;br /&gt;Some features of Blogger statistics when viewed from the menu sequence is:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Blogger Stats Overview&lt;/b&gt;&lt;br /&gt;Features to look at statistics the number of visits globally. With statistics display is divided into four  parts, so my friend could see where visitors are coming from where the blog.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Statistics Blogger Post&lt;/b&gt;&lt;br /&gt;Surely my friend already knew its function.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. Source Blogger Traffic Stats&lt;/b&gt;&lt;br /&gt;All traffic requests are recorded and displayed in the form of reports so you know how visitors find your blog.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4. Blogger Audience Statistics&lt;/b&gt;&lt;br /&gt;The function of this feature to learn from countries where your blog visitors and what browsers are  widely used to display the blog pages. Maybe that's enough that I need to explain and for others to see and try to please see your own this Blogger Statistics features on the &lt;b&gt;Dashboard&lt;/b&gt; page your blog.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4151228535023350259" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/4151228535023350259" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/blogger-statistic.html" rel="alternate" title="Blogger Statistic" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-570803168711938719</id><published>2010-07-10T01:58:00.000+07:00</published><updated>2010-07-10T01:59:28.446+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Eliminate Sidebar Title</title><content type="html">These days I am bothered by the title of a sidebar that can not be removed but before there is a change from Blogger to remove the sidebar title is easy enough to empty the box provided for the title but after a change becomes very difficult because we must make changes  on our blog template. &lt;span class='fullpost'&gt;&lt;br /&gt;To remove a title on the sidebar there are two different ways according to the results of an experiment that I do are:&lt;br /&gt;&lt;br /&gt;1. Using &lt;b&gt;CSS code&lt;/b&gt;.&lt;br /&gt;2. Eliminate the source code from the title or an order to show the title in the sidebar in the template.&lt;br /&gt;&lt;br /&gt;Step One:&lt;br /&gt;1. Login to &lt;b&gt;Blogger.com.&lt;/b&gt;.&lt;br /&gt;2. Click menu &lt;b&gt;Design&lt;/b&gt;.&lt;br /&gt;3. Click on Edit Html &lt;b&gt;menu.&lt;/b&gt;.&lt;br /&gt;4. View and record the first &lt;b&gt;ID Widget&lt;/b&gt; that will be removed. Suppose you want the widget ID is eliminate&lt;b&gt;HTML1, HTML2 , HTML3 , HTML4&lt;/b&gt;.&lt;br /&gt;5. After viewing and recording ID Widget one after the next step search code &lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;. If you have found this place the code below just above &lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:red;"&gt;&lt;b&gt;#HTML1.title, #HTML2.title, #HTML3.title, #HTML4.title {&lt;br /&gt;display:none&lt;br /&gt;}&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Click the button marked &lt;b&gt;Image&lt;/b&gt; to see results and if it is in conformity with the desire click the Save Template button.&lt;br /&gt;7. Done.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step Two&lt;/b&gt;&lt;br /&gt;Still on the Edit menu &lt;b&gt;Html&lt;/b&gt;, check the little box beside writing &lt;b&gt;Expand Widget Templates&lt;/b&gt; then search for sidebar title to eliminate &lt;b&gt;Friend Link&lt;/b&gt; Under these headings there is code like below use (CTRL + F to search):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color:blue;"&gt;&amp;lt;!-- only display title if it's non-empty --&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:title != &amp;quot;&amp;quot;'&amp;gt;&lt;br /&gt;&amp;lt;h2 class='title'&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/div&gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;If you have found this to delete code:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color:blue;"&gt;&amp;lt;h2 class='title'&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/div&gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Click the preview button to see results and if it is in conformity with the desire click the save button templates.&lt;br /&gt;&lt;br /&gt;Done and good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/570803168711938719" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/570803168711938719" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/eliminate-sidebar-title.html" rel="alternate" title="Eliminate Sidebar Title" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-5912980636850453706</id><published>2010-07-07T00:11:00.001+07:00</published><updated>2010-07-07T00:11:56.799+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Creating Floating Shoutbox</title><content type="html">Perhaps many of you new bloggers who are still confused about how to Create Floating Shoutbox follows I will show you how to no longer confused about how to create floating shoutbox. Get to the subject, the steps in making Shoutbox drift is as follows:&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;1. Login to &lt;b&gt;Blogger.com.&lt;/b&gt;&lt;br /&gt;2. From &lt;b&gt;Dashboard Page&lt;/b&gt; click menu &lt;b&gt;Design&lt;/b&gt; and click &lt;b&gt;Edit Html&lt;/b&gt; menu.&lt;br /&gt;3. Further search code &lt;code&gt;&lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt;&lt;/code&gt;, if you have found, place the following code just below the code &lt;code&gt;&lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;&lt;div style="color:blue;"&gt;&amp;lt;style type='text/css'&amp;gt;&lt;br /&gt;#gb{&lt;br /&gt;position:fixed;&lt;br /&gt;&lt;div style="color:red;"&gt;top:50px;&lt;/div&gt; /* &lt;b&gt;position of the button layout to change according to your wishes&lt;/b&gt; */&lt;br /&gt;z-index:+1000;&lt;br /&gt;}&lt;br /&gt;* html #gb{position:relative;}&lt;br /&gt;.gbtab{&lt;br /&gt;height:100px;&lt;br /&gt;width:30px;&lt;br /&gt;float:left;&lt;br /&gt;cursor:pointer;&lt;br /&gt;background:url(&amp;#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixE5-EbxKdBmIJQZSoZDZEp29DI4d8xvdIxvlmLTW3hSTShEcLkqN2eqB8IinoMO13Jsyq21fsFGiHJ3qvgwfGmI_SV2vkwHWY53bN0DJCjusFUcYI_u5CcUsof7JzbT_bqM7P9XWoC-KP/&amp;#39;) no-repeat;&lt;br /&gt;}&lt;br /&gt;.gbcontent{&lt;br /&gt;float:left;&lt;br /&gt;border:2px solid #cccccc;&lt;br /&gt;background:#eeeeee;&lt;br /&gt;padding:10px;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;function showHideGB(){&lt;br /&gt;var gb = document.getElementById(&amp;quot;gb&amp;quot;);&lt;br /&gt;var w = gb.offsetWidth;&lt;br /&gt;gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);&lt;br /&gt;gb.opened = !gb.opened;&lt;br /&gt;}&lt;br /&gt;function moveGB(x0, xf){&lt;br /&gt;var gb = document.getElementById(&amp;quot;gb&amp;quot;);&lt;br /&gt;var dx = Math.abs(x0-xf) &amp;gt; 10 ? 5 : 1;&lt;br /&gt;var dir = xf&amp;gt;x0 ? 1 : -1;&lt;br /&gt;var x = x0 + dx * dir;&lt;br /&gt;gb.style.right = x.toString() + &amp;quot;px&amp;quot;;&lt;br /&gt;if(x0!=xf){setTimeout(&amp;quot;moveGB(&amp;quot;+x+&amp;quot;, &amp;quot;+xf+&amp;quot;)&amp;quot;, 10);}&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;div id='gb'&amp;gt;&lt;br /&gt;&amp;lt;div class='gbtab' onclick='showHideGB()'&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class='gbcontent'&amp;gt;&lt;br /&gt;&amp;lt;div style='text-align:center;'&amp;gt;&amp;lt;a href='javascript:showHideGB()' title='Close'/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:red;"&gt;Put your script Shoutbox here&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div style='text-align:right'&amp;gt;&lt;br /&gt;&amp;lt;a href='javascript:showHideGB()'&amp;gt;&lt;br /&gt;[close]&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;var gb = document.getElementById(&amp;quot;gb&amp;quot;);&lt;br /&gt;gb.style.right = (30-gb.offsetWidth).toString() + &amp;quot;px&amp;quot;;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description: &lt;div style="color:red;"&gt;top: 50 px;&lt;/div&gt; is location of button can Shoutbox above and below please your creation own according to your liking.&lt;br /&gt;&lt;br /&gt;4. Click the button &lt;b&gt;Image&lt;/b&gt; and if it is in accordance with the wishes &lt;b&gt;click Save Template&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Done and good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/5912980636850453706" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/5912980636850453706" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/creating-floating-shoutbox.html" rel="alternate" title="Creating Floating Shoutbox" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-1576557998109578224</id><published>2010-07-04T00:44:00.001+07:00</published><updated>2010-07-04T00:44:21.994+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info"/><title type="text">How to Avoid Stock Personalized Search</title><content type="html">Connecting &lt;a href="http://tutorial-4u.blogspot.com/2010/06/features-that-make-googles-personalized.html" target="_blank"&gt;posts ago&lt;/a&gt; about the Personalized Search which make busy owner of a blog/web because the process of checking the more complex positions. To be more clear please &lt;a href="http://tutorial-4u.blogspot.com/2010/06/features-that-make-googles-personalized.html" target="_blank"&gt;read before posting&lt;/a&gt;.&lt;br /&gt;To avoid the effects of Personalized Search is a web browser there are some programs that already provide a way to avoid the effects of Google's Personalized Search. One of browsers that provide this facility is Mozilla Firefox.&lt;span class='fullpost'&gt;&lt;br /&gt;An easy way is by using Private Browsing feature we can use to make browsing so we are not traceable trail. Because Personalized  Search using Cookies and Cookies will not be active when we do browsing using Private Browsing feature of Mozilla Firefox, using the Private Browsing feature the results of our search in the Internet world will not be &lt;b&gt;'contaminated'&lt;/b&gt;. To enable Private Browsing feature Mozilla Firefox, click the &lt;b&gt;Tools - Start Private Browsing&lt;/b&gt; or to make it easier just hit &lt;b&gt;Ctrl + Shift + P&lt;/b&gt;, Then do check your site's position as usual. If so, turn off Private Browsing feature is back.&lt;br /&gt;Done And Good Luck!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sources of articles in Indonesian Language  : &lt;a href="http://panduandasar.com/menghindari-efek-personalized-search-dengan-firefox.html" rel="nofollow" target="_blank"&gt;http://panduandasar.com&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/1576557998109578224" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/1576557998109578224" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/07/how-to-avoid-stock-personalized-search.html" rel="alternate" title="How to Avoid Stock Personalized Search" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-762961440947523635</id><published>2010-06-30T18:11:00.000+07:00</published><updated>2010-06-30T18:13:08.213+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Features That Make Google's Personalized Search Bother</title><content type="html">Since a few months ago, December 4 , 2009, Google officially announced the new Personalized Search feature. Unlike previously where the effects of Personalized Search is only applicable for users of Google's search engine is currently logged into  their Google account,&lt;span class='fullpost'&gt; Personalized Search now effect applies to persons who use the Google search engine, no matter if they're logged in or not. This leads me to say these features make the hassle of SEO activities.&lt;br /&gt;Google Personalized Search is a feature where the results  of searches performed by visitors are no longer purely based on ratings, but have been influenced against the relevant customs visitors. For example, if you do a search on &lt;a href="http://tutorial-4u.blogspot.com" rel="nofollow" target="_blank"&gt;tutorial blogspot&lt;/a&gt; and that you click on a search results page blogspot tutorial site which is in a position to 10th, then at a later time, if we do a search on blogspot tutorial again, then the site will most likely be ranked number one, although it was not the original ratings.&lt;br /&gt;For owners of blogs and websites, this feature is causing problems on two things, namely: Not easy to check rankings for the sites they have, because the results are displayed on search pages has been affected by the Personalized Search. More difficult to attract first- time visitors because once  someone clicks on a competitor, it's likely in the next search (for similar keywords), they will return a competitor is clicking.&lt;br /&gt;For the first problem can be solved with the first logout from the Google account and cleaning up cookies listed. In Firefox, you can do so via the Web Developer toolbar, and click on Cookies - Delete Domain Cookies at while flying on Google's site. As for the second issue we will discuss how the next article.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sources of articles in the Indonesian language in &lt;a href="http://panduandasar.com/personalized-search-fitur-google-yang-bikin-repot.html" rel="nofollow" target="_blank"&gt;http://panduandasar.com&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/762961440947523635" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/762961440947523635" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/06/features-that-make-googles-personalized.html" rel="alternate" title="Features That Make Google's Personalized Search Bother" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-2554124029120683205</id><published>2010-06-27T16:36:00.001+07:00</published><updated>2010-06-27T16:36:08.572+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">How to Make Color Label Cloud</title><content type="html">Tag or label mentioned in a blog category also very important benefits in addition is to classify the posting, in terms of SEO also helps. With the existence of these labels will facilitate visitors in finding the information sought.&lt;span Class='fullpost'&gt;&lt;br /&gt;In terms of innate view of Blogger appearance of label is actually spelled is good enough but if we are not happy we can make the appropriate modifications to the look we want, by making the writing on the label is colored cloud, or by making the appearance of this &lt;a href="http://tutorial-4u.blogspot.com/2010/06/make-rotating-label-cloud.html" rel="nofollow"&gt;&lt;b&gt;spin label cloud&lt;/b&gt;&lt;/a&gt;.&lt;br /&gt;To make it difficult even for a beginner though as only live just copy and  paste &lt;img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" width=18 height=18 border=0&gt;&lt;/img&gt;.&lt;br /&gt;&lt;br /&gt;Stage in the modification of this Label Cloud as follows:&lt;br /&gt;1. Log in to Blogger.com.&lt;br /&gt;2. Select Design - &gt; Edit HTML.&lt;br /&gt;3. First backup your template by downloading the template.&lt;br /&gt;4. Then find the code below:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;5. Then place the code below directly above&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;b&gt;/*--- Color Cloud --- */&lt;br /&gt;.label-size-1 a {&lt;br /&gt;font-size: 12px;&lt;br /&gt;text-decoration: none;&lt;br /&gt;color:#66B5FF;}&lt;br /&gt;.label-size-2 a {&lt;br /&gt;font-size: 14px;&lt;br /&gt;text-decoration: none;&lt;br /&gt;color:#cc0000;}&lt;br /&gt;.label-size-3 a {&lt;br /&gt;font-size: 15px;&lt;br /&gt;font-family: Arial, Tahoma, Verdana;&lt;br /&gt;text-decoration: none;&lt;br /&gt;color:#38B63C;}&lt;br /&gt;.label-size-4 a {&lt;br /&gt;font-size: 18px;&lt;br /&gt;font-weight:bold;&lt;br /&gt;text-decoration: none;&lt;br /&gt;color:#ff7c66;}&lt;br /&gt;.label-size-5 a {&lt;br /&gt;font-size: 24px;&lt;br /&gt;text-decoration: none;&lt;br /&gt;color:#ffcc66;}&lt;br /&gt;.label-size-1 a:hover, .label-size-2 a:hover, .label-size-3 a:hover, .label-size-4 a:hover, .label-size-5 a:hover {&lt;br /&gt;text-decoration:underline;&lt;br /&gt;}&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description: The article "Color" in the code is the color of each text from a label you please change according to your liking.&lt;br /&gt;&lt;br /&gt;Finished, save the template changes and see results. Good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/2554124029120683205" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/2554124029120683205" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/06/how-to-make-color-label-cloud_27.html" rel="alternate" title="How to Make Color Label Cloud" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-7679406124024873001</id><published>2010-06-23T00:12:00.001+07:00</published><updated>2010-06-23T00:12:30.456+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Automatic Open Links Without The Click</title><content type="html">Another unique tutorials adorn this blog after creating posts &lt;a href="http://tutorial-4u.blogspot.com/2010/06/make-tabview-widget-on-sidebar.html" rel="nofollow"&gt;Make Tabview Tidget On Sidebar&lt;/a&gt; and &lt;a href="http://tutorial-4u.blogspot.com/2010/06/how-to-increase-blog-traffic.html" rel="nofollow"&gt;How To Increase Blog Traffic&lt;/a&gt; new post because this tutorial I should test code first, this tutorial does not need to code a lot and only a few letters and symbols only. &lt;span class='fullpost'&gt; little explanation, which I discuss link is not much different this time with links others, which distinguish this link is not  necessary at this link click to open it, we just need to mouse over the link then automatically opens link itself. The weakness of this link is a link could not be opened in new windows even though given the command &lt;b&gt;target="_blank"&lt;/b&gt; or &lt;b&gt;target="_new"&lt;/b&gt; thus causing blog page will be overwritten existing pages in the link. Maybe just enough so let's not boring explanation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you want to know for example, please point your mouse &lt;a href="http://www.idr-clickit.com/register.php/ad1_t.html" onmouseover="window.location=this.href"&gt;&lt;b&gt;here.&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you already know, now to make the link open automatically you just create a code like the following:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:red";&gt;&lt;code&gt;&lt;b&gt;&amp;lt;a href="http://tutorial-4u.blogspot.com" onmouseover="window.location=this.href"&amp;gt;Blog Tutorial&amp;lt;/a&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you or the webmaster anyone knows how to make these links open in new windows I beg you for sharing your knowledge and write in the comments field. Thank you.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/7679406124024873001" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/7679406124024873001" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/06/automatic-open-links-without-click.html" rel="alternate" title="Automatic Open Links Without The Click" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry><entry><id>tag:blogger.com,1999:blog-6154552715359132804.post-5395026094651133214</id><published>2010-06-21T07:29:00.001+07:00</published><updated>2010-06-21T07:29:48.592+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog Tutorial"/><title type="text">Make Tabview Widget On Sidebar</title><content type="html">Blogging for some people is considered fun but what if in your blog's sidebar that we lacked a place to put various accessories blog that the number spelled out many hundreds and even until relatively narrow place on the sidebar for a variety of accessories.&lt;br /&gt;Possible for the webmaster is not a problem but what about us that are still common in the world of blogs/websites? The answer is very clear confusion, dizziness etc.&lt;span class='fullpost'&gt;&lt;br /&gt;To overcome the problem of shortage of places on the sidebar of many, many ways but in this edition I will show one way of making a sidebar widget that is similar to menus in neat rows on the blog that called with tabview widget you can &lt;a href='http://mpthreelyrics.blogspot.com' target='_blank'&gt;http://mpthreelyrics.blogspot.com&lt;/a&gt;.&lt;br /&gt;Whether we start it and please you follow these steps:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First Step&lt;/b&gt;&lt;br /&gt;Please you must login to &lt;b&gt;Blogger&lt;/b&gt;.&lt;br /&gt;In &lt;b&gt;Dasbor&lt;/b&gt; select menu &lt;b&gt;Edit Html&lt;/b&gt; and uncheck the little box next to &lt;b&gt;Expand Template Widget&lt;/b&gt; because it would appear the codes you a real headache and then search  &lt;code&gt;&lt;div style="color:blue;"&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/div&gt;&lt;/code&gt; on your own template code. &lt;b&gt;Press Ctrl + F&lt;/b&gt; and enter the code above, if you have found a copy and paste the CSS code below in the code earlier:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:red;"&gt;&lt;code&gt;&lt;b&gt;/*--- Menu Tab View --- */&lt;br /&gt;div.TabView div.Tabs {&lt;br /&gt;padding-top: 0px;&lt;br /&gt;height: 24px;&lt;br /&gt;overflow: hidden;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/*--- Main Menu ---*/&lt;br /&gt;div.TabView div.Tabs a {&lt;br /&gt;float: left;&lt;br /&gt;display: block;&lt;br /&gt;width: 90px;/*--- menu width--*/&lt;br /&gt;text-align: center;&lt;br /&gt;height: 24px;/*--- height of the menu ---*/&lt;br /&gt;padding-top: 3px;&lt;br /&gt;margin-right: 4px;/*--- the distance between menus ---*/&lt;br /&gt;vertical-align: middle;&lt;br /&gt;border: 1px solid #CCC;/*--- menu border color ---*/&lt;br /&gt;border-bottom-width: 0;&lt;br /&gt;font-family: "Arial", Times New Roman, Serif;/*--- menu fonts ---*/&lt;br /&gt;font-size: 12px;/* large font menu */&lt;br /&gt;letter-spacing: -1px;&lt;br /&gt;background-color: #A4A4A4;/*--- menu background color ---*/&lt;br /&gt;color: #FFFFFF;/*--- menu font color ---*/&lt;br /&gt;-moz-border-radius-topleft:10px;&lt;br /&gt;-moz-border-radius- topright:10px;&lt;br /&gt;-webkit-border-top-left- radius:10px;&lt;br /&gt;-webkit-border-top-right- radius:10px;&lt;br /&gt;}&lt;br /&gt;div.TabView div.Tabs a.Active {&lt;br /&gt;background-color: # 888888;/*--- background color active menu ---*/&lt;br /&gt;color: #FFFFFF;&lt;br /&gt;}&lt;br /&gt;div.TabView div.Tabs a:hover {&lt;br /&gt;background-color: # 999999;/*--- menu background color hover ---*/&lt;br /&gt;color: #FFFFCC;&lt;br /&gt;font-weight: bold;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* Main Grid */ &lt;br /&gt;div.TabView div.Pages {&lt;br /&gt;clear: both;&lt;br /&gt;border: 1px solid #CCC;/*---    main box border color ---*/&lt;br /&gt;overflow: hidden;&lt;br /&gt;background:url(" http://i563.photobucket.com/albums/ss76/peace_enes/bgtabview.gif");/*--- background main box ---*/&lt;br /&gt;}&lt;br /&gt;div.TabView div.Pages div.Page {&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;padding: 3 px 5px;&lt;br /&gt;font-size: 12px;/*--- main box big letters ---*/&lt;br /&gt;}&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;who is writing a description can sign in fox according to your wishes&lt;br /&gt;&lt;br /&gt;Next place the code below under the code &lt;div style="color:blue;"&gt;&lt;code&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:red;"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;script src="http://sites.google.com/site/myscriptku/script/viewtab.js" type="text/javascript"/&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Click the button marked &lt;b&gt;Save Template&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step Two&lt;/b&gt;&lt;br /&gt;Click on the menu &lt;b&gt;Page Element&lt;/b&gt; then click on &lt;b&gt;Add Gadget&lt;/b&gt; and select &lt;b&gt;Html/JavaScript&lt;/b&gt; wait a moment, then copy and paste the following code into the box:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:red;"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;form action="tabview.html" method="get"&amp;gt;&lt;br /&gt;&amp;lt;div id="TabView" class="TabView"&amp;gt;&lt;br /&gt;&amp;lt;div style="width: 100%;" class="Tabs"&amp;gt;&lt;br /&gt;&amp;lt;a title="Info Menu 1"&amp;gt; Menu 1 &amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;a title="Info Menu 2"&amp;gt;Menu 2&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;a title="Info Menu 3"&amp;gt;Menu 3&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div style="width:99%;height:200px;" class="Pages"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Start Menu 1 --&amp;gt;&lt;br /&gt;&amp;lt;div class="Page"&amp;gt;&lt;br /&gt;&amp;lt;div class="Pad"&amp;gt;&lt;br /&gt;Contents Menu 1.1&amp;lt;br/&amp;gt;&lt;br /&gt;Contents Menu 1.2&amp;lt;br/&amp;gt;&lt;br /&gt;Contents Menu 1.3. etc&amp;lt;br/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- End Menu 1 --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Start Menu 2 --&amp;gt;&lt;br /&gt;&amp;lt;div class="Page"&amp;gt;&lt;br /&gt;&amp;lt;div class="Pad"&amp;gt;&lt;br /&gt;Contents Menu 2.1&amp;lt;br/&amp;gt;&lt;br /&gt;Contents Menu 2.2&amp;lt;br/&amp;gt;&lt;br /&gt;Contents Menu 2.3. etc&amp;lt;br/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- End Menu 2 --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Start Menu 3 --&amp;gt;&lt;br /&gt;&amp;lt;div class="Page"&amp;gt;&lt;br /&gt;&amp;lt;div class="Pad"&amp;gt;&lt;br /&gt;Content Menu 3.1&amp;lt;br/&amp;gt;&lt;br /&gt;Content Menu 3.2&amp;lt;br/&amp;gt;&lt;br /&gt;Content Menu 3.3. etc&amp;lt;br/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- End Menu 3 --&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;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;tabview_initialize('TabView');&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;div style="font-size:90%; text-align:right; text-shadow:2px 2px 2px #adadad;"&amp;gt;&lt;br /&gt;&amp;lt;a href="http://ruangsc.blogspot.com/2009/07/cara-membuat-tab-view-widget-pada.html" target="_blank" title="Tabview Widget"&amp;gt;Widget by SC Community&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Posts &lt;b&gt;Info Menu 1, Menu, Contents Menu, etc.&lt;/b&gt; Can the fox according to your wishes, in addition you can also add another menu for your blog's sidebar is adequate, if not enough you can change the &lt;b&gt;width menus&lt;/b&gt; at the CSS code that you put on top of &lt;b&gt;&lt;code&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/code&gt;&lt;/b&gt; on your blog and HTML code that you put on &lt;b&gt;sidebar&lt;/b&gt; your blog.&lt;br /&gt;&lt;br /&gt;Save the results of your changes and see results.&lt;br /&gt;&lt;br /&gt;Done, and good luck!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123046248048651";
google_ad_host = "pub-1556223355139109";
/* Tutorial-4u 728x15, dibuat 10/05/12 */
google_ad_slot = "5582422388";
google_ad_width = 728;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</content><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/5395026094651133214" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/6154552715359132804/posts/default/5395026094651133214" rel="self" type="application/atom+xml"/><link href="http://tutorial-4u.blogspot.com/2010/06/make-tabview-widget-on-sidebar.html" rel="alternate" title="Make Tabview Widget On Sidebar" type="text/html"/><author><name>Dida</name><uri>http://www.blogger.com/profile/14954583023623985273</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author></entry></feed>