+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Rate my santa homepage

  1. #1
    rickle42 is offline x10Hosting Member rickle42 is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    59

    Rate my santa homepage

    I just started this tonight for my uncle. Looking for feedback from experienced designers as this is my 2nd site.

    http://jonrickless.x10hosting.com/santa.html

  2. #2
    GamingX's Avatar
    GamingX is offline Executive Team GamingX is an unknown quantity at this point
    Join Date
    Aug 2007
    Location
    Bangalore, India
    Posts
    6,353

    Re: Rate my santa homepage

    Nice page, what application did you use to create it? And why don't you align the layout towards the centre......
    Syed
    Executive Team
    www.x10hosting.com

    Phone #: 1-888-X10-9668 -> Ext: 709

  3. #3
    legendphil is offline x10 Sophmore legendphil is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    152

    Re: Rate my santa homepage



    Nice business!.

    anyways it wouldn't be bad if you center it, add snowy effects or red and green everywhere.
    LEGENDMKII
    still beginning (or re-beginning if that's a word)...
    http://legendphil.net
    http://legendphil.co.cc

  4. #4
    manzoor's Avatar
    manzoor is offline x10 Lieutenant manzoor is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    the Internet
    Posts
    430

    Re: Rate my santa homepage

    nice layout, Did you made it yourself cuz its so good

    You should rearrange the links in order so it will look like a professional one
    Change it into

    Home -> Biography -> Gallery -> Contact

    Just a suggestion

    Overall nice site

    -------------------------------------------Manz00r
    If you find my posts helpful then please add my Reputation by click on this button at the top right of this post

    /* No Comment */

    while ( ! ( succeed = try () )); ------> Try Again ;)

    www.webhostingyes.com


  5. #5
    rickle42 is offline x10Hosting Member rickle42 is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    59

    Re: Rate my santa homepage

    I didnt use an application, just html and css. I will be using ajax i think so only the big box will change and nothing else will have to reload.
    But anyway, good tips --- exeactly what i was looking for. The buttons are kinda funny in that order. and as for centering, ive seen some sites center left and didnt really know what was "the best way" cause i am so new at this. I will definitly put it in the middle.
    My uncle apreciates the help too. I really believe that he is the most authentic santa ever. The beard and stach are real, i have more pics to ad to site but i gotta rest now.

  6. #6
    shaunak's Avatar
    shaunak is offline x10 Lieutenant shaunak is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    3rd rock from the sun
    Posts
    317

    Re: Rate my santa homepage

    Even i feel you should move it to the center. The simple margin:auto tag should do the trick.

    Overall, nice fast loading layout.
    Cheers,
    Shaunak

  7. #7
    Walrii is offline x10Hosting Member Walrii is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    17

    Re: Rate my santa homepage

    It looks great.

    Constructive criticism: On my browser (XP, Firefox) the font is a very plain Times New Roman. I'm not saying you should embed a font or use something cra-razy, but changing it would (at least to me) make it look better.

  8. #8
    rickle42 is offline x10Hosting Member rickle42 is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    59

    Re: Rate my santa homepage

    thanks for the help guys. Every idea so far in this thread will be done. I was kind of dreading having to center it. I use divs on a pixel basis, i will look into margin:auto and what it does, but i was thinking I was going to have to go into the css and give width and align:center and take out the left:205px, top:15px; stuff. Knowing that i did it this way, is there still an easy fix? Maybe i should go ahead and convert before i do anymore. That will be what i do tomorrow morning i think--all the fixes listed in this thread, again thnks guys.

  9. #9
    dyfuse's Avatar
    dyfuse is offline x10 Sophmore dyfuse is an unknown quantity at this point
    Join Date
    Apr 2006
    Posts
    196

    Re: Rate my santa homepage

    Quote Originally Posted by rickle42 View Post
    thanks for the help guys. Every idea so far in this thread will be done. I was kind of dreading having to center it. I use divs on a pixel basis, i will look into margin:auto and what it does, but i was thinking I was going to have to go into the css and give width and align:center and take out the left:205px, top:15px; stuff. Knowing that i did it this way, is there still an easy fix? Maybe i should go ahead and convert before i do anymore. That will be what i do tomorrow morning i think--all the fixes listed in this thread, again thnks guys.
    Like shaunak pointed out earlier, the CSS tag, margin:auto is probably the best, most effective, and most compatible (with most browsers) method!

    As far as I know, there is no tag just called "align" but there is vertical-align and text-align. But believe me, if you try to use text-align to try and center your content you will come across many compatibility issues. It may work in IE but not in FireFox.


    Also, the alignment of text on the "home" page is a little off-center. I believe it is to do with your coding of your right border. Take a look at your text to see the slight misalignment:
    "Santa is available for the Holiday Season or special occasions year round!
    Add a 'special touch' to the present or award being given."
    You've done an awesome job. And I like how you've incorporated Ajax into the navigation!
    Hope this helps.

  10. #10
    rickle42 is offline x10Hosting Member rickle42 is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    59

    Re: Rate my santa homepage

    Due to the way i did the css, i dont think that margin:auto would work. So many divs i had pieces here, pieces there. Thank god for google, this piece of css seemed to do the trick...
    body{
    width: 800px;
    height: 1200px;
    position: absolute;
    left: 50%;
    top: 0%;
    margin-left: -400px;
    }
    Edit:
    i had tried :
    body{
    margin:auto
    }
    it did nothing
    was it supposed to be :
    body{
    margin-left:auto }
    ?
    Anyway Im out to go puff-puff at friends now....
    Last edited by rickle42; 10-12-2007 at 02:52 PM. Reason: Automerged Doublepost

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. [DEV] New-er tempate for my homepage
    By t2t2t in forum Graphics & Webdesign
    Replies: 0
    Last Post: 07-10-2007, 07:16 AM
  2. Rate my site/forum
    By SEŅOR in forum Scripts & 3rd Party Apps
    Replies: 6
    Last Post: 12-10-2006, 05:43 AM
  3. Your homepage?
    By Cynical in forum Off Topic
    Replies: 22
    Last Post: 05-05-2006, 05:47 PM
  4. Rate my Header
    By n4tec in forum Graphics & Webdesign
    Replies: 17
    Last Post: 09-21-2005, 02:29 AM
  5. Letter to Santa
    By phenetic in forum Off Topic
    Replies: 4
    Last Post: 04-06-2005, 01:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers