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

Search In

ANT

What is ANT ? Ant is a product of Apache. Ant is a tool, based on Java library and command lines. The main motive of ant tool is that it handle the method or process which are mentioned in the build files in form of targets and extension point. Dep

Parse Json Object with dynamic keys using Gson

Gson is a java library which converts Json to Java object and vice versa. This blog is about how we can parse Json data to Java Object where keys are dynamic created. 1. Json Sample text is:- { "data": { "status_code": "101", "feeds": { "

How to set random numbers from an array as title of UIButton in iOS?

  Hi Reader’s,   This blog includes the concept of how to set random numbers from an array as title of different UIButton taken in story board. Random numbers are much needed if you are making a number based gaming application wher

How to pass a function as a parameter in JavaScript?

In Javascript it is possible to pass a function as an argument to another function just like we pass a normal variable to a function. Suppose i have a requirement that i want to call 2 functions one after the other and the second function has to be

How To Make Your Blog Content Popular On Social Media

You have a blog with great stories however no one online knows about your blog. You really wish to drive a lot of inbound traffic to your blog but you fail to draw in people. In order to make your blog visible online and interesting to your readers,

SQL Tutorial -> Sql LIKE Operator

<-- Chapter 9: SQL != Operator Chapter 10 SQL LIKE Operator Lets see an example from the below table "employees" :- employee_id name code designation salary 101 ABC E-101 Engineer 12000 102 DEF E-102 Doctor 8000 103 GHI E-103 Soft

Tips to remember while Crowdsource testing your applications with the group?

The fundamental differences between crowdsource testing and Software testing outsourcing is that, in crowdsource testing, testers/analyzers might fit in with diverse work environments. In outsource testing, the testers are from the same organization

Sending Notifications in Android

For sending notifications to android phone first you need to register yourself in google developer console https://console.developers.google.com After doing registeration in that you need to generate an API key from it   Code for GCM

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

SQL Queries Used in DATA VALIDATION

Some of the basic SQL queries used in data validation Table Name – employee for selecting all the data from the table - select * from tablename Find the total number of records in a table- Select count (*) from emp where age >40 How

1 169 258
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: