Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to create Simple Phone Number Picker

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

An Overview of Google Map Utility Library in Android

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.    

Comparision between Bootstrap and Foundation Framework

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

How Cloud Computing Technology Helps in Big Data Analysis?

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

How to create conditional display using AngularJS

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

bloginfo() in WordPress

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

Write and Read Excel Sheet Using Apache POI API

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

jquery event.target

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

Searching and Filtering Gridview in ADO.NET

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

Rating Gem in Ruby on Rails

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

1 450 467
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: