Results 1 to 7 of 7

Thread: New Site
      
   

  1. #1
    SteveA is offline Staff Sergeant
    Join Date
    Nov 2005
    Location
    Surrey, UK
    Posts
    47

    Default New Site

    Have just posted my first attempt. Please take a look and your comments would be welcome.

    Thanks Steve

    http://www.aridroofing.com

  2. #2
    oswaldx's Avatar
    oswaldx is offline Corporal
    Join Date
    Jan 2006
    Location
    Herefordshire, UK
    Posts
    10

    Thumbs up Re: New Site

    Quote Originally Posted by SteveA
    Have just posted my first attempt. Please take a look and your comments would be welcome.

    Thanks Steve

    http://www.aridroofing.com

    Looks good - simple and professional. My only comment would be that I wasn't sure what country you were in untill I hit the contact page, and lo and behold, you're in the UK too. - maybe some mention of you're location / area you cover would help.

    PS - I recently could have used this product - used pond liner in the end - only a small roof - so thought I'd chance it. Good luck and well done on you're efforst - I know how good it feels to publish your 1st website !

    richard

    www.loftandfound.co.uk

    feel free to pass some feedback back at me !

  3. #3
    leigha's Avatar
    leigha is offline Corporal
    Join Date
    Sep 2005
    Location
    The Highlands of SCOTLAND
    Posts
    14

    Default Re: New Site

    It's great!
    Good Job,very easy on the eye and it looks professional.
    *** TIGER ***

  4. #4
    wiggytuftuk is offline Second Lieutenant
    Join Date
    Jan 2006
    Location
    uk
    Posts
    146

    Default Re: New Site

    Hi Steve,
    Great looking site,very crisp and clean and clear.One suggestion,tell us a bit more about yourself as a company on the opening page to gain some trust,you need to do this i think as sometimes you only get a visitor to your first page so need to grab them.
    reards
    Jay

  5. #5
    SteveA is offline Staff Sergeant
    Join Date
    Nov 2005
    Location
    Surrey, UK
    Posts
    47

    Default Re: New Site

    Thanks for your responses and helpful comments (always useful).
    Lets hope our web presence generates some interest.

    Regards
    Steve

  6. #6
    Spanish Senora's Avatar
    Spanish Senora is offline Sergeant
    Join Date
    Feb 2006
    Location
    Coin, Malaga, Spain
    Posts
    29

    Default Re: New Site

    Nice website very calming...amazing what they can do with rubber nowadays!

    www.the-chill-zone.com
    Spanish Senora

  7. #7
    WeirdWM is offline Corporal
    Join Date
    Oct 2005
    Posts
    11

    Default Re: New Site

    Hi!
    Great design!
    Looks professional!

    However, I've got a suggestion about the coding of the site.
    First about JavaScript:
    On each page there is a huge script in the head that operates the rollover of the buttons. It's good to put it in a file and only link from the head. Save the script source in a file, called "rollover.js". Save only the source of the script, without the
    HTML Code:
     <SCRIPT type="text/javascript"><!-- // --></SCRIPT>
    part.
    After that, link to the script from each file with a single line:
    <script language="javascript" src="rollover.js"></script>

    This way the source is always going to be in one place if you need to edit it. The other reason to do this is that it's good to keep your page source as clean as possible. This makes it easier for the Search Engines to spider your web page.

    Some words about CSS (style formatting):
    Actually, it's the same as with javascript. Separate the style from the source. Save all your page CSS formatting in a separate file and call it with a simple line in the head of the page:
    <LINK href="style.css" type=text/css rel=stylesheet>
    This again helps the spidering of your site. It also let's you change certain design elements of your whole website with changing one simple file - the style.css.
    I haven't played with the BlueVoda and I don't know if this software allows you to do so, but these are some good programming practices that are very important and can save you a lot of time in the long run.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49