9th May 2017 • David Carr PHP read file from network drive I’m working on a local hosted project where php needs to read a text file that’s stored... Read more
26th Apr 2017 • David Carr CodePenHull Meet Up April Review Last night I attended the 2nd CodePenHull meetup for web developers and designers, along with my tea... Read more
11th Apr 2017 • David Carr The PHP magazine you should be reading PHP Architect I’ve recently subscribed to php[architect] I’ve been blown away by the quality of the ma... Read more
29th Mar 2017 • David Carr Fixing Chrome Syncing problem Recently I reinstalled Google Chrome signed into my Google account to sync my passwords. My bookmark... Read more
29th Mar 2017 • David Carr Using Carbon time ago aka diffForHumans() with Nova Framework Carbon is an amazing date library that is included with Nova. One of it’s features is being ab... Read more
29th Mar 2017 • David Carr Working with bank holidays with a Carbon wrapper Working with dates in php is easy but working with bank holidays is a little more involved thankfull... Read more
5th Mar 2017 • David Carr Free SSL's with A2hosting and Let's Encrypt Recently many browsers will start flagging sites that do not use the HTTPS protocol as unsafe. A2hos... Read more
5th Mar 2017 • David Carr MySQL find and replace There are times when you need to bulk update a database. Such as changing all references of domain.c... Read more
5th Mar 2017 • David Carr MySQL next record order by title A common requirement for web applications is the ability to be able to move to the next and previous... Read more
3rd Mar 2017 • David Carr Using MAMP and dealing with the error: mysql No such file or directory I’ve got a fresh install of Nova Framework installed and decided to use MAMP as my server and... Read more
12th Feb 2017 • David Carr Creating an alias in terminal I often run local sites from a projects folder that is stored in a dropbox folder the full path is l... Read more
9th Feb 2017 • David Carr Quick way to get the number of days in a month with PHP I’m building a php calendar and need to know the total number of days in a month in the past I... Read more
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