Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 01-26-2012, 02:47 PM   #1
Member (5 bit)
 
aiDer's Avatar
 
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
aiDer is offline   Reply With Quote
Old 01-26-2012, 02:52 PM   #2
Ride 'em Cowboy
 
EzyStvy's Avatar
 
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
EzyStvy is online now   Reply With Quote
Old 01-26-2012, 05:03 PM   #4
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
Quote:
Originally Posted by aiDer View Post

===========
a:hover {
text-decoration: underline;
}
===========

vs

===========
a:hover {text-decoration: underline;}
===========
Both are valid. It can be a style choice or a way to reduce the size of a text file. Fewer lines = lower filesize.

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.
Force Flow is offline   Reply With Quote
Old 01-26-2012, 11:29 PM   #5
Member (5 bit)
 
aiDer's Avatar
 
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.
aiDer is offline   Reply With Quote
Old 01-27-2012, 07:22 AM   #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?
oryx is offline   Reply With Quote
Old 01-28-2012, 02:50 AM   #7
Member (5 bit)
 
aiDer's Avatar
 
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.
aiDer is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:49 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2