25 September 2018

Best Hosting Providing Companies in Pakistan and their websites.


Best Hosting Providing Companies in Pakistan and their websites.






https://www.technicalsupportfree.com/What is hosting
Hosting is known as web hosting or Database that store website data online which uploaded by any company or user for their storage and files of website. Using a hosting service there are many site also provide hosting on different cost.
Website hosting is typically measured in the amount of disk space(Memory) you are allotted on the server and the amount of data transfer or "bandwidth" you need for the server and hosting makes it easy to use website for visitors to view site's content when user search and click on domain name. It can help keep your site up -- and running smoothly with fully support of 24/7.

There are two hosting plans for webhosting
1.       Free hosting
2.       Paid hosting
Free hosting is for limited time and very risky for our content that we upload on our site and that would be hacked or encrypted or deleted without any reason
Paid hosting is safe but any time user contact to hosting provider and any time change the plan or change the data to another server or hosting company other the paid hosting is illegible to recover your content and data and safe from hackers.
How many companies provide hosting in Pakistan?
Hello and welcome. Here is the top hosting providing companies list and their links of websites in Pakistan, they all companies are local companies that provides the domain and hosting in Pakistan. Many other hosting and domain providing websites are in Pakistan but they are local and some are international marketing companies in Pakistan.

1. host.com.pk

2. hosterpk.com
3. domain.pk
4. nexus.pk
5. pakistanwebhost.com
6. skyhost.pk
7. hostndomain.com
8. easyhost.pk

Read More

How to add Disclaimer in blogger with complete Guide.


How to add Disclaimer in blogger with complete Guide.

 

Hello and welcome guys in this post I will write for you about how we add a Disclaimer page in blogger blog so let’s get stat without any other time vesting
How to add Disclaimer in blogger with complete Guide.  Our request
If you like this post keeps up sharing with yours friends and kindly subscribe with us for latest updates
The Disclaimer is the main and must for your blog and if yours blog is for earing form AdSense this is most important for your blog or website
How to create a page for Disclaimer
Go to Blogger.com
Click on pages
Click on create new page
Enter Disclaimer in you tittle
And then if you blog is for earning purpose you download the Disclaimer Click Here
In the red line you change the date and add you data and add publish page.

Read More

How to add Privacy Policy in blogger with complete Guide and words.


How to add Privacy Policy in blogger with complete Guide and words.

How to add Privacy Policy in blogger with complete Guide and words.


Hello and welcome guys in this post I will write for you about how we add a privacy and policy page in blogger blog so let’s get stat without any other time vesting
Our request
If you like this post keeps up sharing with yours friends and kindly subscribe with us for latest updates
The privacy and policy is the main and must for your blog and if yours blog is for earing form AdSense this is most important for your blog or website
How to create a page for Privacy and Policy
Go to Blogger.com
Click on pages
Click on create new page
Enter Privacy and Policy in you tittle
And then if you blog is for earning purpose you download the privacy and policy Click Here
In the red line you change the date and add you data and add publish page.

Read More

Start a blog on blogger in 2018 explained:


Start a blog on blogger explained:





Hello and welcome guys in this post.
I hope you will search for start blogging starting and their niches that you are in right topic and right way
Start a blog on blogger in 2018 explained:

In this post you will learn about blogging and benefit of blogging profession. Blogging is the best platform to start yours carrier on internet and for online earning and I was started my carrier as a blogger. The world famous and free platform is blogger and all of the blogger will stated their carrier as blogger or any other website will start form blogger as you and me. Making a blog and website there are the many others software’s and programs for making a website and blogs but the famous, easier and free source is Blogger.
Why you are make a blog?
There are two main answers
1.       For self-use and for knowledge and practice.
2.       For making online earning
As your answer is for making money, you are in right position and right location
Our topic at the blogging and making online money form blogging
As the making a blogger is not hard it is very easy and simple setups or you are new in blogger and did not know about making a professional blogger.
Click here……..
How to make a professional blog on blogger setup by setup guide.
1.       First you  choose your best category and Niche for start a carrier blog
2.       Use a SEO (Search Engine Optimization) friendly and adds ready blogger theme. Download Here.
3.       Then you write minimum 25 posts at your blog of minimum 400 to 500 words.
How to write a blog post

