| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > basic guide for current web standards. (good for noobs or reference) |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Skubala happens
Join Date: Sep 2006
Location: Midlands
Posts: 55
|
basic guide for current web standards. (good for noobs or reference)
Hi all, thought it would be good to create a general thread for current web design standards. This is what i got so far, feel free to add to this.. Site layout Tables are no longer needed! XHTML and CSS is the perfect method for content placement. Learn basic XHTML, how tabs and divs work. XHTML Learn CSS, and how to change the look of divs and tags direct with CSS, I still see sites now, even on this forum with CSS not properly implemented on web design sites, people should not be offering design services if they cant master this technique !, it is strongly advised to master this as this will make life a lot easier in the long run when designing sites, the net is never gonna get any prettier if people dont start getting with the times :P CSS Master the use of PHP includes and make your content dynamic and easy to update, this is not an necessity but again makes life a lot easier when updating content. PHP Includes embedding flash Scrap the idea of the standard swf embed method, this doesnt work on all browsers, master how to use this method and use this from now on.. SWFObject Thats all i can be arsed to type for now... feel free to add. |
|
|
|
|
|
#2 (permalink) | |
|
Registered User
Join Date: Sep 2004
Location: Perth, Australia
Posts: 43
|
Quote:
Tables are no longer needed for layouts. They're perfectly fine for displaying tabular data. |
|
|
|
|
#3 (permalink) |
|
Cornish Pasty
|
I think it's a little brazen to just say "learn css". Rather, learn how to design. Follow some basic principles of layout and readability, and you might just get a gold star. Learning CSS is not exactly a sit down and do kind of thing, it happens over time, and is mostly a process born of design. There are some fundamental principles but a lot of CSS you will barely find use for. |
|
|
|
#4 (permalink) | |
|
vague™
Join Date: Mar 2004
Location: Glasgow
Posts: 5,513
|
Quote:
You could also say it's brazen to have a title saying it's good for "noobs" (hate that word), and then just link off to a bunch of generic reference sites without actually giving anything of much use at all. --Edit In fact, I just checked the original posters website and it's some godawful flash site. What a surprise. |
|
|
|
|
#5 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
I'm so sick of hearing "You should learn to make your website with CSS and divs." For fuck's sake, divs don't matter. You could use <p>s to the same exact effect. People get confused and think <div>s are a layout device - that they replace table cells - when that's not the point at all. Semantic HTML. XHTML or HTML4 Strict are both fine as long as they're used semantically and without presentation bundled into markup (of course, you do sometimes have to add to your markup to get the effect you want, but should be kept to a minimum). |
|
|
|
#6 (permalink) | |
|
Refrigerated User
Join Date: Mar 2006
Location: Central US
Posts: 163
|
Quote:
|
|
|
![]() |