Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 09-08-2005, 08:00   #1 (permalink)
JennyLin
Civilians

 
Default Masterpiece 14 for code checking please

Hello again Gurus,

This newbie is getting mega headaches looking for the answers on the www.
But hopefully I am getting there.
One thing, my bookmarks have doubled in the last week.

I struggled with this page
When someone has time would you please check my .css file for incorrect
coding and also how I laid out my html page.
Both validate but I know this does not mean I am doing it right.
Any better ideas will be appreciated.
Its all a learning curve for me.

As always, thanks

Jenny

http://wairoa.net/wairoa.htm
http://wairoa.net/wairoa.css



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 09-08-2005, 12:00   #2 (permalink)
Alan Little
Civilians

 
Default Re: Masterpiece 14 for code checking please

Carved in mystic runes upon the very living rock, the last words of
JennyLin of alt.www.webmaster make plain:

> This newbie is getting mega headaches looking for the answers on the
> www. But hopefully I am getting there.


I think you've made remarkable progress!

> I struggled with this page
> When someone has time would you please check my .css file for
> incorrect coding and also how I laid out my html page.


You have three invalid selectors (center, left, right) at the bottom of
your stylesheet, with invalid properties.

I have some suggestions about coding style. Coding style is to some
degree an individual matter; its sole purpose is to increase readability,
making the code easier to work with and maintain, so do whatever works
best for you.

That said, it is customary to indent lines between { }. Thus you would
have:

h1 {
text-decoration:underline;
text-align:center;
}

Personally, I find it improves readability to put a blank line between
selectors, and to line up property values:

h1 {
text-decoration: underline;
text-align: center;
}

h2 {
font-size: 120%;
}

Like I say, this is an individual matter. For some languages there are
sort-of standards that have developed and are more or less followed or
adapted to suit the individual coder's preferences, but the key is
readability.

--
Alan Little
Phorm PHP Form Processor
http://www.phorm.com/
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2005, 00:00   #3 (permalink)
JennyLin
Civilians

 
Default Re: Masterpiece 14 for code checking please


"Alan Little" <alan@n-o-s-p-a-m-phorm.com> wrote in message
news:Xns96CB5A2DE4604alanphormcom@216.196.97.131.. .

> I think you've made remarkable progress!


Now those words will keep me at it, must admitt I am struggling though, a
lot of it is hit and miss
But I guess it will fall into place eventually.

> You have three invalid selectors (center, left, right) at the bottom of
> your stylesheet, with invalid properties.


Gone

> I have some suggestions about coding style. Coding style is to some
> degree an individual matter; its sole purpose is to increase readability,
> making the code easier to work with and maintain, so do whatever works
> best for you.
>
> That said, it is customary to indent lines between { }. Thus you would
> have:
>
> h1 {
> text-decoration:underline;
> text-align:center;
> }


Done

> Personally, I find it improves readability to put a blank line between
> selectors, and to line up property values:
>
> h1 {
> text-decoration: underline;
> text-align: center;
> }
>
> h2 {
> font-size: 120%;
> }


Done

> Like I say, this is an individual matter. For some languages there are
> sort-of standards that have developed and are more or less followed or
> adapted to suit the individual coder's preferences, but the key is
> readability.


Sure will be nice when I understand what I am reading also...lol

Thanks Alan,

Cheers
Jenny


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
The masterpiece of a disaster Snowden News Articles 0 03-21-2008 12:39
Turner's lost masterpiece returns to public view milmor_1 Art, Poetry & Prose 1 10-19-2007 14:13
Da Vinci sleuth invited to find lost masterpiece milmor_1 The History Club Forum 1 02-01-2007 18:11
Masterpiece theater: Rogers gets Tigers even, but not without controversy irish_blue69 BaseBall 0 10-23-2006 18:12
My first masterpiece for checking. JennyLin Web Design 44 09-07-2005 16:00


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 22:34.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 1.04283 seconds with 19 queries