background-image: url(URL address of your image);

Learning Everythings l Software

A kan leng tu nan dih lak cungah kan i lawm. Mah blog cu Laimi nih ser mi a si.

Monday, 25 September 2017

iMovie 10.1.3 Full Version for Mac || 1.53 GB

Image result for imovie software for mac

iMovie free tein download duhmi hna caah, hi kaa ka blog in Download kho a si. iMovie software konglam tete cu nan theih theu men ko cang lai. A huahpi in chim ahcun, Hmantlak (or) Video edit nak a si i, mah le duh ningin Product kho a si. Cucaah, a herhmi kan um sual ah tiah FULL VERSION kan rak i chiahpiak hna..


Click :
Download Here (Click Here)

Image result for imovie software for mac

Image result for imovie software for mac

Thursday, 2 March 2017

Create Accordion Menu Widget For Blogger

accordion menu widget

On this occasion I will share a little about how to make accordion menu widget to Blogger. We will add some jquery code to make it more beautiful, maybe you've seen menu in sidebar or footer of a blog. If we click the menu, that menu will collapse down or slide down and appear new menu. You know this is brilian menu, using expand/collapse feature this menu look sophisticated. The name of this menu is accordion menu, if you are a programer you definitely very familiar with the accordion menu.



How To Create Accordion Widget Menu to Blogger

1. Go to Blogger > Layout > Add a Gadget
2. And select HTML/JavaScript
3. And add this code into it

<style>
#accordion{
  background: #1B1B1B;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 0.9em;
}
ul#accordion, ul#accordion ul { 
  list-style-type:none;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
ul#accordion a {
  display: block;
  text-decoration: none;
}
ul#accordion li {
  margin-top: 1px;
}
ul#accordion li a {
  color: #fff!important; 
  padding: 0.5em;
}
ul#accordion li a:hover {
  background: #DDDDDD;
  color: #333!important;
}
ul#accordion li a span {
  top:0px;
  float: right;
  text-align: right;
  color:#fff;
  display:block;
}
ul#accordion li a span:hover {
  color: #FF3300;
}
ul#accordion li ul li a {
  background: none;
  color: #E0E0E0!important;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 14px;
  padding-left: 10px;
   border-left: 5px #FFE500 solid;
}
ul#accordion li ul li a:hover {
  background: #BFBFBF;
  color: #000!important;
  border-left: 5px #99FF00 solid;
  padding-left: 10px;
}

</style>
<script>
function initaccordion()
{
     $('#accordion ul').hide();
     $('#accordion li a').click(function()
     {
          var checkElement = $(this).next();
          if((checkElement.is('ul')) && (checkElement.is(':visible')))
          {  
      $('#accordion ul:visible').slideUp('slow');
               return false;
          }
          if((checkElement.is('ul')) && (!checkElement.is(':visible')))
          {
               $('#accordion ul:visible').slideUp('normal');
               checkElement.slideDown('normal');
               return false;
          }
     });
}
$(document).ready(function() {initaccordion();});
 </script>
<ul id="accordion">
<li>
<a href="#">Blogging <span>▼</span></a>
<ul>
<li><a href="YOUR URL">SEO</a></li>
<li><a href="YOUR URL">Blogger</a></li>
<li><a href="YOUR URL">Wordpress</a></li>
<li><a href="YOUR URL">Adsense</a></li>
</ul>
</li>
<li>
<a href="#">Template <span>▼</span></a>
<ul>
<li><a href="YOUR URL">Anime</a></li>
<li><a href="YOUR URL">Cartoon</a></li>
<li><a href="YOUR URL">Avatar</a></li>
</ul>
</li>
</ul>



4. And save your widget

If you want to add more menu you just add code like this just below </li>


<li>
<a href="#">THE NAME OF YOUR MENU<span>▼</span></a>
<ul>
<li><a href="YOUR URL">THE NAME OF YOUR LINK</a></li>
<li><a href="YOUR URL">THE NAME OF YOUR LINK</a></li>
<li><a href="YOUR URL">THE NAME OF YOUR LINK</a></li>
</ul>
</li>


Ok, your widget menu is ready and if you are confused you can ask me in comment box.

Wednesday, 1 March 2017

Bell Chiah na Duh maw? Na Blog ah


