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

Search In

Custom checkbox using jquery

Hello Reader ! Here is an example how to make a custom check box using simple script and css. Script $(document).ready(function(){ $('label').click(function(){ $(this).toggleClass('checkedN'); }); }); css .checkedN {background-position:0

Cordova Geolocation API and Google API- Getting address,city name,state and country name from latitude/longitude value.

Hello Readers, In this post we will discuss to get the current address, city name, state and country name from latitude/longitude value with the help of Cordova geolocation API and Google API. To get the address from latitude/longitude values we n

Javascript setDate() Method

In Javascript setDate ( ) method set the day of the Date object based on the beginning of the current month( or local time) . Syntax dateObj.setDate ( dayValue ) Parameters dateObj -> It is mandatory and it is an integer which represent the

Creating Wordpress Admin Page

In wordpress you can create a admin page in admin section, to start this we have to first use hook function add_action() to create a menu in admin. Before doing this we have to first create a directory under the plugins folder for now we create 'hell

How to create view in board.board object in openerp

In openerp first install board module and inherit object in your own module and write this function name createview and this function will check the user id and list of the board id in board.board object in openerp. You can use this as given below.

Introducing addClass method and toggle function in jquery

addClass() method adds one or many methods or class to the paragraph or the element you are using,This method will not remove the class but it adds another class by using different attributes. Users and also add toggle function to it. It will added t

Authentication using Encyption and Decryption

  While providing user login in encrypted username and password you need to make sure that the credentials entered will first be encrypted and then matched into the database entries for providing login.   ALTER PROC [dbo].[uspAuthentica

Some helpful date related code

Get a date after n days -(NSDate*)getNextDayAfterDays:(int)numOfDays from:(NSDate*)date { NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; NSDateComponents *offsetComponents = [[NSDateComponents a

Date Picker embeded in UIActionsheet with toolbar

Sometimes a user is required to input a date in the application for example to provide the date of birth. The programmer have to make sure that the date entered by the user is in correct format that can be used by the app or the server. If a numpad i

Queue implementation using Array in java

Queue is a kind of Abstract data structure that holds items in same order. Queue follow FIFO mechanism for operations like insertion and deletion of items. Note : - One end is always used to insert data called enqueue. - Other end is always used t

1 466 481
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: