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

Search In

Difference between QA & QC

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

Handling of HTTP in Angular

<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

How to register your app on facebook

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

How to add Twitter account in your iPhone

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

Handling NSError in Objective

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 -

Verification of credit card on Braintree while making payment

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 call using Javascript and JQuery

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

How to fetch data from server using AngularJS

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

How to handle errors in Angular JS

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

logout from facebook with javascritp SDK - facebook logout

Code snippets to logout from Facebook is given below : <script>window.fbAsyncInit = function() { FB.init({ appId : "FACEBOOK_APPLICATION_ID", status : true,

1 12 185
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: