Close

Results 1 to 18 of 18
  1. #1
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default Thoughts Please ?

    I've done the following site in photoshop & imageready.... It's not complete and there are errors.. ie not all links work yet and there's a weird mouseover on the atrtractions page !


    test site


    It's also temporarily on a shite host that's filled it with banner & pop-up ads that will go away when I pay for some decent hosting.

    I'm just after feedback on the overall look & feel of the site.. as well as some way of dynamically resizing the thing depending on peoples screen resoloution... I'm stumped with this ! :nowords:

    Thanks
    Last edited by Conkers; 4th December 2003 at 12:14 PM.

  2. #2
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default

    and the site is.....?
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  3. #3
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default Duh !

    Quote Originally Posted by wizer
    and the site is.....?
    duh !

    test site

  4. #4
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

    Default

    Very nice mate, you've done a good job.

    Get a decent host and a domain name and you'll be all set.

    Nice and clean, easy navigation and good information.

    Only slight gripe is I find the rollover text colour isn't very easy to read, ubt not a major problem

  5. #5
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default

    it really is quite nice m8. Good Feel, plain... very smart.... gis a discount
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  6. #6
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default

    one thing i would say tho is to move away from using purely images for the entire site. What happens if you need to make changes to the text? you have to recreate the image. What happens if the text changes 10/12 times a year? not very flexible
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  7. #7
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default

    Quote Originally Posted by wizer
    one thing i would say tho is to move away from using purely images for the entire site.
    Thanks for the positive comments lads !

    The thing is if I don't use images it messes up the table spacing..... It's a right bitch to allign as it dumps weird 'spacer.gif' images all over the place.

  8. #8
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

    Default

    This would be a good oppotunity to learn html them mate!

    Using <div> tags you will be able to lay that out perfectly without the need for tables or images for text

  9. #9
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default

    Quote Originally Posted by WTD
    Using <div> tags you will be able to lay that out perfectly without the need for tables or images for text
    Any sources of example M8 ????

  10. #10
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

  11. #11
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default

    Quote Originally Posted by WTD

    Thanks a lot M8 !

    You've given me good food for thought... I'm going to give it a go !

  12. #12
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default Re: Thoughts Please ?

    Well I've taken the plunge and totally recoded it by hand !
    It looks cleaner and loads faster as a result. WTD thanks for the pointers.

    I've got a domain http://www.our-florida-villa.co.uk

    I'm having problems though on the availability page... I've had to use an ugly iframe tag to include a pge that's generated to show a calendar... is there any way I can just show the calendar part of this page ?

  13. #13
    DF VIP Member andythetwig's Avatar
    Join Date
    Mar 2002
    Location
    UK
    Posts
    116
    Thanks
    0
    Thanked:        0
    Karma Level
    276

    Default Re: Thoughts Please ?

    in php it goes like this:
    PHP Code:
    <?php include "calendar.html" ?>
    you'll have to rename availability.htm to .php to get the server to parse (read) through the html and do the replace as it spits it out...

    provided your host has php installed, you might have to use asp or jsp.

  14. #14
    DF VIP Member andythetwig's Avatar
    Join Date
    Mar 2002
    Location
    UK
    Posts
    116
    Thanks
    0
    Thanked:        0
    Karma Level
    276

    Default Re: Thoughts Please ?

    although, I can't see any neat way of inserting the data without getting global to allow you to query their database... I would just link to their page to be honest!

  15. #15
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default Re: Thoughts Please ?

    looks good pingo, what did you use to code your html? or did you right it from scratch?
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  16. #16
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

    Default Re: Thoughts Please ?

    Great work mate

    Do a google for server side includes or use the code andy posted to include your calender

  17. #17
    DF VIP Member Conkers's Avatar
    Join Date
    Jun 2001
    Location
    Out Here !
    Posts
    2,060
    Thanks
    62
    Thanked:        157
    Karma Level
    449

    Default Re: Thoughts Please ?

    Quote Originally Posted by wizer
    looks good pingo, what did you use to code your html? or did you right it from scratch?

    I wrote it from scratch using Dreamweaver MX..... Still got a few errors (30 !!) on the W3C validator but I'm working on them.

    From you're previous reply M8... I'd love to give discounts.. but the place ain't mine ! Wish it was though it looks nice.

    Thanks for the comments & Help Lads !

  18. #18
    DF VIP Member WTD's Avatar
    Join Date
    Mar 2001
    Location
    Tokyo, Japan
    Posts
    3,256
    Thanks
    0
    Thanked:        0
    Karma Level
    492

    Default Re: Thoughts Please ?

    A really easy one to fix mate is to only use lowercase for tags and atributes e.g. IMG to img

    That will get rid of a lot of validation probs

Similar Threads

  1. Replies: 4
    Last Post: 3rd October 2002, 01:00 PM
  2. Thoughts on Site/Wallpapers
    By Bodom78 in forum Site Critique
    Replies: 1
    Last Post: 1st October 2002, 09:31 AM
  3. Thoughts on mafia
    By G@mes in forum PC Gaming
    Replies: 9
    Last Post: 5th September 2002, 02:14 AM
  4. Thoughts on Open University
    By N3R0 in forum The Dog and Duck
    Replies: 24
    Last Post: 31st August 2002, 01:18 AM

Social Networking Bookmarks

Posting Permissions

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