Mero Concept || More Concept ||

  • This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 4 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tuesday, November 11, 2014

Anuradha By Bijaya malla

"Shrutisambeg" is a No.1 popular Audio Nepali Novel & Story Program on radio programs, which Hosted From UNN ( Ujyalo Nintey Network ) With RJ. Achyut Ghimire .
This Novel (Anuradha ) Bijaya  Malla .

Program         - ShrutiSambeg (Novel)
Handled by     - Achyut Ghimire , Sachendra Gautam
Hosted from   - Ujyalo 90 Netwrk
Novel              -  Anuradha


Now Listen & download "Shritisambeg (Novel)" Program on Online . 
Shrutisambeg ( Story) -

Anuradha episode 1



Anuradha episode 2



Anuradha episode 3



Anuradha episode 4




Anuradha episode 5 
Comming soon next week














If you didn't get how to download then please watch this tutorial


Please like our facebook page and keep Visiting Our Blog .
Share:

Sunday, November 9, 2014

Basic Image Slider Widget for Blogger 'FlexSlider'

Hello to all Blogger. This is a responsive j Query Flex image slider. This simple but amazing slider developed by woothemes.com. It Awesome. It has some really nice features that makes you like it. The most cool feature is it is extremely responsive and lightweight; you don't have to tensed about
the sliders width / height even all images width and height are auto adjustable. Here it is customized for blogger/blogspot so you can just copy and paste the code to install on your blogger blog. Check out the live demo below.


Let's Install the flexSlider Image Slider Widget in Blogger

  1. Go to Blogger Dashboard > Layout> Add a Gadget Select Html/Javascript
  2. Copy the code below and paste on it.

<!-- SLIDER CSS -->
<style type="text/css">
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider li {
border: 0 none !important;
padding: 0 !important;
text-indent: 0 !important;
margin-bottom: 0 !important;
}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flexslider .slides, .flexslider .slides img, .flex-direction-nav { margin: 0 !important; padding: 0 !important; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 45px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { background: url("http://project.dimpost.com/flexslider-basic/img/arrows1.png") no-repeat scroll -15px -92px transparent; left: -50px; }
.flex-direction-nav .flex-next { background: url("http://project.dimpost.com/flexslider-basic/img/arrows1.png") no-repeat scroll -15px -15px transparent; right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.5; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.5; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.9; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
</style>

<!-- SLIDER HTML -->
<div id="flex-isfb">
<!-- Preloader -->
<div id="preloader"></div>
<style>
/* Preloader */
#preloader {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff; /* change if the mask should have another color then white */
z-index:999999999999; /* makes sure it stays on top */
}

</style>
<div class="flexslider">
<ul class="slides">
<li>
<a href="#">
<img src="http://upload.wikimedia.org/wikipedia/commons/3/36/Hopetoun_falls.jpg" />
</a>
</li>
<li>
<a href="#">
<img src="http://upload.wikimedia.org/wikipedia/commons/1/1a/Bachalpseeflowers.jpg" />
</a>
</li>
<li>
<a href="#">
<img src="http://tmacfitness.com/wp-content/uploads/2013/04/Beauty-of-nature-random-4884759-1280-800.jpg" />
</a>
</li>
</ul>
</div>
</div>

<!-- SLIDER JS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://project.dimpost.com/flexslider-basic/js/jquery.flexslider-min.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
controlNav: true,
directionNav: true,
easing: "swing",
slideshowSpeed: 3000,
animationSpeed: 600,
});
});
//<![CDATA[
$(window).load(function() {
$('#preloader').delay(350).fadeOut('slow');
})
//]]>
</script>
   
           3. Save, and we are done.

NOTE:
Forget about width and height it will adjust auto.
Replace the pink colored image URL with your own uploaded image URL(You can upload image on blogspot, flickr etc.)
There is some other things you may want to play with, see below. I guess I don't have to explain that because they are named like as they are. Play with them...

   animation: "slide",
  controlNav: true,
  directionNav: true,
  easing: "swing",
  slideshowSpeed: 3000,    
  animationSpeed: 600
Happy blogging!!!  Don't Forget to share on Social Network
Share:

Total Pageviews

Powered by Blogger.

Labels

