Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

My new site :D

Options
  • 07-06-2003 10:27pm
    #1
    Registered Users Posts: 2,280 ✭✭✭


    First attempt at a proper site
    Opinions please! :D

    http://www.miniresource.com

    please tell me if u find ne glitches/ mistakes :D


Comments

  • Registered Users Posts: 2,912 ✭✭✭Washout


    Nicely done menu commited...very nice indeedy


  • Closed Accounts Posts: 648 ✭✭✭exiot


    why would you buy a domain for starting your first proper site? I mean I had made a load of websites for about 2 years before I decided to buy some hosting and a domain.

    The grey DHTML nav bar doesn't look too good in the site, maybe a darker shade of blue?


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle


    looks good.
    I would probably take the border off the table on the homepage and just apply a light background colour to it.
    Site works in MSIE (what doesn't!), Mozilla [1.3.1] and Opera [6].
    The HTML Code when validated turns up the following: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.miniresource.com&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional
    I would also recommend setting up a script in php (loads of them available over the interweb) for people to contact you rather than an email link as you cannot assume the viewer has an email account on the pc they are using.
    Does it cover the new mini? (doesn't really say)
    How do I get back from the forum to the rest of the site? I presume the board allows you to replace the Invision Power Board Logo with your own.


  • Registered Users Posts: 2,280 ✭✭✭commited


    Originally posted by exiot
    why would you buy a domain for starting your first proper site? I mean I had made a load of websites for about 2 years before I decided to buy some hosting and a domain.

    The grey DHTML nav bar doesn't look too good in the site, maybe a darker shade of blue?
    When I say first site, i mean first one that had any content.
    My domain + hosting was only UK£16 a year, so thats a bit of a bargain IMO, and I was fed up of ads!
    I assume by the DHTML nav bar, you mean the menu (which is javascript:P): i tried a darker shade of blue and it just looked tacky tbh.. I decided to go for grey because i like the contrast. I'll try some more blues tho, thanks for the info :D
    Originally posted by kbannon
    looks good.
    I would probably take the border off the table on the homepage and just apply a light background colour to it.
    Site works in MSIE (what doesn't!), Mozilla [1.3.1] and Opera [6].
    The HTML Code when validated turns up the following: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.miniresource.com&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional
    I would also recommend setting up a script in php (loads of them available over the interweb) for people to contact you rather than an email link as you cannot assume the viewer has an email account on the pc they are using.
    Does it cover the new mini? (doesn't really say)
    How do I get back from the forum to the rest of the site? I presume the board allows you to replace the Invision Power Board Logo with your own.
    Cheers for the mozilla and opera checks :D
    the url didnt work tho :(
    ill look into that php script, cheers.
    I didnt put the BMW MINI in for a few reasons: 1-its not very well liked by classic mini owners. 2-I dont really like it. 3-there is all the info you need already on official sites
    The forums arent completely finished yet :( still need to skin them, change the logo and put a link back to the site on them or I was thinking of making the forum open in a new window instead: what do you think?


  • Registered Users Posts: 944 ✭✭✭nahdoic


    If you want your whole website to get indexed by the search engines, and get some traffic going to your site, I'd recommend adding the normal <a href=""> </a> links to your website as well.


  • Advertisement
  • Registered Users Posts: 2,280 ✭✭✭commited


    sorry mate, i dont quite get what you mean..
    Do u mean instead of the menu?
    I have all the href links in site map :D


  • Registered Users Posts: 944 ✭✭✭nahdoic


    ah, so you do.

    didn't notice your site map. That should do it alright.


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle


    Originally posted by commited [/i]
    the url didnt work tho :(
    The forums arent completely finished yet :( still need to skin them, change the logo and put a link back to the site on them or I was thinking of making the forum open in a new window instead: what do you think?
    It worked fine for me again but anyway try it yourself on http://validator.w3.org/ (you will need to tell it what type of doctype is being used [I assume HTML 4.01 Transitional] and I assumed that the document encoding is Western European! Those two in theory should be included in your code as follows:-
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> which goes at the top of the document before the <HTML> tag.
    The next tag goes somewhere inbetween the <HEAD> & </HEAD> tags.
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


  • Registered Users Posts: 2,280 ✭✭✭commited


    17 errors :/
    right - ill have to look at that
    cheers for the link

    I also looked up the php mail thing - i was wondering if http://www.mymailform.com seemed like a good one to use
    Or are there better ones?


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    Originally posted by commited
    17 errors :/
    right - ill have to look at that
    cheers for the link

    I also looked up the php mail thing - i was wondering if http://www.mymailform.com seemed like a good one to use
    Or are there better ones?

    If you'd like to get yourself more experience with PHP, I'd advise writing your own. It's pretty easy.

    Do a quick search about the PHP mail() function and also some stuff on email address validation using regular expressions.

    :)

    Or you could download a preprepared script :p


  • Advertisement
  • Registered Users Posts: 2,280 ✭✭✭commited


    thanks for the reply seamus.. how long did it take you to learn PHP?
    Have any sites or books to recommend?
    cheers :D


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle




  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    I read the Sams teach yourself...etc book on PHP a while back, and I just wrote a site, using that book as a reference. PHP is a really nice language. The loose syntax is what makes it IMO. If you know any other languages, especially Perl, it shouldn't pose any issues.

    :)

    Check out www.php.net for tutorials, downloads and full documentation :)


  • Registered Users Posts: 2,280 ✭✭✭commited


    cheers lads :D
    Think ill be going to easons tomorrow :D


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle


    Try your local library also - they usually have good stuff there for free!


  • Registered Users Posts: 2,280 ✭✭✭commited


    info gets better and better :D
    i think im gonna go to the library tomorrow :D
    thanks


  • Registered Users Posts: 2,280 ✭✭✭commited


    added a link from the boards back to the Main page as requested :D
    Couldnt get to the library today, but will be going 2mrw, so i can plague u all with PHP questions
    /laughs evily


Advertisement