1
vote
2answers
62 views
htaccess (https to http)
Hi,
this is yet another .htaccess question. And I already did my literature review. Would appreciate any help.
Requirements:
Force HTTPS only for a few URLs.
Browser shouldn't say partially …
4
votes
5answers
255 views
How to mark-up phone numbers?
Hi,
I want to mark up a phone number as callable link in an HTML document. I have read the microformats approach, and I know, that the tel: scheme would be standard, but is quite literally nowhere …
1
vote
2answers
341 views
iPhone Safari: check if URL scheme is supported in javascript?
Is there any way to check if a URL scheme is currently registered on the phone... with javascript?
-1
votes
6answers
1k views
How do we get arround Apple’s decission to skip sms templates for iPhone?
Old title : How to code an iPhone app that will send predefined smses to predefined numbers?
Many people I am sure use a smart netbank that lets you transfer money from your savings account to your …
2
votes
2answers
52 views
Should I store the connection scheme for an OpenID?
Should I store the connection scheme, http or https, for an OpenID when someone logs in into my web site? Or just what comes afterward: http://pupeno.com or pupeno.com?
3
votes
2answers
408 views
How to tell if Cocoa Touch device can make calls?
I'm writing an iPhone application that provides a button to call a phone number. I'm using code like the following to dial the number using a tel: URL in the usual way:
NSURL* contactTelURL = [NSURL
…