ADSL (1) Aadha Bato (1) Aani chhoing lama (1) All Novel (3) All in one (2) All post (1) Amar Neupane (1) Android (3) Android Games (1) Android theme (1) Antivirus (3) Apps (1) Article (3) Audio Book (27) Audio Story (1) B.P Koiraala (1) Barbarik (1) Beautiful (1) Bijay Kumar panday (1) Bill gates (2) Binita Dahal (1) Blog (22) Blog tips (11) Bollywood Movie (3) Buddhi Sagar (1) Bulbul Download (13) Bulbul Sunday (4) Bulbul Wednessday (7) Collage (2) Companies (1) Computer Tips (13) Computer software (3) Converter (3) Cover Image (1) Cricket (1) Crow Festival (1) Damini Veer (1) Dashain (1) Dipawali (3) Downloads (17) Dr. Banira Giri (1) E-commerce (1) Earthquake (1) Education (9) Electricity (1) English Novel (6) Epaper (2) FM (3) Facebook (6) Facebook Tricks (4) Facebook cover (3) Football (6) Free Software (5) Games (2) Geeta thapa (1) Google (1) Google Data Center (1) Govnd Bahadur Mall (1) H. Rider Huggard (1) HSEB (2) Hari Paudel (1) Health (2) History Of Nepal (2) How to (3) IDM (1) IT Training center (1) Image (5) Information Technology (6) International News (1) Internet (1) Internet Tips (11) Iphone (1) Jagdish Ghimire (2) Jhamak Ghimire (1) Justine Biber (1) Kantipur (1) Karnali Blues (1) Kick (1) Kick movie (1) King Birendra (1) Kishor Nepal (1) Korea (1) Krish3 (1) Krishna Dharabasi (3) Lain Singh Wagdel (1) Language (1) Laxmi puja (1) Legend (1) Lekali (1) Life and Style (3) Light (1) Literature (1) Living Goddess Kumari (1) Loadsheding (1) Ma Hideko Bato (1) Manufacture (1) Media player (1) Meroconcept Gadger (1) Messi (1) Mobile (2) Mobile Tips (2) Mohan Sharma (1) Mulik Bahira Ma (1) Music (1) Mysansar (1) NEA (4) NTC (1) Nagarik Dainik (1) Narayan Wagle (1) Nasa (1) Nasa Video (1) Nepal (10) Nepali Calender (1) Nepali Novel (24) Nepali Story (4) Nepali telecom (1) New Bulbul Sunday (3) News / Blog (19) Novel (18) Online News (1) Online TV (1) Pallo Ghar Ko Jhyal (1) Paulo Coelho (2) Pearl S buck (1) Peazip (1) People (1) Photos (1) Poem (3) Politics (1) Prabha kaini (1) Prabin (1) Purusottam Dahal (1) Quotes (3) Radio Bachan (1) Rajan mukarung (1) Richest Person (1) Romeo juliet (1) Routine (1) SAFF Championship (5) Sakas (1) Salokya (1) Saru Bhakta (2) Sayings (2) Science Technologies (3) Screen (3) Security (1) Seto dharti (1) Shakespare (2) Shanta (1) Short Story (5) Shrutisambeg (4) Shrutisambeg Novel (2) Shrutisambeg Story (5) Sita Ji (1) Slider (1) Social Work (1) Software (8) Songs (2) Sports (6) Story (4) Subin Bhattarai (1) Summer Love (1) Template (2) The Good Earth (1) Theme (2) Tihar (1) Time & Date (1) Tips and Tricks (12) Translated Novel (3) Tricks (3) Tutorials (8) Unicode (1) Upanyas (1) VLC (1) Videos (7) Vintage (2) Wall papers (2) Web (1) Website Developer (1) Western union (1) Windows 7 (2) Windows Hacks (3) Windows Tips (4) World (3) holiday (1) other Blog (1) salmankhan (1) test (1) wallpapers (2)

Labels

Aadha Bato Aani chhoing lama ADSL All in one All Novel All post Amar Neupane Android Android Games Android theme Antivirus Apps Article Audio Book Audio Story B.P Koiraala Barbarik Beautiful Bijay Kumar panday Bill gates Binita Dahal Blog Blog tips Bollywood Movie Buddhi Sagar Bulbul Download Bulbul Sunday Bulbul Wednessday Collage Companies Computer software Computer Tips Converter Cover Image Cricket Crow Festival Damini Veer Dashain Dipawali Downloads Dr. Banira Giri E-commerce Earthquake Education Electricity English Novel Epaper Facebook Facebook cover Facebook Tricks FM Football Free Software Games Geeta thapa Google Google Data Center Govnd Bahadur Mall H. Rider Huggard Hari Paudel Health History Of Nepal holiday How to HSEB IDM Image Information Technology International News Internet Internet Tips Iphone IT Training center Jagdish Ghimire Jhamak Ghimire Justine Biber Kantipur Karnali Blues Kick Kick movie King Birendra Kishor Nepal Korea Krish3 Krishna Dharabasi Lain Singh Wagdel Language Laxmi puja Legend Lekali Life and Style Light Literature Living Goddess Kumari Loadsheding Ma Hideko Bato Manufacture Media player Meroconcept Gadger Messi Mobile Mobile Tips Mohan Sharma Mulik Bahira Ma Music Mysansar Nagarik Dainik Narayan Wagle Nasa Nasa Video NEA Nepal Nepali Calender Nepali Movie Trailer Nepali Movies Nepali Novel Nepali Story Nepali telecom New Bulbul Sunday News / Blog Novel NTC Online News Online TV other Blog Pallo Ghar Ko Jhyal Paulo Coelho Pearl S buck Peazip People Photos Poem Politics Prabha kaini Prabin Purusottam Dahal Quotes Radio Bachan Rajan mukarung Richest Person Romeo juliet Routine SAFF Championship Sakas salmankhan Salokya Saru Bhakta Sayings Science Technologies Screen Security Seto dharti Shakespare Shanta Short Story Shrutisambeg Shrutisambeg Novel Shrutisambeg Story Sita Ji Slider Social Work Software Songs Sports Story Subin Bhattarai Summer Love Template test The Good Earth Theme Tihar Time & Date Tips and Tricks Translated Novel Tricks Tutorials Unicode Upanyas Videos Vintage VLC Wall papers wallpapers Web Website Developer Western union Windows 7 Windows Hacks Windows Tips World

Theme Support