Web design is the process of planning and creating a website. Text, images, digital media and interactive elements are used by web designers to produce the page seen on the web browser.
Questions tagged [web-design]
42 questions
36
votes
3 answers
Why does :nth-child() in CSS start from 1 instead of 0?
Why does :nth-child() iterate from one instead of zero?
As shown in this example. Why does it select the first element and not the second when
p :nth-child(1)

user51349
- 477
- 1
- 4
- 3
24
votes
14 answers
Why are most websites optimized for viewing in portrait mode?
I simply cannot figure this out. Almost all monitors have an aspect ratio where width is much bigger than the height and yet almost all websites are designed exactly for the other way round? I am not really a web developer and am just experimenting…

NVM
- 689
- 1
- 6
- 13
18
votes
6 answers
I don't really understand "Backend/Serverside" when it comes to web-development?
In the Web development world, what exactly do backend/server-side programmers do? I guess I don't really understand the whole concept.
I've done the HTML/CSS layouts and website design and a little bit of SQL with PHP (still enhancing my skills,…
user6791
17
votes
7 answers
ASP.NET Webforms developers and web designers: how to interact?
I'm an ASP.NET Webforms developer, and I face some problems when I deal with designers.
Designers always complain about the asp.net server controls. They'd rather just have an html file and create css files along with the required images to go with…

Anyname Donotcare
- 1,364
- 2
- 16
- 29
17
votes
14 answers
Overcoming general lack of UI design skill in developers
I have been told, and have found for myself, that lots of developers are not good at UI design (I don't know how true is this) but it is true about me at least.
In web development good code development skills are not enough without great skills in…

Ali
- 1,222
- 2
- 13
- 27
16
votes
9 answers
What are the boundaries between the responsibilities of a web designer and a web developer?
I have been hired to do functional development for several web site redesigns. The company I work for has a relatively low technical level, and the previous development of the web sites were completed by a graphic designer who is self taught as far…

Beofett
- 1,804
- 1
- 12
- 23
14
votes
4 answers
How to manage automated emails sent from a web application
I am designing a web application and I am wondering how to design the architecture to manage sending automated emails.
Currently I have this feature build into my web app and the emails are sent based on user input / interactions (like creating a…

GWed
- 3,085
- 5
- 26
- 43
9
votes
3 answers
Why shouldn't "responsive" web design be a consideration?
This might seem like more of a graphic design question than a programming question, but I think it has much more technical/programming merit than actual graphic design.
The concept of "responsive" web design revolves around using media queries in…

Nic
- 1,411
- 8
- 21
8
votes
6 answers
Ever taught yourself drawing/art skills?
I often see programmers advise non-tech people that they should 'just learn to code' if they want to execute their big idea, saying it's not that hard to get the ball rolling. However, while as programmers we can be adept at writing websites…

Andrew M
- 1,121
- 9
- 19
8
votes
3 answers
How to handle time based events in web application backend?
I'm currently working on design of small web service, and I have a following feature (simplified):
After some user actions, there is a wait period (ranging from 30sec to 40h) and after it's passed, the server should update database entry for the…

Wikiii122
- 193
- 1
- 6
8
votes
4 answers
Is Silverlight suitable for an enterprise class web-based product UI?
Our team is currently working on building our next generation HIS (Hospital Information System) comprising of over 30 modules (currently estimated at 400 man months), to be possibly hosted in a central location and accessed across geographies. …

Tushax
- 181
- 3
7
votes
7 answers
How important do you think IE-friendliness is?
I think most web developers will agree that it is often easier getting something to work well in most browsers, but not as much in IE.
I was wondering: When designing/developing a website, how important do you think IE-friendliness is? I mean, how…

mattsven
- 471
- 2
- 8
7
votes
5 answers
Best practices for web page styling with CSS?
I have a website to design. I have information on how the page should look and interact. The problem is I'm not good in front-end design, and have put many many hours to get the hang of the stuff. Currently I use the CSS from sample sites in github…

adifire
- 181
- 6
6
votes
5 answers
How to avoid micro management from a client? [Design Job]
Hello fellow designers, I need your help yet again.
As you all know from my last question that I am new to the design industry (and a recent graduate). This is turning out to be an obstacle in my profession.
The client I am working with now,…

Miss Understood
- 653
- 5
- 8
6
votes
1 answer
Fluid VS Responsive Website Development Questions
As I understand these form the basis for targeting a wide array of devices based on the browser size, given it would be a time consuming to generate different layouts targeting different/specific devices and their resolutions.
Questions:
Firstly…

Aditya P
- 3,537
- 2
- 26
- 42