31st May 2020 • David Carr My Mac Development Tools What I use for day to day software development, communication and workflow. Read more
30th May 2020 • David Carr Converting MSSQL to MySQL Need to convert MSSQL to MySQL, this post will point you in the right direction. Read more
27th May 2020 • David Carr Composer Allowed memory size error The solution to composer running out of memory when installing a package locally. Read more
22nd May 2020 • David Carr composer install killed If you eve run composer install and terminal hands and then shows killed it means the serv... Read more
20th May 2020 • David Carr Reversing and Re-ordering ol items in HTML I've just learned you can alter HTML ol items. You can reserver the order and change the startin... Read more
13th May 2020 • David Carr MySQL 8 The server requested authentication method unknown to the client Solution for MySQL 8 using unknown authentication method. Read more
7th May 2020 • David Carr Software/tools for self-publishing books My question is what software would you recommend/use for authoring books? Read more
14th Apr 2020 • David Carr jQuery Fullcalender with PHP and MySQL I'm a big fan of fullcalendar.io the latest version is quite a bit different from earlier v... Read more
12th Apr 2020 • David Carr MySQL categories and subcategories Working with categories is a common task, also is the need for using subcategories, in this tutorial... Read more
10th Apr 2020 • David Carr Writing to an existing PDF with FPDI FPDI allows existing PDF's to be used as a template for a new PDF. Read more
10th Apr 2020 • David Carr Easily assign variable when using explode in PHP I use explode all the time, for splitting strings into parts, there is a cleaner way...... Read more
12th Mar 2020 • David Carr Latitude and Longitude with Google Maps Google Maps allows using its service to get map coordinates.... Read more
2nd Mar 2020 • David Carr Laravel Merge PDFs Ever needed to merge multiple PDF's together? It's a common need. In this tutorial, I'll... Read more
29th Feb 2020 • David Carr Laravel API change unauthenticated message When making API calls to Laravel when a user who is not authenticated makes a call a 401 status... Read more
29th Feb 2020 • David Carr Laravel returns 302 for unauthenticated calls I've started to secure API calls with Laravel Airlock, when calling a route that's been secu... Read more