For a professional blog for making online money you need an AdSense account and it’s not easy to approve you blog in AdSense.
For approval of your blog in AdSense if you did not know for AdSense approve click here…………
“How to approve your blog in AdSense”
For the earning from a blogger the AdSense approval is not must and best platform, but you need the traffic in your site or blog without traffic you did not earn.
How-to get traffic in new blog.
How much earn from a blog.







Read More

05 September 2018

How to add Social Media Icons in blogger sidebar


How to add Social Media Icons in blogger sidebar


Hello Howdy and welcome guys

Today In this tutorial I will teach you about the blogger and some tricks of the blogger the main topic is add social media icons in to blogger gadget
First you go to the your blogger dashboard and go to theme editor and press edit theme.


Then you press Ctrl + F and Find the Head
And paste the below link

How to add Social Media Icons in blogger sidebar


https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css

Add a gadget of HTML Java script in where you add the social media icons
Then copy the blow code and paste in gadget and where you see “#”  tag where paste your social site link then save and refresh your website.
<div class="social-counter">

      <a class="count facebook" href="#">
        <div class="icon"><i class="fa fa-facebook"></i></div>
        <p><span>34.2k</span> likes</p>
        <p class="action-btn">Like</p>
      </a>
      <!-- TWITTER -->
      <a class="count twitter" href="#">
        <div class="icon"><i class="fa fa-twitter"></i></div>
        <p><span>28.6k</span> followers</p>
        <p class="action-btn">Follow</p>
      </a>
      <!-- YOUTUBE -->
      <a class="count youtube" href="#">
        <div class="icon"><i class="fa fa-youtube"></i></div>
        <p><span>8.6k</span> subscribers</p>
        <p class="action-btn">Subscribe</p>
      </a>
      <!-- GOOGLE PLUS -->
      <a class="count google-plus" href="#">
        <div class="icon"><i class="fa fa-google-plus"></i></div>
        <p><span>17.3k</span> followers</p>
        <p class="action-btn">+1</p>
      </a>

      <!-- INSTAGRAM -->  
    </div>
<style>
.social-counter{
  padding: 0;
  display: block;
}
.count{
  display: block;
  padding: 7px 0;
  text-align: left;
  transition: all 0.5s ease;
}
.count:hover{
  background: rgba(0,0,0,0.033);
  transform: scale(1.065);
}
.count .icon{
  background: #aaa;
  display: inline-block;
  float: left;
  color: white;
  font-size: 22px;
  margin-left: 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-shadow: 0 0 3px rgba(0,0,0,0.2);
  display: table;
}
.count .icon i{
  display: table-cell;
  vertical-align: middle;
}
.count p{
  display: inline-block;
  font-size: 13px;
  color: #888;
  margin: 11px;
}
.count p span{
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding-right: 2px;
}

