Tagged Questions
5
votes
5answers
104 views
When to display a link as a previously visited link?
Websites of today contains a variety of links including logo link, global and local navigation links, supplementary or related links, other header links, footer links, inline related links and more. ...
3
votes
2answers
138 views
Changing a White Background to…?
I am in the process of creating a website. Currently the website has a solid white background with black text. However, on different monitors the white background can be blinding bright. I have ...
31
votes
2answers
2k views
What rules does Google use to make a button gray, blue, or red on their sites?
This has been an elusive topic, and I haven't yet been able to form my own conclusion about what Google's reasoning is to make a given button blue, red, or gray, given their latest design ethos. Take ...
7
votes
3answers
487 views
Should a multinational website background color be a conscious choice?
We know that colors represent different things in different cultures, and selecting the wrong color can have unexpected and unwanted effect on how we present our organization. Gaming sites such as ...
4
votes
3answers
621 views
What are some best practices in picking navigation bar background color? [closed]
I am using twitter bootstrap and I don't like the default dark gray background color for the navbar.
So I was thinking of chosing a different color. But being a programmer and not a designer first ...
20
votes
3answers
2k views
Is there a problem with using black text on white backgrounds?
Why do a lot of websites use a text color other than #000000black when the background is white?
For instance, this text will be displayed using a dark grey:
.post-text {
color: #333;
}
Have ...
5
votes
2answers
219 views
Standards for and measuring contrast of solid color fills
There are several questions on UX (e.g. here, here, here) already about contrast. However, all of those are about text, and the contrast between text and background, most off them referencing this W3 ...
6
votes
3answers
325 views
Can using red/scarlet in a design distract users?
The colour red is usually associated with "danger" and "you're about to do something dangerous." What should you look out for if you're planning on a design that is primarily focused around the colour ...
7
votes
3answers
2k views
Why are most social networking sites in blue?
Why do most social media websites use blue as the main color? e.g., Twitter, Facebook, LinkedIn, foursquare, ...
I am only interested in answers based on some scientific research.
9
votes
4answers
397 views
automatically calculate contrast
A user can change the default design of his site by selecting a color. This color is applied to the menu background color. The problem is that I have to change the menu text color depending on the ...
6
votes
7answers
941 views
Red buttons in an e-commerce site?
I'm designing an e-commerce site with red buttons. It has a yellow/white background and it looks quite good that way.
Now, my boss finds the same, he likes it, but he is doubtful, because red could ...
7
votes
7answers
1k views
Why web-safe colors only?
We are often told to only use web-safe colors for font's and background colors etc when not using an image. I don't understand why this is? Most websites contain high quality jpegs these days with ...
4
votes
5answers
4k views
How do you design a registration form?
I am trying to learn about registration forms, what should I be careful about when designing one? Is there any "best practice" or do you know any great websites with great examples of registration ...
2
votes
3answers
265 views
Geek-friendly website design for a software shop [closed]
We are in the process of branding our start up. Our target customers are technology shops around the world. Thus we want our logo and website's look and feel to be appealing to techies and geeks (Not ...
4
votes
4answers
665 views
When would I use HSLa over RGBa? What are the benefits with HSLa?
I recently learned about the HSLa format for specifying colors with CSS3. When would I use HSLa over RGBa?
Here are two articles that briefly talk about it:
http://css-tricks.com/yay-for-hsla/
...
21
votes
8answers
3k views
Should hyperlinks be blue?
I've built a site where all hyperlinks have the default colors: blue for links, purple for visited links. They turn red on hover.
I believe that always using blue for hyperlinks is a good thing, so ...
9
votes
7answers
458 views
Bridging the gap between color palettes and CSS
I'm familiar with sites such as kuler, I'm well-versed in HTML/CSS/JavaScript (as a programmer), and I know what sort of content I want in my website. I can figure out how to lay out my content ...