HTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet. It is the latest revision of the HTML standard and currently remains under development.
4
votes
1answer
69 views
Effect for smooth scrolling over slider/carousel
What is this effect called?
http://ruudvaneijk.nl/
when you scroll down you see it scrolls a bit over the slider on the top.
I searched the internet for half an hour but could not find how it's ...
1
vote
4answers
124 views
Is there a Web UX standard as to when to use, or not use a tool-tip?
Current web application is being updated with twitter bootstrap and the UX people are hover / tool-tip happy which is leading to a very busy page.
My understanding is that tool tips should be used ...
1
vote
3answers
89 views
User interface for either/or text input [duplicate]
I have an either/or scenario for text input which I'd like to mock up as shown below. Any ideas how I can proceed with html/css (this should be responsive).
Edit :
Sorry for being unclear. Not sure ...
1
vote
0answers
67 views
Testing cross-platform touch performance [closed]
I am at a phase of a project where I need to establish a proper testing method where I can measure how well the touch performance on different smart devices (tablets and smartphones). My primary test ...
-1
votes
1answer
118 views
what is the alternative for HTML5 Date field for older browsers? [closed]
Older IE and firefox doesn't supports HTML5 date field or email field. is there any alternate solution ?
0
votes
1answer
95 views
What would be the best way to display a variable search in HTML
I have a search function with 5 different variables, the search depends on any one of the 5 variables. What would be the best way to display this without taking to much real estate and without it ...
4
votes
3answers
180 views
What would be more accessible : Un-ordered lists or tables?
I have a page listing the latest blog posts in a pretty standard format, you'd expect to see on any typical blog. At the foot of each post, I have a list showing 'views', 'comments' and 'shares'.
I ...
-1
votes
1answer
287 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 ...
13
votes
3answers
202 views
Cross-platform HIG. What do you use for html5 apps?
When designing an Andriod or an iOS app, it is clear that you should follow their respective Human Interface Guidelines (HIGs). But what do you do when designing a Html5 app? What cross platform ...
-2
votes
1answer
96 views
What's the best User Interface to browse data organized by Graphs [closed]
working on a web app, i have a lot of datas organized by graphs instead of trees, what's the most usable user interface to browse and manage them?
i will use html5 and javascript.
6
votes
2answers
301 views
Does the content of the HTML5 placeholder attribute affect usability?
When using the placeholder attribute in HTML5 has there been any research into how the content of the placeholder affects the usability of the form?
I'm thinking specifically about using the ...
-2
votes
1answer
636 views
What solutions are there for a date picker on a responsive website? [closed]
We're working on a website that is responsive.
So my question is: What about datepickers. If we choose normal datepickers
Jquery Mobile date pickers don't look good on the full blow template.
And ...
2
votes
1answer
129 views
HTML5 form element implementation inconsistency: chalk it up to progressive enhancement?
I'm writing a small task tracking webapp for intranet use by about 20 people of varying technical skill (from clerical to developer). I was hoping to be able to rely almost entirely on HTML5 form ...
4
votes
3answers
194 views
Standards for HTML access keys
Wanted to see if anyone has done some research on standard HTML access key. I have notices after doing some research many sites including Apple have incorporated the accesskey="s" on its search box. I ...
2
votes
2answers
271 views
Better way to scroll through discrete horizontal list
As a javascript developer, the simplest way to implement sliding is to just put all items in a row and animate by changing a css property.
Are there any reasons to do it this way besides the ...
0
votes
1answer
79 views
Should a new project be started in Flash? [closed]
I am looking for opinions with a little reason behind them for this question.
I am starting a new project for work that will need to be supported (by me) for the next 3 years. It is a suitable ...
6
votes
4answers
1k views
Is there any HTML5 or Javascript based Wireframing tool which can work on iPad? [closed]
I want to keep my ipad with me to show my ideas to client because laptop is heavy and I think iPad can do this.
Is there any HTML5 or Javascript based Wireframing tool which can work on iPad and can ...
2
votes
3answers
705 views
SVG vs CSS for Modern Web User Interfaces?
If you see flash and wpf/silverlight they both rely heavily on vectors for creating their user interfaces. That's because vectors are very easy to manipulate and animate.
I'm wondering if SVG has a ...
4
votes
1answer
187 views
Javascript and 508
I was wondering if someone has a article of common practices a web developer should practice while using Javascript on a web page, keeping in mind the web page should be 508 compliant. I saw some ...
5
votes
3answers
760 views
Is The HTML5 Search Form Useful In Terms of Usability
HTML5 (the new version of html) has a number of new features, and one of those features is that there is a new type of input that is basically the same as the normal input field (like the one you use ...
5
votes
3answers
487 views
Visually indicating that a website supports drag and drop?
I'm building a system that requires file-uploading, and I'm wondering how I can indicate that the browser windows supports drag and drop. Since the feature is new to modern browsers, there's no user ...