Web Development Articles

Page 784 of 801

Why is using onClick() in HTML a bad practice?

Shubham Vora
Shubham Vora
Updated on 06-Dec-2022 6K+ Views

In this tutorial, we will learn why using onClick() in HTML is a bad practice. There are events and methods in JavaScript to handle the actions like clicking, hovering, etc. The onClick() is the most used method that executes a function on clicking an element. This method is applied to the element as its attribute. It may contain the name of the function or the script itself. JavaScript also contains the addEventListener method used to execute a function on the occurrence of an event. There are many ways to execute events, and every way has advantages and disadvantages. ...

Read More

Difference Between Website and Portal

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 02-Dec-2022 9K+ Views

Websites and Portals both have a webbased interface. They are correlated terms in the Internet terminology. The basic difference between a website and a portal is that a website is a collection of related webpages, whereas a portal is a gateway to the World Wide Web and is used to access various services of the Internet. In this article, we will discuss the important differences between website and portal. Let's start with a basic introduction of what websites and portals are. What is a Website? A Website is a collection of related webpages and is made to available under one ...

Read More

Difference Between Blog and Vlog

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 01-Dec-2022 2K+ Views

There are two methods namely blogging and vlogging for sharing your personal experiences or observations with a community. These two methods involve sharing information through internet. The basic difference between a blog and a vlog is in their medium of information sharing, i.e., a blog is a medium in which the information is shared using text, images, etc. in the form a story. On the other hand, vlogging is a form of video-blogging. There is a tremendous increase in popularity of vlog in recent years. The popular platforms for vlogging are YouTube, Instagram, Snapchat, etc. Read through this article to ...

Read More

Difference between Agile Testing and Waterfall Testing.

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 01-Dec-2022 2K+ Views

In the computer software testing world, there are two major software testing techniques namely Agile Testing and Waterfall Testing. Agile testing is more flexible and malleable, while waterfall testing is more structured and rigid. There are several other important differences between agile testing and waterfall testing which we will discuss in this article. But before going into the differences, let's start with some basics of agile testing and waterfall testing. What is Agile Testing? Agile testing is a software testing mechanism involving all team members where main owners are subject matter experts termed as Product Owners and testers as Quality ...

Read More

Difference Between Hypertext and Hyperlink

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 8K+ Views

Hypertext and Hyperlink are related terms associated with navigation over computer network but they have a different meaning. One major difference between the hypertext and hyperlink is that the hypertext is a data which when clicked redirects us to some other location, while the hyperlink is a link to a computer resource embedded in the hypertext. Therefore, we can state that the hyperlink is an internal part of the hypertext. In this article, we discuss all the important differences between a hypertext and a hyperlink. Let's start with some basics of hypertexts and hyperlinks. What is a Hypertext? A ...

Read More

How to fix broken images automatically in jQuery?

Shubham Vora
Shubham Vora
Updated on 21-Nov-2022 2K+ Views

In this tutorial, we will learn to fix broken images automatically in jQuery. Have you ever seen broken images while wondering on any website which shows only alternative text with the default icon of the broken image? Don’t you think it is a bad user experience? Obviously, it is. So, when you develop the application or website, you should write some JavaScript or jQuery code such that it can automatically replace broken images. Here, we will learn 2 to 3 different methods to fix broken images automatically using jQuery. Use the ‘onerror’ event inside the HTML ‘ ’ tag ...

Read More

How to play QuickTime MOV files using the Video.js player?

Prince Yadav
Prince Yadav
Updated on 14-Nov-2022 4K+ Views

Video.js is an open-source, HTML5 web video player. It supports a variety of HTML5 media source extensions along with modern video playback technologies like YouTube, HLS Stream, etc. through plugins. Video.js supports video playback on a range of display sizes with a plethora of devices like desktops and mobile devices. In this tutorial, we're going to learn how to play the QuickTime MOV files using in our web browser using video.js. MOV is a very common video container used in Apple's QuickTime player for storing movies and video files. These containers use a compression algorithm designed by Apple Computer and ...

Read More

How to setup Video.js with Vue.js?

Prince Yadav
Prince Yadav
Updated on 11-Nov-2022 4K+ Views

Video.js is a modern web video player which supports a lot of standard video playback formats along with the latest playback video formats. Video.js is very popular for creating video players and has large community support. One of the greatest things about video.js is that it is very straightforward to import and use in your project. It also provides support for various popular frameworks like React.js, Vue.js, and Angular.js In this tutorial, we’re going to have a look at how to set up video.js with the vue.js framework. We’ll also implement a basic example to create a video player using ...

Read More

How to setup Video.js with ReactJS?

Prince Yadav
Prince Yadav
Updated on 11-Nov-2022 5K+ Views

Video.js is a simple, straightforward, and easy-to-use modern video player which lets supports a video variety of video playback formats like mp4, FLV, etc. as well as modern formats like video playback formats like YouTube, Vimeo, flash, etc. The best thing about video.js is that is very easy to import and use in our project. In this article, we're going to see how to use the video.js library in our React project with the help of a few examples. How to setup Video.js with ReactJS? For using video.js in our project with react.js, we first need to create a react ...

Read More

How to setup Video.js with AngularJS?

Prince Yadav
Prince Yadav
Updated on 11-Nov-2022 2K+ Views

Video.js is a modern web video player which is used for creating video players for different video playback formats. It supports all the modern video formats like Youtube, Vimeo, Flash, etc along with all the standard video playback formats like mp4, webm, flv, etc. Video.js can be integrated with a wide range of popular frameworks like React, Angular, etc. In this article, we'll specifically learn how to set up video.js with AngularJS. We'll create a video.js component using AngularJS and then use it in our project. How to set up Video.js with AngularJS? For using video.js with AngularJS, we need ...

Read More
Showing 7831–7840 of 8,010 articles
« Prev 1 782 783 784 785 786 801 Next »
Advertisements