What is the difference between jQTouch & jQuery Mobile Framework ?
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Thursday, June 7, 2012
Difference between jQTouch and jQuery mobile
Tuesday, May 29, 2012
separate different version of a website
I want to make sure I want to optimize and make my site very easy to maintain for different version of my site.
Sunday, May 20, 2012
Issue with mobile website
I have a mobile version of my site that I have an issue with. My main site is (let's say) domain.com and my mobile site is (let's say) m.dom.com
Sunday, May 13, 2012
What is the best method of re-rendering a web page on orientation change?
I have a fluid CSS layout which is rendering badly on an iphone when I change the orientation. (It looks fine when it is refreshed).
Tuesday, May 8, 2012
Exclusive CSS for iPhone/Android
I'm making a mobile-friendly stylesheet for a page of mine. Is there a simple way to make it show that stylesheet to iPhone/Android users? Or do I have to pull the user-agents and figure it out that way - and how do I do that?
Thursday, May 3, 2012
The relationship between Phonegap"s "onBodyLoad()/onDeviceReady()” functions and Jquery"s "$(document).ready()”
I am using PhoneGap + jQuery Mobile in Android, I am confused about the Phonegap's "onBodyLoad()/onDeviceReady()" functions and Jquery's "$(document).ready()".
Tuesday, April 3, 2012
Remove textarea inner shadow on Mobile Safari (iPhone)
By default, it seems Mobile Safari adds the top inner shadow to all input fields, including textarea. Is there a way to remove it?
Sunday, February 12, 2012
How to check whether the user has a bookmark (iPhone)
For mobile web development: I am making a website which asks the user (on an iPhone or iPod Touch) to save the page as a bookmark on the homescreen.
Sunday, January 29, 2012
In javascript "If mobile phone"
I was thinking of doing something with the jQuery.browser but this only returns which browser you're in and if its a webkit etc etc.
Friday, January 20, 2012
Designing animation for android application
What is the best way to design and embed an animation into an android app. (I'm not talking about transitions and activities in/out animations.)
Sunday, January 15, 2012
Best practice discussion: When to favor a webview over a native UI in titanium?
I'm currently working on a cross-platform mobile app and have gone through the process of creating the UI of my application using the given Titanium api.
Wednesday, January 11, 2012
# character in url of jquery mobile page
Why is it that when I visit my jQuery mobile page, lets say page.php it shows up fine, but when I visit the same page page.php#someDetailsHere it just shows a white page? And how can I fix this?