
Pengertian DNS (Domain Name Server)

Tempatnya Berbagi Informasi dan Tips Seputar Blogger
![]() |
Layer OSI |
![]() |
#FOF8FF Aliceblue |
#FAEBD7 Antiquewhite |
#00FFFF Aqua |
#7FFFD4 Aquamarine |
#F0FFFF Azure |
#F5F5DC Beige |
#FFE4C4 Bisque |
#000000 Black |
#FFEBCD Blanchedalmond |
#0000FF Blue |
#8A2BE2 Blueviolet |
#A52A2A Brown |
#DEB887 Burlywood |
#5F9EAD Cadetblue |
#7FFF00 Chartreuse |
#D2691E Chocolate |
#FF7F50 Coral |
#64950 Cornflowerblue |
#FFF8DC Cornsilk |
#DC143C Crimson |
#00FFFF Cyan |
#00008B Darkblue |
#008B8B Darkcyan |
#B8860B Darkgoldenrod |
#A9A9A9 Darkgray |
#006400 Darkgreen |
#8B008B Darkmagenta |
#BDB76B Darkkhaki |
#556B2F Darkolivegreen |
#FF8C00 Darkorange |
#9932CC Darkorchid |
#8B0000 Darkred |
#E9967A Darksalmon |
#8FBC8B Darkseagreen |
#483D8B Darkslateblue |
#2F4F4F Darkslategray |
#00CED1 Darkturquoise |
#9400D3 Darkviolet |
#FF1493 Deeppink |
#00BFFF Deepskyblue |
#696969 Dimgray |
#1E90FF Dodgerblue |
#B22222 Firebrick |
#FFFAF0 Floralwhite |
#228B22 Forestgreen |
#FF00FF Fuchsia |
#DCDCDC Gainsboro |
#F8F8FF Ghostwhite |
#FFD700 Gold |
#DAA520 Goldenrod |
#808080 Gray |
#008000 Green |
#ADFF2F Greenyellow |
#F0FFF0 Honeydew |
#FF69B4 Hotpink |
#CD5C5C Indianred |
#4B0082 Indigo |
#FFFFF0 Ivory |
#F0E68C Khaki |
#E6E6FA Lavender |
#FFF0F5 Lavenderblush |
#7CFC00 Lawngreen |
#FFFACD Lemonchiffon |
#ADE8E6 Lightblue |
#F08080 Lightcoral |
#E0FFFF Lightcyan |
#FAFAD2 Lightgoldenrodyellow |
#90EE90 Lightgreen |
#D3D3D3 Lightgray |
#FFB6C1 Lightpink |
#FFA072 Lightsalmon |
#20B2AA Lightseagreen |
#87CEFA Lightskyblue |
#778899 Lightslategray |
#B0C4DE Lightsteelblue |
#FFFFE0 Lightyellow |
#00FF00 Lime |
#32CD32 Limegreen |
#FAF0E6 Linen |
#FF00FF Magenta |
#800000 Maroon |
#66CDAA Mediumaquamarine |
#0000CD Mediumblue |
#BA55D3 Mediumorchid |
#9370DB Mediumpurple |
#3CB371 Mediumseagreen |
#7B68EE Mediumslateblue |
#00FA9A Mediumspringgreen |
#48D1CC Mediumturquoise |
#C71585 Mediumvioletred |
#191970 Midnightblue |
#F5FFFA Mintcream |
#FFE4E1 Mistyrose |
#FFE4E1 Moccasin |
#FFDEAD Navajowhite |
#000080 Navy |
#FDF5E6 Oldlace |
#808000 Olive |
#6B8E23 Olivedrab |
#FFA500 Orange |
#FF100%0 Orangered |
#DA70D6 Orchid |
#EEE8AA Palegoldenrod |
#98FB98 Palgreen |
#AFEEEE Paleturquoise |
#DB7093 Palevioletred |
#FFEFD5 Papayawhip |
#FFDAB9 Peachpuff |
#CD853F Peru |
#FFC0CB Pink |
#DDA0DD Plum |
#B0E0E6 Powderblue |
#800080 Purple |
#FF0000 Red |
#BC8F8F Rosybrown |
#4169E1 Royalblue |
#8B4513 Saddlebrown |
#FA8072 Salmon |
#F4A460 Sandybrown |
#2E8B57 Seagreen |
#FFF5EE Seashell |
#A0522D Sienna |
#C0C0C0 Silver |
#87CEEB Skyblue |
#708090 Slategray |
#FFFAFA Snow |
#00FF7F Springgreen |
#4682B4 Steelblue |
#D2B48C Tan |
#008080 Teal |
#D8BFD8 Thistle |
#FF6347 Tomato |
#40E0D0 Turquoise |
#EE82EE Violet |
#F5DEB3 Wheat |
#FFFFFF White |
#F5F5F5 Whitesmoke |
#FFFF00 Yellow |
#9ACD32 Yellowgreen |
<style type="text/css">
#gb{
position:fixed;
top:60px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEnnQJ1LI41x0YoF6JheIZq9mBCLJ2KLJ8C4o4o_FgTkxu2MWHRzYQtzt73CNQYTKcz2NYqs7UK5elgkTrgK15bM0WuG4F2qWgeGdlkxLpKPFQUy6ANAPxjuNjSEWZ0uuEImHKZ-CBeVk/s1600/ChatBox-.png') no-repeat;
}
.gbcontent{
float:left;
border:3px solid #000000;
background: #F5F5F5;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div id="gb">
<div class="gbtab" onclick="showHideGB()"> </div>
<div class="gbcontent">
..:: Paste Kode Buku Tamu Sobat Disini ::..
<div style="text-align:right">
<a href="http://troublemaker7.blogspot.com">
[H.S.A]
</a>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script></div>
<div style="overflow:auto;width:auto;height:378px;border:1px solid #ccc; padding:10px; margin:0 auto;background:#fff;"> <style type="text/css"> ul.w2b_recent_comments{list-style:none;margin:0;padding:0;} .w2b_recent_comments li{background:none !important;margin:0 0 6px !important;padding:0 0 6px 0 !important;display:block;clear:both;overflow:hidden;list-style:none;} .w2b_recent_comments li .avatarImage{padding:3px;background:#fefefe;-webkit-box-shadow:0 1px 1px #ccc;-moz-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc;float:left;margin:0 6px 0 0;position:relative;overflow:hidden;} .avatarRound{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;} .w2b_recent_comments li img{padding:0px;position:relative;overflow:hidden;display:block;} .w2b_recent_comments li span{margin-top:4px;color: #666;display: block;font-size: 12px;font-style: italic;line-height: 1.4;} </style>
<script type="text/javascript">
//<![CDATA[
// Recent Comments Settings
var
numComments = 10,
showAvatar = true,
avatarSize = 35,
roundAvatar = true,
characters = 250,
defaultAvatar = "",
hideCredits = true;
//]]>
</script>
<script type="text/javascript" src=" http://rizaldipriantamascript.googlecode.com/files/Recent_Comments_.js "></script> <script type="text/javascript" src="http://www.troublemaker7.blogspot.com/feeds/comments/default?alt=json&callback=w2b_recent_comments&max-results=100"></script></div>
<style type="text/css"> #rp_plus_img{height:377px;} #rp_plus_img li {height:60px;padding:5px;list-style:none; background-color:#ffffff; border:solid 1px #000000;} #rp_plus_img a{color:#00000;} #rp_plus_img .news-title{display:block;font-weight:bold ;margin-bottom:4px;font-size:11px; text-align:justify; -moz-border-radius: 5px;} #rp_plus_img img{float:left;margin-right:14px;padding:4px;border:solid 1px #00000;width:55px;height:55px;} </style><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script><script src="https://sites.google.com/site/unwanted86/javascript/recentpost.js" type="text/javascript"></script><script type="text/javascript"> var speed = 1500; var pause = 3500; $(document).ready(function(){ rpnewsticker(); interval = setInterval(rpnewsticker, pause); }); </script><ul id="rp_plus_img"><script> var numposts = 5; var numchars = 0; </script> <script src="http:/www.troublemaker7.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rpthumbnt"></script> </ul><small><a href="http://regibrader-free.blogspot.com/search/label/Widget%20Blog" target="_blank">Blogger Widget</a></small><small><a href="http://regibrader-free.blogspot.com/2013/05/cara-membuat-widget-recent-posts.html" target="_blank">Get This Widget</a></small>6. Lalu Simpan
<div style="overflow:auto; width:100%px; max-height:250px; padding:5px;"><style>img.recent_thumb {padding-right:10px;padding-left:padding-bottom:0px;0px;width:55px;height:55px;border:0;float:left;margin:0 0 5px 0px;}.recent_posts_with_thumbs {float: left;width: 100%;min-height: 55px;margin: 0px 0px 5px 0px;padding: 0;font-size:12px;font-color:black;}ul.recent_posts_with_thumbs li {padding-bottom:5px;padding-top:0px;padding-left:0px;padding-right:20px;min-height:50px;list-style:normal;}.recent_posts_with_thumbs a {text-decoration:none;}.recent_posts_with_thumbs normal {font-size:13px;}</style><script type="text/javascript" src="http://blogedek-javascript.googlecode.com/files/recentpoststhumb.js"></script><script type="text/javascript">var numposts = 20;var showpostthumbnails = true;var displaymore = false;var displayseparator = false;var showcommentnum = true;var showpostdate = false;var showpostsummary = false;var numchars = 75;</script><script src="http://www.troublemaker7.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs" type="text/javascript"></script></div>
<script type='text/javascript'>
//<![CDATA[
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
//]]>
</script>
[[244961858909298]] = A
[[344113652270150]] = B
[[344991278847613]] = C
[[164461493653696]] = D
[[196752423751220]] = E
[[301630573215430]] = F
[[251496118250464]] = G
[[266394220086654]] = H
[[164866556948132]] = I
[[180599335371968]] = J
[[209067005843651]] = K
[[238594039545396]] = L
[[147702285338528]] = M
[[309221402452022]] = N
[[180901405340714]] = O
[[246506925416551]] = P
[[333343613344059]] = Q
[[123128367803569]] = R
[[316143388416019]] = S
[[334073456605673]] = T
[[199626093460643]] = U
[[224202614323263]] = V
[[336032459740792]] = W
[[205228226232732]] = X
[[142420399202282]] = Y
[[157919817645224]] = Z
![]() |
ganti nama fb yang Limit |
https://www.facebook.com/help/contact/?id=2456178021417093. Pada kolom pertama isikan nama depan anda
<style>
#menu
{
width: 100%;
margin: 0;
padding: 10px 0 0 0;
list-style: none;
background: #000000;
background: -moz-linear-gradient(#444, #000000);
background: -webkit-gradient(linear,left bottom,left top,color-stop(1, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-border-radius: 50px;
border-radius: 50px;
-moz-box-shadow: 0 2px 0px #9c9c9c;
-webkit-box-shadow: 0 2px 0px #9c9c9c;
box-shadow: 0 2px 0px #9c9c9c;
}
#menu li
{
float: left;
padding: 0 0 10px 0;
position: relative;
line-height: 0;
}
#menu a
{
float: left;
height: 25px;
padding: 0 25px;
color: #999;
text-transform: uppercase;
font: bold 12px/25px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}
#menu li:hover > a
{
color: #fafafa;
}
*html #menu li a:hover /* IE6 */
{
color: #fafafa;
}
#menu li:hover > ul
{
display: block;
}
/* Sub-menu */
#menu ul
{
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
top: 35px;
left: 0;
z-index: 99999;
background: #444;
background: -moz-linear-gradient(#444, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
-webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
box-shadow: 0 0 2px rgba(255,255,255,.5);
-moz-border-radius: 5px;
border-radius: 2px;
}
#menu ul ul
{
top: 0;
left: 150px;
}
#menu ul li
{
float: none;
margin: 0;
padding: 0;
display: block;
-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
#menu ul li:last-child
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu ul a
{
padding: 10px;
height: 10px;
width: 130px;
height: auto;
line-height: 1;
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}
*html #menu ul a /* IE6 */
{
height: 10px;
}
*:first-child+html #menu ul a /* IE7 */
{
height: 10px;
}
#menu ul a:hover
{
background: #0186ba;
background: -moz-linear-gradient(#04acec, #0186ba);
background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
background: -webkit-linear-gradient(#04acec, #0186ba);
background: -o-linear-gradient(#04acec, #0186ba);
background: -ms-linear-gradient(#04acec, #0186ba);
background: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a
{
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
#menu ul li:first-child > a:after
{
content: '';
position: absolute;
left: 30px;
top: -8px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 8px solid #444;
}
#menu ul ul li:first-child a:after
{
left: -8px;
top: 12px;
width: 0;
height: 0;
border-left: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 8px solid #444;
}
#menu ul li:first-child a:hover:after
{
border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after
{
border-right-color: #04acec;
border-bottom-color: transparent;
}
#menu ul li:last-child > a
{
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after
{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html #menu { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
</style>
<ul id="menu">
<li><a href='/'>Home</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='nofollow' target='_blank'>Drop menu</a>
<ul>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 1</a></li>
<li><a href=http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 2</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 4</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 5</a></li>
</ul>
</li>
<li><a href='http://troublemaker7.blogspot.com/' rel='nofollow' target='_blank'>Drop menu 2</a>
<ul>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 1</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 2</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3</a>
<ul>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3.1</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3.2</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3.3</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3.4</a></li>
</ul>
</li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 4</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 5</a></li>
</ul>
</li>
<li><a href='http://troublemaker7.blogspot.com/' rel='nofollow' target='_blank'>Drop menu 3</a>
<ul>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 1</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 2</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 3</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 4</a></li>
<li><a href='http://troublemaker7.blogspot.com/' rel='dofollow' target='_blank'>Menu 5</a></li>
</ul></li></ul>