1
vote
1answer
28 views
Reporting Services: Specify File Name in Email Subscription
Is there a way to specify a file name for a subscription using the email delivery method in Reporting Services? Unlike the file share delivery method, there does not appear to be a way to do this by …
0
votes
3answers
38 views
How Feedburner knows number of subscribers to a RSS Feed?
Feedburner(http://feedburner.google.com) provides statistics about RSS feed of subscribers and reaches. This is interesting.
It is easy to understand that Feedburner can count visits (reaches) to a …
0
votes
1answer
33 views
PHP/MySQL mailing list, mailer and subscription classes
I am working on a project that needs a emailable mailing list built into it with a very complex list structure. Originally I thought I could just use PHPList to do the job with some minor alterations …
1
vote
2answers
39 views
Is there any way to clear subscription to an event in VB.NET?
In C#, I took the habit on clearing every subscriptions to my custom events in Dispose() to avoid memory leaks of subscribers forgetting to unsubscribe from my events.
It was very simple to do, …
0
votes
1answer
69 views
How would I start to build a subscription module with Magento?
I need to create a subscription module on magento. I created a module call subscription under a custom namespace in the local folder. I have register it with magento, so, I'm good to go. I want to be …
0
votes
1answer
16 views
Handling limits on data for a particular subscription
What would be the best way to limit an account based on a particular subscription? For example my Basic plan might allow a subscriber to create a maximum of 2 user accounts and have up to 50 …
0
votes
0answers
23 views
CRM SSRS Subscriptions with default filters
I've managed to create a subscription for some of the standard CRM reports.
I've basically followed this article:
link text
The remaining question I have is how do I set up each SSRS subscription …
0
votes
1answer
150 views
Action Pack Subscription License Keys - Physical vs Virtual
I've noticed on my Action Pack Subscription there are new license keys for Windows Operating Systems that are labeled Physical and Virtual. There is no documentation on the site about what the …
2
votes
1answer
110 views
How can I find out how many people is subscribed to an RSS feed i’m serving?
We have a site that is serving some RSS feeds, and we'd like to know how many people is subscribed to each one, without using a system like FeedBurner to serve them.
The original approach to figuring …
0
votes
3answers
89 views
Variable cost subscription payment provider UK
Hi all,
I am looking for a payment provider that uses an API and supports variable cost subscriptions that I can integrate into my Rails application. We are currently using the Active Merchant plugin …
1
vote
1answer
45 views
Can I retreive a users subscription info from paypal at any time?
I need to determine when a user's paypal subscription is set to end/renew. I know that the easiest way to do this would be to extrapolate it from the time when the initial subscr_signup gets sent …
0
votes
1answer
57 views
SQL Reporting Services maximum subscribers
Hi,
I'm just wondering if anyone has had any problems having too many subscribers for a report in reporting services. I had 11 people in the "to" address and the 11th person never received anything. …
1
vote
2answers
269 views
C#: when an event has mutiple subscribers, how do I get the return value for each subscriber?
The code looks like below:
Clock:
public class Clock
{
public event Func<DateTime, bool> SecondChange;
public void Run()
{
for (var i = 0; i < 20; i++)
{
…
0
votes
0answers
43 views
Subscribing to stackoverflow feed for multiple tags [closed]
I'd like to monitor the questions tagged by several tags, say t1 and t2. How can I get a single feed containing questions tagged by either t1 and t2 without any duplicates?
0
votes
0answers
52 views
Cancel and Renew using Paypal PRO & Reference ID
Situation: Selling $9.99 subscription service billed monthly. User will be able to pay through the site via credit card or paypal (Paypal Pro). Will use reference ID to automatically charge account …
