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
22nd Nov 2016 • David Carr .blog the new domain for daveismyname Today I’ve finally secured the domain extensions I’ve been after since it was first anno... Read more
21st Nov 2016 • David Carr Using Mamp database with Nova Framework It can be really useful when working locally to use Mamp’s database it’s very easy to se... Read more
21st Nov 2016 • David Carr Admin Panel with AdminLTE Nova Framework comes with a fully working admin panel for building applications quickly. Read more