Posts
All the articles I've posted.
Fontawesome 5 and Laravel 5
Updated:This should have been easier, but I must have misunderstood how this works. After upgrading to Bootstrap 4, for some reason my node_modules didn't contain
PostGIS Import from PHP Session Fails
Updated:Undefined function: 7 ERROR: function st_makepoint(numeric, numeric) does not exist
PostgreSQL Copy Data Between Servers
Updated:Our GIS team use a PostgreSQL server with PostGIS. They recently asked if there was any way we could display some data in a simple web form for our users.
Axios
Updated:Laravel have bundled Axios in with their framework. I didn't know what this was at first and didn't use it. But once I figured out what it was for I tried
Laravel 5 - jQuery File Upload
Updated:I needed a mechanism to upload CSV files to my Laravel instance and then process them into a table. The first part was working out how I wanted to upload t
MariaDB Apparmor and No login
Updated:As I've been messing around with Sphinx I discovered that MariaDB actually includes the SphinxSE plugin out of the box. So I figured I'd ditch my MySQL ins
The Power of Sphinx
Updated:I've only really used Sphinx as part of a home project with MySQL. But today found that searching for text in 28 million rows in a PostgreSQL table needs s
Laravel API Token Auth
Updated:The newer versions of Laravel support OAuth for token auth, but I wanted to carry on using something simple. Just a token stored in the user table and some
vi - Visual Mode
Updated:I'm sure when using a mouse in a text terminal the visual mode of vi/vim is useful, but I can never figure it out. In fact it prevents me from copying from
bootstrap-tagsinput
Updated:I've got a work project that fills in a database field with multiple comma separated values and thought using the bootstrap-tagsinput script would fit very