HTML Checkbox Switches

I’ve been using Switchery in various sites to make nice looking checkboxes, however whilst browsing the projects GitHub issues I spotted one post that said it was possible to replicate it’s functionality using pure CSS (though possibly at the cost of browser compatibility). This seems to work pretty nicely and Read more

jQuery Date Picker

Although there’s a date picker present in HTML5 this won’t always work in older browsers and doesn’t look that great anyway so it’s generally better to do this via jQuery. First off add the following script tags to the head section of your page. Next download the latest stable release Read more

Basic HTML Code Snippets

This is essentially just based on Google prettify which can be found here. Stick the following code in the head of the page to load the javascript. And then put the code you’d like to prettify in the following tags. If using this for HTML you need to replace all Read more