Tuesday, 20 August 2013

Nepali TV Live Streaming

<table style="background-color:lightblue;">
<tr>
<th> <b> NEPALI TV CHANNELS </b> </th> <th> (Live Streaming On Mobile Or PC) </th> <th> (link source : rtsp/mms) </th>
</tr>
<tr>
<td><mark>1.</mark> Kantipur TV [ Watch Now ]</td><td> <mark>2.</mark> Sagarmatha TV  [ Watch Now ]</td>
<td><mark>3.</mark> Nepal Television [ Coming Soon ]</td>
<td><mark>4.</mark> NTV Plus  [ Coming Soon ]</td>
<td><mark>5.</mark> Avenues TV  [ Coming Soon ]</td>
<td><mark>6.</mark> TV Filmy  [ Coming Soon ]</td>
</tr>
</table>

Yransbox

<html>
<head>
<style type="text/css">
div.background
      {
      width:500px;
      height:250px;
      background:url
(klematis.jpg) repeat;
      border:2px solid black;
      }
div.transbox
      {
      width:400px;
      height:180px;
      margin:30px 50px;
      background-color:#ffffff;
      border:1px solid black;
      /* for IE */
      filter:alpha(opacity=60)
;
      /* CSS3 standard */
      opacity:0.6;
      }
div.transbox p
      {
      margin:30px 40px;
      font-weight:bold;
      color:#000000;
      }
</style>
</head>
<body>
<div class="background">
<div class="transbox">
<p>
<h2> OR YOU CAN INSTALL <a href="http://www.appsgeyser.com/getwidget/NP%20Stream">NP Stream - Free Nepali TV App </a> IN YOUR ANDROID !! </h2>
</p>
</div>
</div>
</body>
</html>

A

<html>
<head>
<style type="text/css">
div.background
      {
      width:500px;
      height:250px;
      background:url
(klematis.jpg) repeat;
      border:2px solid black;
      }   {
      margin:30px 40px;
      font-weight:bold;
      color:#000000;
      }
</style>
</head>
<body>
<div class="background">
<p>
<h2> OR YOU CAN INSTALL <a href="http://www.appsgeyser.com/getwidget/NP%20Stream">NP Stream - Free Nepali TV App </a> IN YOUR ANDROID !! </h2>
</p>
</div>
</div>
</body>
</html>

Tuesday, 13 August 2013

Screenshots Container : Demo

<script type="text/javascript">
  var thumbs =
[{"width":430,"height":310,"src":"//
img2.appstatic.opera.com/
prodimg/292190_screenshot.jpg",
"alt":"Screenshot 1"},
{"width":430,"height":310,"src":"//
img2.appstatic.opera.com/
prodimg/292190_screenshot_1.jpg",
"alt":"Screenshot 2"},
{"width":430,"height":310,"src":"//
img2.appstatic.opera.com/
prodimg/292190_screenshot_2.jpg",
"alt":"Screenshot 3"},];
  var update_layout = function() {
    var more = arrange_thumbs
(thumbs, "NORMAL");
    var more_button =
document.querySelector("#more_
thumbs_button");
    if(more_button != null) {
      if(!more) more_
button.style.display = "none";
      else more_button.style.display =
"block";
    }
  };
  window.addEventListener
("DOMContentLoaded", update_
layout, false);
  window.addEventListener("resize",
update_layout, false);
</script>