notifications

iphone push notifications randomly sending

I have had push notifications setup for about a year now and they have been working fine. Now for some reason they are not. First let me say that I am connections to apples apns servers and sending the push notifications via a PHP script. If I test sending a notification just to my device, it works every time. If I test sending a notif...

How to open a popup AND make it flashing FROM the toolbar ?

Just AS a chat (yahoomessenger, msn .....) WHEN we get a new message, the corresponding window is flashing or AS in internet explorer WHEN we finsh downloading something the corresponding window is flashing in the toolbar How to do it with a popup? ...

Why isn't Ruby on Rails correctly generating the 'notice' HTML?

The embedded ruby code in my view is... <p id="notice"><%= notice %></p> but when the URL reads... http://0.0.0.0:3000/projects/3?notice=Project+was+successfully+created the generated HTML is... <p id="notice"></p> I'm expecting it to read... <p id="notice">Project was successfully created</p> What gives? EDIT: Here's my ...

How to structure a client-server application with 'push' notifications

EDIT: I forgot to include the prime candidate for web applications: JSON over HTTP/REST + Comet. It combines the best features of the others (below) Persevere basically bundles everything I need in a server The focus for Java and such is definitely on Comet servers, but it can't be too hard to use/write a client. I'm embarking on a...

add a callback from a growl event with python

I'd like to register events from growl notifications from spotify with python. Perhaps someone could point me in the right direction? ...

Rails notification messages in Rails 3?

Hi all- I have an application which has achievements that users can earn. I'd like to display these achievements when a user earns them. The system_messages plugin as rec'd here seems to be perfect, but it is not compatible with rails 3. Are there any rails 3 alternatives that would fit the bill, or am I stuck reinventing the wheel? ...

Listening to all CFNotifications?

I'm writing a little test program where I can look at all the notifications being posted as various actions occur on an iOS devices. Unfortunately, I'm running into a problem where I get an EXC_BAD_ACCESS error when I even try to add an observer to the Darwin notification center. The relevant code is below: void callback(CFNotificationC...

Android - nuke the previous app history

Here's scenario. Say I have an app that I was using and navigated from activity to activity so now there's some history there. Then I switched to another app so my first one is on the background. If I return to it I would be able to click "Back" to navigate the history and traverse 1st app steps. Now imagine that I also have a notificati...

How to add flags to a notification (status bar notification)?

Hi, im following the tutorial from developers guide but i have a problem... tutorial says: "To clear the status bar notification when the user selects it from the Notifications window, add the "FLAG_AUTO_CANCEL" flag to your Notification object" but... how i can add the flag to my notification? notification doesn't have any kind of fu...

How can i do a notification in the status bar without the expanded message in the "Notifications" window? (only want the icon)

Hi How can i do a notification in the status bar but without the expanded message in the "Notifications" window? i mean, i need just the icon, nothing more there is a way to do that? ...

SVN Notifier Softwares

What are softwares used to get real time notifications when the others commit their codes to SVN or Source Control? ...

Implement MySQL event notification back to a Delphi application

G'Day, Is anyone able to provide some pointers on how I can notify my Delphi application that a particular record in my MySQL database has changed? Something along the lines of the event system from Interbase? Ideas I have looked at: .: Q4M :. (http://q4m.31tools.com/) Pros: Native MySQL solution requiring no external daemons Cons: N...

next fire date in UIlocalNotification

Hi All I have created a UILocalNotification....& when i print it NSLog(@"Notification %@",self.notification) it gives Notification <UIConcreteLocalNotification: 0x6f45440> {fire date = 2010-10-22 00:09:00 -0700, time zone = America/Vancouver (PDT) offset -25200 (Daylight), repeat interval = 64, **next fire date** = 2010-10-22 00:10:...

Email notification on file change in particular directory with Python

Hello everyone, I would like to script a function wich is looking in a particular directory for files, if there are new files, it should send out an notification email. I already prepared a script which is looking for new files in a directory, it write the notification about a new file into the console. But now I would like to notified...

iPhone notify_post notifications

How can I found out what notifications the iphone has registered? for instance: notify_post("com.apple.springboard/Prefs"); ...

push notification feedback service

i can send push notification to iphone success with certificate ck.pem throught gateway.sandbox.push.apple.com in development environment. but i want to access feedback.sandbox.push.apple.com, i got the error as follow. Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error mess...

Using the system sync notification in android 2.1

Hi all, I have an application which using a sync adapter and one of the requirements is to have a notification in the status bar. I added a notification but the problem is that there is also a system icon which is displayed but only part of the time during the sync operation. I would like to use one (just one) of the icons. Does anyo...

Push Notification restrictions

Hi all. Is there any limits/restrictions about amount of notifications sent to the APNS in time range ? For example - can I send 100,000 messages for 100,000 devices (one message for one device) in one hour to notify them about new content available to purchase via in-app purchases ? Found nothing about any restrictions in the manual. ...

Vtiger Client response email for updating ticket

Hello everyone, I could get the following things done.. Client sends e-mail to [email protected] Mail Scanner scans, creates a ticket. A notification is sent that email is received by support team to client. Admin assigns the ticket to someone, client recieves an email that the ticket is being assigned. Client replies to the email, t...

WS-Eventing in Axis2 / subscription-based messaging

I'm currently writing a web service using Axis2, and need to be able to set up a subscription-based system, whereby subscribing clients are notified of events and messages. Does anyone have any recommendations for implementation? I think a WS-Eventing implementation would be perfect, and I have noted Savan, however, not sure if this is...