With the ideology of ‘responsive web design’ flooding our industry with new thinking, Ethan Marcotte has released his coveted book entitled “Responsive Web Design”. A few of us at Digital Results have been reading through the ideas and examples from … Continue reading →
If you’re into eCommerce (depending on which platform you use) you’ll most probably encounter a client asking you to allow for different shipping costs dependent on which country the products are being sent to. I searched for ages trying to … Continue reading →
We read a great article on 24ways.org by Richard Rutter, publicizing Google’s new JavaScript library for designers & developers who are utilizing @font-face. The article shared a few methods of emulating the behavior of a few browsers when it comes … Continue reading →
We recently came up against the problem of splitting a heading (‹h1›) onto several lines, and to be able to style each line as if it were a new element (‹span›). Introducing Wrapify.js – a nifty function for wrapping ‘x’ … Continue reading →
Often, it’s important that an excerpt of text stays at a certain length. Our function should be triggered when the DOM is ready – allowing you to specify a length and whether or not you’d like an ellipsis at the … Continue reading →