Showing posts with label Web Design. Show all posts
Showing posts with label Web Design. Show all posts

Friday, December 25, 2015

How to remove featured posts slider from blogger template Iconic One?

WordPress as a blogging platform is popular among bloggers just because it has larger number of good themes. Bloggers at blogspot are often feeling jealous and at times to attempt using one of their themes.
    

But blogspot users cannot directly download and use WordPress themes in their blogs. There is compatibility issues. Therefore, here comes blogger templates adapted from WordPress themes. 
               
Read: 30 websites that provide free wonderful third party blogger templates
          
I don't know if you have come across wonderful WordPress Iconic One developed by Themonic. This theme is free in self hosted WordPress blogs. But we cannot use in blogspot. 

But Bloggertheme9 has come up with a blogger template adapted from this theme. The features and appearances are same. Moreover, they have made in two-premium version and free version. You can purchase premium template or download its free version from here.

The cost of premium Iconic template is just USD 20. And one can customize the credit statement links in footer. But in free version, those links cannot be removed. 
              
Read: Questions to be asked during purchase of a premium blogger template
     
I have purchased the premium version recently and I am still doing necessary customization to suit my blog. The first customization I made is removal of image slider below navigation menu. 

This removal can be done even in its free version. Let me take through steps in removing it.
                            
Read: How to upload or change third blogger templates in blogger?
                      
Login to your blog>Template>Edit HTML>Find the given piece of HTML embedded inside your template:
  
<div class='accordian'>
<ul>
<!-- Customize Featured post area -->
<li><div class='belt'><a href='#'>Beast Cars</a></div>
<a href='#'><img src='http://2.bp.blogspot.com/-ZLFw4u5ThF0/VChbuOzUeUI/AAAAAAAADBE/0RDQFQ0fQU4/s1600/ferari%2B700%2Bx%2B300.jpg'/></a>
</li>
<li><div class='belt'><a href='#'>Photography</a></div>
<a href='#'><img src='http://4.bp.blogspot.com/-mCRxofWGJgA/VChbtQXmC_I/AAAAAAAADBA/niy-eloZNjc/s1600/dianasor%2B700%2Bx%2B300.jpg'/></a>
</li>
<li><div class='belt'><a href='#'>Entertainment</a></div>
<a href='#'><img src='http://thecodeplayer.com/uploads/media/3yiC6Yq.jpg'/></a>
</li>
<li><div class='belt'><a href='#'>3D Cartoons</a></div>
<a href='#'><img src='http://thecodeplayer.com/uploads/media/40Ly3VB.jpg'/></a>
</li>
</ul>
</div>

Once you have located above HTML, select it and the delete it. Once it's being removed, Click on Save Template. You're done. Click on View Blog and see if it's being removed.  

Thursday, December 24, 2015

Common pros and cons of using Dynamic Blogger Templates

Dynamic blogger templates are excellent in their appearances and the style in which all our blog posts get displayed. It would be much better should they support all gadgets just like any other blogger templates.


But the truth is bitter. Dynamic blogger templates support only few countable gadgets. They are:
  • Profile
  • Blog Archive
  • Link List
  • Labels
  • Followers
  • Email subscription
But we want a template that are better and also that supports important gadgets to provide necessary navigational links across our blogs. Important gadgets, I mean following:
  • Recent Posts
  • Related Posts
  • Popular Posts
  • Featured Posts
  • Pages
  • Recent Comments
  • Footer Attribution
It's fine when other gadgets aren't supported. But I am totally sad with the fact that dynamic templates not supporting pages and related posts gadgets. They are something that contribute maximum in making any blog more sticky and readers remaining for maximum time reading the blog. 


If we are to go little farther, dynamic blogger templates don't support other third party gadgets like:
  • Disqus commenting system
  • LinkWithin
  • Facebook Like Box
We should forget about third party gadgets when they even don't support blogger's own gadgets.


During the course of blogging, all the limitations I came across in dynamic blogger templates are:
  • No support for all Gadgets
  • No ease of editing HTMLs
  • No drop-down menu
  • No right to change number of posts display in homepage
  • No right to add favicon or LOGO
  • No good support for header banner
  • No support for all social media share buttons
