
Search In
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
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
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
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, 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
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
____________
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 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
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
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
