mobile

Please provide me pointers for css guide lines for mobiles.

Please provide me guidelines for css for mobiles. The specific questions are: What are the recommendations for the width? Should it be fluid? Any recommendations for usage of Ajax in them. Can Jquery be used. Does all the fancy methods supported Any emulators that I must be using? Any framework that would ease the pain? Recommendations...

C# way to convert char into 8x8 binary

Hi guys, Can you help me look for a way to convert char into 8x8 binary (am not sure how to call it) like for example an "A" 00011000 00100100 00100100 01000010 01111110 10000001 10000001 10000001 am actually doing this manually :( suggestions are still open :D EDIT: Anyway, if you guys are wondering what am trying to do. Am try...

How to test your web applications on mobile?

Hi, I don't have money to buy mobile phones, iPhone, etc, but I do want to make my web applications available to mobile devices. Are there some software to stimulate these devices, or what should I do? ...

How do i emulate a storage card in Windows Mobile 6?

I have seen in many programs such as FreeOTFE that they can emulate a storage card in WinMo. It will be shown in Windows Mobile just as a storage card is inserted and i can interact with it just like a SD Card. How do i implement that? Any tips/tricks/guides/samples? I am using WinMo 6 Professional with Dot Net Framework :) I know i ...

Common development platform for Mobile or Hand-held devices

Currently we are working on a project in which we need to come up with some framework or common approach to have single code base used for developing an application that runs in Windows Mobile and Palm OS (WebOS). Is there any solution to this? I heard of "PhoneGAP" but I am not sure how successful it is in current situation. Any one kn...

How to run application using SMS from another phone?

I want to run an application on another mobile without any external interaction using SMS from another mobile. Is that possible, and how to do that? No, I don't want to the user to open the SMS and launch the application, no point of it then, I wan't something like remote motor operating using SMS. Any ideas? Can we send SMS from any ...

Recommendations for SMS gateways with API-support

I'm building a web application that needs to send notifications by SMS. What SMS gateway service providers with API support fulfill the following requirements: Reliable Global delivery - I will send globally with no specific region being sent to more than others Ideally cheap What are your recommendations? Why? ...

CSS: How do I set <link media="" /> as inline CSS with @media if the media type is a phrase?

How do you set as inline if it's not one of the words listed on the single word media types? (http://www.w3.org/TR/CSS2/media.html#media-types) <link media="only screen and (max-device-width:480px)" href="iphone.css" type="text/css" rel="stylesheet" /> The handheld media type is ignored by the iPhone, but I'd imagine the external cal...

Validate Mobile Number

I want to have a mobile number validate for my site not just string validations ..what i need is to actually validate the mobile number with the same user exists.. one option i know is to send a pin to that mobile number & ask user to put that pin on form submit to validate ...so are there any ready to use services for this to use it on...

In Django, what is the best way to manage both a mobile and desktop site?

I'd like everything to function correctly, except when it's mobile, the entire site will used a set of specific templates. Also, I'd like to autodetect if it's mobile. If so, then use that set of templates throughout the entire site. ...

Can I avoid baking my Twitter API consumer secret into my iPhone app binary?

I'd like to do OAuth for Twitter from an iPhone app. But doing so implies that I need to have my API secret alongside my API key baked into the application binary. This is obviously undesirable. Facebook supports the notion of a session proxy to get around the parallel issue with their API. Can I do something like this for Twitter? ...

Set textbox focus in mobile safari

Hey, I was wondering how to set the focus to a text box in Mobile Safari. I've tried document.myForm.myTextArea.focus() which works in regular Safari, but it does not seem to work in Mobile Safari. To clarify, I want to set focus to a text box as soon as the user loads a page, and have the iPhone keyboard pop up. ...

Not receiving clear list notifications from Call log

I have been using CLogViewRecent and MLogViewChangeObserver to monitor call log on S60 5th edition phones. MLogViewChangeObserver has three functions: virtual void HandleLogViewChangeEventAddedL(TLogId aId, TInt aViewIndex, TInt aChangeIndex, TInt aTotalChangeCount); virtual void HandleLogViewChangeEventChangedL(TLogId aId, TInt aVie...

Broadcast message or file to nearby Bluetooth devices

Hiya, A client of ours is attending a business fair and would like to push some sort of "welcome message" to people visiting their space. I'm not too familiar with Bluetooth, so I have a few questions: What kind of content can you transfer via Bluetooth? (Is it files only or is it possible to send a simple text message?) Is it possib...

Get directions from current location via link in my mobile website

Hi I'm working in a mobile website and trying to create a link button to get map directions using user mobile device current location, is it possible? ...

Mobile phone - configuration via SMS

In Germany, mobile carriers often provide a simple way to configure your mobile phone for MMS and GPRS: After keying in your phone number and device model on the carrier's website, you get a "configuration sms" sent to you. I'm trying to understand how that works from a technical standpoint. I have scanned through 3GPP TS 03.40 (http://...

What is the best way to profile a mobile Web Application?

I am looking to profile my web application on Android for starts...what is the best way to get the kind of information that a tool like Web Inspector would give me on the desktop? Since I cannot use Web Inspector or Speed Tracer on the mobile device...how can I get such data/info ? ...

What is the best 'method' to do an online MOBILE Text Based 'App'?

With all the different mobile phone browsers and the mobile market being so diverse I'm having a hard time deciding on a way to create a text based online game for mobile phones. I was thinking about using HTML/CSS/Javascript for front-end and Python CGI for server-side (with a DB). Now this seems like a very obvious choice... BUT I'm...

ASP.NET MVC 2 for mobile devices

As far as I can tell the recommended approach for ASP.NET MVC 1 is to use the Web Application Toolkit for Mobile Web Applications. Is there any change in the mobile device story for ASP.NET MVC 2? Should this toolkit still be used? ...

How to work with QT (cross platform development) designer?

Hi, I am new to Qt I created my first form and I want to look this on My mobile how can I, I mean how can i run this or create sis file for this that I can look this on my mobile.. Thanks ...