|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: May 2011
Posts: 27
|
Elements of a Web
I've got an assignment to do, for my CO-OP, and its to make a website and the best one among us students will be selected and they will use it for their website. Although I feel like they are using us, but I have no choice, I need the mark.
I was wondering about how does a professional website looks like? What is the differences between just a website and a better one? Cause i have been playing around with Dreamweaver for some time (around 1 year now) and i got a good idea of how it works, i don't code but if for some parts i need to do that. But you never stop learning. Anyone can tell me or link a site of listing how a good website looks, how its build, and etc? also about css, I was curious of know if making the css codes with space and other know without any space? like: =========== a:hover { text-decoration: underline; } =========== vs =========== a:hover {text-decoration: underline;} =========== thanks
__________________
Operating System: Windows 7 Ultimate 64-bit CPU: Intel Pentium E5300 @ 2.60GHz Wolfdale 45nm Technology RAM:4.0GB Dual-Channel DDR2 @ 400MHz (5-5-5-18) Motherboard:Intel Corporation DG31PR (J3E1) Graphics: X183H @ 1366x768 Intel(R) G33/G31 Express Chipset Family Hard Drives: 156GB Western Digital WDC WD1600AAJS-00L7A0 ATA Device (SATA) Optical Drives:HL-DT-ST DVDRAM GH22NS50 ATA Device |
|
|
|
|
|
#2 |
|
Ride 'em Cowboy
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,109
|
Beauty is in the eyes of the beer holder
![]() Haven't you been to some sites that look good? And some that look bad? You could look at sites that are similar to what your co-op does and look for the good and bad points in them.
__________________
Stand Up 2 Cancer - SU2C |
|
|
|
|
|
#3 |
|
Moderator
Staff
Premium Member
Join Date: Nov 2008
Location: Detroit, MI
Posts: 3,804
|
|
|
|
|
|
|
#4 | |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Quote:
In general, if there's only one definition in a selector's ruleset, then I put it all on one line. If there's more than one definition, then I use multiple lines. It's just seems easier to read that way. Code:
a:hover {text-decoration:underline;}
a:hover {
text-decoration:underline;
font-weight:bold;
color:blue;
}
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
|
#5 |
|
Member (5 bit)
Join Date: May 2011
Posts: 27
|
ah thanks for the fast replys!
yes i have been in many sites and i can see the differences between a good site and a bad site, and using Google chrome i can see the styles too which is very helpful. I was thinking maybe a professional site may use fewer tags or avoid using a lot css to make the page load and etc. i take a note while designing that visitors appreciate the quality of the web and they don't read but they scan, lol, so i have to get their focus asap. thanks for the link jdeb! ah right Force Flow, thanks for the info. Last edited by aiDer; 01-26-2012 at 11:34 PM. |
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: Jul 2001
Location: Western Pennsylvania
Posts: 293
|
How is this web site to be evaluated? Is it appearance only, or is content and usability important as well?
|
|
|
|
|
|
#7 |
|
Member (5 bit)
Join Date: May 2011
Posts: 27
|
i believe its the structure of the website, which the appearance will come with it. content is not a worry.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|