Tagged Questions

0
votes
1answer
22 views

Server Push vs Server pull in IIS

Hi, I was thinking of building a chat application in ASP .NET. I was thinking of either using push or pull. I have found that pull is more scalable than push. But does any body kn …
2
votes
2answers
74 views

How to send a push notification using Erlang?

I'm trying to send a push notification to APNs using Erlang. This is the code I came up with so far: -module(apnstest2). -export([connect/0]). connect() -> application:sta …
1
vote
1answer
39 views

Multiple iPhone APN messages, single connection.

I have a strange issue. I'm trying to get Apple Push Notifications working with Python. I can connect and send individual messages without a problem. The issues pop up when I start …
0
votes
2answers
22 views

How long is an APNS token valid for?

With APNS, when a device registers, how long is the token it registers with good for? The entire time the app is installed? I seem to recall a note in the documentation saying it w …
0
votes
2answers
25 views

After pushViewController, how to disable the backBarButtonItem?

After pushViewController, how to disable the backBarButtonItem, that going back will not be possible? tnx :)
1
vote
2answers
53 views

git pull with local changes

I think I might be asking something weird/wrong here, but I'm new to git so bear with me! I have a development clone and a live clone of a git repository, pushing from development …
0
votes
1answer
22 views

Feedback service for Push notification

Hi, I wrote the below script to read the feedback data. But, for some reasons, I am not receiving any data from the server. Can you kindly let me know whats wrong with the script. …
0
votes
3answers
40 views

Examples of Web Sites Using AJAX or Push Technology on Their Home Page (or other useful pages)

I'm looking for a list of links to any examples of well-designed sites you might know that use AJAX and possibly HTTP Streaming to push data to the page or make updates to content …
1
vote
1answer
35 views

How to do push from clone repository to Remote server respository using http/ssh protocol?

I have following windows configuration: Windows machine "A" has mercurial repository. hg server is running on "A" http I created clone of "A" on windows machine "B" After adding …
1
vote
5answers
141 views

Can I use Push Notification for this

My app should post some message to Twitter at the end of each day at the time X. App might not be running at this time X, but it still has to post that message. I don't want to bot …
1
vote
1answer
62 views

.Net Apple Push Notification service Provider?

I started to write a provider for APNs in .Net today, and it seems I've hit a brick wall... Everything I'm finding about securing sockets says that a System.Net.Sockets.Socket can …
0
votes
1answer
23 views

Live updates in website? (streamerapi)

hi all: I was in http://finance.yahoo.com/ and checked the europe tab ( markets are open here atm) you ll see trades updating live, I went to firebug to the Net tab and there was …
1
vote
1answer
73 views

Apple Push Notifications - When Registering for Notifications no Callbacks are received at all

I've gone through all the steps as specified, am using a dev certificate with APN enabled and am calling registerForRemoteNotificationTypes: with the right flags in my app delegate …
2
votes
1answer
115 views

Pushing to remote repository after merge “creates new remote heads” - is that bad?

I initialized a Mercurial project on Machine A, committed my changes and uploaded them to a remote repository. Then I cloned that repository on Machine B, committed some additiona …
0
votes
1answer
41 views

Push different views from a top-level table view in iPhone SDK

I have a grouped tableview that then tries to push a new view depending on which cell is selected. The issue is, that cells drill-down to views that are not necessarily tables - th …

1 2 3 4 5 next
15 30 50 per page