I have a scenario where a user is emailing another user in an HTML based web app.
For the To: field, the user may select one of a pre-defined list of emails OR enter their own ignoring the pre-defined options.
What would be the best way of doing this from a UI point of view? I've looked at editable select boxes using jQuery but none s...
I am developing an application that allows for a user to manage some individual data points. One of the things that my users will want to do is "delete" but what should that mean?
For a web application is it better to present a user with the option to have serious delete or to use a "trash" system?
Under "serious delete" (would love to...
I wanted to open up the topic to discuss ways to encourage or incentivize users to fill in information in a user profile on a website, such as skills, location, organization, etc. More information in a user profile can give a website an improved capability for its users to search, network, and collaborate.
Without bugging users to fill...
This is the standard scenario:
User registers on the site
User receives an account activation email, clicks link to activate
Web site notifies the user that account is activated
Now there are at least two pathways:
User is taken to the login screen and asked to enter login details
User is automatically logged in and taken to a welc...
Is there a book or some other online resource that covers common code-level UI patterns (not widgets/components per se) and idioms. I'm looking for a resource that goes into some depth on MVC, event models, delegates, etc. Something in a similar vein to the POSA series would be excellent. I'm looking for something that is as platform-agn...
Is it possible to customise the title bar in Java ME?
...
I'm looking for some WPF UI design sample to implement my own WPF UI.
As I know this is not a programming related question, I'd mark this question as Community Wiki, and I ask this because I know how important is a wiki to list success design, So please do not close this question.
Any Design and sample appriciated
...
Hello everyone,
I'm in the design phase for a desktop-based application. Because of the nature of this particular application, I believe it would benefit greatly from a web-based approach (i.e., allowing a user to interface with the application through a browser running in kiosk mode) in order to leverage the simplicity of HTML/CSS/JS ...
In our application there's a list of customers, and a list of keywords (among other things). Each customer can have a number of keywords, but it's not mandatory. So for instance, one customer can have the keywords "retail" and "chain", one can have only "contractor" and a third can have none at all.
I want to let the user make a selecti...
I am using krypton toolkit for my UI, but I am unable to change a krypton label's color to red, anyone knows how?
...
I will preface this by stating that I am new to WPF programming and may be making multiple errors. Any insight that can be provided to help me improve in my skills are greatly appreciated.
I am working with a WPF application and am looping through a list of objects that contain properties that describe a document that should be built on...
I am using jquery UI tab, and one of the tab panels contains the UI portlets.
The problem is that the portlets are not inside the tab boundary, here is a screen shot:
http://pic20.picturetrail.com/VOL22/543225/792958/384422925.jpg
here is the main page
http://codepad.org/fQRxsosu
here is the include file for the portlets, newPort...
Hi, I'm kind of new to this stuff. I was wondering how you can allow the user of your iPhone app to add new items to your tableview. If you're confused by what I mean, please look at the free app, ListGnome.
...
I'm struggling to find a tag selection UI for a rails app. Ideally it would be something like the selection here on Stackoverflow, or on Delicious or Digg.
I want users to be able to select multiple tags with a single click. We're already using jQuery, so it makes sense to use something that takes advantage of that. I've used the sel...
I'm using C# and I'm making an application where a lot of UI loading must be done in background. Is it possible to do it unsafely and ignore InvalidOperationExceptions? The only way I found it to put try...catch statements around every single line of code but this will take ages as there is too much code.
...
I am currently working on a project where a lot of user interaction is going to take place. There is also a commercial side as people can buy certain items and services.
In my opinion a good blend of user interface, speed and security is essential for these types of websites. It is fairly easy to use ajax and JavaScript nowadays to do a...
This question is more UI/Design-ish than hard-core programming is.
Background: I've been coding in VIM/C++/OpenGL for a long time.
I've come to realize that this (VIM/C++/OpenGL) isn't the way to learn about programming fancy/cool-looking/futuristic UIs; and that the design of such UIs belongs more so in the artistic/designer world of ...
I want to use XML for UI layout and element definition. Want them to be rendered as HTML.
Request to suggest a open source package for this.
...
In a HTML form user is expect to fill / select some data and trigger an action probably a http-post.
If your only requested data field is a "2 digit" you can use html text input element get some data.
Then you want to make it useful; enable user easily select data from a 'html select'
But not all of your data is well-ordered so eye-s...
I was wondering how I would go about creating a view that persists through all the over views and controllers in the application. Similarly to how Soundcloud does it with their music player in their iPhone app (See pic). No matter where you go in the application the music player view stays at the top below the toolbar.
...