Categories : Technology
Web Content Accessibility Guidelines (WCAG): A Brief Run Down
November 18, 2021When considered at the start of a project the Web Content Accessibility Guidelines fit very well into modern frameworks. The trick is to know what WCAG is asking for and build your systems around that. You'll come to realize the guidelines provide more help than hinderance.
UASORT, UKSORT and USORT - Sorting Functions in PHP
November 12, 2021PHP offers lots of sorting functions to sort arrays. We're going to focus on these three great little beauties: usort, uasort and uksort.
Default and Named Arguments
September 28, 2021PHP 8 allows us to specify default arguments to pass to our function.
Constructor Property Promotion in PHP 8
September 15, 2021PHP 8 now offers us a way to simplify our class from three sets of data to one.