A couple of days ago, I saw the above image by Yash Bhardwaj who created this humorous little illustration showing what everyone who has ever worked on a design project will have experienced at one time or another. I know as I used to be guilty of doing the same thing, and I figured there… Continue Reading +
My Ramblings
This is a blog about design, front-end development, WordPress and other random musings by Liam Jay
Vertical dividers on horizontal List
I’ve lost count of the amount of times I’ve had to create a horizontal navigation menu with vertical dividers between the list items. The ones where the end result should look something like this: Item 1 | Item 2 | Item 3 | Item 4 | Item 5 I’ve tried many different ways of achieving… Continue Reading +
A forlorn farewell to the iPod Classic
The original iPod music player debuted 13 years ago, in October 2001, and on September 9th 2014, Apple quietly discontinued the iPod classic after unveiling the new iPhone 6. I’m not an overly sentimental person, especially when it comes to technology – I’m normally of the opinion that the old needs to make way for… Continue Reading +
Adding a share link to Facebook without using JavaScript
Recently I had to add a Facebook sharing link into a webpage where Javascript was not available, and I wasn’t sure if it was possible. After some researching I discovered that it was indeed possible if all you need is the basic functionality, and really, why would you want to overcomplicate things? The following method… Continue Reading +
Why I think Gearbox Software Flippin’ Rock!
Towards the end of the last console generation, Borderlands 2 has easily been my most avidly played game, and I spent a fair amount of time on the first Borderlands game too. Both games were made by Gearbox Software. During my attempt at getting all of the in-game trophies, I was intrigued by one of… Continue Reading +
Solving an issue involving Grunt and the Sass cache
I’ve recently been trying out Grunt instead of the tried and trusted CodeKit as there’s a few things I really like about it, one of which is how customisable it is. I set Grunt us to watch my Sass/Scss files and compile whenever I saved them. Sadly, one issue I was struggling with was a… Continue Reading +
Sublime Text 3 – wrapping selection in tag shortcut
As a front-end web developer, something I seem to end up doing a lot of times is wrapping individual lines, or wrapping a section of code with HTML tags. For example, I might have received a text document from a client with copy for their website and I need to wrap the supplied content in… Continue Reading +
Something you didn’t know about CAPTCHA
You know those annoying boxes that make you enter a few words into a box before you can continue submitting a comment/downloading a file/some other action, they’re called CAPTCHA or Completely Automated Public Turing tests to tell Computers and Humans Apart. Their main purpose is to help in preventing spam, but there’s another bonus reason… Continue Reading +