However, I am coolly using dynamic blogger template in blog. Why? I have my own reasons:
  • Loads faster
  • I am a non-profit blogger
  • It's fine without many sidebar gadgets for me
  • Style in which posts are displayed is attractive
I will use it until I use some monetization methods and think of making money out of my blog. But I haven't thought of that. And moreover traffic my blog receives is very low. 


Therefore, you can make your decision whether to use dynamic blogger templates or not. One sentence: It's not suitable for pro bloggers.

Wednesday, December 23, 2015

How to keep blog view-able only in Magazine style in dynamic templates?

When we use Dynamic Blogger templates in our blogs, there are more than 5 options to view our posts. These options will be below site header and its description and act as navigation menu of the the blog.


Our readers can click on various options in which the posts can be displayed. But it makes our blog little bit unprofessional. It will be much better if we can enable just one option and then disable other options permanently. 
  
We can do that. When one is enabled and others are being disabled, though disabled won't be shown, the option enabled will be shown visibly. We can also remove that and make more professional.  

Read: How to place navigation menu above blog's header banner in blogger?

Let us try to keep view option only in magazine style disabling other 6 options. The process is:

Step 1
Login to your blog

Step 2
Select the blog (if you have more) in which dynamic template is active

Step 3
Click on Template

Step 4
Click on Customize

Step 5
Scroll down. Click on Advance

Step 6
Scroll down. Click on Add CSS

Step 7
In add custom css field, paste the given CSS

#Classic.ss, #views ul li:first-child(1),
#Flipcard.ss, #views ul li:nth-child(2),
#Magazine.ss, #views ul li:nth-child(3),
#Mosaic.ss, #views ul li:nth-child(4),
#Sidebar.ss, #views ul li:nth-child(5),
#Snapsnot.ss, #views ul li:nth-child(6),
#Timeslide.ss, #views ul li:nth-child(7)
{
display: none !important;
}

Step 8
Delete the red high-lighted font

Step 9
Click on Apply to Blog. You're done. Other options won't be visible.

Step 10
However, magazine style will be visibly clickable in menu. To hide that too, add given CSS just below CSS added in step 7

#views{
display: none !important;
}

You're done. Click on Apply to Blog once more and see whether it's being removed by clicking on view blog button. 

Bonus: 
You must have realized the numbering system in step 7. This means you can keep in any other view options just by removing any of them. 


How to hide post date banners from dynamic blogger templates?

I have changed my blog's template from Iconic Blogger Template (third party template) to default dynamic blogger template. I have purchased the Iconic template. But with updates they have made unto it, I felt little dissatisfied-it changed from the styles I loved. 
 

Dynamic blogger template also provides features any magazine style third party blogger template can offer. It provides more view options.
  • Classic
  • Flipcard
  • Magazine
  • Mosaic
  • Sidebar
  • Snapshot
  • Timeslide
The most noticeable feature of it I don't like being displayed is the post published date banners/ribbons. I thought it would appear much more better and professional if I remove or hide it. 

Read: How to add custom photo as a blog's logo in blogger template?
 
I have found the method - to hide it from post body. If you too have used this template and is annoyed by this ribbon, let us get it removed from your blog too. 

Step 1
Login to your blog.

Step 2
Select the blog (if you have many) for which you have used dynamic template

Step 3
Click on template

Step 4
Click on Customize

Step 5
Scroll down. Click on Advance

Step 6
Scroll down. Click on Add CSS

Step 7
In add custom CSS field, paste the given CSS:
 
.ribbon{
display: none !important;
}
  
Step 8
Click on Apply to Blog. You're done. Click on View Blog. It's being hidden.

Friday, December 18, 2015

How to add a digital signature to all blog posts in blogger?

We have learned how to create a digital online signature using My Live Signature. Hope you have created atleast one signature and is ready in your account. If not create one. Read my previous post for the procedures. 


