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

Search In

How to Calculate HRA

CALCULATION OF HRA HRA is a part of salary package , in accordance with the term & condition of employment. Employee generally received HRA from his Employer. HRA is given to meet the cost of a rented house taken by the employee. HRA is an allow

How to make a paint/drawing app in iphone

With the help of Core Graphics Framework and touch methods of UIResponder we can easily draw on iphone screen. There are two ways to do this : Either create a UIView subclass and draw directly on it, or use imageview from the View controller. In o

Paint app with undo functionality

One way to add undo functionality to a paint app is by storing state of the view and taking the view back to previous state on undoing. We can store state in arrays. And the state here will be all the lines being drawn and properties of the lines lik

Add refresh to UITableView and load more data

Hello friends If you are loading to a specific count data to a UITableView and you need to add more data on "refresh"(i.e PULL TO REFRESH) then I have some help here. Add protocol to Landing screen class and declare a method name : -(void)respons

Create sequences in OpenERP

For any module or a part of the module we may have to have a field which is sequential and auto generated. For this we can create a sequence through the OpenERP UI and include in our model pragmatically through python code. First create a sequence

Wobble Effect by HTML 5 animation

<!DOCTYPE html> <html> <head> <title>wobble effect</title> <style> body { background-color: tomato; } .container { position: absolute; top: 40px; left: 140px; } .slices { position: absolute; width: 60

Add Section Index Title search in one section of UITableVIew in iPhone

Add Title search on UItableVIew - (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView { return [NSArray arrayWithObjects:@"A", @"B", @"C",@"D",@"E",@"F",@"G",@"H",@"I",@"J",@"K",@"L",@"M",@"N",@"O",@"P",@"Q",@"R",@"S",@"T",@"U",@"V

Color range: Selection Command

Color Range: Selection Command In Photoshop we often use several methods for selecting a particular portion of the layer or image. Color range is one such method through which we can select a specific portion of an image. It is quiet good when we w

Blend Shapes in Autodesk MAYA

Hey fellas, I am back with another article, this time on the very useful option of BLEND SHAPES in Autodesk MAYA. Yaa, I know you all are eager to know what we can do with blend shapes and where can we use them but before that, let me ask you a ve

Adding Image to Canvas using Kinetic JS

This is the simple code for adding an image to a HTML5 canvas using Kinetic Js. function DrawImage() { var stage = new Kinetic.Stage({ container: 'container', width: 800, height: 600 });//Declare

1 39 137
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: