Hello everyone,
I'm about to start building a subscription based website that will function much like 37signals offerings in terms of users paying a monthly fee to use the site.
But in my case I would like for them to be able to use their own hosted domain names and have them point to my server.
Is this possible? How do i link up the...
Writing code takes time and effort and just like any other human being we need to live by making an income (save for the few that are actually self sustainable.) Here are 3 general schemes to make a living:
Independent developers can offer a trial then purchase scheme.
An alternative is an open source base application with pay extensio...
This might be a subjective question, but I'll give it a go.
There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS solution that will require a fully automated billing system.
What I am not looking for when asking this question is not advice on implementing t...
Hi, I was hoping someone could help regarding modifying a subscription price.
I have a social networking site In which you originally could subscribe to a standard or premium account which varied in what applications where active in your account.
My client now whats to scrap the 2 subscriptions and be able to give a choice of what appl...
I logged into my MSDN subscription (Premium) today to download the new expression studio, and I noticed that unlike Expression 3, it requires you to enter a key, and they only provide 1.
Previously I installed Expression 3 on 2 computer, my home and my work computer. So my question is, is this no longer allowed? or is it a key that can ...
I am looking for some kind of online subscription payment system which is kind of like Spreedly and Recurly but it either has a cheap monthly price or they take a % per transaction.
What other options are there available? I don't really want to manage subscriptions myself and I'm looking to use as many web services as I can :-)
All sug...
Hi all,
I'm using Visual Studio 2008 sp1.
I have an application WinForms deployed internally using ClickONce in shared folder in local network.
The Test Certificate pfx expired in 2035.
I h ave published the update to the internal shared folder severals times.
Note that the project is only set to 'Sign the ClickOnce manifests' an...
Hi im beginner in Drupal,
E-learning website
im doing a payment module having 3 packages with different products like
package -A (maths, physics,etc)
package -B (all subjects)
=> each subjects are page nodes
and each package have quarter,half,yearly duration subscription .
please anyone help me how to proceed with ubercart module ...
The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento back-end and be sent as an email to a preset recipient? Thanks.
...
How are the values 515 10 and -51510 represented in 16 bit excess notation?
...
I am coding a site in php and I am currently on the contact us page and I was wondering what was the best way to validate an email address?
By sending a validation link to their email?
Regex
Any other method?
Also could you tell me why and a guide along my way to achieving it? I dont want someone to do the code for me because thats n...
filter is like
select this and that from table where current='true'
note:-
using sql server 2008 evaluation
replication is MERGE REPLICATION
will the articles published change when the data
"in the 'current' field is changed, on the publisher"--- "because the where clause is there which say only true data to be published"?
...
I'm creating email notification system on my site to send email to the users who has subscribed the article for new comments... I would like to know what is the best way to handle with this situation in php. Should I use the mail function just after the database insertion or there is some better ways. Will it slow down the process of add...
I'm using both the contemplate and subscription modules in Drupal and I'm noticing a problem. If I enable the template editor provided by contemplate for my posts, then the subscription widget goes away. I looked at the body variables listing in contemplate and didn't find any vars I could use to restore that widget. Does anyone know how...
I have to develop an application for selling web-services. I have 2 goals:
1) Any customer can subscribe to a service and using within a month having paid for it.
2) Any customer can pay for a e-content and study it unlimited time.
Are there external libraries for Django to do it?
...
Hi All
Is there any tutorial to implement Subscription based in-App Purchase.If any then please mention the link or post the code.
Thanks in advance.
Regards
sanjay255310
...
i'm using Drupal 6. How can I create HTML e-mails for subscriptions (i.e via a template)? mail_edit() offers plaintext messages: can I use it for sending HTML mail?
...
Hey all,
I was wondering how to make calendar subscriptions that will automatically update in your calendar client as events are added. A lot of people have a Holiday subscription that will pull down popular holidays, how do you do that on that on the backend?
Unlike the holiday calendar, I would like it to be able to add and remove e...
my InApp type is subscription.
once i tap on OK it always call
- (void)failedTransaction:(SKPaymentTransaction *)transaction
how to handle it call on completeTransaction ?
...
Can there be a standard way to handle this in all three platforms? Example would be using a single payment gateway for all. The app(on all platforms) asks for username, password, credit card info then submits to our server. Then our server authenticates and send to a payment gateway. When approved user is allowed to login to the App. Is ...