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

Search In

How to check wether the checkbox is selected or not using jquery

"How to check wether the checkbox is selected or not using jquery" While working in a project, I got stuck in the following issue. This is the code I am using: <input type="radio" name="optionsRadiosbillingmethod" id="optionsRadios1-billing-met

want to generate 5 digit serial number in php

I want to generate 5 digit sequential serial number . For example: starting serial number must be 00000 then next will be 00001, 00002............. 00011 like this .

Mystro-Tutor App

Technology to be used: iOS & php Payment Terms- Fixed

Hire youon.com

Technology to be used- iOS and Android Project Terms- Fixed price

How to know free space in sdcard android

I have written code to know free space in sdcard Here I use StatFs class to do this. I just multiple available blocks which I got from getAvailableBlocks() and block size from getBlockSize(). StatFs st = new StatFs(Environment.getExternalStorage

how to remove duplicate key values from an array using Javascript

Hello Reader's, If you have an array having the multiple duplicate key values then by using Javascript you can make them skip. Let's see the example below:- Lets say an array full of duplicate data. var axes2=[1,4,5,2,3,1,2,3,4,5,1,3,4]; var

A program to find out NCR factor of given number in C language

ncr means : combination in terms of mathematics.We have to find out the perfect combination of given values. In the mathematics nCr has defined as nCr = n! /((n-r)! * r!) #include int main(){ int n,r,ncr; printf("Enter any two n

Crop Image in iOS

To crop image in iOS use the following method. it will crop the image from the visible frame of the imageView. -(UIImage *)imageFromImageView:(UIImageView *)imageView rectFrame:(CGRect)frame{ UIGraphicsBeginImageContextWithOptions(frame.size, im

How to find elements from the group array in PHP

Hello Reader's! if you have set of arrays and you want to get all of them seperatly then the code below will help you. Let's say if you have [ [a], [b], [c], [a, b], [a, c], [b, c], [a, b, c] ] and you want this [a,b,c] The code will go lik

How to make combinations by elements of array using PHP

Hello Reader's If you want to get all elements in the combinations then you can use PHP code to generate it. Lets see the example as below:- function pc_permute($items, $perms = array()) { if (empty($items)) { echo join(' ', $perms) . "

1 63 720
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: