Tuesday, May 29, 2018

website vs youtube-earning details


Website VS You tube 

Website

Website :- As you know guys collection of web pages called website.we can make website through two way first in the sense of coding and second method is cms(Content Management System) it means create website without any coding these kinds of website anyone make so questions arises why we need of coding website so if we want to create website which have more then functionality any other cms system then we need of coding website.

Earning :- Earning of website through ads is more better then you tube channel this is why its first reason if we earn money through website so google gives us 68 % money of ads but in you tube channel google gives us 55 % money of ads and another reason is if we keep ads on website so this is permanently for all users ,in you tube we have no any kinds of facility to add ads in permanently.

google adsense
google ad sense

You tube

You tube :- is also a good platform to earning money through google.you need to simply create create channel then upload videos.after the uploading you need to link account with google adsense watch video how to link google adsense account with you tube if you have no adsense account to please watch this video to know how to create google adsense account these are simple process after all the criteria full fill with you tube policies and required 1000 subscriber and 4000 hours watch complete these criteria you can earn money.

For Better Understanding watch video...



Both are best way in the sense of own way because of this according your ability you should decide which is best or suitable for you.





thanks for reading post please like ,subscribe and share this post


Monday, May 28, 2018

how to download video from youtube to computer/mobile free

download you tube videos on desktop/pc or mobile free


Download you tube videos on desktop/PC

Hello guys if you want to download you tube videos on desktop/PC so i have one simple tricks you need to follow one simple steps and then you can download you tube any videos.

download youtube videos,into pc/mobile/desktop
download youtube videos


Step :- in URL after www. you need to put ss then press enter then you will get download option for that videos. you can also change video quality.


If you feel any troubleshoot 

 Please Watch this video for live example






Download you tube videos in mobile

If you want to download you tube videos on mobile so i will suggest you on popular application which name "VIDMATE" you need to search simply as you do in you tube then at right side you see download arrow key you need to click on that then it will ask you which quality you want to download then select quality after finish this step you will have got download video.

download youtube videos in mobile
vidmate logo

Thanks for reading this post , Please like, comments and share 

Sunday, May 27, 2018

website seo checker and website rank checker


website seo checker

https://www.seoptimer.com/

is a website in which you can check your seo of any website you need to put into search box your website URL then click on analyze button then after some minute you will get result of your website.

seotimer home page,seoptimer example page
seoptimer home page

website rank checker and more

alexa  is most popular website for website ranking checker. simply you type your website url then click on search button and then after some time you can watch your website rank if your website is not counting in alexa ranking so your website is no value according to traffic,content and website performance.

alexa rank home page
alexa rank home page

GTmetrix website performance checker

This is another website for checking website performance in the sense of coding and timing.

for watch live example...



Wednesday, May 9, 2018

how to watch ipl 2018 live in mobile without hotstar


how to watch ipl 2018 live in mobile without hotstar



Nowadays people don’t only rely only on TV Channels to watch their favorite TV shows as the online streaming services are grown rapidly and most of you own unlimited data plan thanks to Jio and other network providers.

But somewhere a lot's of people have not jeo sim or airtel then how we can watch live ipl with no delay 5 minute like hotstar we watch.

1.Go to the browser and type livenettv The app is not listed on Play Store so you      need to turn on unknown sources to install this app.

 2.Install and open the app. In the homepage, the app will show all list TV channels by country and category.


how to watch ipl 2018 live in mobile,watch ipl live match, livenettv home page

home page of livenettv

3.Now you need to click on “Star sport”  in the next step scroll down and select star sport  or Star Sports HD 1 to Live Stream Vivo IPL 2018.

live ipl match 2018 in mobile and all channels

livenettv


If you getting any kinds of issue so friends watch my video click on link or directly play video to watch live configuration of livenettv on mobile device.


Thanks guys if you like this post so please comment me and tell your feeling if you getting issue after this video so please explain you problems in comments.

Tuesday, May 8, 2018

how to link youtube with google adsense


Link youtube account with adsense

techsol expert

how to create youtube channel ,link account ,and earn money watch playlist of youtube videos

Hello guys here i will explain about how to link YouTube account with google adsense. so please read continue...

1. First  go to the YouTube.com homepage and Click the "Sign In" link.
2. Fill your YouTube username and password for your YouTube channel and click the "Sign In" button.
3. Go to the YouTube link page.
4. Choose the "Please link your YouTube and Google accounts" option.
5. Fill your Google email address and password and click the "Confirm" button to link your YouTube channel to your Google account.


follow some simple steps and link with google account easily watch live video

how to link YouTube account with google adsense video link for better understanding

how to link YouTube account with google adsense



youtube account link with google adsense

How to link youtube account with google adsense


Thanks a lot for reading my popular post if you really feel happy with this post so please share ,follow and subsciber for more updates...






static function in java best explained

static function in java

techsol expert 

Hello friends here i will explain you what is exaclty static function in java ,how to use it and what is advantages of it with example so let's start...


static function is a modifier in java which is in c++ language called access specifier but in java access specifier has changed into modifier but working motive is same.

"modifier defines access level of any class or function or variable.like public modifier,private modifier,protected modifier ,static etc."


java modifer ,acess specifier limit,java best modifier
Modifier access level 

static function in java watch live example



class Techsol {
 
  public static void main(String[] args) {
    display();  //calling without object
    Techsol t = new Techsol();
    t.show();  //calling using object
  }
 
  static void display() {
    System.out.println("Programming is amazing.");
  }
 
  void show(){
    System.out.println("Java is awesome.");
  }
}
we have taken a class called Techsol and 3 function with main one is static
 second is not static.if you have without static function you whenever you are 
you are calling function you need to create a object then you can call 
otherwise java IDE shows warning.
If you have static function then you can call that function directly without 
create any object.

like this if you have without static function socall like thisTechsol obj1;obj1.show();if you have static function so you can call like this Techsol.display();
example : - System.out.println();System is a class out is a String class's static variable therefore this is called directly with class then println is a static function therefore called directly.


Advantages of Static function

  1. if you use static modifier you you need less code and this is benefit of the static function.
      2. you don't need to create object .

Sunday, May 6, 2018

Kaise WhatsApp chat padhe

WhatsApp chat read other person through laptop


  • Hello guys if you want to read whatApp  so follow some simple steps and read other person chat watch video how to read whatApp chat




WhatsApp chat read
WhatsApp chat read


Popular post

Techsol expert update Hello, guys now we have bought our personal domain and we serve help through our website. Students can also us...