If you have a digital signature being created, let us learn how to add them in your blog or website today. Don't worry. There is nothing much to be done. And steps are much more simple. 

  
Digital signature can be added as an image in sidebar gadget or as your blog's logo. But adding it like that doesn't necessarily serve the purpose of being a signature. It should be at the bottom usually. Therefore, it should be at the bottom of a post. 

  
Therefore, this tutorial is how to add a digital signature at the bottom of your blog's posts. 

Step 1: Sign in your My Live Signature Account
 
Step 2: Click on My Account>My Signatures. Your signatures should display.
Step 3: Login to your blog>Settings>Posts and Comments>Post Template>Add>Paste given HTML Code in it.

<img class="left" alt="post signature" src="YOUR SIGNATURE URL">
 
Step 4: Right click on the signature you wanted to upload, copy its URL and paste in Blue font of step 3. Click on Save Settings and you're done. 

  
Once all above steps are completed, click on View Blog. Your digital signature should appear in the bottom-left hand side of all your blog's posts.    

Wednesday, December 16, 2015

How to create a digital online signature in Mylivesignature?

You must have seen some blogs with signatures of the admins/owners being added beautifully below every post. You must have felt jealous looking how wonderful they look. You must have wondered how they must have done it. Don't worry. Today I am here to share how to create a digital signature that can be used in your website or blogs.
 

There are many tools that help in making digital signature. But I know how to create using My Live Signature. Because I haven't used others. You may explore some other tools. But for today my tutorial will be 'How to create a digital signature using tool My Live Signature'. 

Step 1: To create a digital signature, first you must get registered with My Live Signature.  
Step 2: Once you have created account. Login using user name and password
 
Step 3: Click on New Signature Button given on the top right-hand side of the website.
Step 4: Choose the method of creating the signature. For this, I have chosen 'Using the signature creation wizard' method. You may try other too. 
 
Step 5: Enter your name and then click on the Next Step button.
Step 6: Select the font. Choices are there from 1 to 10. Pick the one that would best suit you. And then click on next step.
 
Step 7: Select the font size and then click on the next step button.
 
Step 8: Select the font colour for your signature and then click on next step button.
Step 9: Select the slope and then click on the next button.
Step 9: Give the name for your digital signature and then click on Finish Button.
Congratulation! You have successfully created a digital signature. To view it, click on my account>my signatures. It will be displayed there. You can create more. They will remain saved. You can use later. Please remain in the loop. In next tutorial, I will bring how to add the digital signature in your blog. Thanks!

Tuesday, December 15, 2015

How to un-follow a blog that you don't like in blogger?

We have learned the ridiculously 2 easy methods to follow your favourite blogs and how to remain in their loops constantly receiving their updates.
 
  
If I were to reiterate that point, the two easy methods to follow your favourite blog are: 
 
  • Via Blog's Followers Gagdet
  • Via adding to Reading List
  
I have also explained in what circumstances either can be used. But now, let us assume we have followed a blog thinking that blog has contents that will be required in our blogging journey. Or it can said that its niche is similar to the niche where we are into. 
                       
Read: How to re-position menu above blog header banner in blogger?
   
And say after few months, that blog doesn't come up with good posts. Instead say it brings unrelated or abusive contents. In such case there won't be any choice for us then to un-follow his blog and move away from his circle.
                           
Read: How to add Google Sitemap to a blogspot blog?
  
When it comes to un-following a blog, just like in following it, there are two methods to do it. They are when: 
  
  • When there is a followers' gadget
  • When there isn't a followers' gadget
  
This means you can un-follow a blog by either of above two method. Now let me give step by step how to un-follow a blog using two methods:
                            
Via Followers' Gadget
To use this method, first the blog which you're going to be un-followed should have follower's gadget added in sidebar or footer frame of that blog. If the blog has it, then the procedures are as below:
  1. Click on Join this site
  2. Refresh the blog
  3. Click on options
  4. Click on Site Settings
  5. Click on Stop Following this site
  6. Click on stop following
  
You are said to have successfully un-followed that blog. You can reload that blog once more. Your Google+ profile image won't be visible inside that blog's followers' gadget. 
                              
