Thread: My website - redesigned

  1. #16
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Getting the same white line in Safari.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  2. #17
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Quote Originally Posted by axon
    weirdo

    well, I changed some things, like added the closing img tags, and it still says they are wrong...but the one that really get me is the first error about the meta tag...what am I doing wrong there?

    edit:: mike, can you please sign on for a few minutes...I'll be by the puter till about 1:30-2 central
    Sorry by the time I read this it was 10 till 1 pacific.

    The problem with the meta tag is that you never close it.
    should be something like this (insert your own [stuff] )
    <meta [stuff] />

    Same thing goes for the img tags. Also img tags require that you specify an alt value. ie:
    <img src="killbill.jpg" alt="Penguin in Jump Suit" />

    As a note:
    I saw this:
    Code:
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;removed
    Chaining non breaking spaces like this can have a nasty side effect of not allowing the word wrapping. So instead of wrapping around it just runs over other elements. The better option would be to put spaces between the non breaking spaces. Unless of course you don't want the word to wrap.

    You could get rid of a majority of the errors just by doing a find and replace (case insenstive because you screwed up) for <br> and replace it with <br/>

  3. #18
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I terminate my breaks as well. I have a couple of pages on my site that have a strange white line on them when viewed with FF.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #19
    </life>
    Join Date
    Oct 2004
    Posts
    83
    Alround quite a nice design, might want to put some cellpadding on, for your tables. i dont like black text flush to a black border. just a thought...
    Microsoft is merely an illusion, albeit a very persistant one.

  5. #20
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    >>Alround quite a nice design, might want to put some cellpadding on, for your tables<<

    thantos would rape me if I used tables, so they are all css elements I did pad the boxes with content (the ones with a left border - didn't pad the title boxes though, should I?

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  6. #21
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    The problem with the meta tag is that you never close it.
    should be something like this (insert your own [stuff] )
    <meta [stuff] />
    that is what I have on all my meta tags...and it still says there is an error

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  7. #22
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Quote Originally Posted by axon
    that is what I have on all my meta tags...and it still says there is an error
    Lair
    From your page:
    meta name="keywords" content="poetry, poems, Jakub Bomba, Milad Amani, short story, short stories, essays, essay, literature, books, creativity, writer, prose, author, creative writing">
    <meta name="description" content="creativeoutlet:: place where two young writers express themselves with poetry, prose, and more.">
    It should be
    meta name="keywords" content="poetry, poems, Jakub Bomba, Milad Amani, short story, short stories, essays, essay, literature, books, creativity, writer, prose, author, creative writing" />
    <meta name="description" content="creativeoutlet:: place where two young writers express themselves with poetry, prose, and more."/>

  8. #23
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Aren't meta tags (outside of content-type, etc) pretty useless anyhow? I mean, back in the day when search engines like metacrawler used meta tags they were useful, but I'm pretty sure that Google, Yahoo!, MSN, and most other modern search engines don't.

    edit: Oops, I guess I'm wrong. A google for "amphoric dream" brings up "amphoric dream:: place where two young writers express themselves through poetry,
    prose, random rants, and more. Amphoric Dream http://amphoricdream.com/." as one of the descriptions. I could have sworn I read somewhere that google doesn't use meta tags anymore, though.

    I'm thinking that the article said that it disregards the keywords. That makes more sense, since google as a better way of linking keywords to your site.
    Last edited by -KEN-; 01-05-2005 at 10:41 AM.

  9. #24
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    IIRC google doesn't use meta tags to rank a site. But I do think they still give the meta description if there is one, otherwise they show a preview of the body.

  10. #25
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Interestingly enough... I don't have meta tags on my site, and searches for "whproductions" and "windy hill productions" do not bring up direct links to my personal site.

  11. #26
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    ok, I got ird of the white line that was appearing in FF.... what caused it was a <p> tag that was not terminated in the <div> where it was declared...go figure.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  12. #27
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    ok I have one error left: http://validator.w3.org/check?uri=ht...fffiles.com%2F

    but it has something to do with the code provided by my stat counter - not sure what to do about it...any ideas?

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  13. #28
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    <random>
    Whoa...
    I hadn't looked too closely at the spelling of your website's name...
    For some reason, I thought 'amphoric' was 'amorphic'...
    </random>
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  14. #29
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Quote Originally Posted by axon
    ok I have one error left: http://validator.w3.org/check?uri=ht...fffiles.com%2F

    but it has something to do with the code provided by my stat counter - not sure what to do about it...any ideas?
    Use a better counter (http://hotscripts.com has a lot). If it's one from BraveNet or something, they usually always contain an error or 500.

  15. #30
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    this counter has been good to me....they give awesome stats/graphs/ and whatever else you would want....I don't think I'll be switching

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How's my new Website
    By asbo60 in forum General Discussions
    Replies: 53
    Last Post: 07-10-2009, 10:10 AM
  2. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM