Category: Notes

Just fleeting thoughts that pop into my mind. Or perhaps things I’ve been thinking about that don’t really warrant a full-on post.

  • ๐Ÿ“‚

    Finally got the google+ history API to ‘write moments’. Its the future people!


  • ๐Ÿ“‚

    Gonna try using browser in both desktop and mobile, currently using and on desktop and mobile respectively.


  • ๐Ÿ“‚

    Love how Flickr app shows ‘hello’ in different languages, like the Web site, but it don’t stay on long enough to read it properly.


  • ๐Ÿ“‚

    I can’t wait to role out my new blog. So excited about new design and is the first design i’ve done that I am not wanting to alter


  • ๐Ÿ“‚

    With @TheSassWay you can use media q’s within the nesting, eg

    p { 
        font-size:1.2em; 
    
        @media only screen and(min-width:640px){
            font-size:1.5em
        }
    }

  • ๐Ÿ“‚

    Trying out using no speech marks round html attributes, ids and single class names. Feels nice people. thanks to @paul_irish for the tip!


  • ๐Ÿ“‚

    how have I never seen this film before. Frickin damn awesome!


  • ๐Ÿ“‚

    Cleaning up all the CSS on my blog before possibly moving it to my other URL.


  • ๐Ÿ“‚

    Blog back working. Silly me mucked it up. But lessons have been learnt.


  • ๐Ÿ“‚

    My blog is currently broken. Try to fix it tonight people! Peace.


  • ๐Ÿ“‚

    I just backed Screencasting a Complete Redesign on @Kickstarter http://t.co/zSHn8GJR


  • ๐Ÿ“‚

    With @TheSassWay you can pass both names and hex values into rgba(). E.g. rgba(purple, 0.5) and rgba(#fff, 0.2) both work great!