Windows Store Apps: How to implement credit card payments [closed] - security

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm developing a windows store app that includes a module where app users will be able to pay bills from the app using their credit cards.
would you please recommend a technique to implement such a feature securely ?

Open a webview having credit card form over https and use Stripe or Paypal or Braintree or Amazon Payments to process the cc info.

I wouldn't bother implementing this myself. Not because there's no way to pull it off but because of one single reason: Fraud.
It took banks and clearing houses years to get this straight. Don't reinvent the wheel and go for an established solution like Paypal or Amazon Payments.

Related

Win8: Share functional [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I need to share info to the social application through windows share. What I do: install application (Twitter, FB, Latermark) and try to post different types of information. But I want to check what user clicks (Twitter or Facebook, etc) and in this case I will post different description, add images....
For example if user select Twitter I will add short description
"I am playing .....bal-bla-bla"
If he shares through Mail it will be longer
"I am playing .....bal-bla-bla(very long description)"
How can I do this?
You can't do that. Share source application has no knowledge about Share receiver, and it is by design. What even more important - you can't change share content after share contract is started.
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/cb31c30a-1a0a-4311-96b2-5e02459ba217 - thanks for quick response and explanation

Integrate nodeJS with codeigniter [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi i am planning to integrate real time commenting system and chat with nodejs in codeigniter..
But how to achieve that can anybody help me out???
Thanks
Use Node.JS and Socket.IO to get your live data at your clients browser. And also you can use this along with your codeigniter or PHP site.
Only important thing is how do you build your socket.io server & emit data as you need to client browser.
Happy Exploring :-)
For more details on Node.JS Socket.IO package click here

osCommerce: Recurring payments [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have searched a lot the web, trying to get some module for recurring payments but not succeeded. Can anyone know how to integrate or implement Recurring payments to osCommerce products.
If you use paypal, you can use the Paypal Recurring Billing Module (config your account for recurring payments in https://www.paypal.com/pdn-recurring )

How to customized keyboard in IOS [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to create customized keyboard for IOS in my App.Is its possible if its possible please guide my with code example.Thanks in advanced.
As noted at: Create custom international keyboard for iPhone
"As per Apple's submission guidelines:
2.5 Apps that use non-public APIs will be rejected
2.6 Apps that read or write data outside its designated container area will be rejected
There are no public APIs to add an additional keyboard.
The files that store keyboard data are definitely stored outside of your app's container.
In short: There is no way to implement a custom global keyboard on a non-jailbroken iOS device at this point in time."
You can't access that page without a developer account, however I would think that the submissions would be the same.
However, I do know that on jailbroken devices... you can SSH or filemanage and make new keyboard layouts. I won't bother posting any code due to the fact that you won't actually be able to implement it.

KooBoo experiences and cases [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I´m considering using Kooboo as an intranet management system. Are there same featured in Kooboo that are present in SharePoint?
Where I can find examples of Kooboo extensions' development? I haven't found any extension showcase as Umbraco has. Is there something alike?
One year ago, we launched a website powered by Kooboo CMS.
The deployment was easy and everything was OK. The problem is that a lot of modules are not set or not mature enough to be used under the production environment.
For example, there was a big bug in the forum module. As we couldn't wait future releases that would come with the fixes, we considered editing the code.
On the other hand, the admin interface is really awesome: Full AJAX and easy to understand.
But, unhopefully, I would not recommand this CMS as it is still IMO in a development process.
Kooboo is a good open source CMS, but IMO it's not possible to compare it with Sharepoint. Kooboo is not an enterprise level CMS.
You can found examples on the Kooboo forum

Resources