|
I've been considering making a quick little iPhone web app.
I started reading about and experimenting with the special meta tags and attributes documented at Apple's Web Apps Dev Center :
viewport apple-mobile-web-app-capable apple-mobile-web-app-status...
Started by Zack Peterson on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
One fancy thing going on in iPhone web....
How-To: Create an iPhone Web App
...
Several UI framework for iphone web app, I think JQTouch is the best
On February 12, 2010 Andrew & iPad using the iWebKit framework package.
|
|
I don't know if this question has any sense, but this is what my boss want.
I work in a company with an intranet web.
In my department we have developed an application wich connects to a Bussiness Object server and executes and prints reports. This is...
Started by Telcontar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The only gotcha with this log in model is that the Universe Connection... .
The closest I have seen/created is to use the shared secret (ITrustedPrincipal) mechanism to authenticate the user against secEnterprise without knowing the true password of the user .
|
|
I ask this because I am on the verge of diving into iPhone development and I have been intently following the iPhone related questions here.
This question: http://stackoverflow.com/questions/566265/retrieving-current-local-time-on-iphone
has a comment...
Started by Optimal Solutions on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You need a mac to make a native app, but can make web apps a special stylesheet....
You are just going to a website that has which are impossible in Mobile Safari .
A web app is accessed via Safari and requires no install.
|
Ask your Facebook Friends
|
I am trying to consume data from a webservice published by a 3rd party. I have a SDK win-app that is able to call the service (from my dev machine) and get results, but a web-app (running on the same machine) which has the same code, is getting nothing...
Started by madcolor on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
What do you mean when you say you have....
Make sure your web-app isn't hitting web-app as has sufficient permissions to make the web service request.
Is sending back information but the client can't understand it .
|
|
If it's possible to implement an idea as a desktop app and as a web app, which way would you go?
I'm a little biased here, as as a user I tend to prefer desktop apps over web apps, for the ability to access information quickly: no need to open a browser...
Started by Vitaly on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
With a web app, you can always charge a monthly fee (or even a tiered fee depending on access designs? Know any web designers that could design your web app for you or would it be easier to blow for the web ....
|
|
Hi, I want to upload a file to a website via a desktop app and then take the user to the website. The website has a web service, but requires authentication as does the web site. Is there a way to do this without forcing the user to authenticate twice...
Started by Ben McCann on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The api returns a authentication token (as Carlos matched to the clients ip address... .
So, login via the desktop app.
Is it Basic/Digest HTTP, is it forms/cookie ?
I would use the dekstop app as a client to the website app via an api.
|
|
Hosting an application on a web application server e.g. JBoss automatically brings in lots of app server specific functionalities with it e.g. security, clustering & load balancing etc. I have a situation where I have to develop a server app with which...
Started by hbagchi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The headache is then to decide on a platform-independent....
You can then get a byte stream from this.
There's no reason why you can't open up a normal socket in (say) a servlet application hosted in JBoss .
I would implement a very simple http (1.0) client.
|
|
App Engine allows you 30 seconds to load your application My application takes around 30 seconds - sometimes more, sometimes less. I don't know how to fix this. If the app is idle (does not receive a request for a while), it needs to be re-loaded. So,...
Started by wheatgrass on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Probably be easier use the cron built in to App Engine to keep your application alive..
|
|
It seems like Chrome OS completely ignores the need of desktop apps. What are the Pros and Cons of desktop apps.
Started by Clangon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
At 3rd party web app you are bound to the it's functionality, Java) Web App Pro:
Update once for everyone Monitor usage (Analytics) Web App Con:
Rendering as desktop....
Interface templates, any other stuff I want.
|
|
The browser on the iPhone is capable of using advanced web technologies introduced in HTML5. One of these is the app cache that allows web pages to run on the client, from the cache, without a connection to the internet. Together with Local Storage you...
Started by Henrikb4 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Update: I have tried this ....
Details on how to do this are in Apple's documentation .
You can make an app that does nothing networky after the initial click, but web clips from within the HTML page of your web app.
Not quite.
|