Website design is the process of planning and creating websites that can be read/viewed by web browsers
12
votes
3answers
976 views
Make your site anti-bot?
I remember a site closed due to misuse and i wonder if bots have a part of it. If the bot is POSTing something to my site what are ways i can combat it? I was thinking of setting some cookies and ...
7
votes
3answers
3k views
How can I make fonts render the same way across different web browsers?
I am building a website for a client, and we had hoped to use plain text, not images in the navigation bar. The font we are using is Century Gothic (I believe that this font is available on the ...
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?
...
5
votes
4answers
875 views
Any tool to sketch layout?
Is there any kind of tool to sketch the layout of website roughly? For example just to draw a basic sketch of the design to show others? Thanks
3
votes
2answers
148 views
Where can I get my website critiqued [closed]
As a fairly new web designer to the industry, I am looking to improve my designs and usability of my websites. Where can I submit my website to get peer-reviewed or professionally critiqued, ...
0
votes
3answers
169 views
What's the best way to create your own website? [closed]
I'm currently making plans for creating my own website (.com) and was looking for the cheapest solution possible that gives you the production tools you need.
I was wondering, are most websites these ...
8
votes
4answers
415 views
Updating/Redesign website…how to retain/transfer ranking?
What steps do I have to take in order to make sure that I keep my search engine rankings after I redesign or update my site?
5
votes
6answers
6k views
Royalty free templates for website [closed]
Which is the best source to get the free website template, royalty free?
13
votes
3answers
291 views
How can I figure out what technologies a site is built on?
I'm researching building a site by looking at what other people have done but I don't know how to determine what technologies or platforms are being used. How can I tell what any given site is ...
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 ...
3
votes
1answer
2k views
When creating a website, what permissions and directory structure?
I'm posing this question because I still haven't found a uniform method that I'm particularly fond of. Ideally, this combination of directory structure and permissions should suit any web server ...
8
votes
3answers
388 views
Design -> Crowdsourcing or hire a pro?
I'm a web dev since a decade now, but my design skills are... well, are the designs skills of a programmer! Anyway, I've been working on a personal project for some time now and I would like some ...
2
votes
2answers
359 views
Best books for web design & HCI
What are the best books you suggest me about:
web design
HCI for web applications / websites
thanks
1
vote
3answers
48 views
Right canonical pages for encylopedia-style site
I have a website that contains a lot of short (150 word) descriptions of key concepts. The concepts are organised hierarchically so a description of Cheese will be a subsection under the heading "Milk ...
1
vote
1answer
103 views
Standard way to mention website's developer
I want to know what is the best standard way to mention a website developer's name. I mean is there specific meta tags? In case that customer does not want the designer ads its name in the footer or ...
1
vote
0answers
148 views
web designer question - How to create a dynamic paragraph or any text in an html file? [closed]
web designer question - How to create a dynamic paragraph or any text in an html file?
I mean the < p>If I want to change this text portion< /p>
I am a web designer who just know, html, css, ...
1
vote
4answers
135 views
Is it needed to have your blog title and description in H1 and H2
I have read an article that states that is not necesary to have your blog title and description on your website at al.
Just have the titles of the posts in H1, on the index and the post page. And on ...
1
vote
3answers
410 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 ...