Win8: Share functional [closed] - winrt-xaml

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

Related

Setting up TortoiseSVN server on Windows 7 [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 set up tortoise svn on a share that is hosted on our server. I read this is not wise, but I dont mind, because only me and my manager uses that. Anyone done that before? Would appreciate any help.
TortoiseSVN is not a server and includes no server components.
Anytime you are using a repository on a network and/or sharing with another user, you need to be running a server (svnserve or Apache). Ignoring best practices & other advice with "I know it's wrong, but I don't mind, it's only two of us" is faulty and you will eventually have a problem.

Windows Store Apps: How to implement credit card 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 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.

Setting up of Linux Server for web applications (Apache) [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 is there anyone out there that could tell me how to set up a Linux server (running CetOS 6)
to host some web apps? I want to be able to deploy to the server and update the apps by a re-deploy.
Thanks
Will
You can probably start from here:
http://www.lifelinux.com/how-to-setup-a-lamp-server-on-centos-6-0/
The LAMP software package was created for exactly that purpose. It comes with all software and installation/setup instructions you could ever need. Look at the external links in the referenced Wikipedia page.

How to download a .exe automatically (without user interaction) from a web page? [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.
That is when someone opens this web page, the .exe automatically gets downloaded in his system without any user's interaction.
Usually that is considered opening a hole for viruses. Most browsers will warn the users that they are about to download an executable and there isn't a way to work around it.

How to access session variable in view ejs? [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 a new user of node and Geddy.
How to access session variable in ejs view template?
I'm also looking for a good book, tutorial that can help me build a member area with Geddy.
If you upgrade to the latest version of Geddy (should be released tomorrow), you'll be able to access the session directly from the template. just use the session object from your view.
There aren't any books out there yet, but we have some examples and how toos in the Geddy wiki. The Geddy website was also just revamped to include 50+ pages of documentation to help get people started.

Resources