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

Search In

Transaction in SQL

A transaction is used to check whether all SQL statements get executed successfully or not. A Single transaction starts with a particular statement and ends after the completion of all the SQL statements executed successfully. If all SQL statements f

How to install android apk file on Emulator in Linux

To install apk file on Emulator Follow the below mentioned steps: 1.Go to platform-tools in android-sdk and Copy the apk file in it. 2.From your Terminal navigate to platform-tools folder in android-sdk. 3.Then use this command ./adb install app

Display Instagram photos from different account to my webpage

Welcome to this blog. You can get the photos from Instagram by setting up the username in the url. You can simply use the ajax request and to avoid the cross domain issue you can use the whateverorigin.org in your url. You can use the dataType : jso

How to Implement ERP Software Successfully ?

Since 1990, Enterprise Resource Orchestrating (ERP) software has gained immense popularity world over, thanks to its outstanding features. Implementation of Enterprise Resource Planning (ERP) software solutions ensures better optimization of resource

waitforseconds() method not work not working

I wrote my codes right and based on the codes in (Unity docs) but still not working , not waiting , any help ! IEnumerator wait(float waitTime) { Debug.Log("Wait"); // write this successfully yield return new WaitForSeconds(waitTime

Delivery schedule adherence

It is the metrics used to calculate the number of delivery done in time against the planned delivery .Delivery schedule adherence is usually calculated by project manager or QA manager so that he can evaluate the performance of his team . The outpu

Alert classes

how to make alert messages in bootstrap. Bootstrap prvoides an predefined class .alert for creating alert messages which can be customized according to the requirement. Alerts are created with the .alert class, followed by one of the four contextua

How to implement push notifications in phonegap application.

Using Google Cloud Messaging (GCM) we can send push notification from web server to the android devices that are registered. This is how the process works: 1.Android device sends sender id to GCM server for registration. 2.GCM Server returns regist

Smoke Testing

What is Smoke Testing? Smoke Testing: In computer software terms smoke testing is when you power on new hardware for the first time and if it do not catches fire or no smoke comes out it means the testing is successful. A smoke test is done in the f

Get all Terms of Taxonmy

Hello all, Get all terms of taxonomy. Using the particular code below, we can print all term with permalink in taxonomy and single page. $taxonomies = 'TAXONOMY-NAME; $get_terms = get_terms( $taxonomies, '' ); term_id != 1 ) { echo

1 8 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: