CSS can not start with a number
Found a little note to myself here from 3 years back: if you’re a front end developer, remember that a CSS class can not start…
Reporting live from Germany and such!
Found a little note to myself here from 3 years back: if you’re a front end developer, remember that a CSS class can not start…
I recently started using TunnelBear for my iPhone, which is a free and easy to use VPN service to secure your shit on your phone.…
A little piece of code, that might come in handy one day. It’s meant for iOS visitors, that want to install your app and it automatically…
Here’s a short one: $(document).ready(function() { // or its shorter $(function() { }); // I’ll wait for the DOM to load }); is not the…
It’s simple: not all websites are protected very well. “You’re only as strong as your weakest link.” Say you use any or all of these…
If you build many different websites in your work, you’re bound to stumble upon a project where you have to build a huge form, but…
I just spent a whopping 10 minutes looking for a solution to the fact that my media queries weren’t being used on a handheld. Let…
First, make sure the embedded video has the following parameter set to 1, like so: //www.youtube.com/embed/gzDS-Kfd5XQ?enablejsapi=1 Or if it’s not the first parameter, replace the…
Dropbox just bought Loom to expand their reach and become your next mobile photo manager (after recently buying Carousel as well). Two upsides for you,…
If you’re like me and you don’t like the way the keys on a Mac work but are forced to do so temporarily, here’s a…