Fail Web

Results 1 to 16 of 16
  1. #1
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Fail Web

    Hello guys, I am just starting to learn abit of "web design" with dreamweaver. It is my second time, maybe you guys can give some ideas. I know it sucks, i myself rate it 1/10. Please help me to improve it. Below are some images. Most of the content are from other people.

    Credits : Wizkid, xgemini, gwx0, Kyuma, Asumi, scriptocean.

    Here are some SS's of this "fail web" :

    index.php:
    Spoiler:




    downloads:
    Spoiler:




    ranking:
    Spoiler:




    registration:
    Spoiler:




    Code:
    There is a server status at top right next to banner.
    Code:
    The downloads are actually drop-down menus, clicking on a mirror will bring you directly to the download, can be edit in the downloads folder.
    Code:
    The menu at left side of all pages can be edited from menu.php as i did a <?php include ?> for all the pages so editing menu.php alone will be the same as editing all the menus on all pages.
    Code:
    There is a "news scroller" on index.php
    
    
    The news and announcements can be edited in the xml :
    
    Spoiler:
    <newsscroll> <parameters> <domain_name>scriptocean.com</domain_name> <movie_width>300</movie_width> <movie_height>280</movie_height> <top_margin>10</top_margin> <left_margin>10</left_margin> <bottom_margin>10</bottom_margin> <right_margin>6</right_margin> <bgcolor>000000</bgcolor> <border_color>000000</border_color> <font_color>FFFFFF</font_color> <titlefont_color>FFFF00</titlefont_color> <mouseover_font_color>800000</mouseover_font_color> <mouseover_titlefont_color>FFFF80</mouseover_titlefont_color> <font_size>16</font_size> <title_font_size>18</title_font_size> <paragraph_space>10</paragraph_space> <background_image>gunz_gl_bg.jpg</background_image> <image_positionx>0</image_positionx> <image_positiony>0</image_positiony> <bgimage_exist>1</bgimage_exist> <scroll_style>0</scroll_style> <border_width>1</border_width> <text_font>Arial</text_font> <title_font>Arial</title_font> <text_align>0</text_align> <titlefont_bold>yes</titlefont_bold> <titlefont_italic>no</titlefont_italic> <font_bold>no</font_bold> <font_italic>no</font_italic> <title_underline>yes</title_underline> <underline>no</underline> <startblank>yes</startblank> <space_between_title_and_text>10</space_between_title_and_text> <pause_time>40</pause_time> <nameofscroller>ns1</nameofscroller> </parameters> <content> <subitem> <title>News 1</title> <but_text>This is what you want below your News 1</but_text> <but_link>This is the link to go when you click on news 1</but_link> <but_target></but_target> </subitem> <subitem> <title>News 2</title> <but_text></but_text> <but_link></but_link> <but_target></but_target> </subitem> <subitem> <title>News 3</title> <but_text></but_text> <but_link></but_link> <but_target></but_target> </subitem> <subitem> <title>News 4</title> <but_text></but_text> <but_link></but_link> <but_target></but_target> </subitem> <subitem> <title>News 5</title> <but_text></but_text> <but_link></but_link> <but_target></but_target> </subitem> <subitem> <title>News 6</title> <but_text></but_text> </subitem> <subitem> <title>News 7</title> <but_text></but_text> </subitem> </content> </newsscroll>
    Overall includes :
    Code:
    Clanrank : index.php , config.php , images (clanranking.jpg)
    downloads : index.php
    images : menu.png , news.png , clanranking.jpg , btn_dlgunz2.jpg , banner.png , downloads.jpg , bg,jpg , mc_controls_pic.gif
    paypal : (long story :P)
    ranking : index.php
    register : index.php
    status : index.php
    main folder : index.php , ns1flashns.swf , ns1data.xml , gunz_gl_bg.jpg .
    Please tell me what you guys think about this web and how i can improve. thanks!


  2. #2
    Valued Member kriiz is offline
    MemberRank
    Nov 2008 Join Date
    ArgentinaLocation
    126Posts

    Re: Fail Web

    0/10 xDDDDDDDDDDDDDDDDDDDDDDDDDDDD

  3. #3
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    I know you dumb piece of shit. I'm asking for help on what to improve, not a fucking rating. Before you talk at least read the first few lines of the fucking thread so you don't sound stupid, you incompetent cocksucker. Grow 2 pairs. A pair of balls, and a pair of left and right brains. Fucking trash.
    Posted via Mobile Device

  4. #4
    Proficient Member taurias is offline
    MemberRank
    Dec 2008 Join Date
    178Posts

    Re: Fail Web

    ok im assuming ure using the table method for your site? if so stop... learn css, it will make your site much much better... also for the background find an image that is repeatable, or learn css and use body
    {
    background-image:url('Image.png');
    background-repeat:no-repeat;
    }

  5. #5
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    yup I'm using tables. Any good references where I can find good guides in learning css? Ian using the background repeat "thing" my original picture is only 120x60 if I'm not wrong.
    Posted via Mobile Device

  6. #6
    Enthusiast fudenciodasilva is offline
    MemberRank
    Dec 2008 Join Date
    39Posts

    Re: Fail Web

    Quote Originally Posted by taurias View Post
    ok im assuming ure using the table method for your site? if so stop... learn css, it will make your site much much better... also for the background find an image that is repeatable, or learn css and use body
    {
    background-image:url('Image.png');
    background-repeat:no-repeat;
    }
    maybe it will be better:
    {
    background:url(imglinkhere.ext) #FFF repeat-x;
    }

    change:
    imglinkhere.ext = the background img link
    #FFF = background color
    repeat-x = repeat-x or repeat-y according to the orientation that u want the imgs repeat.

    'cause you can make a small img and it will repeat according to the orientation of "repeat-*"

  7. #7
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    Quote Originally Posted by fudenciodasilva View Post
    maybe it will be better:
    {
    background:url(imglinkhere.ext) #FFF repeat-x;
    }

    change:
    imglinkhere.ext = the background img link
    #FFF = background color
    repeat-x = repeat-x or repeat-y according to the orientation that u want the imgs repeat.

    'cause you can make a small img and it will repeat according to the orientation of "repeat-*"
    That's what i did with the stripes on the first picture :o

  8. #8
    Enthusiast fudenciodasilva is offline
    MemberRank
    Dec 2008 Join Date
    39Posts

    Re: Fail Web

    Quote Originally Posted by lxchadxl View Post
    That's what i did with the stripes on the first picture :o
    r u sure that u used the repeat function corretly?

  9. #9
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    I does repeat in the way i wanted it :o

  10. #10
    Enthusiast fudenciodasilva is offline
    MemberRank
    Dec 2008 Join Date
    39Posts

    Re: Fail Web

    oh.. ok D:
    i just posted that comment cause of taria's comment

    PS: studying templates is always the best way 2 learn...

  11. #11
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    studying templates? hmm.. but first don't i need to know the basics of css?

  12. #12
    Enthusiast fudenciodasilva is offline
    MemberRank
    Dec 2008 Join Date
    39Posts

    Re: Fail Web

    if you want... but i learned all what i know from templates... if you find commented templates it will be good (like the dreamweaver pre-made templates)

    edit: i know a great website, but it's in portuguese. www.criarweb.com (it also haves a spanish version, but i don't remember the link)
    Last edited by fudenciodasilva; 01-10-09 at 12:42 AM.

  13. #13
    Proficient Member taurias is offline
    MemberRank
    Dec 2008 Join Date
    178Posts

    Re: Fail Web

    http://www.w3schools.com/
    one of the best free tut sites on the web for all things web related... also the code i put would make the image not repeat, which is wat i thought u wanted... if you do want to make an image repeat then make sure it looks good repeating.

  14. #14
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    Quote Originally Posted by taurias View Post
    http://www.w3schools.com/
    one of the best free tut sites on the web for all things web related... also the code i put would make the image not repeat, which is wat i thought u wanted... if you do want to make an image repeat then make sure it looks good repeating.
    Hey that's cool! thanks! ima read it after my exams!

  15. #15

    Re: Fail Web

    Quote Originally Posted by lxchadxl View Post
    Hey that's cool! thanks! ima read it after my exams!
    That has been up for a long time.

  16. #16
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Fail Web

    I thought they were just like a "tips and tricks" kind of thing. I never noticed the large tutorials :o



Advertisement