mobile

Stop automatic image resize in mobile Joomla?

I currently use mobile joomla plugin (http://www.mobilejoomla.com/) to build my mobile website with jqtouch. I can't seem to find a way to stop the automatic resize of the image, even if the options in joomla backend are unchecked, etc. It tries to resize the image and to save it on the remote subfolder "/Resized" and, after, it changes ...

google-analytics iOS SDK or serverside: completely bogus timestamps?

http://code.google.com/intl/en/mobile/analytics/docs/iphone/ Known Issues * Possible inaccurate timestamps: timestamps are recorded at the time the application dispatches to Google Analytics, so if a user experiences long periods of offline use, the timestamps may not be 100% accurate. That seems to be putting it mildly -- if you hav...

PHP mobile browser detection?

Hey all,     I'm in need of a way to detect mobile browsers server-side. I've heard of various ways to do this, but i'd like a way that requires me to do little to set up and little to maintain, yet still provide me with accurate detection of (at the VERY least) android, iphone/ipod, and blackberry browsers, along with alternatives like ...

oEmbed with Mobile devices

I've just found out about oEmbed and was wondering if there is a way to get a mobile link/embedd code by sending the user-agent (or prefered format, like 3gp)? I've might have missed something, but I can't find those options on the oEmbed website. For example (Youtube), I would like to get the 3gp rtsp link for devices that supports t...

Response.Redirect problem in some Nokia phones

I'm developing asp.net application for mobile devices. I'm using Response.Redirect in most of the page. The problem I'm having here is some of the old nokia models always have a pop up warning message asking to confirm sending data to a different site if I try to redirect to another page. And when it hits the redirected page, the IsPostb...

HTML e-mail template testing - for web and mobiles

Hi all, 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 sophisticated design and I am wondering how & where to test it. In "how & where" I mean which are the most common mail applications for desktop and mobile devices. So is ther...

Radio button accept just first selection on mobile website for iPhone

I developed a mobile website to be accessable by mobile devices, mainly iPhone and Android devices. And, to select the type of search to perform, I created 4 radio buttons. But, on iPhone when the user makes the first choice and try to choose another type of search, the radio button clicked just don't get selected! It's looks like a bug ...

Share Content between Web and Mobile Website

I am creating a mobile version of my website. It is nothing fancy, just a few pages. I would like to be able to share the content in both form, without having to update it in two places. Is the easiest way to do this with CSS? Or can I create some sort of XML or text file and read it in both sites? Here is what I ended up using: <!--[i...

A unique identifier for cell phone other than IMEI or IMSI?

I'd like to have an unique identifier for a cell phone. Since there is not a particular way to find IMEI or IMSI on every mobile, I want to know if there are other ways to find an unique identifier for a cellphone. Can anyone suggest a way? ...

how to get UUID in j2me ?

in java we can get UUID from class ie UUID.randomUUID().toString() how to get UUID in j2me ? is there any function or class which provides it ? ...

Simulator For Blackberry for Windows PC?

Is there any single software that can be used to test the website designed for all blackberry mobile devices. In Blackberry website, they have given different simulators for each phone, we would like to know if there is any one software that an be used to test all the blackberry devices? ...

iPhone CSS - Viewport width not working for me

Anyone know why I still have some extra white space to the right of my web site when using an iPhone?: (please check on an iPhone - this will not show with Firefox/UA Switcher) I've adjusted viewport meta to "device-width" and my body's width is 100%. I've Firebugged everywhere and just can't figure this one out. ...

Web charting libraries for mobile, our own research

We are looking for a nice javascript-based library for a web charting application we have been asked to do. The charts will be accessible and should actually be nice to interact with via mobile devices (iOS, Android, and the like). The user will be able to drill-down into some datasets, so the snappier (both processing graphics and loadi...

Mobile website - how to switch to desktop version

I have a WordPress website (abetterworldbydesign.com) which has user-agent detection to redirect mobile websites to a subdirectory. It is using the plugin: WPtap Mobile Detector I want to include a toggle link to switch between the mobile and desktop version. How can I make the site remember that a mobile user has switched to the deskto...

Appcelerator - who uses it?

1 Do you use appcelerator? 2 Would you recommend it? Has it lead you to a dead end, and you thought to yourself why did I ever use appcelerator now im stuck!? 3 Where do you get started? cant seem to find many tutorial sites online? ...

How to detect when Mobile Safari is closed?

$(window).bind('beforeunload',function(){ alert('closing'); }) Above code only seems to work for desktop browsers. ...

how to set screen resolution dynamically useing javascript in html

hello frndz... i m developing a web-application 4 mobile & i-pod...which is platform independent...4 dat m useing html 4 front end embedded in adv.java servlet....i ve a big problem about screen resolution...how can i set d screen resolution dynamically 4 any web-browser....n i dont want horizontal scroll bar...den which method is bette...

Mobile Application technologies information

Hi All, I am new to mobile application technologies.... We are developing applications for iPhone/android/blackberry/windows mobile. I need any PPTs of any PDF books that explain our team about a General mobile application architecture, trends etc.. Do any one have any reference.. Please help me! Thanks in advance! ...

Cross platform mobile 3d engine

Does anyone know of any production-ready (preferred) or beta-quality 3d engine for mobile platforms? It ideally should support a 3d acceleration on device if available. We looking for renderer only, as the engine required for non-gaming purposes. Thanks. ...

Is there any development tool for sending sms from my computer to mobile phones?

I want to develop an interface in my computer that will send sms from a text box to the computer attached phone(which has gsm based SIM) and phone will deliver that sms to a particular number(the number will also be given in text field). I want to know what are the tools i may use for this purpose.What programming languages will be bette...