apps

How to control which keyboard is displayed when a user touches a text field in iPad?

I am currently developing a web application to be run in iPad. How do I control which keyboard is displayed when a user touches a text field? input type="text" pattern="[0-9]*" I have tried the above html codes which tested working in ITouch but in the Apple iPad SDK emulator, it imply brings up the normal keyboard. Any idea? Thank...

IPhone launch application with home button

Hi, do you know in which ways is it possible to launch an application? I know that it is possible by clicking on the icon, and it is possible by clicking an url with a cistom protocol, Anyone know if there ae more ways? For example is it possible to make an application be launched when the users touch 3 times the home button? o...

Cannot install 32-bit app on Server 2008 R2 64-bit using asnet_regiis.exe

Hi guys, Currently I have a set of web applications that need to be installed (using IIS). They can only run in 32-bit mode so requires IIS to be set to run 32-bit apps. The steps that we've taken to do this work for server 2003 64-bit, and 2008 64-bit, but does not work on server 2008 R2 64-bit. I've spent many hours on this and I'm st...

Openid for app domain

Hi i tried to enter into third party website using my google apps username & password. For that i used URL as https://www.google.com/accounts/o8/site-xrds?hd=mydomain.com. I used this URL in stack overflow which directs to my domain's login after i sign in it returns "Unable to login with your openid provider Errorr occured while sendin...

How may I see the data in the Oracle view like I see it through the application ?

When I navigate through the Oracle application with my application user and the right responsibility, I see the data. I use the "record history" menu to see which table/view is used by application. So, I got PA_EXPEND_ITEMS_ADJUST2_V. When I'm connected with apps user in a sqlplus session, SELECT * FROM PA_EXPEND_ITEMS_ADJUST2_V gi...

Launching an iphone app from a link in mobile safari?

is this possible? Given the app ID? Eg: com.mydoamin.myappname ? Thanks. ...

how to increase Speed of a component made from Javascript or JQuery ?

I want to make my component faster, I am using Javascript and JQuery to build that. I am using JSON object to communicate with component and back-end is python. Is there any suggestion to make component faster? ...

Social Graphing application - help/collaboration needed

Hello my fellow Web Developers. It seems I have been charged with the tall task at my new job of creating an application that would track (on a kind of "super-aggregate basis") a combined aggregate of SEARCH STRINGS (assumedly via Google), SOCIAL MEDIA MENTIONS (Twitter mentions, Facebook mentions, blog mentions,etc), and NEWS POSTINGS (...

Where did the code that made it so you have to "fan" facebook pages to see content come from?

Hey there. I have noticed a general trend in pages on facebook with a tab that requires users to "fan" a page to see it. I know these people aren't bright, but was wondering where exactly did this code (not tactic - for the sake of not having this question deleted) originate? I would really love to know. Thanks. ...

Django: need help with keeping apps from depending on one another

I'm working on a site that will help private teachers manage their students, and part of this will be keeping track of how much money the teacher is owed. I want my apps to be reusable and free from dependency on one another. So, I've created one app whose responsibility is the CRUD of student, teacher, and parent objects (these models ...

Android Notepadv1 Tutorial - Persistent mNoteNumber?

So I did the Notepadv1 tutorial. It worked great. No problems. I would however like some explanation on why the mNoteNumber remembers the last number of the item I created. So the class starts as follows: public class Notepadv1 extends ListActivity { private int mNoteNumber = 1; That's fine, I understand that. The only other ...

Ability to Choose From Multiple SQLite DBs for Iphone Application

I am working on the design and implementation of an iPhone application ( a newbie, but I am getting the hang of it) where a person can download specific contact information about teachers based on their majors. The information is currently on different edu websites. And I have exported the information into SQLite databases. Is it possib...

Are these really the steps I need to take to finally program for iPhone?

First I went and purchased: Beginning iPhone Development: Exploring the iPhone SDK And it said I should know Objective-C Then I went and purchased Learn Objective–C on the Mac by Mark Dalrymple, Scott Knaster And it said I should know C then now I'm at the beginning with Learn C on the Mac by Dave Mark So this is the long journey I...

multiview iPhone apps.

I have several different views in my iPhone app. When the app starts, I will have logic to determine which view to start with (rather than always starting with the same view and leaving it up to the user to change views). One of the "views" will have several pages (tabs or table rows, not sure at this point... but the dominant view will...

How do you make two Android apps share the same user id?

I remember reading somewhere that you could make two android apps share the same user id, but I have heard conflicting information from other people. Is it possible to make two apps share the same user id and if so how is it done? ...

Is there a sync framework for IPhone?

Are there ways to sync data from IPhone app to central database without the app being used? ...

I have the Android SDK Downloaded, and a AVD created. How can I get apps for it?

I can't seem to find any options to retrieve apps on my SDK's virtual Android device. Can you direct me to where I may find apps so that I can test them out? ...

Can we test any and every app on DeviceAnyWhere?

Let's say i have an app on BB, Android, iPhone and Windows Mobile. So can we test apps developed on any platform on DeviceAnyWhere? Please confirm. Here's the link: http://www.deviceanywhere.com/ ...

Customize the Google Links

Is there any way to customize my google links the top of my google apps? ...

Turning Sencha Touch-based app into a true native iPhone app?

As I understand, Sencha Touch is just a javascript library that lets you create websites that respond to multitouch and other features you find in native iPhone apps. So... Your end result is accessed on Safari on the iPhone, and not as a native iPhone app. Is there a way to convert this to a native app? ...