Sometimes when I’m designing I’m pretty sure I’m subconsciously omitting design idea’s that might take too long to develop. I know, I shouldn’t and if I was able to do something more about my subconscious thoughts I would. So, when a recent site mockup came to me from one of our new designers, who has …continue reading
Tag: jQuery
Alter elements in the DOM based on scrollTop position
A small script to make changes after the user has scrolled an x amount from the top, or returning to the top of the screen. An example would be the hamburger menu icon on this site. I’m applying a class to it after the visitor scrolls down to make the icon fixed, for easier accessibility. …continue reading
Setting up responsive video on a multi-author blog
Thought I was doing some smart codin’ but… then the website brokeĀ OK, all jokes aside. Recently I was building a site for a new online music magazine. Amongst the many things I needed to plan out, responsive video was one. I was using Zurb’s Foundation 4 to build a prototype of the site, so …continue reading