Via Reading List
If the blog which want to un-follow doesn't have followers' gadget either in sidebar or footer frame, you can use this method to un-follow that blog. The steps are given below:
  1. Scroll down your blogger dashboard
  2. Just at the right hand side, click on Gear Image (Manage Reading List)
  3. All blogs which you have followed will be displayed
  4. You can either change your following status to anonymous 
  5. There will be one dustbin image to the right of every blog you followed
  6. Click on dustbin image of a blog you want to stop following
  7. Once you have clicked that, the title of the blog will disappear from the list.
  
That's it. You have successfully un-followed a blog. Once you have un-followed a blog using either of the two methods, the impacts should be:
  
  • Your Google+ profile image won't be visible in that blog's followers' gadget
  • You'll not receive updates of that blog in your reading list
  • Number of followers will be reduced in that blog
  • But you can directly read by directly URL in the tab of browser
  
These are the two methods to un-follow any blog which you think doesn't deserved to be followed. You can also use these methods to reduce the number of blogs you have followed when the number of blogs allowed to be followed by blogger has crossed the limit.         

Wednesday, December 9, 2015

Google Analytics+Google Webmaster to study Blog's Health

Do you really know how is the health of your blog? Or just like any other millions of scratch bloggers out there, you don't care of it and just keep on feeding it with more and more number of posts. Because some bloggers said 'content is the king'. Admit it. I too was like that for the last few months after creating my blog. I actually fed it like a pig without trying to analyze whether it likes what I feed or my feeds contain balanced diets to make my blog healthy.


But now I could realize that is quite wrong. I have heard distorted advice. I have been just writing post after post and then publishing them just to create more contents. It was crazy. There was a time I used to post three articles a day. Content may be king but there are now other things that can equal to emperors.

When I was lost in creating and more contents, I have completely forgotten to do other things; things that would otherwise per-post views and improve the overall traffic of my blog. I almost gave up. None of my blog post crossed 100 views. And when overall views is being divided by number of posts, it was coming lesser than 50. That was very disheartening. 

I don't know what will be the cost of my ignorance. The overall pageviews of my blog would be way higher by now had I realized it before. I have paid my price-and that is traffic lost.

I don't want you to fall in same trench. I want to guide you through in how to analyze the health of your blog, how to feed it, how to add other tools, how to do other things that are basic yet more important than just content creation. 

You know that you have to be active in social media to succeed in blogging. These days Facebook, Twitter, Pinterest and Instagram are torch bearers. You have to create an account or page in them and try building community around your blog. You can create Facebook page and also Google+ Community. They will reduce the need of extensive content marketing. 

They are strategies to build audience for your blog. And can you imagine the number of each post will be viewed if you don't have account in either of those social media?

This is just on content marketing part. Hope I am not getting deviated from the topic. Now we have to concentrate on studying the health of our blogs. There are many tools for this. Google Analytics helps us to see number of visitors country wise, browser wise and also shows bounce rate. It will help us in coming up with post that are searched maximum in our targeted customers' countries. 

It will help us to implement various strategies to reduce bounce rate and make our blogs more sticky. And if you haven't joined Google Analytics, I am sorry to say that you have left out one of the important weapons required in the battle to succeed in blogging. 

But don't worry. You can join now-better late than never. You can add your blog in there and start analyzing your blog's health. You'll be surprised to see how your blog traffic will be improved after using it sincerely. Click Here to join Google Analytics.

This is just one weapon. There is another weapon. We call it Google Webmaster or Search Console.

Google Analytics gives geographical information of your visitors, bounce rate and also visitors categorized by the browsers they used to open your blog. That's not enough for us - we are hungry bloggers. We want to know more. We also want to know queries and keywords searched in our blog, we want to submit our blogs' sitemaps and instruct Google as how to crawl through our blog contents, and also to know number of links our blogs have receive. 

When Google Analytics doesn't offer them, Google Webmaster comes in the picture. Click Here to sign up in Google Webmaster and use all the tools it has to offer in driving more and more traffics to our blogs. In Google Webmaster, we can see: 
  • search pattern reports
  • traffic pattern reports
  • links report
  • crawl reports
  • queries/keywords reports
  • security issues report
  • Google Index reports
  • add sitemap
