How to customized keyboard in IOS [closed] - keyboard

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.

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

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.

Application Support to Internet explorer 6 and 8 [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 successfully developed some application using netbeans as IDE. and they are all in currently production for the company.
But, here I faced one problem that the application is running perfectly fine in IE-6, but when i upgraded it to the IE-8, It does not support full features of the application and it is behaving awkward.
So I wanted to know, how 2 versions of IE makes the same application behaving different, and Is it related to some kind of development of the application, and whether we can make it working in all the versions.
I want to know some behind the scenes fact.
Thanks!!
If you are using richfaces 3.x, it has known issues with IE9 which are not yet fixed.
If you application work with IE7, then specify X-UI-Compatible meta tag to emulate IE7 behavior.

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

Bing.com core technology? [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 12 years ago.
We all know bing.com is a Microsoft site, hence it's technology is built upon Microsoft stuck (I can hardly imaging something different). Does any one have an idea about what technologies are used in Bing.com (for serving the pages, for indexing the web, for searching the database.. etc)?
/* Strange question you say?! C'mon it's StackOverflow, we can get a good answer ;-) */
Any web search engine uses a web crawler to travel and index web pages and their content. Bing uses a crawler called Msnbot which, in the past, has been often criticized for being too slow.
Msnbot should appear this way in your server's log:
msnbot/2.0b (+http://search.msn.com/msnbot.htm)
Also, Microsoft has a FAQ page about Msnbot.
Java & oracle on linux boxes :)
Seriously, it is asp.net & sql server on windows.

Resources