Blog ›


How to uninstall unnecessary simulators in Xcode?
Overtime the Xcode simulator versions gets longer plus take-up more disk space, but how do you delete older version since there isn't a delete button?


Automatically copy files to another folder with gulp
A nice easy tutorial about using 'Gulp' to setup an automated task to watch and copy files from the 'dist' folder to the 'public' folder.


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?


Laravel 5.6 Passport authentication Rest API
In this tutorial I am using Laravel with Passport to create an CRUD rest api tested with the Postman application.


Create Angular 5 and Laravel 5.6 CRUD app
A tutorial showing how to create an Angular 5 and Laravel 5.6 via CRUD app from installing Node, NPM, and through to the final app.


Markdown Syntax Cheatsheet
Most people using Bitbucket/Github will already know of the Markdown syntax when creating the repository README.md file. Here is a syntax reference list.


Install Composer and make a terminal shortcut on Mac OS X
Here is a little tutorial showing you how to install 'Composer' in Mac OS X via the terminal and then create a universal shortcut to be used in the terminal.


Wineskin Games Wrapper List
Here is a list of some of the games I have installed with wineskin and which wrappers worked with them. I admit NOT the biggest of lists but hopefully it will be a little bit helpful.


Ignore .DS_store files when uploading in Dreamweaver
Here is a nice little trick to stop Dreamweaver uploading the '.DS_Store' files and you having to delete them either on the live site or via the terminal.


WordPress Custom Ajax Contact Form
Here is a tutorial for creating your own custom forms using the WordPress built in admin-ajax.php, better yet it doesn't require any WordPress plugins.


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.


Redirect Laravel Token Mismatch Exception error page
All Laravel 5 developers have seen the 'TokenMismatchException error page'. And wondered how to customise/redirect the page to the default login/home page.