mobile

Need ASP menu control that works on all browsers, including mobile

I'm writing a web site (ASP.NET/C#) that is specifically targeted at mobile phones. On the master page I have put an ASP menu. This works fine in IE8 and Firefox, but when I try viewing it from my Nokia browser, while the menu is visible, its behavior is incorrect: I tap on the menu to open it, and instead of opening the next level of ...

What calendar control can I use for mobile web site?

I'm developing a web site in ASP.NET/C# that is targeted at mobile users. What calendar control do you recommend, that will work on Nokia, Safari, Opera? ...

Can you block incoming traffic with an Android app?

Is it posible that Android would allow an app to block a phone call, email and or SMS from coming through to the device? e.g. User opens app and sets it to block all incoming info for 2 hours. App blocks all email, SMS and calls for 2 hours. ...

HTML | Mobile and CSS media types

Below are my stylesheets for my mobile site: <META name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> <META name="HandheldFriendly" content="true" /> <link type="text/css" rel="stylesheet" media="screen and (min-device-width: 481px)" href="css/smartmobile.css" /> <link type="text/css" rel="sty...

FTP an image over a TCP/IP wireless connection from a Windows Mobile 6 device

I have a mobile application that needs to FTP an image over a wireless TCP/IP connection to a server. I have searched the internet for resources only to find that some of the popular ways to do this are not supported by the dot net compact framework (such as System.Runtime.Remoting). Is using TCP/IP a viable solution or is there another ...

music website: how to make it work on android/blackberry/iphone/symbian?

Hello, How can I make my simple site, on which the user can choose to play a number of music clips by clicking on little "play" buttons on the page (think of Amazon's "preview" on their product pages for CDs), work on mobile devices? [I originally created the page thinking only of desktop browsers, so currently it works by using Flash...

WindowsMobile CAB file I can't change the appname!!

I have a Windows mobile professional 6.1 application and I created a CAB file for that..when I am installing the cab in the phone in some place of installation I see a wrong app name which I don't even remember when and where I have setted it! SO I checked the _system.xml file in the CAB archive and saw the problemetic line; <parm n...

Which mobile browsers support javascript (and Ajax)?

For the web site I'm building (targeted at mobile users) I'm thinking of using some Ajax controls. I'd like to know which mobile browsers do and don't support Javascript and Ajax, so I can know whether I've at least covered the majority of my target market (i.e. iPhone, Droid, Nokia, Opera). If not, I'll have to find an alternative way...

What is the best background color to conserve battery life?

I'm developing a web based mobile application and I was thinking about the default background color. Do different color backgrounds use different amounts of battery life? For the best battery life should I choose black or white or some other color? I would assume that because there's a back light behind the LCD then white would use the...

How to determine if incoming IP address is from a mobile carrier?

Does anybody know of a good way (free or paid) to determine if an incoming IP is from a mobile carrier? There was a previous question on this: http://stackoverflow.com/questions/322440/api-to-determine-cell-carrier and the answer was "use an ISP database and match names". I guess I'm hoping that in the year and a half since this quest...

Call back for network connection present or not in windows mobile sdk?

Hi, I use NetworkInterface.GetIsNetworkAvailable in windows to check if internet access is avaiulable. But in case of Windows Mobile development, this class is not available, Please tell, how can i check if internet access is there or not. Thanks, Mrinal Jaiswal ...

Problem with CSS for mobile website

Hi guys, I am building this mobile website. If you check it on your mobile browser it should fit in such that there is no horizontal scrolling. (Content should only be vertically stacked). Can someone help me in fixing the CSS of the page. Just let me know what the correct CSS should be so as to auto adjust for different mobile phones...

How to make web page fill iPhone browser?

I'm writing an ASP.NET web site targeted at cellphones. The pages appear fine on a Nokia browser, but on the iPhone, the text is all squashed up into the top left hand corner of the page. Is there some way of making the mobile browser automatically zoom in to fit the text on the page? ...

Creating AJAX Rich Mobile Site?

I'm thinking about creating a mobile website that's rich in AJAX and Jquery functionality. So from the phone, a user can experience capabilities such as: drag and drop, "loading..." images, dialogs that fade in and fade out, drop shadow dialog boxes, dynamic resizing of dialogs etc... When the mobile website first loads, it will probab...

How accessible are dropdown lists on mobile devices?

I am developing as site for mobile devices which requires the user to select a product (there are ~70 in total). I however do not have a testing device with me at the moment (I am also currently on a Mac and do not know of any mobile browser emulators for Macs). My question is, would a drop down list of length ~70 be way too long? How h...

How can I create an animated tile on WP7?

How can I create an animated tile on WP7 similar to the XBox Live Tile? What are the options for Animating tiles in general? ...

can we use JWNI to develop dictionary for android platform?

can we use JWNI API to develop dictionary for android platform using java? ...

what type of programming is used for 3g mobiles

which type of programming is used for 3g mobiles ...

Running Compact Framework 1.0 Application On Windows Mobile 6.1 And Windows Mobile 6.5

I have a application developed based on Compact Framework 1.0. I can run it, on Operating Systems that version number is smaller than Windows Mobile 6.1 But I can't use it on Windows Mobile 6.1 and 6.5. Before installing app, I install these cabs: 1 - netcf.all.wce4.ARMV4I 2 - sqlce20.ppc.wce5.armv4i 3 - sqlce20.dev.ppc.wce5.armv4i ...

Mobile application communicating with Server

Hi, What are best practises for a mobile client to communicate with a application running on a remote server? I was keen on two way communication. I am a starter, so any starter links would be of great help too. Thanks ...