notifications

DES 56-bit encryption notification to BIS is required?

Hi, We have 56-bit DES encrypted images online. We need to submit iphone app that loads these images and decrypts them. From different forums and Bureau of Industry and Security (BIS) site, I came to know that our application qualifies for NLR and we need to notify BIS. But, app submission wizard from apple doesn't require anything. i....

How to monitor tables in SQL Server for changes

This question was asked quite some time ago, and while it covers possible solutions for SQL 2005 and 2008, it lacks a good solution for SQL 2000, which is still far too common. I need a way to monitor certain fields of a database table for changes, and notify my application when these changes occur so that I can blast them out on the lo...

How can I show a hidden DIV if a AJAX JSON response shows the proper data?

I am working on a AJAX/jquery notification script. Currently it retunrs a whole fhtml formatted page every 10 seconds in the AJAX response. The page it is returning is a PHP page which only shows items that should be shown (only items that have something NEW show up, like a new mail message or a new comment etc..) I am wanting to cha...

How to opt out Task Bar Button & Display System Tray Icon

How can I hide my VC# applications task bar button and show a system tray icon instead. Then, when I have the icon, how to display notifications like FDM or Windows Update etc, and add right click menu to the icon. ...

Respond to only the first WM_KEYDOWN notification?

How can a Win32 application respond to only the first WM_KEYDOWN notification? The MSDN docs claim bit 30 "Specifies the previous key state. The value is 1 if the key is down before the message is sent, or it is zero if the key is up." but bit 30 is always 0 in my WndProc. case WM_KEYDOWN: // ToDo - stop multiple notifications for ...

WordPress notifier - replicate built-in function whereby if update is available, an icon appears in the menu

Hello! First time here, so please be gentle. Does anyone know how to replicate the built-in functionality of WordPress whereby the admin is informed of when updates for plugins are available - i.e. when one (more more) is available, an icon appears over the plugins menu which contains the number of available updates. The plugin that I ...

Reference parent object

I currently have NSXMLParser working in my viewcontroller. I would like to create a new class that will have the 2 data elements as properties and do all of the xmlparsing. The problem I have is getting the new class to "alert" the parent when it is done parsing, etc. So the viewcontroller (the parent) can then turn off the activity indi...

How to observe managed object context

Hi, Whenever i make a change in the objects in the first tab of my application the updates are automatically upated in tab 2 becuase it uses a fetchedResultsController. Now i have a third tab that should also update itself, but how can i do that? I only have a nsmangedObjectContext in the third tab to get the appropriate data. How can ...

How to tell if my iPhone is in manner/silent mode?

How do I determine programatically whether or not the iPhone is in manner mode? And is there a way to tell if the headphones are connected? Edit: This is also called silent mode in some parts of the world. ...

How to get notified when a process terminates in Windows and Linux?

I want to write a program, that should be notified by O.S. whenever any running process on that OS dies. I don't want to myself poll and compare everytime if a previously existing process has died. I want my program to be alerted by OS whenever a process termination happens. How do I go about it? Some sample code would be very helpful...

What kind of hosting do i need to serve as an Apple Push notification provider?

Hi, I am going to implement an Apple Push notification provider, but i am note very clear about the requirements to implement it. As today, i know that it needs: Cron job support. Database support. Scripts support (PHP at least). Outgoing 2195 port allowed. The question is: Do i need to contract a VPS hosting service or just any ...

Facebook notifications fb:name as a title attribute of another tag

Hi all, I'm just wondering if it's possible to get the info from an 'fb:name' tag into the title of an 'a' tag in a Facebook notification. Like so: <a href="#" title="<fb:name uid='12345' linked='false' />, <fb:name uid='12346' linked='false' />">2 friends</a> just joined this application. When it's one friend only there's no proble...

Notify my WCF service when my database is updated

Hi all. I have a WCF service that needs to notify it's clients when changes occur to the database (sql server 2005). This is relatively easy accomplished, as long as I find a way to notify my service of any changes. I can probably create a database trigger on a table and have that trigger start a small service client that notifies my se...

Apple Push Notification in Erlang (or improved in Ruby?)

I currently have an Apple Push Notification running on my server in Ruby. I'd like to get one going in Erlang as I'd like to use a supervisor to keep watch over it. Does anyone have any code that they could help me with? Here's my Ruby code. One thing I do not like about this current implementation is that it does not seem to stay ...

Find most recent SQL Server database activity

Data from another system is replicated into a SQL Server 2005 database in real-time (during the day, it's hundreds of transactions/second) using Goldengate. I'd like to be able to tell if there's been a transaction recently, which will tell me if replication is currently happening. Even in the off-hours, I can expect a transaction every ...

How to manage answers directly on email notifications

Hi, I would like to know what's the best way to manage answers to email notifications. eg. The user receive an email notification, and instead of having to click on a link to go on the website and answer it he could directly reply to the email. ...

C++ Events/Notifications & Default handling method list

Hello, Is there a list any where of C++ Events/Notifications & Default handling method list. For example, it would be useful to know that by default, the HDN_DIVIDERDBLCLICK notification is normally handled by the CWnd::OnLButtonDblClk method. This would make it easier to find the correct method when wanting to call it when you write y...

iPhone Push Notification Unable to Connect to the SSL Server

I followed the instructions at: How To Build An Apple Push Notification Provider Server When I run the php script on my MacOSX or on Windows using Parallel desktop, the script works. But as soon as I run it on my hosting I get the message: Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gatew...

ASP.NET MVC + SQL Server Application: Best Way to Send Out Event-Driven E-mail Notifications

I have an ASP.NET MVC application that utilizes NHiberante and SQL Server 2008 on the backend. There are requirements for sending out both event-driven notifications on a daily/weekly basis AND general notifications on a weekly basis. Here is an example of how the event-driven workflow needs to work: Employee(s) create a number of pu...

Problem registering Push Notifications. HELP!!!

Hello, I've recently started developing iphone applications for a project at school and I've been having some problems testing push notifications. I've read I need to get some SSL certificate from the program portal, but I cannot find the link AppID where I am supposed to get them. Is it really necesary even though I am just starting out...