
Search In
Hey Readers!
Web pages are incomplete without images. Images add visual appeal to our websites.
There are situations when we want to put lines of text right next to an image. The text might be some sort of description of the image, or anything.&nbs
If you want to find even number of table rows then it's not a difficult task now, we can do this easily with the help of jQuery :even selector.
The :even selector will choose all those components which have even index i.e 0,2,4,6 etc.
Most of t
Hello Readers
We all must have filled some or the other type of a form online. A form for subscription, for a job, an application etc. A form may ask general information of you as your address, name dob, mother tongue etc, or your educational qualif
There are many different kind of CSS selector which we can use to apply CSS style to an element in html. ID and Class are one of them. Here, in this this blog, I am going to explain you the basic difference between these two :-
1. In the
Many times you have to include music or video into your website. The most effortless approach to add video or sound to your website is to use the HTML tag called <embed>. This label makes the web browser to itself incorporate controls for the m
Hello readers, today I guide you to "Add custom column to multisite sites listing screen".
In case you are running multiple sites, then you get sites listing site showing all the sites on that network. Often there might need to show
If you want to find odd number of table rows then it's not a difficult task now, we can do this easily with the help of jQuery :odd selector.
The :odd selector will choose all those components which have odd index i.e 1,2,5 etc.
Most of the tim
Hi, Android 7 i.e nougat supports multi window mode that means at the same time two or more screens can be open like to open email on right side and gallery on left side.
So to create multi-window screen we have to use a flag in manifest named resiz
Hi, Android 7 i.e nougat supports multi window mode to open more than one screens at a time
With help of this flag one activity can be open adjacent to another activity.
Require jdk : 1.8 or higher
Require sdk : 24 nougat
Require dependency :
c
In this blog, I am going to demonstrate to you proper methodologies to make a corner ribbon with the help of css by utilizing various css properties for example with the help of transform, box-shadow and position we can make corner ribbon