We can do many more in Google Webmaster. In short, it gives tools and strategies to make our websites/blogs Google friendly. Google also provides free course called as Webmaster Academy. 

You can check the health of your blog using Pingdom and Sarvy SEO Tool
 
Hope this helps you in analyzing health of your blog. I am sure that it will help you in changing the ways how you blog to reach your targeted customers. Please remain in the loop. I will bring more tutorials in this - analyzing health of a blog to make Google friendly. 

Friday, November 20, 2015

Web Design+Domains+Hosting Service Providers in Bhutan

There are as many as 10 small firms in Bhutan that are into business of providing domain registration, web designing and web hosting services. Not all provide exactly same services. Some are into only domain registration and hosting whereas some are into everything needed to make your site visible in cyber world. Similarly prices charged for services aren't same. So today we brought you a list of those firms so that you can make choose the best hosting for your websites. 
    
Bhutan Web Hosting
Bhutan Web Hosting provides specific services related to domains and web hosting. It has limited choice of domain extensions. We also don’t know whether it provides bulk domain registration.

Bhutan Web Hosting also has an affiliate program through which a person usually a website developer can help them get clients in return of commission per order. 


Read: How is the blogging trend in the Kingdom of Bhutan as on year 2015

It has facilities to support from 200 to 1000 email accounts in email hosting which is also included in every hosting package. 

Bhutan Web Hosting has 4 packages for hosting. They are:
  1. Chungku at Nu.208 per month 
  2. Barma at Nu.290 per month
  3. Laysha at Nu.375 per month
  4. Chenpo at Nu.458 per month
Bhutan Web Hosting doesn’t have various types of hosting and prices for each hosting plan will remain one and same. 

Pros of registering with Bhutan Web Hosting:
  1. Free domain 
  2. Higher number of email accounts
  3. Higher number of sub-domains
  4. Suitable for website built with WordPress
Cons of registering with Bhutan Web Hosting:
  1. Low Disk Space 
  2. Expensive
Bhutan Web
Bhutan Web provides services of domain registration, web hosting, web designing, graphic designing and various services to ensure security of hosted data. 

It has facilities to support domains with various extensions. There are as many as 10 primary extensions and as many as 20 other extensions. Domain prices are different for domains with different extensions. However, they have a package designed both for new registration and renewal according to the number of years.

Bhutan Web provides following services related to domains:
  • Domain Registration – we can book single domains, bulk domains and also do change domain extensions. 
  • Domain Transfer-we can transfer our booked domains be it either single domains or bulk domains.
Bhutan Web has 4 packages for hosting. They are:
  1. Starter at Nu.250.00 per month. 
  2. Economy at Nu.350.00 per month. 
  3. Business at Nu.500.00 per month.
  4. Pro at Nu.850.00 per month.
The prices are applicable for US Hosting. Prices are different for different hosting. There are another 4 different hosting. And prices for the 4 hosting packages are also different for different hosting. First two has 2GB and 5GB disk spaces respectively.
 
Pros of registering with Bhutan Web:
  1. Good number of choices for domain extensions 
  2. Single domain or bulk domain registrations and their transfer
  3. Email hosting included in hosting packages
  4. Higher disk space for starters & economy hosting packages
Cons of registering with Bhutan Web:
  1. No free domains for any hosting packages 
  2. Less number of domains supported in each package
  3. Less number of email accounts supported for starters
  4. Expensive.
Druk Host
Druk Host provides services of web design & development, domain registration, web hosting, email hosting, logo & graphic designing, website maintenance & updates and also software development.

Druk Host provides 4 different plans for hosting. They are:
  1. Starter plan at Nu.1,000 per year 
  2. Economy plan at Nu.2,000 per year 
  3. Deluxe plan at Nu.3,500 per year
  4. Premium plan at Nu.6,000 per year
The first 2 plans support 1 domain each and 5 and 10 domains by Deluxe and Premium respectively. First two have 100MB and 600MB disk space and then deluxe and premium have 1.2GB and 2.5GB disk spaces respectively.
 
Pros of registering with Druk Host:
  1. Good disk space for deluxe and premium hosting plans 
  2. Good number of experienced staffs
  3. Everything needed for website at one.
