Thursday, February 26, 2015

Stick Your Website's Div While Scrolling

   This is mainly a blog for android. But Now I am writing here some other things as well. I am using this as my virtual notebook. If you want, you can follow this note.

    If your website has a fixed navigation bar, or sidebar or other div, it looks better. If you can't understand what I am talking about, then you can Visit this (visit from your pc).There you'll see a navigation bar at the top which remains fix while scrolling. To do this we have to follow a little bit javascript code. I am telling the process in step by step.

    Step 1. : First make your html & css code normally.

    Step 2. : We have to use Jquery here. For this, use the following code in the HEAD   tag of html code.

              "<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>"

    Step 3. : Use the following javascript code at the top of the BODY section (<body> ... code ... </body)

              <script type="text/javascript">
                  $(document).ready(function() {
                  var s = $("#sticker");
                  var pos = s.position();                     
                  $(window).scroll(function() {
              var windowpos = $(window).scrollTop();
      
              if (windowpos >= pos.top) {
            s.addClass("stick");
              } else {
            s.removeClass("stick");  
           }
           });
              });
             </script>


             An id "#sticker" & a class "stick" is used here. I am not explaining javascript here.Here the id "#sticker"
             is the id of your desired div which you want to make fix while scrolling.

    Step 4. : Simply add the id "#sticker" to your desired div

    Step 5. : Add the following code in your css file

              .stick {
                  position:fixed;
                  top:0px;
                     }


That's all! Now save the files and see.

Note: The link I have used above is my practice site.Lots of lacking there. Visit the site from your desktop or 
laptop. Otherwise you will unexpected result. You may see a error like this "This site may be fake!".
  








continue reading Stick Your Website's Div While Scrolling

Tuesday, February 24, 2015

Root Your Android

    Today I am going to tell you a very very easy way to root your phone. Make sure your android version is 4.1 or later.



I rooted my first android phone samsung GT-I5500 ( android 2.1 ) a few years ago. I still can remember how difficult that was! Don,t be afraid , because now I am going to tell you the easiest way to root. Follow the steps.

Warning : Root will void your phone's warranty. Moreover, if you do anything wrong in the rooting process, your phone may be bricked. So, do this at your own risk.

    Step 1. Download Framaroot 1.9.2

    Step 2. Install & launch the app Framaroot.

    Step 3. Select the option "Install SuperSU"

    Step 4.  Then select "Boromir". Then you will get a successful message.

    Step 5. Reboot your phone.

    After rebooting you will find a new app - SuperSU in your phone . That means you have successfully rooted your phone !! Thats all.

    Oh, there is another thing that you can . You can also unroot your phone using this app. That time you have to select "Unroot" option.

    Download link: Click Here

   
continue reading Root Your Android

Sunday, February 22, 2015

ASHES CRICKET

    Ashes is the time old cricket tournament of 5 test matches  between Australia & England. Ashes is available to play for the android users. Yeah, this is not a bad game at all. I got lots of fun in this game specially while batting. In this version of the game game you will get some legend player who are not playing at present. Such as Ricky Ponting, Mike Hussey, Paul Collingwood, Michel Vaughn, Ryan Sidebottom, Phillip Hughes etc.



    Basically there is two batting option is available for you. One is automatic, where you just have to tap on screen at the right time. The other is manual, where you have to do everything manually that a batsman usually do.

    You can play the game in the modes - the ashes, quick match & scenario. In scenario mode there is various challenge for you. In the ashes mode you can play the al three formats of cricket which are test match, ODI & T20.



    So just go & have fun with game .

    Download Link : Click Here
continue reading ASHES CRICKET

Thursday, February 19, 2015

Dr. Driving

Who doesn't love to play racing games? Yeah, gamers may familiar with the games like - Need For Speed and some more HD racing games which are huge in size. But today I am telling you an amazing car racing game which is pretty small in size. Basically it's not a racing game, it is a driving game I would say.

There is six mission in this game - mission highway, mission drift, mission fuel efficiency, mission vip escort, mission speed parking & mission speed. You can unlock some cars by earning coins. Also you can buy some cars as well through online.

It has two camera mode. One is like this

 this is the thing of the game which impressed me much. You may have test of real driving in this camera mode.

The other one is like this


Little in size but pretty good for passing free times .

Review at a glance :

Name                   :  Dr. Driving
Developer          :  SUD Inc.
Compatibility    :  Android 2.3
Category             :  Racing

Download link   :  Click Here
continue reading Dr. Driving

Wednesday, February 18, 2015

Vidmate

    Today I am writting here about an amaging video download app -  named "Vidmate". An incredible video download app. Ohh, you can  download audio songs as well.

    Many face problems while downloading videos from the sites like Youtube, Dailymotion etc. By using this app, you can make downloading contents from those site pretty simple.You can search contents as you do in youtube . There is many other built-in options for downloading videos from the sites like facebook,espncricinfo,dailymaza,vimeo and many more.

    This app mainly has four tab. Tab - "VideoSite" for videos,  tab - "Movie" for latest and old movies, tab "Music" for audio songs, tab "TvShow" and tab - "LiveTV" for live streaming.

    Again I would say - this app is just amaging for downloading audio-video contents.

    Review at a glance :  Application        :  Vidmate
                                            Developer          :  Best-App
                                            Compatibility    :  Android 2.2
                                            Category             :  Entertainment
Download Link : CLICK HERE

continue reading Vidmate