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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Trying out a new layout

  • 12-07-2013 2:05pm
    #1
    Moderators, Society & Culture Moderators Posts: 17,643 Mod ✭✭✭✭


    Hi All,

    for the last few days I've been messing around with a new layout.

    My original goal was:

    responsive design
    utilises bootstrap
    dynamic div heights based on % of remaining viewport (after static nav)
    flat(ish)
    page split into coloured bands
    single page layout
    fixed top nav

    If you have a minute, please pick as many holes in it as you can. Seriously, I'm trying to get this as 'right' as I can.

    http://grahamstest.org/new.html

    What would you add/remove/change?

    Thanks


Comments

  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    Not a fan of one pagers with some exceptions. Cons outweigh pros imo.


  • Registered Users, Registered Users 2 Posts: 1,757 ✭✭✭Deliverance XXV


    I like one-page designs but I find that it's very hard to get them decent on all devices. If you could perhaps try it on different browsers on an iPad, as I found that it really didn't like anchors mixed with fixed divs.

    A lot of the following issues don't really apply as this is just a test design but seeing as you asked... The real testing should be in different browser/devices.
    • Home anchor doesn't seem to work (don't want to reload the animation?)
    • Abbie Masterson - Thumbs up
    • Using multiple IDs for <articles> instead of classes
    • No image alts
    • Inline CSS <shudder>
    • No favicon
    • What happens when an older browser tries to render the HTML5?
    • Menubar, as part of header seems too high (Firefox, Win7)
    • Don't like the black text on blue background
    • Usage/choice of icons is spot on
    • Not too sure about the transitions between sections (see attached image for a project I did last year that I liked (not that everyone will...) that helped break the sections up)
    • Some of the anchors are a bit off in terms of screen placement


  • Moderators, Society & Culture Moderators Posts: 17,643 Mod ✭✭✭✭Graham


    thanks guys.

    Deliverance_XXV, really appreciate the detailed feedback there. Some of the points I'd already got on the to-do list, some (more) I hadn't. If you don't mind, I'll post back again when I've addressed a few more of the issues.

    The anchors on fixed divs was fiddly alright, especially on mobile devices. The iPhone has a viewport that changes size when you scroll the address bar out of view, Android has a viewport that changes size depending on the direction of scrolling.


  • Moderators, Society & Culture Moderators Posts: 17,643 Mod ✭✭✭✭Graham


    ok, slow progress I think.

    Home anchor fixed/
    Inline css removed to external file (old bad habit)
    New portfolio/lightbox section added.

    Tested on Safari, Chrome, Firefox (Mac), iPhone, iPad, Android Phone, Android tablet, MS Surface.

    Still plentry of issues to address though.


Advertisement