Cons of registering with Druk Host:
  1. Low disk space for starter and economy hosting plans 
  2. Not suitable for hosting blogs with huge content
  3. Expensive
Cloud Hosting from Bhutan
Cloud Hosting provides services in domain registration and web hosting. They also provide website migration services and free website themes.
 
Cloud Hosting provides hosting at 4 plans. They are:
  1. Economy at $5.00 per month 
  2. Business at $10.00 per month
  3. Corporate at Nu.15.00 per month
  4. Enterprise at Nu.20.00 per month
All hosting plans have unlimited disk space except for economy plan that has 5GB. First two plans can support 1 and 5 hosted domains respectively. But economy plan supports only 10 email accounts for email hosting. 

It also provides domains with various primary and secondary extensions. But domains are priced as high as $15 and as low as $9.95 which is quite expensive.
Cloud Hosting has data centers located at various countries across the world covering as many as three continents.
 
Pros of registering at Cloud Hosting:
  1. Free website templates 
  2. Data centers at various countries
  3. Good disk space
  4. Free domain locking services
Cons of registering at Cloud Hosting:
  1. Expensive domains 
  2. Less number of email accounts supported in Economy plan
  3. Expensive hosting
  4. Payment in international currency.
Web Bhutan
Web Bhutan provides services of domain registration and web hosting. The good part of Web Bhutan is it provides free one domain each for any hosting plan. This means cost of owning a domain name won’t be billed to you.
 
It provides 4 hosting plans. They are:
  1. Economy at Nu.3,000 per year 
  2. Standard at Nu.4,500 per year
  3. Premium at Nu.5,500 per year
  4. Ultimate at Nu.7,000 per year
All plans support unlimited number of email accounts for email hosting and provide one free domain for any plan. The hosting disk space is also above 1GB for all plans which will be more than enough for any kind of websites.
 
Pros of registering with Web Bhutan:
  1. High hosting disk space 
  2. Free domain name
  3. Unlimited email accounts
  4. Unlimited bandwidth
Cons of registering with Web Bhutan:
  1. No testimonies. 
  2. Expensive
Web Nuk
Web Nuk provides services from web designing to SEO implementation. It also provides other services like LOGO designing.

It offers as many as 14 web hosting plans with disk space ranging from 50MB to 5GB and cost ranging from Nu.2,500 to Nu.32,500 per year. 

But the good part is Web Nuk provides 1 free domain whichever plans you choose. And data center for the hosting is in UK.
 
Pros of registering with Web Nuk:
  1. Good number of hosting plans 
  2. One free domain
  3. Good number of experienced staffs
  4. SEO services
Cons of registering with Web Nuk:
  1. Expensive
Bhutan Designs
Bhutan Designs provides services in LOGO designing to website development and designing. We cannot get hosting space from Bhutan Designs.
 
Pros of registering at Bhutan Designs:
  1. Good designs 
  2. Good number of experienced staffs
Cons of registering at Bhutan Designs:
  1. Can get only LOGOs and web designs 
  2. No hosting services
Druk Web Server
Druk Web Server also provides almost all services being provided by Cloud Hosting from Bhutan. It also provides services of domain registration, website migration and also hosting websites.

Druk Web Server offers 4 hosting plans for their clients. They are:
  1. Bronze at $8.33 per month 
  2. Silver at $7.50 per month
  3. Golden at 16.58 per month
  4. Platinum at 49.92 per month
They also have data centers in different countries across the world covering as many as three continents.
 
Pros of registering with Druk Web Server:
  1. Good disk space 
  2. Data centers at various countries
  3. Domains with various extensions
  4. Good control panel
Cons of registering with Druk Web Server:
  1. Expensive 
  2. Payment in dollar
Bhutan Telecom Ltd
Bhutan Telecom Ltd is the oldest ISP in Bhutan. It also provides domain registration and web hosting as other services. It also provides mail hosting services.


Read: Bhutan Telecom Ltd launches three more value-added services in 2015 

But the limitation of hosting with Bhutan Telecom Ltd is that your site cannot domain names with only .com extension. They should end with .bt extension.

