0
votes
0answers
26 views

How to Grok (Modern) HTML & CSS? [closed]

I'm a programmer at heart, but I've always wanted to understand more about HTML and CSS. Unfortunately, every resource I have tried to learn with I have found lacking. Every book/tutorial I've read ...
-1
votes
1answer
56 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 ...
3
votes
2answers
172 views

Make HTML static site more SEO friendly

I am desinging a website as shown in below image, right now it's just a basic structure. This site is totally static, basically I've 6 main pages in website. navigation section, slider and footer will ...
0
votes
0answers
16 views

How can I improve this hover state? [closed]

Any ideas on improving this hover state of an image? The image is of a surfer and I am showing basic information about him. I want ideas on improving the box which displays that information. Currently ...
0
votes
0answers
40 views

Professional looking sites [closed]

Apologies for the somewhat generic question here but I'm starting to design a site and am at the stage where I have most of the basic layout of the page done. But there seems to be something lacking ...
0
votes
0answers
94 views

Responsive Menu Navigation [closed]

I am sure you all have heard of Responsive/Adaptive Website Design and Development, but for the sake of beginners to the technique and skill, what are ways to create a Responsive Menu Navigation? I ...
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.
1
vote
1answer
89 views

Keep header across sites [closed]

We have a site, which has a main site served by Google Sites and a custom made forum running on a dedicated server. Now we want to use the header from Google Sites also on the forum, so it feels like ...
1
vote
0answers
142 views

Three-Column Gallery Layout [closed]

I've been trying to do the following 2 things, but have been unsuccessful. I know they're really simple, but I just can't seem to get them to work. Here's the website I started coding today. 1) I'm ...
1
vote
1answer
608 views

an Open Source graphic software like fireworks [closed]

Hi All and happy new year i'm wondering if there's any open source and free software to create designs, the way fireworks does, by allowing creation of slices (decoupes, HTML and images) thank you ...
2
votes
1answer
88 views

Site Structure - practices

I just started working for a company and they're asking me for ways to improve the overall site design. One of the things that keeps standing out to me is their extremely odd internal file structure ...
-1
votes
1answer
133 views

I am done with html and css, NOW, what tools should I start with? [closed]

I am done with html and css, NOW, what tools should I start with? Shall I start with Adobe CS3 OR Adobe CS4 OR Adobe CS5 Please let know. I am just confused. Thanks :)
0
votes
1answer
500 views

How to convert Corel Draw design into HTML design?

I have a Corel Draw .cdr file which has a full design of a web page. Is there any way to convert that design into HTML template?
0
votes
3answers
62 views

recommend strategy to implement this design

I'm trying to build a website (html only) for a design studio and I am trying to figure out what is the best way to go about it. Layour of a webpage is like this: A page is divided into two spaces ...
-1
votes
1answer
167 views

Best Web designing Software with realtime online editing supported by Explicit FTP OVER TLS?

i have found out that Adobe Dreamveiwer CS5 doesn't supoort FTP server which has Explicit FTP OVER TLS Type Connection . and searched Adobe Forum and Confirmed that the feature yet to Implement in ...
1
vote
1answer
129 views

Ruby on Rails and HTML created websites

My question is simply this: If I use Dreamweaver to create the website layout, but I need to use Ruby on Rails software to create a webservice (SSH included) will the HTML and Ruby conflict with each ...
1
vote
3answers
413 views

Can you make total height for a 3-div-sandwhich equal 100% if top & bottom divs are in pixels? [duplicate]

Possible Duplicate: Any problems with DIVs inside a table cell? Ok so I've got a header and a footer with absolute positioning and heights of 144px. The content div in the middle area needs ...
1
vote
4answers
906 views

design website using header and footer template approach

I am trying to re-do my portfolio website since its a pain to maintain it. Everytime I have to add a new item to it, it just takes forever and kills me. I'd like to redesign in a way that makes the ...
1
vote
2answers
207 views

black background & white letters or white background & black letters?

What is better for user? The site has a lot of text to read and I would like to make it as user friendly as possible.
4
votes
3answers
600 views

Why do all of the various design grids neglect horizontal spacing?

Whether its 960grid or Fluid or 9/12/16/20 column grid systems...they all factor in vertical spacing but never horizontal spacing. Granted we view sites top-to-bottom so we don't necessarily design ...
31
votes
5answers
2k views

Why aren't we supposed to use <table> in a design?

What are some clear and logical reasons for why we shouldn't be designing websites with tables? Where are the benefits, what has been driving this idea in the industry? When is it okay to use a table? ...
2
votes
1answer
121 views

Where can I find GPL licensed articles which I can use in a commercial project?

I'm designing some web templates, and I need to add some sample content in them, like articles and stuff. I was wondering where can I find such sample articles to include in the template demo? I dont ...
8
votes
3answers
296 views

What font technique is being used here?

While I was attending this event (http://worldtour.fogcreek.com/) I noticed this page had custom fonts for the Address part in the top left corner (i.e "Fog Creek Software 55 Broadway Fl 55....") When ...
0
votes
1answer
139 views

Bad webpage with excellent content. Ideas? [closed]

I am currently building a system that automatically create a redesign of an existing webpage. The new webpage should have better graphic design, better industrial design, and a state of the art ...
2
votes
0answers
407 views

Disqus integration in website.. what is wrong? [closed]

I try to embed a disqus forum in a website I created. I used the exact code and instructions they give on the installation instructions. I just don't get it. Not much on Google either. Is something ...
8
votes
4answers
6k views

How do you save/export changes made in Firebug?

Using Firebug to edit CSS, how do I save/export changes made to the CSS? TOOLS: Firefox, Firebug MAJOR UPDATE: If you know of a way to lock the forward/back/refresh on a FireFox tab, please let me ...
2
votes
2answers
1k views

Top and bottom gradient using CSS

I have a background that has a top and bottom gradient and I want it to show on a container layer. The problem is the bottom gradient since it has to appear at the very end of the container div. Any ...