HTML (HyperText Markup Language) is the predominant markup language used for creating web pages. In modern web pages, HTML is used to markup the contents of the website, while CSS and Javascript are used to define the styles and behaviors respectively.

learn more… | top users | synonyms

1
vote
2answers
41 views

Hiding the bottom half of a table [closed]

I have a view in a webapp which looks like this, though generally with many more rows: Currently, all rows with a Status of 'Deprecated' are sorted to the bottom. I want to update this view to ...
1
vote
3answers
171 views

Interface to transfer tree nodes from one tree structure to another tree structure

I am looking for an alternative other than drag and drop. Currently i am using kendo ui treeview drag & drop. TreeView / Drag & drop Please mention some nice alternative for the same(other ...
1
vote
2answers
153 views

Tag form interface

This is my form: I need some help because i have no experience with web interfaces. I would like it to be estethically pleasant without taking too much space (it's rendered several times for every ...
1
vote
1answer
71 views

Do dynamic height changes jar users on web page load?

When a web site loads, sometimes an element's height needs to be determined dynamically with javascript. This can happen with a responsive design where the width of a fluid element is not known until ...
1
vote
1answer
57 views

“Responsively” select an item from a large closed collection?

I'm building a responsive web application. One of the main focus of this application is to efficiently collect information. In some fields, I need the user to select one value from a large collection ...
1
vote
1answer
228 views

Can this double picker be achieved by a web app (not a native app)?

Can this double picker be achieved by a web app in HTML (not a native app)?
1
vote
0answers
60 views

What is a good design for moving entities from the current role/place to another?

I need to create from an html page the following functionality: I will simplify the domain problem. Assume that I have a person e.g. a teacher that goes to a specific building to work i.e a school. So ...
1
vote
0answers
40 views

What are the determining factors to decide whether or not centrally align a website UI? [duplicate]

Possible Duplicate: Is there a usability reason for centering a website’s content area on a page? For a website with fixed width (ex. Stack Exchange, Twitter UI) which shows content in a ...
1
vote
0answers
293 views

select and deselect radio button when i select the drop down list onchange [closed]

I have two selection drop down lsits and four radio buttons.I mean when I select one content of first dropdown list, I get the respective value in sencond drop down list.Now, important question is ...
1
vote
1answer
169 views

Search result template and readability

This is my current layout: The sentence on top means "Results in the WHOLE SITE for: abc" "Whole site" becomes the name of the section if you're searching in a single section. Then you see each ...
0
votes
2answers
123 views

Best aesthetically solution to overflowing data in a table

I have the following table which I created as follows: <html> <head> <style type="text/css"> html { background-color: #fff; } body{ text-align:center; } ...
0
votes
2answers
113 views

How can I improve this simple form?

I have a simple form with 2 text fields and a searh button. I.e. something like this: I don't like the checkbox as it is. How could I improve this better?
0
votes
2answers
108 views

Labelling inputs in HTML: <p>, placeholder or both? [duplicate]

Possible Duplicate: On forms, is inline placeholder text better than a label outside each field? I am making a simple registration form for my website. I'm in doubt about how to label ...
0
votes
2answers
87 views

What should be the default view of a large collection of data (that can be filtered) on a web page?

I have a web page that shows projects (but it could be anything) in an html table (one row per project). There is a filter button at the top that allows users to can filter by a number of different ...
0
votes
1answer
62 views

Would like some clarification on screen resolutions [duplicate]

While working on a website, I asked a friend what his monitor size was. He said his monitor was 32" but added that the size of the screen does not matter in web design, It's the resolution and that ...
0
votes
2answers
120 views

Different ways to show photo being selected with tag

I am trying to do a UI that show a photo (or box) being selected and tagged. For example: http://behance.vo.llnwd.net/profiles/59549/projects/3012199/8c0a114a08fa35bfbb0e6bc32936a525.jpg Original ...
0
votes
1answer
89 views

Showing read only data in a label on a form (508 implications) [closed]

One of the definitions of a HTML label is: The HTML label element associates a piece of text to a control What is the correct way to render HTML when the label itself is NOT "for" another label? ...
0
votes
1answer
473 views

nice way to display data row by row

I often see many tutorials about how to make forms pretty, but I don't see as many showing how you can display the result in a pretty way. I mean, when the data has been input and you'd like to ...
0
votes
2answers
343 views

Improve the User Interface of Website [closed]

So I am using Visual Studio 2008, ASP.net 3.5, with the basic toolkit provided. Now I have made the GUI with a lot of functionality but the design is very basic and looks too old. I need to give it ...
0
votes
1answer
72 views

How should I effectively display result of a SQL query?

so I am making a website and I have a mysql database that stores all the information of users. This is the structure of my database CREATE TABLE `profile` ( `userID` INT(25) NOT NULL AUTO_INCREMENT ...
0
votes
0answers
48 views

Tables vs Divs for a grid layout [closed]

What are some pros and cons of using DIVs, to display tabular data, vs Tables? Sorry if this question has already been asked, I could not find it anywhere on the site.
0
votes
0answers
183 views

simile timeline widget alternative to display multiple duration events [closed]

i was looking at Simile Timeline widget and testing it out. SIMILE Timeline Widget. Finding there would be quite difficult to transform data to be displayed as a group object. I'm having 100+ events ...
0
votes
1answer
269 views

can we give <div> within <li> [closed]

<li><div>blablabla</div></li> Is it Possible
-1
votes
1answer
288 views

Truly cross-browser/cross-platform font-rendering web embedded fonts? Does it all come to images? [closed]

I've spent eons diving into @font-face issues for RTL languages, font-rendering on different browsers, PDF support, and so on. My objective is to have CSS-compatible Arabic (a RTL language) text on ...
-1
votes
2answers
2k views

Gallery of form Progress Tracker UIs for web apps? [closed]

I'm building web UI for a "wizard" workflow with 4 sequential steps-- users proceed in order from Step 1 through Step 4. I'd like to include a progress indicator showing the user where in the ...
-2
votes
3answers
504 views

XHTML / HTML / CSS or HTML5 and CSS3 [closed]

Should I learn HTML / XHTML / CSS first, or should I just dive into HTML5 and CSS3? I am a bit confused about this process. I do know basic HTML / CSS, but am planning on re-learning everything these ...
-3
votes
1answer
1k views

metro style UI is too early or not [closed]

I think metro style UI is just beautiful and user friendly. It is suitable for both Tablet and PC. Should I make my new website design in metro style or conventional standard?
-3
votes
1answer
185 views

Is it bad to have two levels of drill-down data shown at once? [closed]

As a general rule of design is it looked down upon to have more than one div on top of the page contents? I have a table displaying a list of records. When one is clicked, another table is added ...
-5
votes
1answer
174 views

Dashboard designing [closed]

Can any one suggest good design for dashboard? I have already added news,events,aanouncements,holidays,birthdays of employees,joke and thought. But I need more elements.

1 2 3