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

Search In

Calling a ParseCloud function from android parse.com

Here I am writing the way to call cloud method from the code. Below is the method in the parse cloud. Parse.Cloud.define("testing_method", function(request, response) { var textMsg = "Testing 1 2 3"; var jsonObject = { "answerMsg": textMsg

Association Types in cakePHP

Hello Readers Four associations types used in cakePHP is explained here in a short and simple way. Hope this will be helpful to all.  belongTo: If table movie has a field that refrences table director, then table movie "belongTo" tabl

Redirect to a new page/url in AngularJS

We use $location service or $window to redirect to a new URL. $location exposes the URL to the browsers address bar and makes it available to the application. It reflects the changes either side ,i.e. synchronizes the changes and maintains it between

Prepared Statements in Mysql with PHP

Prepared Statement is the feature which allows us to write a set of sql statement in which some fields values are unspecified. The unspecified field are labeled  with the question mark as "?". for example : INSERT INTO TABLENAM

Difference between ROW_NUMBER() and RANK().

ROW_NUMBER() This function is used to assign a unique id to each row returned by the sql query fired. RANK() This function is similar to ROW_NUMBER() with the only difference it leaves a gap between the groups i.e this function assi

IPv6 - Addressing Modes

IPv6 - Addressing Modes     In the computer network terminology, the addressing modes refer to he process of hosting an valid IP address in the network.       IPV6 can provides various types of addressing for the host.

  • 1.27k
IPv4 Reserved Addresses

IPv4  Reserved Addresses     There are some IPV4 address that can be used in the internet. These are special address and meant for the special purpose.       Private IP Addresses   The IP address have thre

  • 1.75k
Difference between Dense_Rank() and Rank().

Rank() This function assigns a row id to each row returned by the sql query fired. It provides distinct row id to distinct values, similar values have similar row id, the next row id is calculated as number of occurrence of previous r

Beta Testing

  Beta testing includes sending the product to beta test sites outside the testing environment for real world exposure. Numerous people have run over beta testing in real life circumstances – it could have been anything for one of your

File input output

Opening files fopen() function is used to open the file. It require two arguement first the name and the other the mode. the different mode are r- open for read only r+- open file for read and writing w- open file for writing w+- open file for

1 541 720
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: