
Search In
Comfort and convenience have no bounds as technology advances. We are expecting more and more convenience than ever before. The bar of expectation moves upward at a tremendous pace, as we are never content with what we get despite longing for it, ins
Businesses have always been influenced by outside forces. The most influential of these is technology because it disrupts every aspect of handling a business - from consumers to the CEOs themselves. In many ways, technological advancements are making
Android Support Library 23.2, Google has given support for Bottom Sheets. AS per Material Design, Bottom Sheets are elements displayed only as a result of a user-initiated action, used to reveal more content from the bottom upwards. Th
Repository Class Using MongoDB :
Spring has the capability to create loose coupling application's layers. To dealing with database we create a DAO layer. In Spring DAO layer contains the Repository class this class is responsible for all database r
The method used to create the custom animation of a set of CSS properties is the animate() method.
Simple syntax to use this method is:
$(selector).animate({params},speed,callback);
The param parameter is the requi
Possible days in Date Range using Javascript
Hi friends,
In some cases we try to build a logic where for a case where we need to find all the possible days that are possible inside a date range for any use case like scheduling a meeting or rem
Hello
In this blog I will give a demo about how to read CSV data from a file. For this purpose I will use Opencsv library. Opencsv is a very simple csv (comma-separated values) parser library for Java.
You can download the binary and so
In the previous post HTML5 Audio element methods i have explained about the HTML5 <audio> methods. In this blog i will further explained the different events associated with the audio element.
Commonly used audio events are:
1. loadata(): Th
In the previous post HTML5 Audio element and its attributes i have explained about the HTML5 <audio> elements and its attributed. In this blog i will further explained the different methods associated with the audio element.
Methods :
1. loa
We have used the different properties of the border like width, color etc.
All the border properties are used in one time and in order: border-width, border-style and border-color.
Syntax of border:-
border: border-width 
