SELAMAT DATANG DI NET NUSANTARA
Facebook  Facebook  Twitter  Google+ Instagram yahoo

Sabtu, 11 Maret 2017

HTML Streaming Radio

<style type="text/css">
.aliumar {border:2px solid#4eabff;background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOTx31wNm-HpwtKivU5O_JB_MR-cIYUb0pxnxpXNMICG3Kmqg3mVY9NKi04Moq4KpugoY_MqFns-_NrzU9JIBftbGsbRTHPGtYOtvrTeRAlL0qBt0ShicEmsv4TTGY4L81V1I2g7jLgV8/s1600/anigif4.gif")
</style>
<div class='aliumar'>
<div class='aliumar'>
<div style='font-weight:bold; color:#333333; font-size:15px; padding:10px 5px 5px 10px;'><img title='Music'/>ON AIR</div>
<div style='font-weight:bold; padding:10px 10px;'>JAKARTA FM STREAMING</div>
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.
 <a href="http://www.shouthost.com/">Shoutcast &amp; Icecast Server</a></div>
 <script type="text/javascript" src="http://www.shouthost.com/freeflashplayer/player/swfobject.js"></script>
 <script type="text/javascript">
 var s1 = new SWFObject('http://www.shouthost.com/freeflashplayer/player/player.swf',
 'player',"325","28","9","#FFFFFF");
 s1.addParam("allowfullscreen","true");
 s1.addParam("allowscriptaccess","always");
 s1.addParam("flashvars","skin=http://www.shouthost.com/freeflashplayer/skins/bluemetal.swf&title=Live Stream&type=sound&file=http://78.129.224.21:35763/;stream.mp3&13202692901&duration=99999&id=scplayer&autostart=true");
 s1.write("container");
 </script>
<div style='padding-right:5px'>Widget <a href='http://www.facebook.com/jz09gev' target='_blank'> by ali umar</a></div>
</div></div>

Silahkan Ganti Yang Kasih Tanda Merah: 78.129.224.21:35763

Bahana Server Ts3

Web:ts3server://bahanamusic.ddns.net

Rabu, 08 Maret 2017

Cara Bikin Drop Down Menu

<style>
#menu
{
width: 100%;
margin: 0;
padding: 10px 0 0 0;
list-style: none;
background: #38761D;
background: -moz-linear-gradient(#38761D, #38761D);
background: -webkit-gradient(linear,left bottom,left top,color-stop(1, #38761D),color-stop(1, #38761D));
background: -webkit-linear-gradient(#38761D, #38761D);
background: -o-linear-gradient(#38761D, #38761D);
background: -ms-linear-gradient(#38761D, #38761D);
background: linear-gradient(#38761D, #38761D);
-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 #38761D;
}
#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><br />
<br />
<ul id="menu"><li><a href="https://www.blogger.com/">Beranda</a></li>
<li><a href="http://www.netnusantara.com/" rel="nofollow" target="_blank">Drop menu 1</a><br />
<ul><li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 1</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 2</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 4</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 5</a></li>
</ul></li>
<li><a href="http://www.netnusantara.com/" rel="nofollow" target="_blank">Drop menu 2</a><br />
<ul><li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 1</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 2</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3</a><br />
<ul><li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3.1</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3.2</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3.3</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3.4</a></li>
</ul></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 4</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 5</a></li>
</ul></li>
<li><a href="http://www.netnusantara.com/" rel="nofollow" target="_blank">Drop menu 3</a><br />
<ul><li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 1</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 2</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 3</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 4</a></li>
<li><a href="http://www.netnusantara.com/" rel="dofollow" target="_blank">Menu 5</a></li>
</ul></li>
</ul>

Silahkan Ganti "Http://www.netnusantara.com"
Pilih Tata Letak & Tambahkan Gadget
Pilih HTML/Java Script 

Cara Bikin Teks Melayang & Warna Warni

 Silahkan pilih tata letak & tambah Gadget
 Kemudian Pilih HTML/Java Script.

<div><script src="http://www.widgeo.net/message.php?msg= SILAHKAN GANTI TEKS INI &adult=0&cat=voyage&big=big&cl=rainbow3"></script><br />
<noscript><a href="http://goo.gl/uHPE3">widget</a></noscript>
</div>

<style type='text/css'>
#outerCircleText {
font-style: italic;
font-weight: bold;
font-family: 'Cambria', verdana, arial;
color: #4acb35;
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
</style>

<script type='text/javascript'>
//<![CDATA[
;(function(){
// Your message here (QUOTED STRING)
var msg = "SILAHKAN GANT TEKS";
/* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */
// Set font's style size for calculating dimensions
// Set to number of desired pixels font size (decimal and negative numbers not allowed)
var size =20;
// Set both to 1 for plain circle, set one of them to 2 for oval
// Other numbers & decimals can have interesting effects, keep these low (0 to 3)
var circleY = 0.75; var circleX = 2;
// The larger this divisor, the smaller the spaces between letters
// (decimals allowed, not negative numbers)
var letter_spacing = 5;
// The larger this multiplier, the bigger the circle/oval
// (decimals allowed, not negative numbers, some rounding is applied)
var diameter = 15;
// Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
var rotation = 0.3;
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
var speed = 0.2;
////////////////////// Stop Editing //////////////////////
if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement
:
document.body,
mouse = function(e){
e = e || window.event;
ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ // rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep -= rotation;
for (var d, i = n; i > -1; --i){ // makes the circle
d = document.getElementById('iemsg' + i).style;
d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) +
'px';
d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
};
},
drag = function(){ // makes the resistance
y[0] = Y[0] += (ymouse - Y[0]) * speed;
x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
for (var i = n; i > 0; --i){
y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
x[i] = X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ // appends message divs, & sets initial values for positioning arrays
if(!isNaN(window.pageYOffset)){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
} else init.nopy = true;
for (var d, i = n; i > -1; --i){
d = document.createElement('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.appendChild(document.createTextNode(msg[i]));
oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
};
o.appendChild(oi); document.body.appendChild(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
if (window.addEventListener){
window.addEventListener('load', init, false);
document.addEventListener('mouseover', mouse, false);
document.addEventListener('mousemove', mouse, false);
if (/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
//]]>
</script>

Jumat, 03 Maret 2017

logo net nusantara


embed radio streaming

<a href="http://netnusantara.listen2myradio.com?ip=50.22.218.101&port=11143&format=ASX"><img src="https://lh4.googleusercontent.com/-hLzURLnPP70/T0a9Ybrw6qI/AAAAAAAAAtY/aKrS79schXw/s30/wmp.gif" /></a>

<a href="http://netnusantara.listen2myradio.com?ip=50.22.218.101&port=11143&format=PLS"><img src="https://lh3.googleusercontent.com/-E9zOHkCoc7w/T0a9aBW4k4I/AAAAAAAAAtk/uloFAsBszqc/s30/winamp.gif" /></a>

<a href="http://netnusantara.listen2myradio.com?ip=50.22.218.101&port=11143&format=M3U"><img src="https://lh6.googleusercontent.com/-HNOSpWrB8ZA/T0a9XNEHN4I/AAAAAAAAAs4/Hvm0qaEqE0I/s30/itunes.gif" /></a>

<a href="http://netnusantara.listen2myradio.com?ip=50.22.218.101&port=11143&format=RAM"><img src="https://lh3.googleusercontent.com/-JBCz-KzJrRM/T0a9Xd3_lYI/AAAAAAAAAs8/EYPr0JR5ngE/s30/realplayer.gif" /></a>

<a href="http://netnusantara.listen2myradio.com?ip=50.22.218.101&port=11143&format=PLS"><img src="https://lh6.googleusercontent.com/-e6jnOfxGLcA/T0a9XtYBHsI/AAAAAAAAAtA/4lXHqO3ori8/s30/vlc.png" /></a>

<a
href="http://netnusantara.listen2myradio.com"><img src="https://lh4.googleusercontent.com/-oYgyyEShFrc/T0a9WfD84KI/AAAAAAAAAsw/7yPoUBgnfsQ/s30/bb.jpg" /></a>

<a href="http://netnusantara.listen2myradio.com?ip=50.22.218.101&port=11143&format=PLS"><img src="https://lh6.googleusercontent.com/-taBJa1JKYpc/T0a9WL6vihI/AAAAAAAAAss/OtTLRpQJ_Y0/s30/android.png" /></a>