We are in the initial planning stages of building out a mobile site for one of our clients. This mobile site will be in addition to the main site that ... |
If you had some social networking applications and you wanted your users to interact with them using a mobile device would you use WAP or a slimmed down version of your ... |
Is there any good advise on developing websites specifically for Japanese mobile phones? As I see it so far, the site basically has to be bare-bone HTML, mostly <p>s and <br>s ... |
I've created a html newsletter for a business orginization. This email includes registration hyperlinks. A user forwarded me the message he recieved today stating that the links don't work.
He ... |
I need to build a web page for mobile device. There's only one thing I still haven't figured out: how can I trigger a phone call through the clic of an ... |
Meta-tags "Viewport", "MobileOptimized" and "HandheldFriendly" can be used to provide appropriately formatted HTML-content to mobile devices. Are these tags good things? They seem pretty platform specific in many cases, and even ... |
With mailto: exisits a widely available possibility to specify an email address that opens the email-client if executed.
Does exist somethin similar for phone-numbers, so that if it's used in a ... |
|
I have a website called
www.website.org
I have a mobile website called
m.website.org
I want to use an htaccess to automatically redirect the main website URL to the mobile version..
However, there is a link on ... |
Is it possible to create an input field that sets the default input character set to numbers on a mobile phone?
For example to make it easier type in a telephone number ... |
I am not sure that this is the right place for this question so if not please advice me where to ask.
I am currently building a HTML e-mail template with ... |
For instance if I have
<input type="text" id="myid">
and I am using the ipad, when i focus in this input, the ipad would automatically display the keyboard. Is there a way to ... |
First of all, this is not a dupe of this question. You'll see why.
I'm working on a web application (not a mobile website; this will be JS-heavy), and the HTML ... |
Just wanting to get a bit more of an idea about how Phonegap/Titanium packages its assets (i.e. HTML, JS, CSS, etc). Does it compile these assets as part of the package/app ... |
I'm building a version of my company's website with the jQuery Mobile framework. While it'd be fairly easy to do a javascript redirect to get users of mobile devices to our ... |
If you search at m.google.com on mobile phone, you'll find that if you click the result, you will see live pages which has been transcoded to make it suitable for browsing ... |
Which doctype is recommended by W3C itself for Mobile Websites?
And what is the correct doctype code of that which is valid too?
|
I have a simple wordpress/php landing page with a click-to-call link:
<a href="tel:888-555-7777" target="_self">888-555-7777</a>
When that link is clicked on a mobile phone, a dialog box opens and asks the user if she ... |
Does anyone out there know if its possible to show a working version of a mobile site in a web portfolio? Wondered if there was an emulator that could be ... |
I am trying to make a mobile website but I'm not exactly sure how to declare the document or how to tell the browser to focus on the area with the ... |
I'm using the html5 doctype for a mobile website.
I normally use the following:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
But, I read that http-equiv is deprecated in html5.
I see that the jquery mobile demos/docs are ... |
Somehow I can't manage to get an imageview to be on top of a window. This is my code:
var win = Titanium.UI.createWindow();
var startupView = Titanium.UI.createImageView({
image: 'iphone/Default.png',
opacity:1,
zIndex:20
});
var w = Titanium.UI.createWindow({
title:'Menu',
url:'menu.js',
zIndex: 1,
backgroundImage:'ui/bg.gif' ...
|
I have a website ready but it doesnt look too good on a mobile phone. I think it would be too complicated to use CSS media queries at this point.
I code ... |
the w3 mobile html checker tool is giving me a severe warning and I'm not quite sure how to resolve it.
I have this link: <a href="javascript:;" id="tab_search">My Link</a>
I'm using jquery to ... |
I am just completing my mobile website, and I was about to put a <a href="tel:"> links, when I thought about telphone number harvesting, in a similar capacity to email harvesting.
This ... |
I'm looking to allow my users to my mobile web click on a link to straight away add my contact into their phone (iphone/android).
I know there's a tel scheme available ... |
I found a wired issue in Mobile Safari as demo http://mocheng.github.com/demo/translate3d.html
There is one page translate3d_iframe.html inside translate.html as iframe. Elements in translate3d_iframe.html has style -webkit-transform: translate3d(0, 0, 0) to ... |
I have the following codes, its part of the application I am building for iPhone/android phones.
<li><span>X</span><input type="text" pattern="[0-9]*" id="anum" maxlength="9" placeholder="Account Number""/></li>
<li><span>X</span><input type="text" id="bname" placeholder="Beneficiary Name" /></li>
the "X" between the ... |
I have an existing website that I would like it to be transformed into mobile version. How can I do so? Do I have to create an entire different version of ... |
Is there an html control that I can use on a web page that, when browsed to using a touch device (iPad, Samsung Galaxy Tab), can capture a signature input by ... |
I have a web app built with iweb kit that looks great in Android and iPhones.
The only issue is, when on a mobile, you can grab the screen and move it ... |