
Search In
Hello readers, Toady in my blog i have tried to create a simple phone number picker using CSS and JavaScript.
While filling many online forms besides names and emails, contact information filed is also essential part to be filled by the user
Google map utility library is free and open source library of classes which provides advance features on google map like customization, clustering, importing geoJson to map, importing KML to map and encoding /decoding polylines.
 
Cheat-Sheet for Comparison between Bootstrap and Foundation Classes and Elements
Introduction of Bootstrap and Foundation
Bootstrap and foundation frameworks are very well known font-end framework for Responsive pro
Do you know that the global business community will be spending $310 billion on the Internet of Things (IoT) by 2020?
Isn’t it a huge investment! Why is this trend booming?
Actually, the IoT has encapsulated devices. Th
With the help of AngularJS, I have created a conditional display function. In the example given below, I have used ng-show( for showing the element ) and ng-hide( similar to 'display:none' or hide the element ) derivatives.
HTML-
<!DOCTYPE htm
Hello reader's, today we disscuss about bloginfo and its parameter.
It displays information about your site, It can be used anywhere within a template file.
Parameters
<!--?php bloginfo('name'); //Displays the "Site Title ?-->
<!--?php
The Apache POI API is used to work with Excel files in java. By using Apache POI you can easily read and write the Records and data to Excel files. Here the below code can used to read and write the data in Excel files.
import java.io.File;
import
Hello Readers,
Definition: The DOM(Document Object Model) element that initiated the event.
It is often useful to compare event.target to this in order to determine if the event is being handled due to event bubbling.
The target property can be
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
How to setup a rating feature in rails application.
The best and simple way of doing so is by using RAILS GEM ratyrate by following simple steps.
Step 1: Include GEM in your gem file
gem 'ratyrate'
Step 2: Generate
