
Search In
Hello All,
Below I am providing you some Important tutorial links for your help purpose, whenever you need it for your reference you can visit the link directly and definitely it will be helpful.
Here is useful tutorials about visual studio:
In wik
On top header area
#define kDefaultCellFont [UIFont fontWithName:@"HoboStd" size:10.0f]
NSString *text = @"This is a simple example of the versatility of blocks, but the standard frameworks are chock-full of other use cases. NSArray lets you sort e
The Answer to this question is yes, we can use enum in java with switch statement. the following examle shows how:
enum Car{THAR,XUV,SCORPIO}
class Cars {
Car car;
Cars(Car car)
{
this.car= car;
}
public void tell
Whenever you switch from one activity to another using intent and specially in the case of logout and sessions related android applications you will find activity back stack issue.
Here i will show you a small piece of code which will help you to c
Occasionally the programmer needs to communicate with the server to send and receive data from the iPhone. Usually the communication is done to get data from the database that is in the server. To communicate with the server the programmer has to use
Please follow these simple step to register your app on facebook
Open Developer account from your Facebook.
Select "Create App" you'll be directed to a page where number of options will be available at the top bar.
One can reach there by just click
"Could not determine temp directory, please specify a cache_dir manually" in Magento
Some times this error occur when you transfer the code to your server. This error mostly occur with Shared Server.
To Solve it follow the below steps -
go
HI guys,
I'll help you add CustomView on a view Controller or on TableView or TableViewCell.
This helps in reducing our code because it can be re used over a number of times.
Create A empty file.
Add View on it.
// if you want to add supportin
If anyone face the error 'The requested address '/' was not found on this server' in cakePHP, then try these two steps:-
Add function date_default_timezone_set() somewhere in you cake/app folder.
If above solution not works then place date_default_
Before starting career as a tester, I think we should at least know the answers of the following.
Do you really want to make career as Tester?
What is testing?
Why we do testing?
What are the different types of testing?
What are different proposed
