How To Backup Installed Apps Without Any Additional Software

How To Backup Installed Apps Without Any Additional Software

Here is the video tutorial about this method.
How To Backup Installed Apps Without Any Additional Software - Text Tutorial
Step 1: Open "Android Assistant" from apps list.
Step2: Click on "Tools" from the top of Android Assistant.
Step 3: Click on "App backup & Restore"
Step 4; Select your desired app and click "Backup Selected"
Step 5: Done!
How To Backup Installed Apps Without Any Additional Software how to backup installed apps without any additional software
 Visit our new blog - Bangla Hub

step by step instructions to reinforcement introduced applications with no extra program

orderly directions to fortification presented applications with no additional program
orderly guidelines to support presented applications with no additional apps
precise headings to stronghold gave applications no extra program

how to backup installed apps in android without any additional software

how to backup installed apps in android without any software

how to backup installed apps in android without any additional apps

how to backup installed apps in android without any apps

how to backup installed apps in android without any additional software- Must be watched

how to backup installed apps in android without any additional software- Must be watched 2016

Add social network share buttons to your blog.

Today I will show you how how you add social share button after your blog post title. Before starting the tutorial, you should know about social share button.

What is social share button?


Social share button is a button by which you are able to share your content to social media. This use only one click for sharing content to social media. There are many social media currently in the world. So we add some popular social media for this share button. In this social media share button you will find Facebook, Twitter, Google+, LinkedIN and many other social networks share button.
Why you may add social share button?
This is the main question for this tutorial. Why you should add this button. Everyone want his site may popular. So, you also want this?
By sharing your content to social network, your site rank, site visitor, site worth and many important things will increase.
Now I am telling some reason for adding this button.

1। You will share your content by Only one click.
2। It decrease your time loss.
3। Looking beautiful.
4। All social network share button in one place.
5। Imporve site's beautifulness.
6। Your site will be more popular.
7। Search Engine Optimization (SEO) and many other benifits.

How to add?




  • At first login to your blogspot dashboard and switch the blog that you want to add social neywork share buttons.




  • Now move your mind and cursor to Template tab




  • Now click on Edit HTML button.




  • Now find bellow code in the box of edit template by Simply pressing ALT+F or blogspot default find option.


  • <div class='post-header'>
    <div class='post-header-line-1'/>
    </div>


  • Now enter bellow code after your search result.(after above code)


  • <!-- Start Social share buttons by ftwebbd.blogspot.com -->
    <div class="addthis_toolbox addthis_default_style">
    <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
    <a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
    <a class="addthis_button_tweet"></a>
    <a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal" pi:pinit:url="http://www.addthis.com/features/pinterest" pi:pinit:media="http://www.addthis.com/cms-content/images/features/pinterest-lg.png"></a>
    <a class="addthis_button_linkedin_counter"></a>
    <a class="addthis_counter addthis_pill_style"></a></div>
    <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4f5a6e1f5f5e832d"></script>
    <!-- End Social share buttons by ftwebbd.blogspot.com -->


  • Now save your template by hitting Save Template.


  • Visit your site any content and you will see the social sharing buttons after your content title.
    Visit our new blog - Bangla Hub


    Note: Don't edit this code, otherwise it may not work & Keep backup everytime before you edit your template.

    Create Fancy Tables Using css.

    Use this code for create fancy table.
    Create a file and paste this code. File name must contain .html format.


    Output
    Company Contact Country
    Alfreds Futterkiste Maria Anders Germany
    Berglunds snabbköp Christina Berglund Sweden
    Centro comercial Moctezuma Francisco Chang Mexico
    Ernst Handel Roland Mendel Austria
    Island Trading Helen Bennett UK
    Königlich Essen Philip Cramer Germany
    Laughing Bacchus Winecellars Yoshi Tannamuri Canada
    Magazzini Alimentari Riuniti Giovanni Rovelli Italy
    North/South Simon Crowther UK
    Paris spécialités Marie Bertrand France

    Set the color of the borders by css


    Hello everybody, how are you? Today I have come with the tutorial about how can you add color in the css border. Some days Ago, I have write a tutorial about making css border. You can view it here.

    Set the style of the border by css


    In that tutorial we will learn to create deferent css border and in this tutorial we will learn how to set color in border. Okey, now create a file with name border-color.html and paste this code in the file and save the file.



    See the code and you will see that, first we create deferent css class for deferent color and then we use it with paragraph- <p> tag.

    Now see the output of this code.


    One-colored border!

    Two-colored border!

    Three-colored border!

    Four-colored border!

    Note: The "border-color" property does not work if it is used alone. Use the "border-style" property to set the borders first.

    Make your own php image resizer tools.

    Today I am going to share a new php script, by which you can resize your image without croping image. You may know that php is a strong programing language, by using it, you can solve your any problem. Now, Let's start our tutorial.



    1st, Create 3 file and 2 folder for this.

    3 files

    1. resize.php - the main file of resize image.
    2. index.php - for use resize.php
    3. style.css - The file for design (css)

    2 folders

    1. uploads - The folder for your uploaded photo which will be resize
    2. images - The folder for save your resized images.

    Open your created resize.php file with any notepad like
    notepad++
    and paste this code to the file.



    Save this file by CTRL+S.

    Now Open your index.php and paste this code and save the file.

    Our job tutorial complete. But is the script looking ugly? No problem, Paste this css code in your created style.css
    It is optional, Now my tutorial is complete.

    Note: Remove breaking tag from the code, otherwise it returns a false result.

    If you found a little bite of help then don't forget to share this post and promote us.
    Thanks for reading and staying with us.

    How to create captcha image by php

    Hello guys, how are you? May god keep better you at this moment. However, We see the captcha varification in many website.

    You can create it using php very easily. I have added the php code which will create a captcha image. Let's view the code



    Save this code with name "captcha.php". Now run this code in your server. What's you seeing. A box with some text. Now it's time to create the form for use this captcha system.

    Create a new file name "index.php" or any name. Paste this code to the file.



    Now create another file name "validate.php". This file will use to check the code entered in the form if right or wrong.



    Now run the index.php file or other which you create to save the form code.

    Now hits bellow share button to share this post with your friends.

    [CSS] Set the style of the borders

    You can add deferent borders in text. Just follow the tutorial. paste this code to your html file and see your output.



    Output



    No border.

    A dotted border.

    A dashed border.

    A solid border.

    A double border.

    A groove border.

    A ridge border.

    An inset border.

    An outset border.

    Popular Posts

    Post Category

    Blog Statistics

    Now online

    Page views
    Powered by Blogger.