Set the Size of Icons in HTML

Nikhilesh Aleti
Updated on 08-Nov-2022 07:54:50

6K+ Views

In this article, we are going to discuss how to set the size of the icons in HTML. An icon is a symbol that represents a specific action on a webpage. The Icon Fonts contain symbols and glyphs. There are several icon libraries(fonts) that provide icons and can be used on HTML webpages. The prominent icon fonts frequently used by the web developers are Font Awesome, Bootstrap Glyphicons, and Google’s material icons. Font Awesome − This library is completely free, for both commercial and personal use. This Font provides us with 519 free scalable vector icons. These can be ... Read More

What is Project Cycle Management

Radhika Dadhich
Updated on 08-Nov-2022 07:43:42

2K+ Views

Project cycle management is a process of planning and organizing a project. It is done with the help of project management principles. The main purpose of the project management cycle is to ensure there is a minimal error in the end product and that the process is aligned with the stakeholder’s expectations. Each project has a lifecycle, marking the project's beginning and completion. There are several things that go into the project lifecycle. The phases include project planning, project execution, and closure. These phases are further divided into several stages, and each requires a different set of tools. The goal ... Read More

Risk Management Strategies in Project Management

Radhika Dadhich
Updated on 08-Nov-2022 07:38:07

980 Views

Risk is an inevitable part of any project - whether you are starting a new project or modifying an existing one. While it can’t be avoided, some steps will certainly make it manageable. The risk could be positive or negative, depending on the type of project. Some risks have a positive impact on your outcomes, i.e., they turn into golden opportunities, while other risks are the challenges or obstacles that your business might encounter when deploying a new process, strategy, or product. Risk management strategies, as the name implies, are a set of procedures and tools that help you deal ... Read More

Major Leadership Theories Every Manager Should Know

Radhika Dadhich
Updated on 08-Nov-2022 07:32:55

335 Views

Not everyone is born a leader. Some people need to strive to become a leader. After all, a leader plays a very crucial role in driving the company toward success. To become a leader, it’s essential you possess the right skills or acquire them. That’s where leadership theories can help. These theories tell us why certain people have a good chance of becoming a leader, what qualities they have, and what sets them apart from others. A leader is much more than someone who sets the mission and vision for the company or guides the workforce toward organizational goals. They ... Read More

Create Project Report: Objectives, Components, Use Cases and Examples

Radhika Dadhich
Updated on 08-Nov-2022 07:27:47

2K+ Views

Only a project manager knows the struggle of keeping the stakeholders, end-users, and business associates up-to-date about the project's current status. Besides, following each requirement and instruction closely can get on your nerves. That’s where the project reports step in. A project report is an effective tool for managing all aspects of a project precisely. These reports help guide people in the right direction and show the accurate status of the project. If you don’t create a report, there’s no way you can know whether you achieved your customers’ expectations or the stakeholders’ goals. What is a Project Report? The ... Read More

Best Practices for Preparing a Lessons Learned Document

Radhika Dadhich
Updated on 08-Nov-2022 07:17:02

234 Views

What do you do after you have finished a project that you and the team have been working on for months? You celebrate. But have you really completed the project? You might have drawn a conclusion, but your project is incomplete until you create a lessons-learned report. Just delivering the output won’t do. You need to document the challenges you faced while working on a project and the lessons you have learned. This is going to benefit your personal and professional growth. But most importantly, a lessons-learned report is useful for the organization. It helps your teams learn things like ... Read More

Play MP4 File Using Video.js Player

Prince Yadav
Updated on 08-Nov-2022 07:03:24

5K+ Views

In this tutorial, we're going to learn how to play an mp4 file using the video.js player library. Video.js is a very popular and modern web video player which has been developed keeping the HTML5 world in mind. It supports a wide range of video playback formats like mp4, webm, flv, etc., and other modern video formats also like YouTube, Vimeo, and Flash. Video.js also makes sure that the video player is consistent across all display sizes like desktop, computer, and mobiles. In this tutorial specifically, we'll have a look at creating a video player for our mp4 video files ... Read More

Add Subtitles in Video using Video.js

Prince Yadav
Updated on 08-Nov-2022 07:01:41

5K+ Views

In this tutorial, we're going to learn how to add subtitles to a video using the video.js library. Subtitles, often known as captions, are lines of speech or other text that appear at the bottom of the video. Adding subtitles to the video really enhances the video experience for the viewers who are deaf or hard-of-hearing. Adding subtitles using video.js is very easy and furthermore, video.js allows crossbrowser implementation of the subtitle. Let's learn how to add subtitles to our video using video.js in the next section of the video. How to Add Subtitles in Video Using Video.js? Subtitles, also ... Read More

What is NaN in JavaScript

Abhishek
Updated on 08-Nov-2022 06:40:59

614 Views

In this tutorial, we will learn about NaN in JavaScript. NaN is nothing more than a property of the global object which stands for Not a Number. It is mainly used to check whether the entered value is a number or not. The NaN and Number. NaN both are same, so do not confuse next time if Number. NaN is written in any program as it is similar to NaN. The NaN is a property that is rarely used in any program because it is not a good practice to use NaN to identify anything in the program. There is ... Read More

What is Multiplication Operator in JavaScript

Abhishek
Updated on 08-Nov-2022 06:37:42

487 Views

In this tutorial, we will learn about the multiplication operator (*) in JavaScript. The multiplication operator is a binary operator which requires at least two operands to operate on. The multiplication operator simply multiplies the left operand with the right operand, or you can say that it simply increases the value of the left operand with the same value till the value of the right operand becomes zero. The example below will explain you everything − 3 * 2 = 6 OR 3 + 3 = 6 5 * 3 = 15 OR 5 + 5 + 5 = 15 ... Read More

Advertisements