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

Search In

Dynamic Planning

Dynamic Planning Planning has been recognized as an essential preparation for orderly conduct of social and economic activities since early days of human existence. We have planned holidays, social and political events, and, most importantly, busine

Using Property Lists (Plists)

Method to get a value from plist NSString *path = [[NSBundle mainBundle] pathForResource:@"PlistX" ofType:@"plist"]; NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:path]; int number = [[[[dict objectForKey:@"One"] objec

How to get SMS from an Android Device programatically

To get SMS conversation from an Android device we will use following code: ContentResolver contentResolver = getActivity().getContentResolver(); Uri uri = Uri.parse("content://sms/conversations/"); Cursor cursor = contentReso

Skype, Sign in bar is not visible in Windows Operating System

If sign in bar is not visible in Skype, then you can follow the following steps: Step 1 : Go to Windows Start Step 2 : Select All Programs Step 3 : Select Accessories Step 4 : Right click on Command Prompt Step 5 : Select "Run as administrator"

Gradient Mesh In Illustrator

Gradient Mesh in Illustrator Gradient Mesh, is an advance tool that allows us to create gradients in any shapes. The result in artwork as it has come right from the Photoshop. Every designer have his/her own way that how they apply gradient mesh on t

Formatting time

Some time you may need to find the day, hour and min and seconds for ex: *you entered a number 105 and you want 1h-45Min ago* then you can simply use the following function although you can use your custom function as well depends on the need. Fu

Realistic Microphone in Photoshop Photoshop Tutorial

Realistic Microphone in Photoshop Photoshop Tutorial ____________ 1 Create a new Document 600 x600 -rgb, transparent bg Make a circle with the marquee tool 2 Fill with a grid pattern. 3 We want to make our grid nice and spherical Filter>D

How to permanently disable Adobe Reader Update

How to Disable Adobe Reader Update: 1. Accept the User license agreement certificate. 2. Edit -> Preferences -> Updater: Choose "Don't download or install updates automatically" 3. Help ->Adobe Product Improvement Program: Choose "N

Simple Cakephp Pagination

Cakephp provides a quick an easy way to paginate data. In the controller we start by creating the pagination condition as given below : public $paginate = array( 'limit' => 10, 'order' => array( 'Model.fi

Log4j setting in Maven project

As per maven project structure, there is a resource folder where all application related properties will be added. Implementation of log4j in MAVEN application, Create log4j.properties file inside resource folder and paste below code lines: # Dire

1 355 949
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: