9th Feb 2017 • David Carr Get a free SSL certificate using Cloudflare Cloudflare will give you a free SSL certificate, the steps involved are really simple, this guide wi... Read more
9th Feb 2017 • David Carr Splitting an array into smaller arrays using array_chunk There a times when you have an array and need to slit that array into smaller ones, I usually reach... Read more
8th Feb 2017 • David Carr Bear writing app for iPhone, iPad and Mac I’ve heard a lot of people talking about how good a writing app called Bear was, after hearing... Read more
8th Feb 2017 • David Carr My office setup At work we recently moved into a new building, my desk setup changed as a result a few people have a... Read more
8th Feb 2017 • David Carr Cases where php's short tags should be avoided When designing my email layout files I like to break them down into parts and include them together... Read more
8th Feb 2017 • David Carr Using X-editable for inline editing X-editable allows you to create editable elements on your page. Includes both popup and inline... Read more
23rd Jan 2017 • David Carr Stop Bootstrap drop menu's being cut off in responsive tables Bootstrap’s dropdown menu’s a great for display items in a tidy way but suffer for being... Read more
25th Dec 2016 • David Carr Laravel 5.3 login with username instead of email Laravel’s built in auth system uses an email address and password to validate credentials for... Read more
17th Dec 2016 • David Carr Laravel 5.3 send errors to email Errors in Laravel are logged to files. That’s useful for monitoring when things go wrong. For... Read more
15th Dec 2016 • David Carr Laravel 5.3 install whoops In older versions of Laravel error’s where displayed using the Whoops. In recent versions it&r... Read more
15th Dec 2016 • David Carr laravel 5.3 disable registration Laravel comes with build in auth which includes, login, register and forgot password. In this post I... Read more
15th Dec 2016 • David Carr Laravel Auto redirect if not logged in Some application are login only meaning there is no ‘front page’ so when landing on the... Read more
11th Dec 2016 • David Carr Run Python 3 as default when Python 2 is installed on a Mac I’ve started to learn Python version 3 I had Python 2 already installed so when typing ‘... Read more
7th Dec 2016 • David Carr Stop the Mac's play button auto opening iTunes by default The Play/Pause key on mac’s default behavior is to open iTunes, which for me is never what I w... Read more
23rd Nov 2016 • David Carr Using MPDF with Nova Framework MPDF is my go to library when I need to generate a PDF using PHP. It’s perfect for taking a ht... Read more