Avatar-high Joni Korpi / Activity

RSSActivity

  1. Pro Avatar-high Dribbbled List items in asymmetric balance about 10 hours ago
  2. Pro Avatar-high Commented on List items in asymmetric balance about 10 hours ago

    I finally came up with an alternative way to style vertical lists of links on narrow screens. Instead of going the iOS way (left-aligned, borders above and below, arrow icon on the right) or the Windows Phone 7 way (left-aligned, no borders or arrow icon, fill space with larger font-sizes), I aligned the link's contents along a vertical axis (placed at 33% of the screen's width in this case).

    Since the link's contents align with each other along the axis, "solidifying" the entire item, no borders are needed, and since the contents aren't fully left-aligned, there's no need to balance the link by sticking an arrow icon on the right side.

    This pattern can pretty easily be scaled up to slightly wider mobile layouts as well: font-sizes can be changed to fill up the extra space, and the axis can be moved (to 38% for example) to shift the balance.

    There are only two cons I can think of:
    1. If the viewport grows too wide in proportion to the list's visible mass, I'll have to limit its width to avoid having the links fire from accidental taps in the margins surrounding them.
    2. Each link needs at least two elements inside it, since there needs to be some sort of a counterweight on the left side of the axis. In this shot, it's the timestamp, but it could also be an icon or a thumbnail, for example.

  3. Pro Avatar-high Followed Ian Collins. 3 days ago
  4. Pro Avatar-high Commented on Humiliation 4 days ago

    I just love how… casual it feels.

  5. Pro Avatar-high Dribbbled post-footer-in-a-sidebar 6 days ago
  6. Pro Avatar-high Commented on post-footer-in-a-sidebar 6 days ago

    Instead of adding comments or begging people to tweet about my posts, I thought I'd provide link to a Twitter search for the URL of the post. No idea if it'll work, but hey.

    Has anyone tried this before? Any suggestions for alternative wording?

  7. Pro Avatar-high Dribbbled Nested blockquotes make me happy. 6 days ago
  8. Pro Avatar-high Commented on Nested blockquotes make me happy. 6 days ago

    blockquote:before {
    content: "“";
    display: block;
    font-size: 26/16*1em;
    line-height: 1;
    position: absolute;
    left: 0; top: 0;
    color: $aside;
    }

  9. Pro Avatar-high Commented on Header @320 px 7 days ago

    @Tim Brown Thanks. :) I'd still like to work on the colours and some aspects of the layout. I would really like to pull this layout off without all the dividing lines….

  10. Pro Avatar-high Commented on Sidebar, at around 600 px 8 days ago

    @Cesar Figueroa Didn't seem to work on Firefox. I'm being told nothing else works either. Oh well.

  11. Pro Avatar-high Commented on Sidebar, at around 600 px 8 days ago

    I don't suppose there's an equivalent attribute that would fix the blurriness in Firefox?

  12. Pro Avatar-high Followed Göran Söderström. 8 days ago
  13. Pro Avatar-high Dribbbled Sidebar, at around 600 px 8 days ago