Skip to main content

Questions tagged [web-design]

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.

Filter by
Sorted by
Tagged with
1 vote
1 answer
562 views

I really don't like media queries in CSS - they have limitations, and on top of that they make the code a lot more confusing. In addition, the restrictions are so strong that when using CSS ...
GeeWay's user avatar
  • 21
-4 votes
1 answer
90 views

I've been trying to develop a website with some success for the past few months. One question that I always have lurking at the back of my mind is whether to develop a very in-depth, powerful admin ...
Dragonsnap's user avatar
0 votes
2 answers
176 views

I would like to allow a set of users to be able to submit a form on one page, and then it would cause an event to trigger on another page. For example: Submit Page: Includes the form, the user ...
Ollie Pugh's user avatar
4 votes
1 answer
280 views

I'm building a web site and I want to use a big background image. Because of speed considerations, I thought that it would make sense to send a low-res version of the image the user first (for fast ...
A. Kali's user avatar
  • 151
41 votes
3 answers
24k views

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's user avatar
  • 527
1 vote
1 answer
1k views

I am making a time-sheet portion of a website and I was wondering if using to create the time-sheet portion is an appropriate usage of table or would div be a better use?
Andrew Bailey's user avatar
0 votes
2 answers
100 views

How do companies deal with limitations and constraints of Twitter Bootstrap after choosing to use it in a particular project? Web designers are no longer free to design Web pages. They need only to ...
user2080105's user avatar
8 votes
3 answers
6k views

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, ...
Wikiii122's user avatar
  • 193
0 votes
3 answers
400 views

I have a static Jekyll website. The website is constructed once, on my computer, and then sent to the server in the form of plain HTML, image, and CSS files, to be served by a regular HTTP server. ...
Aber Kled's user avatar
  • 331
1 vote
1 answer
722 views

My customer has his own graphics designer he wants to use to style his web application we're building in ASP.NET MVC 4. Our solution is in Bitbucket, but if he can't run it what choices do we have? ...
Tom K's user avatar
  • 11
14 votes
4 answers
10k views

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 ...
GWed's user avatar
  • 3,263
4 votes
2 answers
324 views

Back in 2008, smartphones were a small market and it was commonplace for sites to be designed for a fixed width - say, 900px or 960px - with the page centered if the browser window was larger. Many ...
Joe Dovahkiin's user avatar
0 votes
4 answers
2k views

So I got my first job recently as junior web-developer. My company creates small/medium sites for wide variety of customers: autobusiness companies, weddign agencies, some sauna websites, etcetc, hope ...
Gerald Blizz's user avatar
17 votes
7 answers
4k views

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 ...
Anyname Donotcare's user avatar
2 votes
1 answer
339 views

I have an application where I have the 'core' code in one folder for which there is a virtual directory in the root, such that I can include any core files using /myApp/core/bla.asp. I then have two ...
ClarkeyBoy's user avatar
7 votes
5 answers
2k views

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. ...
adifire's user avatar
  • 181
3 votes
2 answers
724 views

We have an intranet site which was done in .net with plenty of functionality but management wants it to look more visually attractive and get the graphic designer involved. The graphic designer is ...
Rich's user avatar
  • 51
6 votes
1 answer
3k views

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 ...
Aditya P's user avatar
  • 3,527
-1 votes
1 answer
244 views

What is the best way to protect your interests as a freelance web designer when: The client is unresponsive and takes a long time to make decisions The client makes constant changes Feature creep
Lars's user avatar
  • 111
5 votes
2 answers
196 views

I have designed/built a number of small web apps. Most have been used by clients who operate in a specific geographic area, mostly within the same state/province. For these I would follow best ...
Farray's user avatar
  • 191
3 votes
2 answers
588 views

I have two books geared toward learning JSP. From what I've read, one motivating feature/benefit is that it is easier for web designers (they apparently don't, as a rule, know Java) to work with ...
yas's user avatar
  • 183
6 votes
2 answers
4k views

I find writing CSS by hand to be extremely tedious. Coming across a concept such as fluid, makes me want to write all my websites so that the CSS resizes nicely and looks the same in different ...
A T's user avatar
  • 761
1 vote
1 answer
148 views

I have a requirement to create a donation software for a project. Does anyone know how KickStarter designed theirs? What are the security elements involved? How do I create the credit card ...
Genadinik's user avatar
  • 509
6 votes
2 answers
495 views

I had the opportunity to develop applications in several niches: server back-end, desktop clients, and recently a small scale website. Once indulged in the website design I am asking myself and you ...
Paul's user avatar
  • 219
8 votes
4 answers
1k views

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 ...
Tushax's user avatar
  • 181
17 votes
14 answers
3k views

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 ...
Ali's user avatar
  • 1,222
0 votes
5 answers
421 views

I want to develop a 3d environment to be used for meetings and other such functions. Each attendee could log in with a customized avatar and could collaborate and discuss via voice and text chat. I ...
Syd Junaid Shah's user avatar
3 votes
4 answers
202 views

There are a lot of posts on this but I'm kinda looking for specific help, I've typed many different queries into Google but the majority of page returns seem to be dominated by beginner tutorials, ...
AlexMorley-Finch's user avatar
5 votes
2 answers
1k views

I'm writing a single page web application that talks to a business layer via asynchronous RPC (encoded with json). I'm targeting fairly modern browsers, so I can at minimum control the URL after the ...
psr's user avatar
  • 12.9k
6 votes
3 answers
1k views

I want to know your opinion. Do programmers (like me) need to know about design? For example drawing, web design, image manipulation etc. Edited Actually, I like web, enterprise and mobile ...
Eko Kurniawan Khannedy's user avatar
16 votes
9 answers
2k views

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 ...
Beofett's user avatar
  • 1,804
9 votes
3 answers
1k views

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" ...
Nic's user avatar
  • 1,401
2 votes
5 answers
455 views

We're implementing an CMS based on ASP.NET MVC. Now, any designer should be able to provide themes for this CMS. But to write a theme, they need to be able to modify the generated HTML, thus the ...
Rasoul Zabihi's user avatar
-1 votes
4 answers
344 views

We've outsourced our app development, and they've created a DB hosted on Amazon-EC2. For the UI we're in talks with a web designer, but they don't do any of the coding to integrate the website with ...
chimps's user avatar
  • 11
6 votes
5 answers
2k views

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 ...
Miss Understood's user avatar
5 votes
4 answers
458 views

I'm creating a website for a friend of mine, and the plan is to eventually solicit outside sources to take care of the overall design. So it's got me wondering, how much design should I be covering ...
joslinm's user avatar
  • 418
1 vote
3 answers
257 views

I am planning to start a website. I am not good at designing. I am planning to outsource the designing part. How should I do it? Should I program first and then ask the designers to work on it? Or ...
rgksugan's user avatar
  • 589
7 votes
7 answers
758 views

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 ...
mattsven's user avatar
  • 471
8 votes
6 answers
2k views

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 ...
Andrew M's user avatar
  • 1,091
25 votes
14 answers
8k views

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 ...
NVM's user avatar
  • 709
2 votes
6 answers
4k views

One of the major regrets in life is that I didn't do something with my introversion. I didn't manage to get past the first year of college because of that. I have chosen the path where there are no ...
user avatar
18 votes
6 answers
23k views

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 ...
user avatar
0 votes
3 answers
2k views

So I know HTML5 is the "replacement" for Flash...however it's obviously not mainstream just yet......but what else is it supposed to replace. I ask this because web-dev has always been a secret kinda ...
user avatar