mobile

PDF Reader software for SAMSUNG 3310i mobile?

Hi, Can anyone give me the link for (free download) PDF Reader software for SAMSUNG 3310 mobile ...

Picup App VS. cliqcliq Quickpic

Weekend research has shown me that, in mobile Safari, my best chances for the upload of an image file from the iOS photo library are through cliqcliq's Quickpic app or PicUp for iPhone. Are there any other choices that are more seamless or better than both of these apps? *This project i'm developing will use iPads for this task. ...

is there any common platform for all mobile applications?

hi i want to know if there is any tool or a platform for developing applications that could be run on all sort of mobiles. that is, i want to develop an application on a platfrom which enables me to use it in Windows Mobile, Iphone, Android, Symbian OS phones .....etc (mostly for iphone and android other are optional) please let me k...

Is there a way to show video using video tag in a HTML page with XHTML Mobile Profile?

I have an html with following DTD declaration.<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> I want to use video inside this page. Is there any workaround? I cannot change DOCTYPE. ...

How to setup HTML for mobile Devices with an header-image, that takes whole width of browser?

Hi, my concern is that I have to build a website for mobile devices. In the concept is an image set as header. The problem is now: Different smartphones have different display resolutions. There are e.g. 840x560, 480x320 or 800x480. What do I have to write as meta-tags, css, etc. to fit the image in "every" modern smartphone to the d...

Windows Mobile 6.1 - .NET CF StatusBar control - embedding icon

Hello Is it possible to embed an icon on StatusBar control on .NET CF 3.5? Regards Dominik ...

Fast, "Cheap" Image Encryption

I have a need of a function/library that can quickly encrypt an image on a low-powered device (cell phone, tablet, etc). I need to provide a string which can act as a password to encrypt and decrypt the image file. Ideally, I would like something that retains the image file format and just scrambles the pixels. I have tried prototyping...

css expanding based on portrait or landscape screen size ??

I have two divs that are floating next to each other. What i would like is to have it have a width of 100px when you are looking at it in portrait mode and lets say 200 px in landscape. This happens viewing on a mobile device actually. So the div will expand when in landscape mode and shrink up a bit in portrait. Any ideas? ...

Is there a way to avoid displaying the keyboard in mobile safari

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 avoid that? Thanks ...

Strategy for branching in subversion with mobile releases

I'm developing a series of applications for mobile devices, we'll call them Orange, Cherry, and Pear. Now, because of my familiarity with Blackberry, I chose to begin implementing the first of these three applications, Orange, on the Blackberry platform. I found a way to integrate a number of Blackberry platforms (since they use relati...

How can I programmatic control my mobile phone?

Hi, I am planing to create a program that will do folowings check validity of SIM card Check current balance in the SIM card Recharge SIM card using some top up cards. SIM card can be in mobile phone(Say it Nokia), May be in a Modem(Siemens and Wavecomm) Please suggest some options, How can i do that. Regards, Vijay Shanker ...

mobile application difference between java and C#

i need to build a mobile application to connect the mobile to a local server using Wi-Fi which programming language i should use java or C# and is there any problem in runnig a java application on a windows mobile ?? thanks ...

Tabs on a mobile site - Javascript turned off, what to do??

I have a site that will be used mostly on mobile devices, the top nav are tabs but right now they are hard coded instead of using Javascript. We are taking into consideration all mobile devices that will not have javascript. So, is there a way to gracefully degrade javascript Tab functionality to then to to the right html page? ...

ASP.NET - Mobile Applications Development

Dear All, We are planning to develop Mobile Applications. Would you please let me know the following information, if you have an idea. Merits and demerits when we use ASP.NET for Mobile Applications Development. Best reference book for ASP.NET Mobile Applications Development. Many Thanks, Regards, Anupriya. ...

where to start developing iphone / mobile applications in php?

Hello, I'd like to develop an iphone application using my knowledge of PHP. I know of some frame works like appcelerator that maybe able to help (have problems installing appcelerator though). My question is, what framework do you recommend? Also, I've noticed some apps appear to simply open a safari browser and run, what "type" of a...

Is there any way to test your webapp locally using Opera-Mini (considering that Opera uses a proxy to serve pages to Opera-Mini)

How can I test my web app locally using Opera-Mini? I know that in order to test it using their Opera-Mini simulator you have to have a public site. Is it possible to test it out using a local server that is not public to the internet? The issue stems from the fact that Opera-Mini gets its pages through a proxy server at Opera, and ...

List of programming languages for mobile devices

What are the programming languages supported by mobile devices? Is there some list or can anyone make a list of some? I don't what to search, but I as able to find 3: .NET Flash Lite java Are these the most used? What other languages are there that are used quite often? ...

Iphone Style Option menu in Symbian s60 5th Nokia ?

i am a newbie in Qt can any one knows about how to make Qt Option Menu for symbian s60 5th i want to duplicate the menu style like i Iphone. Thanks in Advance. ...

Mobile Application Using Sencha Touch - JSON Request Generates Syntax Error

Hi, I started playing a bit with Sencha Touch. So I've built a really simple application based on one of the examples just to see how it goes. Basically it creates a JSON Request which executes a Last.FM web service to get music events near the user's location. Here's the JSON code: var makeJSONPRequest = function() { Ext.ut...

Hooking into browser rotation

I'd like to execute some JavaScript code when the mobile phone is rotated. I'm using jQuery. Is there a custom hook I can use with mobile browsers? One way I can think of is hooking into the change of the viewport size, and checking if the height/width ratio has changed. Is there an API method that I could use instead? ...