Vendors, Packagist, and Composer in CakePHP 3
Understanding vendors, packagist, and composer in CakePHP 3 applications
View ArticleSorting on Associated Models with the CakePHP3 Paginator Component
Learn how to sort on associated models using the CakePHP 3 Paginator Component.
View ArticleMultiple Checkboxes and CakePHP3 CSRF Security Component
Cake 3 Forms and CSRF Security Component. How to avoid he request has been black-holed error.
View ArticleCustomizing CakePHP 3 Form Helper
Learn how to use the Cake 3 Form Helpers template system to work with bootstrap and other front-end frameworks
View ArticleSabre GDS SOAP Web Service with PHP Done Right
I recently had the opportunity to work with Sabre’s Global Distribution System SOAP web service. The Sabre GDS powers everything from hotel bookings, to flights and cruises. Most hotels and airlines...
View ArticleReorder DOM Elements Without Removing and Replacing
I had an interesting problem recently that required I re-order some DOM elements without doing a remove and replace. The existing implementation had a bug involving some filtering based on html...
View ArticleSafari Doesn’t Care About Your JavaScript On Submit
Recently I was implementing some new code to show a user that an order was processing. Pretty standard stuff with overlays, hiding the submit button etc… While going through routine testing in various...
View ArticlePoor appendChild and removeChild Performance on Internet Explorer
Recently we noticed that conversion rates on Internet Explorer are quite low. Internet Explorer was converting at just .30% compared to 1.5% for Safari, Chrome, and mobile. I’ve blogged before on how...
View ArticleRunning multiple sites with CakePHP 3 using plugins
I had an interesting concept for a business that required running multiple sites from within the same vertical. I also wanted the ability for the core backend to span into other verticals. To do this I...
View ArticleIF you must
I have a lot of gripes in life. Most of them relate to driving. Thankfully as a mostly work from home developer I only need to drive into the office once a week. During that drive to Park City I...
View Article