Tagged Questions
The web-ui tag has no wiki summary.
6
votes
9answers
6k views
Is there a Scheduler/Calendar JS Widget library?
I am looking for some JavaScript based component to be used as a course scheduler which would be a cross between Google Calendar and the login time. I do not know if the right term for this is Course ...
3
votes
4answers
668 views
Simple Web UI tool for non UI people
I've recently had an upswing in the number of people looking for web applications that look good too. I'm not much of a design guy though.
I need a tool that isn't as complex as Photoshop or ...
3
votes
6answers
2k views
What's the best book about web usability and UI design?
What's the best book about web usability and UI design?
2
votes
1answer
34 views
Is there a name for this method of displaying UI Icons on a website? How is it done?
I will take the example of stackoverflow itself:
Stackoverflow displays icons using a single image (see image below):
What is this method of displaying icons called?
How is it done?
2
votes
1answer
907 views
Add div above textbox without changing position of textbox
I need to add some HTML content (images, labels, etc.) above a table cell that contains a text box. There are going to be at least 10 rows per page with 8 columns in each row. All 8 columns contain ...
1
vote
1answer
27 views
Paste at cursor position
We are currently porting our MFC client to Dojo/HTML. For that I have to implement a functionality where user can insert a text at current cursor position. How can that be achieved (preferably in ...
1
vote
1answer
109 views
Ruby on Rails: what is the best choice of Web UI for managing I18n yml files?
I want to grant to external people possibility to change translation in my project. I want to use web interface for it. And I want all this changes to be git commited. And, if it possible, I want to ...
1
vote
0answers
288 views
Treeview nodes shows plus sign even though it doesn't have children
My Treeview shows the plus sign on all nodes, by default.
Even those nodes without children, which is wrong.
However, once I've tried to expand that node, the plus sign disappears.
I populate the ...
1
vote
4answers
406 views
UI Prototyping Tool which generates html as output
I'm looking for a UI prototyping tool which generates HTML output. I checked SO for Web UI prototyping tools, but none of them generates html as output.
Please could you suggest a tool for the ...
0
votes
1answer
188 views
IE 8 doesn't scroll to fragment on initial page load
I'm having a problem with IE where it doesn't scroll to a fragment (#foo on the URL) when the page loads. The anchor for the fragment is part of the base HTML, it isn't dynamic or anything. The page ...
-2
votes
3answers
67 views
Displaying many records on a web app without using a clunky paging system
I have a web application that retrieves and displays records from a database. A user's query could possibly match thousands of records; in such cases, it makes sense for the user to refine his ...