Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am about to release a free iphone application that is targeted for all ages. My main menu contains an \"About\" button. How would I design my about me page? Putting it part of the main menu is the w
I am trying to design a view that takes in from and to locations from the user. Here is what I have so far:
I\'m developing a iPad app which has a popover which appears to show you a list of items. I need the ability to delete one of the items, so I\'m considering adding the ability to press-and-hold (a.k.a
Suppose you have a lightbox, and you want to allow the user to middle-click, which would open a new tab, and the same content that shows-up in the lightbox on left-click is now on a standlone page (co
To stop the user from leaving my page, I\'m using this javascript: window.onbeforeunload = function() {
I have a large list of items (about 500) on my iphone app.. I am creating a custom map which uses the user\'s input of a \"to\" and \"from\" locations (places).. I am brainstorming the best way to col
This may be a loaded questions which has been asked in multiple forms before, but I haven\'t seen it asked quite this way, and I\'d like some opinions on how to proceed.
i have already read this topix : \"http://stackoverflow.com/questions/4820637/how-do-i-perform-an-ajax-request-to-the-create-action-on-loading-a-page-in-rails\" but it doesn\'t respond to the question
If on login page user specifies \'remember me for a week\', which means he gets a cookie for 1 week, what is an appropriate action on logout? logout and delete his cookie with 1 week preference, or ju