Pros of registering with Bhutan Telecom Ltd:
  1. Trustworthy server 
  2. Content will be secured
  3. Website with country’s identification extension
Cons of registering with Bhutan Telecom Ltd:
  1. No web design services 
  2. No LOGO designing services
  3. No SEO implementation services
Tshenden Soft
Tshenden Soft provides almost all the services required in your site to give good online presence. They provide web designing, hosting, site maintenance, domain registration and also graphics & LOGO designing services. They also provide email hosting services.

When it comes to hosting, Tshenden Soft provides 4 hosting plans. They are:
  1. Starter at Nu.1900 per year 
  2. Economy at Nu.3300 per year
  3. Deluxe at Nu.6300 per year
  4. Ultimate at Nu.10000 per year
All the hosting plans have different disk spaces and also number of email accounts supported for email hosting purposes.
 
Pros of registering at Tshenden Soft:
  1. Good experienced staffs 
  2. All needed in website at one.
  3. Good system of email hosting for business concerns
Cons of registering at Tshenden Soft:
  1. Expensive 
  2. Security
Bharatbugss Host
Bharatbugss Host also provides almost all services being provided by Cloud Hosting from Bhutan and Druk Web Server. Charges for domain registeration and also for hosting have to be paid in international currency dollar.

But they have only two hosting plans. They are:
  1. Corporate at $18.33 per month 
  2. Bhutan Economy Host at $10.83 per month
In both plans, clients are given with good hosting disk spaces. Corporate plan has unlimited data space and latter has 5GB – which can be more than enough for any sites having good contents.
 
They have special service of hosting as dedicated hosting. There are 3 kinds of dedicated hosting plans. They are:
  1. Budget Package at $135 per month 
  2. Value Server at $225 per month
  3. Premier Server at $365 per month
Since dedicated hosting will have separate server space being dedicated to your own web contents, prices for dedicated hosting will be usually high.
 
Pros of hosting with Bharatbugss Host:
  1. Suitable for websites having good contents 
  2. Data centers in different countries
Cons of hosting with Bharatbugss Host:
  1. Expensive 
  2. Payment in dollars
We have introduced different domain registration and hosting service providers for you. It’s up to you to see which one would be suitable for you.
 
Our Recommendation
When you choose the hosting firm, you have to consider the cost, payment mode, reliability, disk space and availability of other services to ensure content security. 

It would be better if you don’t host with firms that charge fees in dollars. There will be other cost involved whenever payment is made in international currency – you have to have credit card. 

And to open a card itself, you just have to pay at least Nu.5000 without using any credit facilities, forget about higher interest charged by banks on amount paid from the card.

Friday, October 30, 2015

How to add DISQUS commenting system in blogspot blogs?

Don't you sometimes wish comment box design and commenting system are much inclusively easier in blogger? In blogger, we can either follow Google+ or just inbuilt blogger default commenting systems. In both of them, interaction among commenters is restricted to Gmail Account Users.
 

Wednesday, October 28, 2015

How to place menu above blog header banner in blogger?

If you have used free blogger template in your blog, by default, page-tabs/page lists or some people say menu will be shown below header banner (if you have used). Some people may love it like that.  Some may love it re-positioned above blog title or header banner.

               
But don't worry. We can re-position them. We can make page-tabs/page-lists or menu as some say appear above blog header banner. I have implemented it. You can see the screen shot of my other blog.


It looks different, right? Some people may say it's wonderful. Whatsoever, if you want to have this in your blog design too, follow the steps:

Step 1: Login to your blog. And select the blog (if you have many).

Step 2: Click on drop-down menu, click on Template and select Edit HTML

Step 3: Find <div class='tabs-outer'>. It should be just below </header> 

Step 4: Select all codes till </div>. The screen shot is given below. Cut it.


Step 5: Find the code <header> and paste code cut in step 4 just above it.

Step 6: Click on Save Template. You're done. Click on View Blog.

If the changes didn't appear in your blog even after following above steps strictly, please leave it as comment. Thanks      

Related Posts Plugin for WordPress, Blogger...