5 Online Money Earning Killer Ideas ( Legitimate Method)

5 ways to earn online money

1. YouTube Channel Starting a YouTube channel is the easiest way to make money online and it doesnot require any investment. Youtube recives almost 5 billion video views er day, which proves its strength on the internet. Felix Kellberg, the owner of PewDiePie (a YouTube accung), earned $12 million in the year 2015 with one … Read more5 Online Money Earning Killer Ideas ( Legitimate Method)

CSS and JavaScript Code to increase and decrease font size of text.

To add functionality of increasing and decreasing size of text in the post you need the following codes. let us suppose I have a content in a div whose id is “content”. FOR DIV <!– BUTTON FOR INCREASING AND DECREASING –> <div class=”textcontrols”> <button id=”decreasetext”> <span>A</span></button> <button role=”button” id=”resettext”><span>A</span></button> <button role=”button” id=”increasetext”><span>A</span></button> </div> <!– BELOW … Read moreCSS and JavaScript Code to increase and decrease font size of text.

JQuery Code to add class in the first class div (Bootstrap Carousel)

If you have a bootstrap carousel for my post display( code is below ). And If you want to put in the loop to the posts, there comes problem of first child active. This carousel will be displayed only after the first child has class active. You cannot make all the inner item active and … Read moreJQuery Code to add class in the first class div (Bootstrap Carousel)

Window does not refresh while adding new categories and tags?

You might have experienced this while adding new category. When you ad category title and slug and description and submit the form by clicking “Add new Category” button. Screen freezes (doesn’t refresh). And same issue occurs while deleting the category and tags. I have been struggling to this problem so long. I used to give … Read moreWindow does not refresh while adding new categories and tags?