1
vote
1answer
10 views
Are customizable settings important in web apps?
It seems a lot of web applications allow users to change the color scheme, either to custom values or from several predefined ones (blue/yellow, grays, red/yellow, etc). I'm wondering if this is an …
3
votes
7answers
58 views
Best way to indicate “draggability” in a web app (or in general)?
Are there any visual cues that you know of that indicate an item's "draggability"?
The obvious ones:
"<marque>Click here to drag!</marque>"
that icon thing
and (which I plan to …
2
votes
4answers
34 views
CSS and Fonts advice
I am designing an article website and want some samples to look at to choose nice Fonts and CSS. Can you suggest some.
Here are some example of what I am seeking:
Article Heading Font/Color
Article …
79
votes
62answers
7k views
Why is good UI design so hard for some Developers?
Some of us just have a hard time with the softer aspects of UI design (myself especially). Are "back-end coders" doomed to only design business logic and data layers? Is there something we can do to …
4
votes
5answers
420 views
Testing HTML email rendering
Are there any good tools to easily test how HTML email will look across different email clients? I prefer something with instant feed back rather than a submit and wait service like …
0
votes
2answers
25 views
Web form design - multiple pages vs single page with AJAX
We are designing a data capture process with many questions (using ASP.NET), which can repeat (e.g. enter all your vehicles). In rare cases this could be over 100 repeating groups.
Therefore I've …
1
vote
7answers
1k views
Favourite free screen design tools
I am looking for a free tool to quickly create a screen design in a workshop with a customer (for a web application).
The focus of the tool should be on a functional definition of screens and not on …
-5
votes
0answers
39 views
how to replace literal-text with text-images ? [closed]
Ive hear about a flash text technique, but this seem to be a png technique:
http://www.mind-it.info/?p=49
thx :)
0
votes
3answers
57 views
Web design outsourcing site [closed]
I once saw a link to a site where you could post a (web)design request and people could send in offers - I am sure there are plenty of these but I think I found this one on a list of top rails …
0
votes
1answer
33 views
How to make design for websites in Photoshop, according to WCAG 2.0 color contrast guideline?
What points should I keep in mind while designing. How we can make good design while keeping in mind color related Accessibility guideline of WCAG 2.0?
0
votes
2answers
26 views
Web data grid design principles
I am looking for good reading references of styling data grids for web. Not necessarily the technical details (how to do it), but more guiding principles (what to do). Something like the Apple's Human …
0
votes
4answers
83 views
IE’s XHTML Compatibility
Hi stackoverflow,
I'm having a rather heated debate into IE's XHTML Compatibility. The only thing is, I'm unsure if the guy is trolling.
Essentially he claims that IE has absolutely no XHTML …
0
votes
3answers
33 views
Accessing other CSS divisions from one division
I have got a CSS division called home which has got certain attributes with an action for hover for the anchor tags inside the home division like this:
#home a:hover
{
…
0
votes
4answers
58 views
Is it possible to make one site for all type of screen resolutions mobile to PC?
Can we make website scalable , stretchable like elastic rubber including text ,images, video, JavaScript and that site should be accessible from all devices which access to web?
I want to set …
3
votes
4answers
453 views
Do you know any examples of a PAC design pattern?
Can anyone point to any websites or web applications that are using the Presentation-Abstraction-Control design pattern rather than MVC? Desktop applications are easy to find like this (e.g.; GIMP) …
