
Search In
Quality Assurance:
Here the testing team define the procedures, processes, policies, standards and the checklist in the document which is going to be follow during the entire project life cycle,It is also referred as 'Verification'.
Example:
Assume
<html ng-app="phonecatApp" ng-controller="PhoneListCtrl">
<head>
<script src="lib/angular/angular.js"></script>
<script src="js/controllers.js"></script>
</head>
<body >
<ul class="pho
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
The following code will help you to create your twitter account in your iPhone through coding. Also please note this code will only run in ios7 or later.
-(void)createTwitterAccount{
ACAccountStore *store = [[ACAccountStore alloc]init];
A
Error in Objective treated as Object and inherited NSObject.
NSError object encapsulate three types of information
1) Code - Nsinteger value which give the error’s unique identifier
2) Domain - NSString value having error domain
3) userInfo -
While integrating a payment gateway with our site we seldom come to a case where user already
entered credit card information is not able to get verified. Thus a particular amount is being lost by the site
owner. There are various resaon for credi
Ajax :
It is s process of getting or reteriving the content without refreshing the whole page.
We can do this using javascript and JQuery.
There are different method for ajax call in javascript and jquery.
Javascript :
<script>
func
To fetch the data from remote server we have to make the ajax request to the server which will return the data in our desired format, and to do that in AngularJS we can use $http service which helps us to communicate with remote server.
To implement
Hello All,
There are several ways to handle errors in Angular JS, Some of them are listed bellow:
We can use $exceptionHandler which enables us to catch errors which can occur any where in or application. by default $exceptionHandler prints the er
Code snippets to logout from Facebook is given below :
<script>window.fbAsyncInit = function() {
FB.init({
appId : "FACEBOOK_APPLICATION_ID",
status : true,
