web-design

pdf to web page

I get a .pdf complete with images, fancy fonts, styles, gradients and what have you. Basically it's handed off to me with the message, "Make me a web page that looks exactly like this." I've tried a few pdf to html tools and they all look terrible. I figure I've only got 2 options and i hate them both. convert the pdf to one big ima...

Applying Styles to ASP.Net MVC ViewData objects.

I have the following code in a MVC User Control (the field names have been changed to protect the innocent): <%=ViewData.Model.foo%> <%=ViewData.Model.Bar%> <%=ViewData.Model.Widget%> <%=ViewData.Model.Thingy%> <%=ViewData.Model.Address %> <%=ViewData.Model.AlternateAddress %> <%=ViewData.Model.CrossStreets %> <%=ViewData.Model.S...

In CSS, how do I get a left-side fixed-width column with a right-side table that uses the rest of the width?

So I've tried to work with the pure-CSS, never-use-tables-for-layout gospel, I really have. But after an incredible amount of pain and anguish, I'm just about ready to give up. I'm willing to go to some effort to accomplish things in CSS, don't get me wrong. But when it seems like some of the most asininely simple things that can be d...

Designing image gallery in CSS

I am new to this. I want to design an image gallery in my webpage. Currently iam using bluprint CSS framework for my web. Can anyone suggest me a better way to design a image gallery ...

JavaScript Question

I inherited a customer after their programmer passed away. They have 4 commercial sites running what I believe is Adobe Go Live code from what I’ve found on Google. This works perfectly as long as all .asp scripts and the images directory is off the web’s root directory. I needed to move the ‘store’ scripts under a ‘store’ sub director...

Under what circumstances is it OK to create fixed&centered web-sites?

Basically, when would you create a site that stretches across the browser and when would you create a site that is a centered in the middle and is of a fixed size? ...

Free tools to speed up web development

As a little side project, I am starting to build a new website for a certain organization I am affiliated to, which current site is simply outdated. I am regularly a Java developer, and last time I really did some web development was back in the late 90s, when <p> was still more popular than <div> and Javascript was cutting-edge technol...

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 retrain our brain to be more effective at designing pleasing and useful presentation layers? Colleagues have recommended a few books me i...

Webforms App Layout Opinions?

...

Your thoughts on web design for 16:9 screens

I design web apps mainly for desktop use (not PDAs, phones etc) by co-workers and customers. As more users become equipped with 16:9-type screens the traditional screen layouts are no longer ergonomic. For example, a long vertical navi bar might not fit completely or a complex form might need to be scrolled in order to move to the next ...

Book recommendation: web user interface design

What books about web user interface design can you recommend? I know, the technology behind a web site does not really matter for the UI design. But as I'm using ASP.NET, ASP.NET AJAX and jquery, it would be a plus if the book contains examples using these technologies. ...

Color blindness: Are you aware of it? Do you design for it?

I'm curious whether many of us who do design or take design decisions have ever heard of this problem. I'm aware there are dangerous color combinations, like green + red. This is probably one of the most popular cases of color blindness. If you have green text on a red background and vice versa some people won't see anything. I've also...

Q&A Website Design

What could be admin side features for Q&A Website like this one? ...

What are good resources for CSS templates or templated layout sites?

Does not have to be free, I'm just not a designer and loathe starting from scratch. Any suggestions would be appreciated. ...

CSS same-line aligning

Is there an elegant way to align 3 elements left, center, and right on the same line? Right now I'm using 3 <div>'s all with width:33%;float:left; and it's not working too well. ...

minimal web design

I am interested in minimal design, from design (ie. minimalist design) and performance view points. I am trying out "zero images" approach at the moment. (obviously no flash/silverlight/etc) pure html+css(+js) Has anyone tried it, seen it, thought about it. To give an example, craigslist would be minimalist design. It has 0 images, 1 ...

Where to get Free Fonts

I am developing a website for a friend and require a certain font. He already has business cards printed using Avant Garde Bold so I need to get hold of it to use for the headings. Does anyone know where I can get this and other fonts for free? ...

Centering two transparent columns using CSS

So, right to the point, here's what I want (minus the poor quality)... http://www.hbperspective.com/alt3/site.jpg And here's what I've got... http://www.hbperspective.com/alt3/ I'm trying to get those two transparent columns to be centered as they are in the pic. With this CSS layout I'm having a heck of a time figuring out how to d...

ASP.NET content/functionality versus design/layout/styling

When developing a web application using ASP.NET, do you have any hints about how to separate the development of content/functionality from the design, so that the two can be developed separately and in parallel? The situation is: Customer has agreed on what functionality they want Customer is changing their mind about the appearance (...

Why are login fields mostly right-aligned?

Most popular web-sites that require you to log in, have the authentication form on the right side of the page. More or less. As a right-handed person, I find it rather intuitive to look at and convenient to work withthat I don't have to sprain my neck or move my mouse too much to select the username field (though of late, most pages d...