How to download Youtube Videos to Computer
YouTube is the largest and most popular video watching platform. Though most of the youtube video is free to watch, downloading them is illegal. It violates google terms of service.
As youtube is the most popular platform, there are lots of alternative ways to download videos from youtube. So we are gonna sharing only few of the most popular option. Without any further ado, let's get started.
how to see if checkbox checked using jquery
It's a common task that you need to check if your single checkbox
is checked or not before doing something with that.
How to give rounded corners to a element using css
In CSS3 it's possible to give elements rounded
corners using the border-radius property.
How to select paragraph element using jquery
You may be required to select all <p> elements with specific class
or other ways using jquery.
What is html canvas and how to use it
The HTML5 <canvas> element draws graphics via JavaScript.
What is css pre-processor and how to use it
Sass is called css pre-processor which reduces repetition
of css codes and this way saves time.
how to add facebook comments in website
Many sites using facebook comments in pages/under post to get remarks/comments from their users and
gaining more popularity and interest
how to add facebook like button in website
Many websites using facebook like button in every pages to make their site more social and got around.
how to make uneditable textbox
you have tried to show data in the asp.net textbox
control and wanted that user will not be able to
modify data in the textbox or cursor will not be
shown in the textbox or other technical reason
then this tips can help you -
reading html file using StreamReader class by c#
if you want to read the content of any html file then
this tips can help you.StreamReader is used to read
the file and store data in Stringbuilder.you can modify
the Stringbuilder according to your need.