Skip to main content

Posts

How to Disable Blogger Redirection to Local Domains?

If you're running a blog in blogger platform, you should notice, sometimes your site is redirected to local domains. I mean your site is redirected to country specific URL. But it doesn't happen in all countries. Maybe 15 - 20 countries have their own blogger domain. But Google will implement the local domains for blogger blogs in other countries very soon!  Let's give me an example:  You know the URL of Marks PC Solution is -  http://munnamark.blogspot.com If you're Italian you will see my site's URL as-  http://munnamark.blogspot.it A Canadian will see my site's URL as -   http://munnamark.blogspot.ca An Indian will see my site's URL as-  http://munnamark.blogspot.in Okay fine! Blogger has its own local domains for different countries. But what's wrongwith this country specific URL? There are a number of problems:  Your social stats (+1, Likes, Tweets) may fall dramatically due to the variations in domain....

Add Total Posts & Comments Widget in Blogger

Hello Guys! Hope you all are fine. Today I have come with another post for bloggers! You know there are many tips and tricks published for bloggers. You will find them in the blogging category. And several times I have also discussed about adding attractive widgets in blogs. Today I'm gonna share another one with you- Total Posts & Comments Widget . Adding this code is very easy. All you need is just to add an HTML/ JavaScript Gadget in your site. And before that you must decide where you will place this gadget. It maybe at the bottom, or maybe at the right pane (if any) of your site. Or if your site has any page views/  hit counter then you can place it just before that counter.  Okay let's start:  Don't forget to sign in your blogger account. Then go to the blogger control panel I mean design or dashboard.  Go to the Layout option from the left side.  There you will find several Add a Gadget options. Select ...

How to Remove Blank Space Above Blogger Header?

If you're using one of the default templates of blogger then you may need to fix several issues regarding the header of your site. Such as Navigation Bar, unnecessary space above the header, customizing the header style etc. etc. Better you may like to use a third party template. But a third party template is not always 100% compatible with blogger. That's why I personally prefer to use the default one.  Today I would like to show you the easiest way to remove the unnecessary space above the header .  Look at the above image. This is the header style of Marks PC Solution without Navbar and Unnecessary Space. If you follow this post, you will be able to make your header like this one.  There are also two bonus topics for you! Though these two were published before I'm gonna link them back here. Read them if you think necessary:  Remove Navigation Bar from Blogger Blog Use Custom Favicon in Blogger Blog Before removing t...

HTML Tutorial 4: Tags Without Ends

After a long break I am gonna write another tutorial on HTML. This will be the number 4 tutorial of HTML. Today I would like to share some tags which don't have any endings! I mean you can just start these tags but they have no corresponding end tags.  You might be interested to read the previously published HTML tutorial. These are as below:  HTML Tutorial 1: Simple HTML Document (Example) HTML Tutorial 2: Basic Parts of an HTML Document HTML Tutorial 3: Most Common Tags in HTML Documents Now I can proceed to the Tutorial 4: HTML Tags with No Ends. Have a look at the image below.  The above image doesn't include all the tags that have no ends. See the complete list below:  <area>  <base>  <basefont> <br>  <col>  <frame>  <hr>  <img>  <input>  <isindex>  <link>  <meta>  <para...

Post Writing Guidelines for Bloggers

Well this is not an easy topic to write about. You could never imagine how much responsibility is to be taken when you are discussing about any guideline. Because whatever you write as guidelines/ policies these might be applied by other people. If they get benefited then it's your credit. But if they face any problem by following your principles you should be held responsible for that.  Anyway, I will try my best to provide you some guidelines which I believe must be considered before publishing a post. These tips will be very useful for you  To increase search ranking To increase visitors  To retain existing visitors Most importantly to improve your writing quality Read the whole post carefully and participate through your valuable comment . . . :)  Post Title:  The first and most important part to the search engines to display your site at the first page. Attractive post title is also helpful to encou...

How to Show the File Location in MS Word and Excel?

In MS Word and Excel you can show the location of your file (File Path). Usually the file path is placed at the footer of the document. And when it is placed at the document footer, it automatically appears at the each page of that document.  Why to Use the File Path (Location of the File):  Well this is really important for those people who want to keep the source of the document printed with it. If the file path is printed with the document then it is quite easier for us to trace the path next time when you search for it on the hard disk. It looks like the image below:  Thus it is easier for you to locate a saved document.  Why You Shouldn't Use the File Path:  Definitely it is revelation of information. If the file is a highly classified document and if the file path is used there, then others (who do not have access to that file) might be accessed that file through the path printed with the document! For example: it m...

How to Remove Borders from Blogger Image?

Look at the two images above. Both of them are almost same. Except the second one has borders outside. The first one is transparent and it has no shadow or border. And the second one is transparent but there is a boudary outside of it. Which one do you like?   If you are a regular visitor of Marks PC Solution, then you should notice our images has no borders. In fact no borders at present, previously out images has borders. Most of the time I like to use transparent image with PNG extension. And outside of each image, there was a border which looks very odd. But adding a CSS code removes this problem.  Few days ago, one of my acquintances shared a code with me. He said this code removes the outside border of the uploaded images in blogger blog . I applied this code in Marks PC Solution . And magically there is no borders outside of my images. All images are now fully transparent!  By default, blogger blogs automatically add borders and s...