Skip to main content

Posts

Remove Powered by Blogger Widget from your Blog!

You may wanna remove the powered by blogger text from your blog that shows at the end of the page. But this task is not very easy if you don't know the proper way. If you try to do it just by editing the template, for sure you will not be able to do so!  Because this text is set up by a widget. Without proper guide you can't find this code! So, in this post you're getting a guide to remove this text. Follow my instruction.  Sign in to your blogger account.  Then hit on the template button.  Click on the Edit HTML option and proceed to the next step. Then mark the option named       Expand Widget Templates   Now you've to delete a minor portion of the template just below this line-  <b:section class='foot' id='footer-3' showaddelement='no'/> Press Ctrl + F to find this line. And select and delete the following lines as shown in the image below. When you press the delete button you will show the following ...

Hidden Option Can't be Unchecked? Fix it Now!

If you look at the above picture, you'll notice the property of a hidden file. And carefully look at the attributes. The option Hidden is checked. And you will not be able to uncheck this. Because this option is disabled.  In this situation you need to view the files by unchecking the protected operating system files from folder options. Which is very annoying. Because this option reveals many unnecessary files with your required files.  Today I'm gonna share a cmd command by which you can easily unhide all files and folders from a particular drive.  Press Windows Logo Key + R. Type cmd and press Enter and you will see command prompt window. Now type this command:  attrib -s -h K :\*.* /s /d This will unhide all files and folders of the drive K . Remember K is name of the drive in which you wanna run the operations. If you wanna unhide the folders of any other drive ie. D, then type D instead of K. To view all hidden files and fold...

Convert a Webpage into PDF Online- No Registration!

Sometimes you may need to copy something from a webpage. If you need to copy only the text then you can copy the text and paste it to any program. But sometimes you may need to copy the whole site including the pictures and original formatting. In that case, what should you do?  Today, I'm gonna share a site with you. Using this site you can easily convert any webpage into PDF and download it in your PC. You don't need any other software to do it. Even you don't need to register! It's free!  NB: Of course you need to register if you wanna enable some extra option.  The site I'm talking about is PDF My URL .  When you need to convert a webpage into PDF, first copy the URL of that site. ie.  http://munnamark.blogspot.com/ Now go to the  http://pdfmyurl.com/ .  Then enter the URL you wanna convert. ie.  http://munnamark.blogspot.com/ And finally hit on the button looks like P with down arrow.  Immediately a PDF file wi...

Domain Name Extension for All Countries

Net users sometimes need to know the domain name extensions. So ,i n this post I am sharing the domain name extension for almost all countries. If you need to know a specific domain abbreviation or the domain name of a country you can simply search by Ctrl +F then type the extension or country name.  Domain Country Domain Country A .ad Andora .ao Angola .ae United  Arab Emirates .aq Antarctica .af Afghanistan .ar Argentina .ag Antigua  and Barbuda .arpa Advanced  Projects Research Agency .ai Anguilla  (U.K.) .at Austria .al Albania .au Australia .am Armenia .aw Aruba  (Netherlands) .an Antilles  (Netherlands) .az Azerbaijan B .ba Bosnia-Hertsegovina .bn Brunei  Darussalam .bb Barbados .bo Bolivia .bd Bangladesh .br Brazil .be B...

Create a Banner of Your Website or Blog for Free !!

This post is very nice and useful for blogger as well as for the person who has a website. This post will guide you to create a banner ad for your site. The steps are very simple and easy. Just follow the instructions below.  First go to this My Banner Maker .    Now you'll see different types of banner size.  Choose a size that is suitable for you. I prefer  prefer Full Banner (468 x 60).  The next is Background. You can choose the color or upload your own image.  Now move to the Text. Enter your site's name and choose the font and size.  Then choose Border and Effect. Don't choose anything that looks odd.  Next is Save. Here you can enter your site's URL and choose what type of banner you need actually.  Now hit on Save The Banner button and choose Continue on Free.  Here you'll find a code. Copy and paste the code where you wanna place your banner.  If everything is OK then your banner will look l...

Add Print as PDF Button in Your Blog!

Sometimes your blog or website reader may wanna save the post as PDF. Or they may want to print it. And there are many free tools to add Save as PDF button. But the problem is that, most of the free tools doesn't allow you to remove the background images of your site. I mean this is not print friendly. As a result whole web page is saved. And this is very irritating.  Today I'm sharing a code that is free from this problem. It allows you to save only the text with related image. Let's try this-  Sign in into your blog. Then go to design. From the left panel, hit on the Layout button. Now click on Add a Gadget. Choose HTML/ JavaScript. Now copy and paste the following code into the Content Box. Save the gadget and view your blog to see the change!  <script src="http://cdn.printfriendly.com/printfriendly.js" type="text/javascript"></script><script type="text/javascript">document.doAT = function(cl){...

Add Facebook Like & Send Button After Each Post Title!

Earlier I showed How to Add a Pop Out Facebook Like Box in Side Bar . And in this post I'm gonna show how to add the Facebook like and send button after each post title. All you've to do is just add a small code in your blog template.  If you do this, it will be easier to share your blog post with your friends. And you can also post it in your wall without visiting your page! And it will also allow you to share posts by email IDs of your friends. So you shouldn't miss this trick.  Sign in into your blogger account.  Then go to Design > Template > Edit Html. (Backup your template if you're new user) Check the box Expand Widget Template.  Press Ctrl+F and search for  <data:post.body/> Now copy and paste the following code before  <data:post.body/>   Now save your template and see the result!  <div id="fb-root"></div><script src="http://connect.facebook.net/ en_US/all.js#xfbml=1"></scrip...