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

Search In

Success and Failure in business development?

You are likely asking yourself what could be great about failing. Failing means … well … that you fizzled, that you didn't accomplish the outcomes/results you needed and that things didn't turn out as you trusted/hoped.  

How to Create Response in Controller Class for Success & Internal Server Error

I want to code for success and internal server error response message in my controller class. I need format of code. Please anyone please help me I'm using springs. The message should be like this:         &nbs

Native storage of variables in cordova Android / iOS apps.

Hello Readers, Cordova native storage plugin provides persistence storage in Cordova Android and iOS apps. We use this plugin because localStorage has non-persistent property in WebView of Android and iOS. Basically this plugin is specially used in

Save data to Parse DB table in iOS app

To save data in parse DB table, create one PFObject and write the information that you want to save to table. For example - I have a table name "Post" with column names : title, message, postTime. Lets save one record to this table. PFObject *newObj

How to use in_array in php to find value in a array list?

You can take reference form below example to find the value in an array list using php in_array. Suppose you have a list of Favorite List items (for example a list of colors names) and you want search your color is exist in list or not exist.

How to fetch data from array using php ?

You can take reference form below example to fetch data from array list using php. This method is really very easy. <?php // you have to Decode the array and store a variable $GetRecord = json_decode('[{"Name":"Mac","age":"25"},{"Name":"Warner

How to use array_search() Function in php

what is array search ? Array search returns the corresponding key if search is successful and Searches the array for a given value. You can take reference form below example. <?php //firstly create a array $employeName=array("1"=>"Jorden

Login Scene With Unity3D

Most of the Apps or Games required Login scene. Login in any App or Game should be secure from the hackers. Today I am going to show how you can use Login in Unity3D. It is secure and very fast process for the login. private string url = "www.mys

Upload Screen Shot to server

Most of the apps or games allowed to the user to upload his screen shorts on the server for latter user. Today I am going to show how to upload screen shot to server in Unity3D. private string url = "www.mysiteURL"; Texture2D screenShot = Appl

Test scenarios for Database testing

Following are the possible test scenarios to test Database:- 1) Exact data is saved in database on successful page submission. 2) Only after successful completion of operation data is saved in database. 3) To test values for columns which does not a

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