Saturday, May 13, 2017

topcoup-logo

Never miss another great coupon. Save more than before with TopCoup. Discover huge discounts and great deals for the best quality products. Shop online with coupon codes from top companies, stores and manufacturers. Connect to thousands of brands and retailers with millions of valuable consumers everyday. Coupons can save you a large amount of money on items you’re planning to purchase. Shop through the best coupon site at your favorite stores. No need to sign up, just visit and check out the products, click on the yellow button, apply the voucher code if available, enjoy the discounts - its as simple as that. Saving money actually does feel great. Using coupons regularly is the best way of saving up for expensive things. It gives you a feeling that you are doing something important for you and your family. Its time to reduce your spending and start saving. Discounts will allow you to save a little bit of money every month. Saving money has both physical and psychological benefits, so start saving now. You can also save money for the long-term, such as retirement. If you can set aside some of your pay today, you’ll have a much more secure retirement. This will help you greatly in achieving your dreams and goals. While saving money isn’t fun in itself, having money when you need it is definitely a great feeling. You probably remember how your parents taught you to save money. So, if you want to teach your children how to save money start saving yourself. It will allow you to help the poor people in need by giving charity and improve the society. When you donate money to charity, you create opportunities to meet new people who believe in the same causes that inspire you. Various obstructions and difficulties in life are created by taking away from others, while a happy life is created by those who give to others. While life satisfaction is one thing, general happiness is another. Charity will put happiness in your inner soul. When your kids see you donating money, they're much more likely to adopt a giving mindset as they grow up. So, start saving money while you shop. Find the best coupons, deals, offers, promotions, discounts and vouchers.

Tuesday, August 16, 2016




This tool does the complete opposite of the HTML Special Character Escape Tool. If you have some special character escaped HTML codes and want to unescape them then this tool is for you. It will reconvert the escaped HTML codes to their original form. So, let's use it:

HTML Special Character UnEscape Tool


Input code:






UnEscaped code:



Here is the source code. You can paste it anywhere inside your body tag:

<div style="margin:auto; display:inline-block;">
   <h3>HTML Special Character UnEscape Tool</h3>
   <h4>Input code:</h4>
    <textarea style="width:100%; height:90px; resize:none;" id="infld"></textarea><br /><br />
    <button style="float:right; background-color:#015264; color: white; text-align:center; border:none; padding:5px;" type="submit" onclick="unescapeHtml()">Submit</button><br /><br />
    <h4>UnEscaped code:</h4>
    <textarea style="width:100%; height:90px; resize:none;" id="outfld"></textarea><br /><br />
    </div>
    <script>
    function unescapeHtml() {
        var text = document.getElementById('infld').value;
  var change = {
    '&amp;': '&',
    '&lt;': '<',
    '&gt;': '>',
    '&quot;': '"',
    '&#039;': "'"
  };

  document.getElementById('outfld').value = text.replace(/&#?[a-z|0-9]+;/g, function(c) { return change[c]; });
}
    </script>


You can use the HTML Special Character Escape Tool here.






Sometimes when we try to display some HTML code in our websites or blogs, we face major difficulties. This is because the websites and blogs are created with HTML (Hyper Text Markup Language), and when we try to display HTML codes in these documents, the codes that are meant to be displayed, also gets executed by the web browsers. As a result, we only get to see results instead of those codes. We can bypass this problem by escaping the special HTML characters. I have made the following JavaScript tool to escape the HTML characters. Hope you'll find it useful:

HTML Special Character Escape Tool


Input code:






Escaped code:



Here is the source code. You can paste it anywhere inside your body tag:

<div style="margin:auto; display:inline-block;">
   <h3>HTML Special Character Escape Tool</h3>
   <h4>Input code:</h4>
    <textarea style="width:100%; height:90px; resize:none;" id="infld"></textarea><br /><br />
    <button style="float:right; background-color:#015264; color: white; text-align:center; border:none; padding:5px;" type="submit" onclick="escapeHtml()">Submit</button><br /><br />
    <h4>Escaped code:</h4>
    <textarea style="width:100%; height:90px; resize:none;" id="outfld"></textarea><br /><br />
    </div>
    <script>
    function escapeHtml() {
        var text = document.getElementById('infld').value;
  var change = {
    '&': '&amp;',
    '<': '&lt;',
    '>': '&gt;',
    '"': '&quot;',
    "'": '&#039;'
  };

  document.getElementById('outfld').value = text.replace(/[&<>"']/g, function(c) { return change[c]; });
}
    </script>


You can use the HTML Special Character UnEscape Tool here.



Monday, August 15, 2016




Blogger is a popular blogging platform. Blogspot is easy to use but if you have a blog with hundreds of posts and you click on labels you will notice that a big list of blog posts are appearing on the label page. This can be very uncomfortable for your visitors who want to read your blogs.

Even if you set the number of posts to show per page, from the layout page, it still won't work on the label pages. So, here is how to limit the number of posts shown in the label page:


1. Open Template from your Blogger control panel.

2. Click on Edit HTML.

3. In the editing panel, press Ctrl + F and search for
expr:href='data:label.url'

4. Replace all of them with either
expr:href='data:label.url + "?max-results=10"'

5. Click on Save template and have fun.



Saturday, August 13, 2016




If you don't know how to delete a file from your PC then you need to follow the following steps:

Method 1:

1. Select the file you want to delete by clicking on it or by using the keyboard arrow keys.

2. Press the "Delete" "Del" button from your keyboard.

3. Click "Ok" to move your file to the "Recycle Bin" or "Trash".

4. Delete the file from "Recycle Bin" or "Trash" to remove it permanently.

Method 2:

1. Right click the file you want to delete.

2. Click on "Delete".

3. Click "Ok" to move your file to the "Recycle Bin" or "Trash".

4. Delete the file from "Recycle Bin" or "Trash" to remove it permanently.

Deleting multiple files from your computer at once is a little different than deleting a single file at a time. Here is how to do it:



1. Select the files you want to delete.

2. Press the "Delete" button of your keyboard or right click on one of the files and click "Delete" from the menu.

3. Click "Ok" and your files will move to the "Recycle Bin" or "Trash".

4. Delete the file from "Recycle Bin" or "Trash" to remove it permanently.

5. Or you can put all unnecessary files in a folder and delete the folder when you want.

For some people it can be very annoying to delete the files then going to the "Recycle Bin" or "Trash" and delete them again. Although this gives us some security for accidentally deleting files, there is a way to bypass this system. If you are 100% certain that you would not need the files you will delete later then you can use the following method:

1. Select the files you want to delete.

2. Press "Shift+Delete" from your keyboard.



3. Click "Ok" to complete the procedure.

Deleting a file is one of the most simplest of jobs there is. Not knowing it is almost impossible. If you really did not know how to delete the files of a computer before then I think you should really work much harder to acquire more knowledge about technology.