Page 1 of 2 12 LastLast
Results 1 to 16 of 18

Thread: planning in progress...

  1. #1
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts

    planning in progress...

    keeping it simple is what I'm trying to do. currently drawing up a layout/plan in photoshop then trying to implement that in some way in dreamweaver...here's a basic idea of what I'm after. its going to have a black background with content aligned to the centre, this one's a text page

    http://img113.imageshack.us/img113/9...outtext3ty.jpg

    everything stays the same apart from the central box in the middle which will either contain text, like a front page/news/info, or a gallery for which I plan to be thumbnails of sections i.e. landscapes that then lead to pictures, like this and trying to work out how to add a breadcrumb trail too)

    http://img172.imageshack.us/img172/4...gallery1ip.jpg

    central section - I'm guessing will be a frame (? - still learning the terminology for it all) - I'm toying with either having a scroll bar on the side for the text, and having the whole page static or alternatively allow the central secton to stretch as things are added. There's lots of ways of ding it but i believe a css can be made to handle most of it with one for text pages and one for graphics pages. again theres still a few things to figure out but thats the basic idea of it...the top image will change depending on which section you are in and on the front page changes randomly from a selection...

    now all i need to do is actually build it!!
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  2. #2
    Mac's Just Work BroadbandPlacey's Avatar
    Join Date
    Sep 2003
    Posts
    676
    Thanks
    1
    Thanked
    2 times in 1 post
    yeah your option for the middle section can either be an iframe like i have (pretty similar design)

    http://www.inadaze.co.uk

    or you can have the text extending the page.

    if your going for the iframe you need to give it a name (e.g. "iframe1") then every link you put on the menu or the page MUST have a "target" tag (e.g. target="iframe1") telling the browser to open the link in the iframe not in the main page

    iframe are a little unpopular (as are all frame) but i quite like them and find them quite useful.

  3. #3
    Mac's Just Work BroadbandPlacey's Avatar
    Join Date
    Sep 2003
    Posts
    676
    Thanks
    1
    Thanked
    2 times in 1 post
    oh it looks very good btw

    the more sites you make the better you get - if you need any help with it add me msn broadbandplacey at hotmail dot com

  4. #4
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts
    thanks Bbplacey, i like the way yours is nicely presented. I think for the pages where there's text I'd like to have it extending downwards.
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  5. #5
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    630
    Thanked
    965 times in 816 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb
    i like the look of it a lot, very nice.

    Peronally i would stay away from frames and iframes in particular. How about using semi dynamic pages?

    You could have the common header and footer as includes so you only have to store it once and any changes are reflected over all pages.

  6. #6
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts
    now, that sounds impressive but when it comes to html/css/web building in general I'm little more than a novice!
    a site-wide css is sort of what I was thinking about, with a more specific one for the gallery section where I intend to have one of those bread crumb trail type thingys...not sure how to set one up tbh but i figured if I sorted out how I want it all too look then worry about how to actually make it happen after was the best approach...
    i think for the most part the pages are pretty static (contacts, about and that sort of thing), but things like the news page/front page and gallery which will be updated fairly regularly...so I need to figure out a style for the front and work out how to make updating/adding to the gallery easy.

    any advice gladly taken!!
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  7. #7
    Mac's Just Work BroadbandPlacey's Avatar
    Join Date
    Sep 2003
    Posts
    676
    Thanks
    1
    Thanked
    2 times in 1 post
    well by far the easiest way in the long run is dynamic content in the form of php and mysql databases... as i have done. It basically means you dont have to edit html each time and you just add an entry to the database (which you can do as a html web form if you want) and then the 'news' page for example calls the latest ten entries added to the database.

    BUT - if youve never done html particularly before its probably best to stick to that for the first website you build just to get used to it. HTML and CSS are enough of a handful for the first time.

  8. #8
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts
    php...well if it makes it easier to update then maybe need to think about that at some point too...
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  9. #9
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts
    ah nuts... stuck... can't seem to get this thing right. can anyone suggest ideas on how to get the layout set so its uniform across the site? I've made an image of it all but so far what ever I have tried just doesn't work...
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  10. #10
    Senior Member
    Join Date
    Nov 2005
    Posts
    501
    Thanks
    0
    Thanked
    0 times in 0 posts
    Have you considered using a content management system? You may not get the absolute flexibility you want (not without the knowhow to change the script to your exact needs) but you will certainly find it easier to manage than making new pages all the time.

    I'm a big fan of Joomla but making a template is (to put it bluntly) a bit of a sod, too many CSS classes. CMSimple is dead easy though and if you can get the look you want on a single static page then you can do it in CMSimple and gain the advantages of a content management system without needing to know the ins and outs of it.

  11. #11
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    iframes? Nooooooooo! Blimmin' fugly things...
    (\__/)
    (='.'=)
    (")_(")

  12. #12
    Gaarrrrr! Dav0s's Avatar
    Join Date
    Aug 2005
    Location
    Bristol
    Posts
    1,442
    Thanks
    1
    Thanked
    3 times in 3 posts
    not to be a spoil sport, but i really dont like that site

    the text looks ugly, font looks just like times new roman, which seems like no effort has been taken to choose one (although it may have)

    the different red/white/grey lines look make the site look incnsistent

    as above, iframes are terrible things, use css

    i hate sites which do not utilise the width of my page, those with 24" monitors dont want their money wasted due to bad web design.

    main text in white box is pretty unreadable

    on the plus side i like the top banner (apart from the font)

  13. #13
    21st century digital boy noah's Avatar
    Join Date
    Oct 2004
    Location
    cardiff
    Posts
    1,491
    Thanks
    1
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Davos
    i hate sites which do not utilise the width of my page, those with 24" monitors dont want their money wasted due to bad web design.
    i think you might be in the minority there, although i'd love a 24 incher

    i'm of the other camp, i'm certainly no expert but my site imo needs to be able to be viewed easily by 1024x768 as that's what most me friends have on their laptops, and i think a large proportion of the net too.

  14. #14
    Mac's Just Work BroadbandPlacey's Avatar
    Join Date
    Sep 2003
    Posts
    676
    Thanks
    1
    Thanked
    2 times in 1 post
    if you pay for webhosting you get stats from the people who visit your site

    i know im best designing my website suitable to be viewed on firefox on a PC @ 1024x768

    back on topic, shiato what's causing you problems exactly? if you have something already then linky and explain what you want it to do and what its not doing.

  15. #15
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts
    Quote Originally Posted by Davos
    not to be a spoil sport, but i really dont like that site

    the text looks ugly, font looks just like times new roman, which seems like no effort has been taken to choose one (although it may have)

    the different red/white/grey lines look make the site look incnsistent

    as above, iframes are terrible things, use css

    i hate sites which do not utilise the width of my page, those with 24" monitors dont want their money wasted due to bad web design.

    main text in white box is pretty unreadable

    on the plus side i like the top banner (apart from the font)
    get a small monitor and use the space wisely then
    I'm planning on having the layout simple as possible and let teh images do the talking as it were...thats what its for afterall!
    Last edited by shiato storm; 08-05-2006 at 01:36 AM.
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  16. #16
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts
    Quote Originally Posted by BroadbandPlacey
    if you pay for webhosting you get stats from the people who visit your site

    i know im best designing my website suitable to be viewed on firefox on a PC @ 1024x768

    back on topic, shiato what's causing you problems exactly? if you have something already then linky and explain what you want it to do and what its not doing.
    i've got a temporary solution at the moment whilst I fiddle things around with a mate. basically using coppermine to display images currently - as that can take paypal - and then build the rest around that. its no way near the final version but its a start at least, I expect it to go through a couple of revisions in its life as things evolve and as I get better at things...!
    http://www.lightoverwater.co.uk/
    I'm not sure the paypal stuff is fully working so I'll be interested to see what happens if and when it does. still, people can always contact me direct via email as given there.

    i suspect I'll change away from the mass volume pictures display as I'd rather have the main part of the site show a more select display of only the best works etc. but I was covering an event as the official photographer at the weekend so have made a rowing part (in slight haste!) to the site. As things develop I can always change to a more powerful way of doing it with full e-commerce stuff as and when required. I have bags of space on the server and I'm able to have limitless mySQL directory-database- folder-thingies (not quite sure onthe technical terms) so I can chop and change things about as I feel. Once I've got a good front page and style up I'll be able to put the current gallery in as a sub-link within the gellery section proper, if you see what I mean...?
    there's a couple of links at the top that show what I'm sort of after and I also made this a few days ago as a layout plan:
    Powered by Marmite and Wet Dog
    Light Over Water Photography

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Who is making progress with their fitness?
    By Taz in forum Sports and Fitness
    Replies: 4
    Last Post: 13-04-2006, 10:45 AM
  2. Beyond Good & Evil sequel in the planning
    By Steven W in forum HEXUS News
    Replies: 6
    Last Post: 18-03-2006, 02:13 PM
  3. Replies: 11
    Last Post: 09-02-2005, 12:59 PM
  4. Extending houses and planning permission etc
    By Kumagoro in forum General Discussion
    Replies: 16
    Last Post: 04-01-2005, 01:48 PM
  5. Planning new car - Help needed!
    By Jiff Lemon in forum Automotive
    Replies: 43
    Last Post: 30-03-2004, 06:22 PM

Posting Permissions

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