|
Jun
2 |
|
awarded | Notable Question |
|
Apr
20 |
|
awarded | Popular Question |
|
Mar
4 |
|
accepted | Selecting text without an ID or class using jQuery selectors |
|
Mar
4 |
|
asked | Selecting text without an ID or class using jQuery selectors |
|
Mar
1 |
|
awarded | Popular Question |
|
Feb
19 |
|
awarded | Popular Question |
|
Feb
12 |
|
comment |
First time app installation gives apid to be null Ya I called that on app launch. Problem for me was that on app launch itself I wanted to register the id on the server but it came null as it had not finished getting the id from UrbanAirship. I had to create a BroadcastReceiver and wait for action PushManager.ACTION_REGISTRATION_FINISHED and only after register the id to server. |
|
Jan
29 |
|
awarded | Popular Question |
|
Jan
17 |
|
comment |
Handling multiple asynchronous requests in Azure? Thank you works perfect :) |
|
Jan
17 |
|
accepted | Handling multiple asynchronous requests in Azure? |
|
Jan
16 |
|
comment |
Handling multiple asynchronous requests in Azure? None, sadly. Here is a reference msdn.microsoft.com/en-us/library/windowsazure/jj554226.aspx |
|
Jan
16 |
|
comment |
Handling multiple asynchronous requests in Azure? doesn't work :( for loop completes before getInvites call is finished. So request.respond() still runs first |
|
Jan
16 |
|
revised |
Handling multiple asynchronous requests in Azure? added 6 characters in body |
|
Jan
16 |
|
asked | Handling multiple asynchronous requests in Azure? |
|
Jan
15 |
|
accepted | Synchronous request in Windows Azure? |
|
Jan
15 |
|
comment |
Synchronous request in Windows Azure? Great answer :) very detailed and informative. I cannot add libraries directly onto Azure as I can only work with scripts that correspond to CRUD functions of storage tables. So I installed jQuery-deferred-for-node from your link, extracted the code for deferred and minimal jQuery and tried adding it directly on read script. But sadly copy paste did not work and I am getting an error "ReferenceError: module is not defined" on the 9th line of minimum jQuery |
|
Jan
15 |
|
comment |
Synchronous request in Windows Azure? Thanks for pointing that out :) |
|
Jan
15 |
|
revised |
Synchronous request in Windows Azure? deleted 4 characters in body |
|
Jan
15 |
|
comment |
Synchronous request in Windows Azure? I meant to get invites for each result, I changed query.id to r.id |
|
Jan
15 |
|
comment |
Synchronous request in Windows Azure? I added the loop at the bottom |