Howdy, Welcome to My Blog
Written by Tony Lea - 3 minute read
If you’ve been up-to-date with the latest PHP frameworks such as Laravel, Symfony, and Slim you may have heard of a new term called ‘Composer’. If you find yourself questioning what this new term means and why you may need to use it, then this articl...
Written by Tony Lea - 2 minute read
Most tutorials for installing PHP on Windows involves installing MAMP or XAMP, which are great solutions; however, sometimes you may want a solution to install PHP by itself. If so, this tutorial is for you. In this tutorial I'll show you how ea...
Written by Tony Lea - 1 minute read
Using javascript events and listeners are very simple. If you've been programming in javascript you're probably already familiar with listening to click events like the following:document.getElementById('my-button').addEventListener('click', function...
Written by Tony Lea - 1 minute read
Do you remember when you could create a new local site using the .dev domain, like mycoolsite.dev, which would map to a local project in your sites folder. A little over a year ago the .dev domains stopped working on Chrome because chr...
Written by Tony Lea - 3 minute read
At birth we are programmed with minimal code and eventually we learn some useful functions like crawl(), walk(), and eat(). These all get stored in main memory. As we get older we learn some advanced functions like love(), joy(), confidence(), a...
Written by Tony Lea - 2 minute read
Gamifying your application is the process of adding game elements, such as user points and user achievements, inside your application. This will encourage your users to contribute and interact more in order to earn points and badges.Luckily if y...
Written by Tony Lea - 1 minute read
Oh My! How the times have changed. We've come a long way over the past few centuries.Back in the day programming seemed easier to learn. Even when the internet started becoming popular we only had HTML, CSS, Javascript, and PHP. Nowadays learning web...
Written by Tony Lea - 1 minute read
I've wanted to get into mobile development for quite some time and I've tested out a few of the mobile frameworks such as Cordova, Framework 7, and of course the IonicFramework.I was quickly drawn to Cordova as it seemed easiest to get started. I als...
Written by Tony Lea - 1 minute read
Laravel Kustomer is a simple Laravel package that adds a customer feedback popup to your site. This package was created by Clément Rigo, you can checkout the repo here: https://github.com/mydnic/laravel-kustomerTake a look at the demo image...
Written by Tony Lea - 2 minute read
You may have heard the term proxy before and if you are not too familiar with what that means, we'll cover that in this article. It's actually quite simple. When someone says the word proxy when referring to computers, they are probably talking about...