235 reputation
1618
bio website
location San Francisco, CA
age
visits member for 1 year, 11 months
seen 9 hours ago
stats profile views 46

May
16
revised StackMob Custom Code Update Schema on Get Request
added 204 characters in body
May
16
comment StackMob Custom Code Update Schema on Get Request
I got this working from help on the stackmob support page for my question. Thanks.
May
9
comment Extracting value from a object
You are returning 'image='+i which is just the image number. You need to use the 'e' variable. Name your function params 'index', 'obj' so it's more clear
May
9
comment Extracting value from a object
Can you not use $.each(listOfObjects, function(index, obj){ to get each object and then for each of those, you can access obj.image, obj.heading, obj.text?
May
8
revised Unit Test Framework For Geddy MVC on Node.js
added 289 characters in body
May
8
asked StackMob Custom Code Update Schema on Get Request
May
8
asked StackMob Facebook Login Custom User Data
May
8
awarded  Notable Question
Apr
27
comment Verify receipt for in App purchase
Thanks. I was accidentally using urlencode instead of jsonencode for my params when I sent the POST request :)
Apr
26
accepted Objective-C iOS Crop Image Using Zoom?
Apr
26
accepted Socket.IO with Node.js on Heroku
Apr
24
comment UITableView Background Scroll but NOT Repeat
Thanks for the suggestion. I just tried this but it doesn't seem to do anything differently. I think the problem with this solution is the tableView doesn't increase its frame.size.height when it scrolls and thus it just repeats the image, vs stretching the background color.
Apr
19
comment iOS Push Notification Not Sending
I still haven't got mine working.. It's been a few days since they enabled the notifications for app pushes, and I re-uploaded my ad hoc certificate but no luck.
Apr
19
awarded  Popular Question
Apr
17
comment UITableView Background Scroll but NOT Repeat
@Viral - I added an image of what I want.
Apr
17
revised UITableView Background Scroll but NOT Repeat
added 79 characters in body
Apr
17
asked UITableView Background Scroll but NOT Repeat
Apr
16
comment iOS Push Notification Not Sending
I figured out my issue was that I had emailed UA to enable the device push's for my development application, but had forgotten to do so with my production/ad hoc app.
Apr
14
answered Socket.IO with Node.js on Heroku
Apr
14
comment Socket.IO with Node.js on Heroku
updated original post. I am using Geddy.