The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
55 views

How to make stretchable web layout using images [closed]

I want to develop a webpage. The dimensions of psd that is provided is 1980 x 1280 px. There are lot of background images in it. I have to develop a stretchable design with no scroll. How I can make a ...
0
votes
2answers
942 views

Full width web design (with Twitter bootstrap)

I have not done much web design previously and wanted to get an understanding of full-width layouts and responsive design. Specifically, my question is this - is it considered bad practice to use ...
2
votes
2answers
27 views

Are there tools to measure displayed dimensions in percentages?

I use MesureIt! to measure pixels on websites, generally to check if things add up right when developing. I'm making a fluid layout right now, and would really like to do the same, but I couldn't find ...
0
votes
0answers
65 views

Ok to use table for calculator? [closed]

I'm a php/mysql guy, and have been trying to brush up on my frontend skills. So this weekend I made a four function calculator in javascript. But when I started to work on the presentation, I found ...
0
votes
0answers
45 views

What tools exist for designing layouts and pre-production templates for Rails 3 applications?

I develop Rails 3 applications, but prior to this, my background was a designer (typically making mockups in Photoshop and then breaking them down to HTML5/CSS3). Now, some great tools/templates ...
1
vote
0answers
107 views

Difference between Theme Vs Layout Vs Tamplate [closed]

What is difference between Theme Vs Layout Vs Tamplate? Thanks.
1
vote
4answers
463 views

Site navigation and SEO best practices

I've been reading several SEO books in preparation for a full site re-write. One of the suggestions that I've seen several times is that content should come before navigation in the site's markup. ...
0
votes
1answer
234 views

Can the blog width be dynamic on Blogger?

I see that Blogger will let you set the blog width under Overview-> Template Designer->Adjust Widths. However, this seems to be a fixe width - is there an easy way to set a max and a min width?
0
votes
1answer
59 views

Which online test should I take or any method to know, how much knowledge I acquire as web designer? [closed]

Which online test should I take or any method to know, how much knowledge I acquire as web designer? Both. 1. Practical knowledge & 2.theoretical knowledge.
2
votes
1answer
98 views

Wordpress layout and font changes between www.example.com/blog and example.com/blog

A WordPress installation using http://www.example.com/blog shows a wrong font (and due to that a wrong layout) whereas using http://example.com/blog shows the correct font and layout. This happens on ...
3
votes
2answers
328 views

Is traditional JavaScript image pre-loading taboo

I remember the good-old-days (not really) back when I was still sucking the teet of Dreamweaver to build websites and the lure of playing copypasta with fancy built-in scripts (ex, image-swap) was ...
2
votes
1answer
337 views

What is the name of this kind of layout?

Please visit this site: http://www.visitheritage.com/ Can someone tell me in which category does that kind of website layout belong? Or in other words, how you simply call it? I notice that this ...
0
votes
1answer
110 views

Are there some good Javascript templates out there? [closed]

I am trying to create a simple .js file that will let me have some submit buttons here and there, with the text paragraph in the middle changing based on which submit button is pressed. Does the ...
0
votes
2answers
113 views

Getting the containing box of a given one in the CSS box-model [closed]

My understanding is that most layout (positioning and dimension) problems with CSS are the result of a bad understanding of which is containing box of the box you are trying to lay out. However as ...
2
votes
1answer
215 views

Layout Columns - Equal Height

I remember first starting out using tables for layouts and learned that I should not be doing that. I am working on a new site and can not seem to do equal height columns without using tables. Here is ...
0
votes
0answers
24 views

What could be done to improve the presentation? [closed]

Being more of a developper I'm not always sure what is suitable in terms of design. Rather than going into details I have provided the links below (will be removed once there are answers) as an ...
1
vote
3answers
55 views

Why do we divide forum articles / comments into pages

All of the forum software I've seen divides postings and their comments up into pages (where each "page" is quite a few pages on the screen and need scrolling). I assume there is a good reason for ...
12
votes
5answers
598 views

Building for different screen sizes

When building new webpage layouts, I think of all the devices out there - cell phones, tablets, desktops, etc - with a diversity of screen sizes. I can see two ways to accommodate this diversity. One ...