
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Yaswanth Varma has Published 377 Articles

Yaswanth Varma
718 Views
The task we are going to perform in this article is ‘set object property in an array true/false whether the id matches with any if from another array of objects in JavaScript’. Before we jump into the article let’s have a glance at the object and array in JavaScript. An ... Read More

Yaswanth Varma
4K+ Views
In this article we are going to find out whetehr it is possibleto change the value of the function parameter in JavaScript. A function accepts a certain values as parameters an later while calling this function we need to pass values for these parameters as arguments. Typically a function definition ... Read More

Yaswanth Varma
912 Views
In the following article we are going to learn how to use the output tag in HTML. One of the HTML5 element is the tag. It establishes a location for displaying the outcome of a computation made by a script or a user's engagement with a form element (the ... Read More

Yaswanth Varma
732 Views
In this article, we are going to learn about how to set the URL of the media fiel in HTML. Here, we'll look at how to use HTML to establish a media file's URL. We utilise the tag to specify a media file's URL. Multimedia files, including audio, video, ... Read More

Yaswanth Varma
315 Views
In the following article, we are going to learn about how to create a transformation matrix with HTML5. HTML5 canvas provides methods that allow modifications directly to the transformation matrix. The transformation matrix must initially be the identity transform. It may then be adjusted using the transformation methods. Using the ... Read More

Yaswanth Varma
20K+ Views
In the following article, we are going to learn about image buttons with HTML5. In this task we are making the image to act as a button, When the user clicks the button, the form is sent to the server. Let's look into it. What is image button Image buttons ... Read More

Yaswanth Varma
2K+ Views
In the following article we are going to learn how to draw an SVG logo in HTML5. Before we jump into the article, let's discuss a few things about SVG. The image format known as Scalable Vector Graphics (SVG) uses vector data. Unlike other formats, SVGs do not use unique ... Read More

Yaswanth Varma
3K+ Views
This article will teach you how to add the value of the element in HTML. We have a basic idea about the value attribute in HTML and the situations where we use the value attribute Let’s look forward to a better understanding of the HTML value attribute. In HTML, the ... Read More

Yaswanth Varma
208 Views
In this article, we are going to learn about how do we set the type of element in HTML as we are familiar with type in HTML. For elements, the HTML type Attribute is used to define the type of button. The type of input to display is ... Read More

Yaswanth Varma
429 Views
In this article we are going to learn about execute a script when there have been changes to the anchor part of the URL in HTML. The onhashchange attribute in HTML definition states that it activates once the anchor portion of the current URL has changed. The present URL's '#' ... Read More