Na blog chung ah Bell chiah na duh ve maw? Fawi tein a tanglei ah chiah kho a si. A duh a herhmi kan um sual ah tiah chiah a si i, a tuah ning zong ka van langh ter. Keimah pumpak in zong ka uar tukmi a si ve, ka mit ah ai dawh tuk caah kan van i share ve hna, nan blog cio ah chiah ve ding in 😁


1. hmasabik ah Blog Login tuah hmasa
2. Layout ah kal piak than
+ Add a Gadget timi kha hmeh ding
3. HTML/JavaScript timi kha thim piak than.

Cu box chung ah khan a tang i HTML kan pekmi hi Copy law cu Box cu ahcun paste piak ding asi lai..



<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>  <script type="text/javascript"> $("body").append($("<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzVx9sOFzRCtsuS8nznbm1mIEIi4_7J8oeClT9kKtckrNa7bC5ZzLJ3wVFw1TnyJn9GVUX47ff7JdE_OYuPjrWsLELDpS2BsE8wIRV8XIp1z2473vYYvOjstBDefF9459YHB42oJoh6Yg/s1600/christmas-bells-icon.png' style='position:absolute; top: 0px;left:0px;border:none;'/><img id='xmasleftbell' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicw2S6MdZet839-pkeJTNcvcihQ2nbo_Fc6PUAT6xW6GwPhrzhst60HblLMKNPkwkBPSLutN76cTpBD87sINR2cY7TGaiCznq20EQAv7yTRE0ERmInCLVWuXr30-pDsqfDVjx57M6ZSxc/s1600/christmas-bells-icon-right.png' style='position:absolute; top: 0px;right:0px;border:none;'/>")); </script> <script src='http://blogergadgets.googlecode.com/files/snowfall.min.jquery.js' type='text/javascript'></script> <script type="text/javascript"> $(document).snowfall({flakeCount:199}); </script>


Na Paste dih a si ahcun, Save hmeh law, Dih ko cang!

Thursday, 9 February 2017

3rdball Video Blogger Template

3rdball Video Blogger Template


Template a dawh taktakmi te kan van i chiahpiak than hna. Hi blogger template hi cu ka uar tuk mi a si keimah pumpak in. Cucaah a duh a herhmi te kan um sual ah tiah lungzir herh ngai in van i chiahpiak ve hna.

Hi blog Template cu na Blog chung i Video a ummi fawi deuh in play khawhnak ding le Hla tete chiah a duhmi hna caah a tha tukmi mi a si.

Image result for demo button
Image result for free download button

Template Install ningcang zoh a duhmi kan um sual a tiah.
CLICK HERE

Friday, 3 February 2017

How to Change Blogger Backgrounds??!



Tuzaan lei ah ka van i langhter than duhmi blogger cawnnak cu Background change ningcang a si than. A herh mi le tuah zia a thiam rih lomi kan um sual ah tiah ka van i langhter duh than. Fawi tein na blogger background kha change na duh ahcun a tang lei ah tuah ning cang cu fawi tein cawn kho ve a si.


#Hmasabik ah Blog Login tuah hmasa
#Layout ah kal piak than
+ Add a Gadget timi kha hmeh ding
HTML/JavaScript timi kha thim piak than.

na tuahmi tlam a tling a si cang ahcun, a tanglei Code hi copy law box chungah khan Paste piak ding a si lai.

<style type="text/css">table, tr, td { background-color:transparent;}div table tr td {background-color: FF0000 !important;}div table tr td a:link, div table tr td a:visited, div table tr td a:hover {color: 7FFF00 !important; font-weight: bold !important;}table {background-color: transparent !important;}table table table td {background-color: 2A2A2A !important;}table table table table td {color: FFFFFF !important;}.clearfix {background-color: 2A2A2A !important;}.profileInfo {border: FF0000 2px solid !important;}.interestsAndDetails, .userProfileDetail, .contactTable {background-color: 2A2A2A !important; border: FF0000 2px solid !important; width: 300px !important;}.extendedNetwork , .latestBlogEntry, .blurbs, .friendSpace,.friendsComments {background-color: 2A2A2A !important; border: FF0000 2px solid !important;}span, .btext, .orangetext15 {background-color: transparent !important;}a {font-weight: normal !important; color: 7FFF00 !important;}b, span, .btext, .orangetext15, .whitetext12  {color: FFFFFF !important;}.text  {color: FFFFFF !important;}.lightbluetext8 {color: B2DFEE !important;}a.text:link, a.text:visited {font-weight: bold; color:FF0000 !important;}div object {background-color: 2A2A2A !important; border: FF0000 2px solid !important;}ul li div span div {background-color: 2A2A2A !important; border: FF0000 2px solid !important;}table.contactTable tr td.text {background-color: 2A2A2A !important;}table.contactTable td.tdborder table td{background-color: E0E1E2 !important;}table.contactTable td.tdborder{background-color: E0E1E2 !important;}div ul li a.open:link,div ul li a.open:visited,div ul li a.open:hover{background-color: 1548ae !important;}div ul li small{color: ffccdd !important;}.bodyContent{background-color: transparent;}body {background:url(YOUR_IMAGE_URL);background-attachment:fixed;background-repeat:repeat;}table tr td div, div div a.text:link, div div a.text:visited, div div a.text:hover, div div a.text:active, div div p a:link, div div p a:visited, div div p a:hover, div div p a:active {color: 000000 !important;}</style><center><a href="" target="_blank"><img src="" alt="" border="0" /></a><br /><a href="" target="_blank"></a></center>


