https://www.microearners.com/
News Update :
Hot News »
Bagikan kepada teman!
https://www.microearners.com/

How to add CSS Stylish Navigation Menu On Blogger Blog

Penulis : irfi on Sunday, 29 September 2013 | 03:08

Sunday, 29 September 2013

Hello Friend!Our previous article is on How to add the author bio widget in blogger blog So today our article is on how to add this stylish Navigation bar in your blogger blog.If the primary navigation on your site or blog doesn’t provide enough space for putting all links, then this secondary CSS menu will allow you to put a lot of links in it.This navigation bar is made up of HTML and CSS no JavaScript is use in it.Many Professional blogger use Navigation menu for blogger.because adding navigation menu to your blogger blog make the visitors to quickly get the required content what they want.So many people need this.Thatswhy i designed this stylish navigation menu for your blog.Follow some simple steps inorder to at this navigation menu in your blog.

navigation menu

HOW TO ADD THIS NAVIGATION MENU ON YOUR BLOGGER BLOG:

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Press CTRL+F and search the code shown below.
  • ]]></b:skin> 
     . Paste below code just above it.

    <style>
    #navbarmenu ul{
    margin: 0;
      padding: 0;
      list-style-type: none;
      width:700px;
      position: relative;
      display: block;
      height: 50px;
      font-size: 12px;
      font-weight: bold;
      background:black;
      border:3px solid #2aa4cf;
      }
    #navbarmenu li{
     float:left;
     padding:12px
     margin:0px;
    }
    #navbarmenu a{
    color:#2aa4cf;
    font-size:20px ;
    padding:20px;
    line-height:50px;
    text-decoration:none;
    }
    #li1 a:hover{
    padding:12px;
    color:white;
    background-color:#FDB305;
    clear:both;
    }
    #li2 a:hover{
    color:white;
    background-color:#AF05FD;
    clear:both;
    padding:12px;
    }
    #li3 a:hover{
    color:white;
    background-color:#FD05D0;
    clear:both;
    padding:12px;
    }
    #li4 a:hover{
    color:white;
    background-color:#058DFD;
    clear:both;
    padding:12px;
    }
    #li5 a:hover{
    color:white;
    background-color:#FD3B05;
    clear:both;
    padding:12px;
    }
    </style>
    .LAYOUT –> ADD A GADGET –> HTML/JAVASCRIPT 

    .Copy the below code for and paste it there.
    <body>
    <div id="navbarmenu">
    <ul>
    <li id="li1"><a href='#'><span>HOME</span></a></li>
    <li id="li2"><a href='#'><span>SERVICES</span></a></li>
    <li id="li3"><a href='#'><span>ABOUT US</span></a></li>
    <li id="li4"><a href='#'><span>CONTACT US</span></a></li>
    <li id="li5"><a href='#'><span>HIRE US</span></a></li>
    </ul></div>
    .Now Save Your Template

    IF you have any Problem regarding this Menu then ask me in Comment section.

    Enjoy
    You are Done!! 

    comments (2) | | Read More...

    How to add Author Bio Widget Under Every Post of Blogger

    Penulis : irfi on Friday, 27 September 2013 | 03:32

    Friday, 27 September 2013

    Hello friend!Our previous article is on How to add notification bar on blogger So today our article is on How to add author bio widget under every post of your blogger blog.This widget is made up of HTML and Css.Many Bloggers wants the new and fresh widgets of blogger and most of the saying we want new author bio widget So i designed this widget This widget is for Blogger users only as WordPress has various plugins to deal with author boxes.I am happy to develop this author bio profile widget for bloggers. You have seen this widget in many WordPress blogs but implementing on blogger is very difficult. I was busy in this widget for last 20 hours to give a cool and Simple stylish look. Now, I have developed this author bio widget for your blogger blog. As my coding skills, i has tried to minimized the style sheet code.

    HOW TO ADD THIS AUTHOR WIDGET TO BLOG:-




  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Press CTRL+F and search the code shown below.


  • ]]></b:skin> 
     . Paste below code just above it.
    .authorbox {
    font-size:12px;
    margin:0 auto;
    padding:10px 0 5px;
    width:auto;
    background:#2aa4cf;
    border-radius:10px;
    border: 4px black solid;
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;
    height:200px;
    color:black;
    }
    .h1 {
    border-bottom:2px solid black;
    font-size:25px;
    margin:-2px auto;
    text-align:left;

    }
    #authortext {
    float:right;
    width:80%;
    font-size:16px;
    text-align:justify;
    color:white;
    margin:0;
    padding:10px;
    font-family:Helvetica,Arial,sans-serif;
    }
    .authorpicture {
    padding:15px;
    float:left;
    width:110px;
    height:100px;
    margin:25px 15px auto;
    opacity: 1;
    }
    .Now Search for below code once again

    "<div class='post-footer-line post-footer-line-1'>"

    .Paste below code just after it.

    <div class="authorbox">
    <div class="author">
    <img class="authorpicture" src="YOUR PIC URL">
    <h1 class="h1">About Editorial Team</h1>
    <p id="authortext">
                           "YOUR TEXT HERE" 
    <a href='YOUR ABOUT US PAGE URL' rel='nofollow'>Readmore</a></p>
    </div></div>
    .Now Save Your Template

    IF you have any Problem regarding this Widget then ask me  in Comment section.

    Enjoy
    You are Done!!

    comments (2) | | Read More...

    How to add Notification Bar To your Blogger Blog

    Penulis : irfi on Friday, 20 September 2013 | 03:52

    Friday, 20 September 2013

    Hello Friend How are you hope you will fine So Today our post is on How to 
    add Notification bar to blogger Blog.Basically designing a blogger blog is much easier now days Every blogger design her blog with awesome coding. So Today we are releasing a fancy style blue color notification bar for your blogger blog.Notification bar is not for blogger by default but as I told you that
    developers has created many things for blogger and this Notification bar is created by me.this bar shows manually specified links, so you can add or remove links to it manually according to your needs.
    Notification bar is the best way to highlight the latest topics or  updates of any blog.
    notification bar

    How to add this awsome notification bar to blogger:

    If you add this notification bar to your blogger blog then follow some simple and easy steps in order to add this stylish notification bar to your blog.

    1.Go To Blogger >> Template >>Edit HTML

    2.Now find for ]]></b:skin>:

    3.Now Paste the Below code just above the ]]></b:skin>:


    #notification bar{

    background:black;

    width:auto;
    height:50px;
    z-index: 999999;
    padding:-12px  ;
    margin: -41px 0 0;
    display:none;
    }
    #OIFbar{
    background: none repeat scroll 0 0 #000000;
    background:#05ADFA;
    width:auto;
    height:50px;
    padding:10px auto;
    text-align:center;
    font-family: arial,sans-serif;
    color:black;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin:-10px;
    padding:2px -10px ;
    border-bottom:3px dotted black;
    }
    #OIFbar a{
    color:black;
    font-size:10px;
    font-family: arial,sans-serif;
    }
    #OIFbar hover{
    text-decoration: underline;
    }
     4.Now again go for Template

    5.Now search <body>

    6.After that paste the below code just after <body> tag


    <div id="notification bar">

    <div id="OIFbar"> 

    "ONLINE INFO POINT NOTIFICATION BAR"          
    </div></div>
     7.Now You're Done Save Your Template:)

    IF you have any problem while doing this task then feel free and kindly post your problem in comment section.I hope You find this tutorial helpful
    If you want to know more OIF Awesome widgets then Subscribe us and Follow us And finally don't forget to share this post with your friends

    Thank you

    Enjoy!!!
    comments (5) | | Read More...

    ANDROID On PC

    Penulis : irfi on Monday, 26 August 2013 | 09:25

    Monday, 26 August 2013

    Hello Friends Today our post is on IS Android Apps can be run or emulate in PC or not?

    Many internet users are asking for is that any mobile or any software through which we can run ANDROID apps on PC. Well the answer is YES You can run ANDROID apps on PC. Any app from Temple run to WhatsApp or Viber.

    So How it is possible?

    It Is possible by a very popular ANDROID Emulator or Simulator BLUESTACKS.

    BlueStacks is a Silicon-Valley Based software company that produces BlueStacks apps Player and Also Allows you to emulate Any ANDROID app. This company was developed on 2008. And now a days it has become very much popular among INTERNET users

    BlueStack Uses SAMSUNG GALAXY SII Device through which you can download any app on this.



    Downloading And INSTALLING BlueStacks:-

    Download the Latest version of BLUESTACKS FROM HERE

    Download BlueStacks And Install it. It may take a while depended upon your internet speed and computer speed

    SYSTEM REQUIREMENTS:-

    WIN xp,7,Vista,Macintosh
    400 MB HDD Space On C 
    2 Gb Of RAM
    Dual core or Core 2 duo Processor
    128 MB Graphic Card

     INSTALLING apps And setting up BlueStacks:-

    First of all you have to create your Google Play Store account. Before that you also have to create your Gmail ID You can create your GMAIL ID FROM HERE
    After creating you Gmail account. Restart Your PC

    After restarting Go to Desktop And Find "Start BlueStacks" Icon.


    For the first time when you start BlueStacks it May take few mins approx about 10 to 15 mins. Wait until it loads and opens. After it opens go to Settings by clicking on the left bottom icon. Go to App Size and Choose whatever app size you want. After choosing click on save.

    Now go to home by clicking on Bottom centre icon May be look like same as above. After that you have to sync your device with Google Play Account. This Step is little bit hard.
    Click on 1 click Sync
    Sign in With you Gmail account
    Then you will be automatically directed to GOOGLE PLAY STORE.
    After that You have to select your device.
    Select your device and click on DONE

    Congratz You Device is now registered and synced successfully with GOOGLE PLAY STORE. Now go to Home again And Search For Desired app. For e.g Temple Run.
    Click on search Type TEMPLERUN Click in Install. And Play.
    Enjoy Now you can use ANDROID Apps on You PC


    THANKS FOR READING IF YOU ARE FACING ANY PROBLEM FEEL FREE TO ADD COMMENT BELOW




    comments (1) | | Read More...

    How To Install Apps On BlackBerry

    Penulis : irfi on Saturday, 24 August 2013 | 08:19

    Saturday, 24 August 2013

    Hello Friends in this tutorial i will explain you that how you can install BlackBerry apps to Your BlackBerry Smartphone.This articles is also divided in two portions:-

    1.HOW TO DOWNLOAD APPS DIRECTLY FROM BLACKBERRY

    2.HOW TO DOWNLOAD APPS FROM PC AND TRANSFER TO BLACKBERRY


    1.HOW TO DOWNLOAD APPS DIRECTLTY FROM BLACKBERRY:-

    1.First of all you need Your WiFi connection or You can also use your Phone's Sim Net Connection.

    2.You Need your blackberry account with your own BlackBerry ID. If you don't have your blackberry ID you can SIGN UP FOR YOUR BLACKBERRY ID FROM HERE

    3.After creating your Blackberry ID open your B.B Smartphone, Now on the Menu Go to the Official BlackBerry App World Icon.The Icon may be look like this:-

    4.Now Click on this icon you will be automatically directed to BlackBerry app world.

    5.Sign in with your BlackBerry ID You have created recently.

    6.Find your app. You can search for your desired app.

    7.Download App you have choosen, Install it.

    8.Enjoy!! If you are facing any problem please comment.

    2.HOW TO DOWNLOAD APPS FROM PC AND TRANSFER TO BLACKBERRY:-

    This Method is little bit harder than upper one. But If you read it carefully you can INSTALL apps easily.

    1.You Need a Blackberry with USB cable and a PC with working Internet Connection and a BlackBerry Account. If you don't have your blackberry ID you can SIGN UP FOR YOUR BLACKBERRY ID FROM HERE

    2.Now open your internet Browser and go to BLACKBERRY APP STORE 

    3.Sign in with your BlackBerry ID You have recently created

    4.Choose your BlackBerry Device.

    5.Now You have to install a software BlackBerry World Browser Plugin. You can Get this Plugin From HERE 

    6.Install this plugin.

    7.Now Connect your BlackBerry device via USB cable.

    8.If your BlackBerry Has older version of BLACKBERRY World Then you have to update the software.

    9.Software update may be on same page

    10.Plugin automatically Detects your BlackBerry Smartphone.

    11.Now Download the App You Want

    12.Install it 

    13.Enjoy!! If you are facing any problem please comment.


     

    THANKS FOR READING IF YOU ARE FACING ANY PROBLEM COMMENT.

    comments | | Read More...

    2015 Popular BlackBerry Apps


    Hello Friends today our article is on BlackBerry apps. This may contain some social networking Site apps,Some popular games, and much more.

    Note:- THE APPS ARE NOT CATEGORIZED BY THE RANKINGS. THEY ARE NOT POSTED ACCORDING TO THEIR RANK!



    FACEBOOK:-

    Best Blackberry Facebook app Is now available. Enjoy facebook very much fast than the facebook on other devices. It Makes it easy to connect and share with your friends. You can Download FACEBOOK APP FROM HERE

    BlackBerry Maps:-

    BlackBerry Map Helps you to find different locations of different places and also tells your location. It makes it easy to find different restaurants,hotels,Malls etc. It is just like advanced GPS system helps you in different ways. You can Download BLACKBERRY MAP FROM HERE 

     BlackBerry Messenger:-

    BlackBerry messenger allows you to send message to your friends or family all over the world for free. All you want is your wifi connection. You can also talk with them through BBM Voice chat that is integrated in BBM(BlackBerry Messenger). You can Download BLACKBERRY MESSENGER FROM HERE

    WhatsApp Messenger For BlackBerry:

    Whatsapp is a cool messenger especially designed for SmartPhones only it enables you to send messages,pictures,videos,music and much more for free all you want is WiFi Connection. You can Download WHATSAPP MESSENGER FROM HERE

    VIBER:-

    It is the best internet phone sofware that helps you to make free calls and messages all over the world. You can also send pictures to your family. You can Download VIBER FROM HERE

    BlackBerry Protect:-

    BlackBerry Protect helps you to keep your BlackBerry Information secure. You can Backup your data any time and can store it online it helps your blackberry to Be saved. You can Download BLACKBERRY PROTECT FROM HERE

    FACEBOOK Messenger:-

    Facebook messenger helps you to send messages to your friends,you can also start group conversations,Send pictures to your friends. You can minimize it and always be connected to your Facebook friends. You can Download FACEBOOK MESSENGER FROM HERE

    SKYPE:-

    Use skype for Instant messaging,video calls to your friends,chatting and much more. Everyone Knows about skype you can Download SKYPE FROM HERE

    NQ Antivirus:-

    Best Antivirus for BlackBerry it Kills spyware and other viruses that can Harm your phone in many ways Download NQ ANTIVIRUS FROM HERE

    SCREENSHOT:-

    Allows you to take screenshot Of your BlackBerry Display screen. You Can Download this SCREENSHOT APP FROM HERE


    THANK YOU FOR READING. IF YOU ARE FACING ANY PROBLEM PLEASE COMMENT.

    comments | | Read More...

    iPhone 4S Info and Reviews

    Penulis : irfi on Friday, 23 August 2013 | 06:07

    Friday, 23 August 2013


     Hello Friends today our post is on iPhone 4S the world's Best smartphone with Best Operating System iOS

    INTRODUCTION:-

    iPhone 4S is a touch screen Smartphone officially developed and released by APPLE COMPANY. It was officially announced on 4-OCTOBER-2011 at APPLE's Cupertino Campus. Then it was released on October 7 and it is now officially available to Buy or order. At that Time iPhone 4s Processor was at his peak of sales over 1 million sales are done in first 24 hours after the preorder availability. And in first four days it was about four million sales. Thats a huge benchmark created by Apple's iPHONE. on 28 October it was now available for world wide including 22 countries.



    MORE INFO:-

    There were no difference in iPhone 4 and 4S expect the SIM CARD slot on iPhone 4S. The Apple iPhone 4S was released at Apple's "Let's Talk iPhone" event on October 4 2011.The iPhone 4S uses the Apple A5 system-on-a-chip.Apple Company said that iPhone 4S can support or process graphics up to seven times faster than other iPhone versions(this become a great advantage for iPhone 4S).The iPhone 4S has the stainless steel.For Sending and receiving best Signals apple redesigned the iPhone 4S antenna.

    FULL SPECIFICATION OF iPhone 4S:-

    Color

    It is available in 2 Colors Black And White You Can See Both Set Pictures below :-


    CAPACITY:-

    Cannot Support memory card But has internal memory of 16GB,32Gb or 64Gb Depended on your use.

    Size and Weight:-

    Height= 4.5 Inches

    Width= 2.31 Inches

    Depth= 0.37 Inches

    Weight= 140 grams

    NETWORK:-

    *World phone
    *UMTS/HSDPA/HSUPA (850, 900, 1900, 2100 MHz);
    *GSM/EDGE (850, 900, 1800, 1900 MHz)
    *CDMA EV-DO Rev. A (800, 1900 MHz)3
    *802.11b/g/n Wi-Fi (802.11n 2.4GHz only)
    *Bluetooth 4.0 wireless technology

    Photos,videos,Camera:-

    *8-megapixel iSight camera
    *Panorama
    *Video recording, HD (1080p) up to 30 frames per second with audio
    *Autofocus
    *Tap to focus
    *Face detection in still images
    *LED flash
    *Video stabilization
    *Front camera with VGA-quality photos and video at up to 30 frames per second
    *Photo and video geotagging

    AUDIO:-

    *Frequency response: 20Hz to 20,000Hz
     

    *Audio formats supported: AAC (8 to 320 Kbps), Protected AAC (from iTunes Store), HE-AAC, MP3 (8 to 320 Kbps), MP3 VBR,

    *Audible (formats 2, 3, 4, Audible Enhanced Audio, AAX, and AAX+), Apple Lossless, AIFF, and WAV

    *User-configurable maximum volume limit

    DISPLAY:-

    *Retina display
    *3.5-inch (diagonal) widescreen Multi-Touch display
    *960-by-640-pixel resolution at 326 ppi
    *800:1 contrast ratio (typical)
    *500 cd/m2 max brightness (typical)
    *Fingerprint-resistant oleophobic coating on front and back
    *Support for display of multiple languages and characters simultaneously

    OPERATING SYSTEM:-

    *iOS 5,upgradable to iOS 6.1.3, planned upgrade to iOS 7

    OTHER SERVICES:-

    *Scratch-resistant glass back panel
    *Active noise cancellation with dedicated mic
    *Siri natural language commands and dictation
    *iCloud cloud service
    *Twitter and Facebook integration
    *TV-out
    *Maps
    *Audio/video player/editor
    *Organizer
    *Document viewer
    *Image viewer/editor
    *Voice memo/dial/command
    *Predictive text input


    THANK YOU SO MUCH FOR TAKING INTEREST AND REDING THIS ARTICLE HOPE YOU LIKE IT IF YOU WANT ANY HELP or WANT TO APPRECIATE US YOU CAN COMMENT.


    comments (9) | | Read More...
    https://www.microearners.com/
     
    About Us | Contact Us | Privacy policy | Term of use | DMCA Notice | Advertise with Us | Site map
    Copyright © 2015. Irfi Tech Blogs . All Rights Reserved.
    Design Template by Irfan