.count .action-btn{
  float: right;
  display: inline-block;
  background: #aaa;
  color: white;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 14px;
  margin: 11px;
}
/*== COLORS ==*/
.facebook .icon{background:#3b5999;}
.facebook .action-btn{background:#3b5999;}
.facebook .icon i{padding-top:2px;}
.twitter .icon{background:#55acee;}
.twitter .action-btn{background:#55acee;}
.twitter .icon i{padding-top:2px;}
.youtube .icon{background:#cd201f;}
.youtube .action-btn{background:#cd201f;}
.youtube .icon i{font-size:24px}
.google-plus .icon{background:#dd4b39;}
.google-plus .action-btn{background:#dd4b39;}
.google-plus .icon i{font-size: 18px; padding-top: 1px;}
.instagram .icon{background:#e4405f;}
.instagram .action-btn{background:#e4405f;}
.rss .icon{background:#f57d00;}
.rss .action-btn{background:#f57d00;}
.social-counter-2 .linkedin, .linkedin .icon,.linkedin .action-btn{background:#0077B5}
.social-counter-2 .vimeo, .vimeo .icon,.vimeo .action-btn{background:#1ab7ea}
.social-counter-2 .vk, .vk .icon,.vk .action-btn{background:#4c75a3}
.social-counter-2 .tumblr, .tumblr .icon,.tumblr .action-btn{background:#34465d}
.social-counter-2 .pinterest, .pinterest .icon,.pinterest .action-btn{background:#bd081c}
.social-counter-2 .stumbleupon, .stumbleupon .icon,.stumbleupon .action-btn{background:#eb4924}
.social-counter-2 .reddit, .reddit .icon,.reddit .action-btn{background:#ff5700}
.social-counter-2 .yelp, .yelp .icon,.yelp .action-btn{background:#af0606}
.social-counter-2 .weibo, .weibo .icon,.weibo .action-btn{background:#df2029}
.social-counter-2 .producthunt, .producthunt .icon,.producthunt .action-btn{background:#da552f}
.social-counter-2 .whatsapp, .whatsapp .icon,.whatsapp .action-btn{background:#25D366}
.social-counter-2 .vine, .vine .icon,.vine .action-btn{background:#00b489}
.social-counter-2 .slack, .slack .icon,.slack .action-btn{background:#3aaf85}
.social-counter-2 .dribbble, .dribbble .icon,.dribbble .action-btn{background:#ea4c89}
.social-counter-2 .flickr, .flickr .icon,.flickr .action-btn{background:#ff0084}
.social-counter-2 .behance, .behance .icon,.behance .action-btn{background:#131418}
.behance .icon i{font-size:18px;}
.social-counter-2 .foursquare, .foursquare .icon,.foursquare .action-btn{background:#f94877}
.social-counter-2 .snapchat, .snapchat .icon,.snapchat .action-btn{background:#FFFC00}
.snapchat .icon i{font-size:24px;text-shadow: -1px 0 black,0 -1px black, 1px 0 black, 0 1px black}
.snapchat .action-btn{text-shadow: 0 0 1px black}
</style>


" class="fa-facebook">146,200Follow us on Facebook 
#" class="fa-twitter">50,748Follow us on Twitter 
#" class="fa-subscribe">33,175Subscribe us on YouTube




<link href='https://www.dropbox.com/s/j8u0px1qszixxwl/TricksTantraSCL.css?dl=1' rel='stylesheet' type='text/css'/>
<script src='https://www.dropbox.com/s/tskmt978ku8qb7g/TricksTantraSCL.js?dl=1' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(function(){
  $('.socialLocker .to-lock').sociallocker({
    buttons: {order:["facebook-like","twitter-tweet","google-plus"]},
    twitter: {url:"http://twitter.com/scorpionruler"},
    facebook: {url:"https://www.facebook.com/trickstantra/"},
    google: {url:"https://plus.google.com/+MohammadSharfuddin"},
    text: {
      header: "Like us To Unlock This Content",
      message: "This content is locked. Like us on Twitter, Facebook or Google plus to unlock it."
    },
    locker: {close: false, timer: 0,},
    theme: "secrets"
  });
});
//]]>
</script>
Read More

How to add Facebook Page in blogger sidebar

How to add Facebook Page in blogger sidebar

Hello Howdy and welcome guys

Today In this tutorial I will teach you about the blogger and some tricks of the blogger the main topic is add Facebook page gadget in blogger
First you go to the your blogger dashboard and go to theme editor
Add a gadget of HTML Java script in where you add the Facebook page in yours blog
Then copy the blow code and paste in gadget and link of your face book page in the gadget where you see “Your Facebook link paste here” then save and refresh your website.


Facebook Page add in blogger

Recommended

  1. How to add social media icon in blogger site.
  2. How to add email subscription in blogger.
  3. How to add Face book like box to your blogger


Read More