YOUR_IMAGE_URL ka ti nak ah na hmantlak URL kha chiahpiak ding a si lai..

na tuahmi tlam a tling ahcun, Save.

DONE!

Thursday, 2 February 2017

Zipson Template free download!




Dawh taktakmi Blog Zipson timi template kan van i chiahpiak than hna. Hi blog template cu keimah pumpak in ka uar tukmi a si ve hoi. Cucaah a herh a herhmi kan um sual ah tial kan van i chiah piak ve hna.

Image result for demo button
Image result for free download button

Friday, 13 January 2017

Firefox Developer Edition

Firefox Developer Edition


Firefox Developer dang software tein tuahmi a si i, keimah pumpak tein hman ka duh ngaimi a si. Cun, Internet line a chia zong ah fawi deuh in hman khawh a si. a duh a herhmi kan um sual ah tiah sir herhnak he kan van i chiahpiak hna..

CLICK :
Download here

Image result for Firefox Developer Edition

Sunday, 1 January 2017

How to Add Daily Bible Facebook Box to Scrollbor?

 Nihin ah langhter ka duhmi cu na blog chung ah Daily Bible Facebook Box chiah a duhmi kan um sual ah tiah van langhter ka duh i, a duh a hermi kan um sual ahcun a tang lei ah fawi tein mah le blog chung cio ah chiah kho a si. Hi Daily Bible Facebook Box hi cu Scrollbar ah tuahmi/chiahmi a si i keimah pumpak in ka uar ngai vemi a si.

hmasabik ah Blog Login tuah hmasa
Layout ah kal piak than
+ Add a Gadget timi kha hmeh ding
HTML/JavaScript timi kha thim piak than.

Cu box chung ah khan a tang i HTML kan pekmi hi Copy law cu Box cu ahcun paste piak ding asi lai..



<style type="text/css">
#fbplikebox {
    display: block;
    padding: 0;
    z-index: 99999;
    position: fixed;
    background: #ffffff;
}
.fbplbadge {
    background-color: #0f9946;
    display: block;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    position: absolute;
    left: -47px;
    width: 47px;
    background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzn88i89S8B2aAZ-qZ1TdmVSBmnf5YzQW5ZbXp1MH-KE28hmfhIK4paTvdRonIP6j9AkhYGB5nsinvEXZxw7wSSNaLzKW091jUk4M7mmcUUBTbEV-0SAcj7YWUhY_CpdHbWtcLGtLqwv9B/s1600/coollogo_com-19067626_mix01.png");
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
</style>
<script type="text/javascript">
/*<![CDATA[*/
    (function(w2b){
        w2b(document).ready(function(){
            var $dur = "medium"; // Duration of Animation
            w2b("#fbplikebox").css({right: -250, "top" : 100 })
            w2b("#fbplikebox").hover(function () {
                w2b(this).stop().animate({
                    right: 0
                }, $dur);
            }, function () {
                w2b(this).stop().animate({
                    right: -250
                }, $dur);
            });
            w2b("#fbplikebox").show();
        });
    })(jQuery);
/*]]>*/
</script>
<div id="fbplikebox" style="display:none;">
    <div class="fbplbadge"></div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/Na_URL_TIAL/&amp;width=250&amp;height=250&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23C4C4C4&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:250px;" allowtransparency="true"></iframe>
</div>


Note : /Na_URL_TIAL/ ka tinak ah Na facebook address Code tial piak ding a si lai.

Nan tlamtling hram ko seh. 😊