Tagged Questions
The web-app tag has no wiki summary.
17
votes
5answers
7k views
Mulitple “apple-touch-startup-image” resolutions for iOS web app (esp. for iPad)?
I've written an HTML5-based iOS web application and all seems to be working well, but I'm trying to polish it up with multiple startup screens. The iPhone/iPod touch works well w/a PNG of 320x460, as ...
14
votes
6answers
752 views
What is your experience with Android webapps (limitations, tips, best practices)?
Update: As François mentioned, there are alternatives such as Phone Gap for a more cross-platform approach. It's a very good suggestion indeed. I'm open to any suggestions and I would really ...
11
votes
4answers
667 views
Can you store JavaScript and CSS files in localStorage to improve the performance of an online web app?
I'm working on a web application, which acts pretty much like a native application for both iOS and Android. However the Javascript files (jQuery + my own) and the css file together are pretty large ...
11
votes
12answers
561 views
Which Web based language to learn?
I have a pretty good Java background and about a year's experience with Android. I was looking to learn a Web based language but I am not sure which one to? It's not necessary that it has any thing to ...
11
votes
3answers
2k views
Jetty: To embed or not to embed?
What are the benefits of embedding jetty vs deploying your webapp(s) in jetty? If you are planning on deploying more than one web app, should you strictly stick with deploying a war file for each web ...
10
votes
4answers
1k views
Web-application configuration outside or inside war file?
A web application usually has at least one configuration file, that contains jdbc configuration and other settings. You can put such file(-s) inside a .war file or outside it. What are the cons and ...
9
votes
2answers
852 views
HTML5 audio on iOS4 iPhone offline Web app does not play?
I built an offline Web app (at www.chirp.com) that caches itself when bookmarked on the desktop. Testing on the iPhone4 in airplane mode shows that the program runs without a network connection ...
5
votes
1answer
593 views
Android Offline Webapp Resources
I just made an offline card game webapp for iPhone and Android When doing this, I went entirely off of the abundant iPhone offline webapp information on the web. However, it seems to work perfectly ...
5
votes
2answers
2k views
Can't get a web app to work offline on iPod
I've written a basic password manager type web application to run offline on a mobile device (testing on a 4th gen iPod Touch). I've added the app to the Home Screen and it all works fine while the ...
5
votes
4answers
784 views
Authentication combination OpenID & Facebook
Is it possible to use a combination of authentication systems in a web app?
I want to use OpenId, however I think my potential customers are actually more likely to have a Facebook ID.
Therefore I ...
4
votes
6answers
62 views
naming conventions of Controller and Model Java classes in Spring / MVC webapp?
Let's say I have "settings" classes in my controllers and models, in my Java/Spring/MVC webapp. Now, in both /controllers/ and /models/, should I...
1) ...name them both Settings.java?
2) ...name ...
4
votes
3answers
399 views
in java webapp,hsqldb url won't accept relative path. is it due to maven configuration?
i'm developing a webapp made up with 2 other maven modules.
i have the model module which representes database layer.it has spring application context test-model-config.xml in ...
4
votes
3answers
163 views
Handling multiple 3rd party e-commerce transactions
I am currently planning to develop a web-app which will allow a 3rd party to list and sell their own products on it.
While I have experience with developing e-commerce solutions I personally do not ...
4
votes
6answers
508 views
Virtual Private Server Hosting vs. Colo + Own Server(s) for Early-Stage Web-App
I'm working on a web-application and need to figure out the best way to host it. I'm looking to minimize "Total Cost of Ownership," but it's more important to keep hosting costs low than labor costs ...
3
votes
3answers
247 views
iPhone WebApp on Home Screen Persistence
I have created a webapp that can be saved to the "Home Screen" on the iPhone. The app uses a canvas and is fairly interactive with changing state.
Whenever the app is minimised and re-opened it ...
3
votes
4answers
1k views
Fullscreen Web App for Android
I want to run my Web App, which i programmed with HTML5, in fullscreen mode on Android.
(hide the status bar, and the adress/navigation bar)
for iOS you only write:
<meta ...
3
votes
2answers
282 views
Can Sencha Touch fit well with a MVVM pattern like that of KnockoutJS?
I am currently building a web-app on top of KnockoutJS - true, programming bliss to use!
I have reached a stage were I need to add a mobile development framework and have been contemplating my ...
3
votes
2answers
147 views
Determine if site is open as web app or through regular safari on ipad?
Is there a way to determine if a visitor is viewing our site as a web app on their home screen or regularly through safari on ipad?
3
votes
1answer
269 views
mobile html5 offline caching dynamic pages
I am making a web app that is database driven and am having a hard time trying to figure out a way to cache article pages.
I've thought of just doing a cfquery to loop through all the article IDs to ...
3
votes
1answer
683 views
Convert existing web-app file structure to maven file structure?
I have an existing web application that creates a .war file. I want to convert the directory structure to maven's conventions. And I'm a bit lost.
In particular, the current .war, created by an ant ...
3
votes
10answers
1k views
CMS or Framework?
I'm looking to build a online store. However, the first question, past the idea of the store, is the platform. I've previously worked with Java and PHP and am quite comfortable with PHP. So my first ...
3
votes
2answers
75 views
Design of caching for a medium/small web app?
I have a web app that's currently ~700 LOC in JS (more is serverside). I'm using jQuery. As I find myself trying to minimize AJAX requests to the server, I've got an awkward mix of caching and ...
2
votes
1answer
81 views
iOS webapp performance safari vs home screen start
I read an article recently which states that web apps on iOS launched from the home screen running in full screen mode have slower performance than webapps running inside safari.
Then I found a ...
2
votes
1answer
135 views
Mobile Web App not clearing cache properly
I've been developing a mobile web app for iPad and I've been running into an issue while testing my code.
Occasionally, and seemingly at random, the iPad will stop properly updating all of the JS ...
2
votes
1answer
110 views
Is Google App Engine's Webapp Framework Open Source? Is it available outside GAE?
Google App Engine includes this minimal framework called "webapp". Google Code does not list a project page for webapp. The only documentation/information from Google on webapp is in the Google App ...
2
votes
2answers
78 views
is there a way to tell if a web app was started from home screen icon? iOS/android?
The app in question is a magazine that behaves like many of the iPad magazine apps, but it is a web page. I have a spinner that runs for the duration of the initial query setup, with a healthy ...
2
votes
3answers
59 views
How can I avoid using server-side sessions for authentication in a Java webapp?
I'd like to secure access to resources in my web application, so I authenticate my users using the standard mechanisms and use server-side sessions to preserve the authenticated state.
I'd like to ...
2
votes
1answer
439 views
Component Scan not finding @Component's in a JAR in Tomcat webapp
I just filed a bug in the Spring bugsystem ( https://jira.springsource.org/browse/SPR-8551 ), but I am still unsure if I am missing something
I tracked down a problem with ...
2
votes
3answers
54 views
How do I assess whether my ASP.NET web application is easy to break into?
I have to develop an ASP.NET web application and publish it in Windows Azure so that it runs there under IIS7. I don't have any serious experience developing such applications. I constantly hear that ...
2
votes
1answer
654 views
CSS3 Translate3D and iPhone hardware acceleration
There are several references on the web about using the CSS3 translate3d directive to force hardware acceleration on some mobile devices (iPhone, etc). However while most of these go into great detail ...
2
votes
1answer
306 views
Homescreen sliding effect for Web App
I have a requirement where I need to slide divs in and out of a screen given the users swipe gesture.
I am looking for a javaScript library/decent tutorial that will let me create an effect like the ...
2
votes
1answer
385 views
Disable “save image” in iOS web application
I want to disable the "save image" menu in mobile web applications that appears when you hold down a finger on an image. I tried the CSS properties:
-webkit-user-select: none;
-webkit-touch-callout: ...
2
votes
2answers
3k views
Prevent iPad web app from showing Safari address bar
I have a web app running on Safari on an iPad. I am starting the app from the iPad home page. I want the app to start in full-screen mode, and to continue running in full-screen mode (i.e. not ...
2
votes
1answer
59 views
How can I automate tests to check correctness of a JSF application?
I wanted to know ways of checking my jsf application in terms of functioning and performance.
Kindly guide.
2
votes
1answer
189 views
Slider control to select a range of data
Are there any RIA libraries/toolkits/frameworks that supports a control similar to the above?
I need a slider control to select a range of data.
2
votes
4answers
213 views
Getting content: AJAX vs. “Regular” HTTP call
I like that, these days, we have an option for how we get our web content from the server: we can make an old-style HTTP request (with its own URL in the browser) or we can make an AJAX call and ...
2
votes
3answers
309 views
How do I build a user control into a self-contained assembly in VS2008?
More specifically, what do I need to know about doing this in Visual Studio 2008 that's different from VS2005? I have found a decent number of references for doing this kind of thing in VS2005, such ...
2
votes
1answer
336 views
Best practice in designing a web app user activities logging?
We have a web e-learning type system, and for this project, I am supposed to design an activities logging feature for the whole system so we can track down their daily activities and perhaps help them ...
1
vote
1answer
22 views
iOS- How to break down a web content and display it as you want
I've been wondering how all the web apps display web content, say on a UITableView. When we call UIWebView instance method loadRequest: it simply surfs away to the link provided with the NSURL object. ...
1
vote
1answer
53 views
webapp2 - How to reverse URL in templates?
I'm starting with webapp2. My english is not very good, so i'll use an
example to explain my problem:
Suppose i'm building an application that will handle cars information.
I've these handlers:
...
1
vote
1answer
56 views
Building a static mobile web app with Backbone
I am still researching about the right frameworks to use for an upcoming project. I need to develop a static web app that will be running on iPad, iPhone, Galaxy Tab 10.1 and Android devices with a ...
1
vote
1answer
46 views
Trimming Phonegap when not using any native features, is it possible?
I'm developing a simple lightweight webbapp which I intend to wrap as a Phonegap app for iPhone and possibly Android.
The thing is, I don't actually use ANY of the native features available via ...
1
vote
1answer
31 views
Can we change the name of WEB-INF
may i know if i can change the name of WEB-INF folder in any tomcat webapp. If no, then why as there is context.xml file in tomcat conf folder which contain the path of watchedresource. I tried ...
1
vote
1answer
96 views
Jquery Mobile Android Browser
i have made a set of HTML5 pages using Jquery mobile. While developing i used Chrome, Safari & ripple emulator to see how my web pages were looking. I then put my pages on a local server and ...
1
vote
3answers
73 views
secure iPhone WebApp with jqTouch and HTML5
I have a little WebApp (just one html-File with 200 lines of code) running on a free webhosting provider. I want to have limited access to the WebApp, so not everyone can see the page. I also need ...
1
vote
2answers
77 views
Best practices for wrapping web app for Android
Im looking into wrapping a existing web app for Android. Im doing some research to find the bets ways to do this?
Does anyone have any good links or tips that might be good to know?
Thankful for ...
1
vote
0answers
177 views
Phonegap: Can iPhone web app access/check for wifi connections
I have tried looking for some answers but could not get anything concrete from the other questions in here.
I am looking for an answer to these two questions:
Using PhoneGap, if I create an iPhone ...
1
vote
0answers
158 views
iPhone Web App - Session & Current url lost when call answered
I have a multi-page website that is designed to work as a web-app on an iPhone.
It has the usual:
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, ...
1
vote
0answers
45 views
iPhone App Linking
I am working on this app that works similarly to the iPhone contact list.
http://fixmysite.us/bobapp/indexnew.html
For some reason, it only seems to work in Chrome/Safari and iOs simulator.
How ...
1
vote
1answer
39 views
Unable to view item in browser based on its key in Python GAE
I'm using python GAE with webapp.
I have a form for a user to create a object in the database, something like:
class SpamRecord(db.Model):
author = db.ReferenceProperty(Author, required=True)
...