Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parse Platform

Issues With Parse Cloud Code Promises

I am trying to work with Parse Cloud Code and use promises to make sure I eliminate any issues with… Read more Issues With Parse Cloud Code Promises

Show Ratings Of Item In Uitableview Cell

I am currently working on a iOS app that shows 30 menu items in a UITableView and Users can then ra… Read more Show Ratings Of Item In Uitableview Cell

Define Mutual Relation Between Two User With Parse Javascript

I would like to set a simple relation between the current user and another user (userB). I can crea… Read more Define Mutual Relation Between Two User With Parse Javascript

Why Is Incorrect Data Being Returned From Query Runs?

Using Parse.com and JavaScript SDK. http://www.kudosoo.com/friendslist.html Using the code here htt… Read more Why Is Incorrect Data Being Returned From Query Runs?

How Can I Replace Specific Objects In Parse To Objects Inputted By The User?

I have objects in Parse called 'Post' and within that, I have columns called 'title'… Read more How Can I Replace Specific Objects In Parse To Objects Inputted By The User?

Send Data To Parse Once The "submit" Button Has Been Clicked

I'd like to use JavaScript/jQuery Mobile to capture a date inputted by the user, and then once … Read more Send Data To Parse Once The "submit" Button Has Been Clicked

Promises On Cloud Code

I'm writing a cloud code function for run many task after delete an object. How can I do this … Read more Promises On Cloud Code

Parse.com Query On Child Object Key Within An Array Of Objects Column

A Parse class has a column labeled BoxData and is an Array type. Each value for that BoxData colum… Read more Parse.com Query On Child Object Key Within An Array Of Objects Column