
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
192 Views
The jQuery fade effect combines the ability to display and hide certain items while also including a transition animation. You can observe that the elements gradually fade in and out rather than appearing and disappearing right away. An effect like this could make the website look more spectacular and be ... Read More

Yaswanth Varma
132 Views
The "flipping window" effect, also called the "window rotation" effect, is a visual occurrence that takes place when an object or scene is seen via a number of spinning windows or panels. To give viewers an immersive and engaging experience, the flipping window effect is frequently employed in interactive displays, ... Read More

Yaswanth Varma
184 Views
In CSS, we use length, percentage, and keyword values to define an element's size. For developers who want the freedom to present webpage content effectively, the CSS sizing property is necessary. You can use it to apply styles to websites. More significantly, you can do this without regard to the ... Read More

Yaswanth Varma
273 Views
Most users at the beginning of the internet's existence were desktop computer users. Nowadays, you can access the internet on your laptop, phone, tablet, automobile, etc. People anticipate that the website will appear nice across all platforms. Before responsive web design, web developers and designers tried with a variety of ... Read More

Yaswanth Varma
130 Views
The JavaScript library "jQuery" is regarded as the most effective lightweight JavaScript library. Based on the built-in methods, it encapsulates several lines of JavaScript code to carry out a given functionality. A single line of code can easily be used to call these methods. While doing the necessary operation, it ... Read More

Yaswanth Varma
138 Views
jQuery is a well-known JavaScript library that makes it easier to manipulate HTML elements, handle events, and carry out numerous operations on web pages. Adding or changing HTML element classes can also be done using jQuery. Using it, we can easily add a new class to an element that already ... Read More

Yaswanth Varma
515 Views
A well-known JavaScript library called jQuery makes interacting with HTML documents and carrying out different operations on web sites making it more effective. Let’s dive into the article to add list elements to an unordered list. Unordered lists are frequently employed to provide a group of items in a bulleted ... Read More

Yaswanth Varma
552 Views
Due to the simplicity of identifying comparable data fields, forms are used to aggregate data for simpler understanding by all users and clients. Additionally, by knowing each group individually rather than attempting to grasp the full form at once, users are better able to focus on smaller, more clearly defined ... Read More

Yaswanth Varma
312 Views
A beautiful website can be created using the stylesheet language CSS (Cascading Style Sheets). Utilizing this will make the process of making web pages visually appealing simpler. You can use it to apply styles to web pages. When utilizing width or height, the CSS Box Sizing property gives us the ... Read More

Yaswanth Varma
830 Views
The prop() and attr() methods in jQuery are both used to change the attributes and properties of HTML elements, but they accomplish slightly different tasks. Although they are sometimes used interchangeably, knowing how they vary might help you decide which approach is best for your particular use case. Let’s dive ... Read More