Responsive breakpoints preview tool
I'll start by saying there really are loads of great tools out there to preview sites on different viewports / screen width. Such as: http://mattkersley.com/ »
I'll start by saying there really are loads of great tools out there to preview sites on different viewports / screen width. Such as: http://mattkersley.com/ »
As well as via the admin interface, you can use FTP to gain a greater level of control over the design of your REC site by »
Inside the Dockerfile: CMD This is the default command to be run by the entrypoint ENTRYPOINT This is the program to run the given command. Docker »
D3.js is a great javascript lib for creating visualisations based on given data. Here's a really really simple example creating different sized circles based on »
Ditto.php composer package to quickly build a web proxy which replaces my old project under this name. Usage example: composer require stilliard/ditto.php dev-master »
I've been playing around with Twig templating alot lately, we're implementing it in one of our core projects at work. Twig a great language for templating, »
Shameless plug, but there's now a pure-ftp based docker container available up on Dockers index: https://registry.hub.docker.com/u/stilliard/pure-ftpd/ Usage instructions are »
So I'm a little bored with that state of most CSV parsing tools. I'm not saying there aren't some good lib's, but, either they seem to »