
Search In
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
The @keyframes property specifies animation code. To use CSS3 animation we need to understand @keyframe property.
This @keyframe property enables user to do multiple transition on the same property which is later performed in continuous sequence. Thi
Hi Readers,
Many developers use third party SDK for saving records into the Database, Firebase provides us this functionality. To add records into Firebase, please follow these steps:
First of all, you need to create a reference to Firebase databas
Step1: permission needed to read contacts
<uses-permission android:name="android.permission.READ_CONTACTS"/>
Step2: ContentResolver provides access to the content provider. Its main work is to read the user's query and redirecting them t
Hi all,
In this post, I am going to tell you, what is Glyphicons and how to use it and its example.
What is Glyphicons?
Glyphicons are set of icon fonts style which you can use in your website. To use the icons, simply use the follow
If you want to create progress bars using only css3, you can see here how to make it.
HTML Base
The bar in which the progress will be shown can be taken as a <div> with some class named outer. Inside this outer you can take a span in which the
In this blog, I'll tell you how to style images whether its image with rounded corners, image with circular shape, image with thumbnail shape.
Rounded Corners :-
The class .img-rounded is used to add rounde
Hello Reader's ,
Hope your are doing good today.
Today we will discuss about Drag-and-drop functionality in the website. Nowadays it is very useful graphical feature where you can drag images from one location to another location. Drag and drop
In Drupal 8, all the custom modules will go in the module folder in the root directory.
Here are the steps to create a simple custom module to print hello world in Drupal 8:
Step 1. Create 'mymodule' folder under modules folder in t
Hope you are doing good today.
Today on My blog, I am going to explain how you can create Custom Filters in AngularJS. Filters are an important part in AngularJS which used to format data
First Create an index.html page and put required library file
