Posts

Showing posts with the label TiPs N TriCks

BackPack Tutorial (Details About BackpackBang in Bangla)

Image
�???????? ?????� ??-??????-???????? BackpackBang ??,?????? ??? ???, ?????? ???? ?????,?????? ????? ?????? ????? ??? ?????? ???? ??????? ??????? ??? ?? ???? ???????????? ????? ?????? ?????? ???????????? ?????????? ????? ???? ???? ????? ???? Amazon.com  ???? ???? ??? ???? ?? ?????????? ????? ???? ?????????? ????? ???? ???? ?? ??? ??? ???? ????? ??????? ????????? ??????? ????? ???? ?????? ?? , ????? ???? ?? ?????????? ????????? ?? ????????? ???? ???? ???? ???????? ????? ??? ????? ??? ?????? ???? ?????????? ??? ?????? ?? ??? ??? ???? ???????? ???? ???? ??? ?????? ????? ???? ??????????? ????????? ???? ???? ????? ???? ????? ???? ????? ???????? ???? ???? ????????? ??????? ??? ????????? ???? ?????? ???? ????? ???? ???? ??? ????? ???? ??? ??? ???? ???? ???? ?????? ???? ???? ?? ???? ???? ????????? ?????? ???? �???????� ?????? ??????????? ???? ???? ?????? ????? ?????   ?????? ??????????????? ?????? ????????? ???? ??????????????? ?????????? ??????????? ????? ????? ???? ?? ???? ?...

How to Post HQ Images in Blogger.

Image
This is one of the most wanted blogger Tricks,which makes it possible to post big size and also High Quality pictures in blogger posts. Normally,If you upload a large/High Quality image to blogger(with large thumb size selected),it will automatically resize it and then post it as thumbnail.But, the image quality of the resized image is very poor. So, to make the image look more clean and sharper, this trick will come helpful. Lets See how to do this: First, calculate how much large image size you want to display.Suppose, take this blog as an example, the main body width is about 570px. So, the maximum width to post a large image is 570px. But, to make the image looks nice, we have to give some padding to it.so,choose the width which is a bit less than the post body width.. like 560px. Now Go to Blogger>Login>Design>Edit HTML>Tick the expand widget templates. Find the Below Line: ]]></b:skin> Add this code before the line: img { max-width: 560 px; width: expr...

Add Blogger Share Buttons to Custom Blogger Templates

Image
Do you Know recently Blogger released their new SHARE Buttons features which makes it easier for your Blog visitors to bookmark, tweet, fshare, email ,etc your post. But the problem is that,if you r using any custom blogger template,you may not see the widget appearing in blog,even though you activate it. So,If you are facing the problem,here is your solution. Before continue,Please make a backup of your template.Now follow the steps carefully. Sing in to Blogger Account. Go to Design>Edit HTML>then tick the expand widget templates. press ctrl+f and open Firefox Search Box. Add this line anywhere you want the widget to appear::   <b:include data='post' name='shareButtons'/> Normally, in most templates, you can add it after this line.. <p class='post-footer-line post-footer-line-1'> If you don't find that above line in your template.... Find this one.paste the below line on Firefox Search Box   <p><data:post.body/></p> ...