My Ramblings

This is a blog about design, front-end development, WordPress and other random musings by Liam Jay

Vertical Dividers On Horizontal List Items

Vertical dividers on horizontal List

Posted

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 +

Apple's iPod Classic

A forlorn farewell to the iPod Classic

Posted

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 +

Sharing on Facebook without Javascript

Adding a share link to Facebook without using JavaScript

Posted

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 +

Gearbox Software Logo

Why I think Gearbox Software Flippin’ Rock!

Posted

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 +

Sass cache Grunt error

Solving an issue involving Grunt and the Sass cache

Posted

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 +

Code wrapping

Sublime Text 3 – wrapping selection in tag shortcut

Posted

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 +

Captcha Example

Something you didn’t know about CAPTCHA

Posted

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 +

Cake Slices

And so it ends!

Posted

It feels a little aberrant to write this, but I won’t be posting cake recipes online every month next year! I’ll still be baking the occasional cake, but after 24 months and 26 cakes, my little side-project 12cakes.com is coming to an end. It started as a simple plan to help encourage me to make… Continue Reading +