Tag › update


Has WordPress had its day?
I never thought I would say this... but has WordPress had its day, or does it have a long term future without a major overhaul?


Update Laravel 5.2 to 5.3 and update PHP 7.1 on Mac OS X
I recently had to update Laravel 5.2 to Laravel 5.3 along with updating php version 7.1. So there are a few issues but this little tutorial should help out.


AngularJS and CRUD data binding
A tutorial showing how using AngularJS and CRUD you can edit, delete, add new data into a table implementing data binding technics using javascript.


MySQL UPDATE a column value with add or subtract
A numerical value in a MySQL database table, needs to be updated by adding or subtracting a value. This can be done with a simple MySQL query.