Skip to content

Tag Archives: Web-Programs

 Blind XSS Vulnerability Blind XSS is quite similar to stored Cross-Site Scripting attack where the input provided by the attacker is saved or stored by… Read More
Spring MVC is a widely used module of spring which is used to create scalable web applications. But the main disadvantage of spring projects is… Read More
CGI(COMMON GATEWAY INTERFACE) may be a set of standards that outline however data is changed from the online server, passing the online user’s request to… Read More
Spring is widely used for creating scalable applications. For web applications Spring provides Spring MVC which is a widely used module of spring which is… Read More
Azure Cloud Service: Azure Cloud Service cloud service is provided by Microsoft in which the developers store the applications. It uses SQL databases, MySQL, Cosmos… Read More
The read-only attribute in HTML is used to create a text input non-editable. But in case of CSS, the pointer-events property is used to stop… Read More
The width property is used to fill a div remaining horizontal space using CSS. By setting the width to 100% it takes the whole width… Read More
The CSS float property is used to set or return the horizontal alignment of elements. But this property allows an element to float only right… Read More
This article contains different methods to validate an email address in PHP. It uses regular expressions and inbuilt email validation function. The input string is… Read More
The height property is used to set the height of an element. The height property does not contains padding, margin and border of element. The… Read More
Three or more different div can be put side-by-side using CSS. Use CSS property to set the height and width of div and use display… Read More
Given an image and the task is to change the image color using CSS. Use filter function to change the png image color. Filter property… Read More
CSS property can be include in the HTML page in a number of different ways. HTML documents are formatted according to the information in the… Read More
The maximum size of any file that can be uploaded on a website written in PHP is determined by the values of max_size that can… Read More
Captcha: Captcha is a program used to protects websites through bots. It generates some tests that human can read and pass it but current computer… Read More

Start Your Coding Journey Now!