Leave a Comment
/
Coding
/
Alan Bollinger
/
December 5, 2024
This is a comprehensive guide to setting up a high-performance hosting environment for Laravel applications on Ubuntu. The guide covers the installation of required software, including Nginx, PHP 8.4, Node.js, and Certbot for SSL, as well a...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
March 4, 2023
Did you know you can use #ChatGPT to generate #laravel code? As I work to explore AI and what it can do, I've created a Server provider using the AI. In this example, you can see the prompts and the responses from ChatGPT. It's pretty amazi...
Read More »
3 Comments
/
Coding
/
Alan Bollinger
/
May 23, 2020
This guide covers modern approaches to sanitizing Microsoft Word HTML Special Characters using PHP 8 and above. Learn how to clean Microsoft Word artifacts, smart quotes, en-dashes, and non-breaking spaces in PHP using strtr and Unicode cod...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
March 15, 2015
It's with a heavy heart that we must begin to phase out Kohana Framework from our projects. We will be migrating all current project and all future projects to a newer, more supported framework: Laravel.
That is all.
A
About Kohana
Koseve...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
June 13, 2012
From time to time I need to install a way to accurately determine where users are located based on their header information. Thankfully there is a wonderful free database from MaxMind that gives you this ability when you install it with Apa...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
May 7, 2012
Development Tools
Netbeans - http://www.netbeans.org
Dreamweaver for UI http://www.adobe.com
Flux is good too and much cheaper (OSX Only) http://www.theescapers.com/flux/
TextWrangler for just simple text stuff (OSX Only) http://www.bar...
Read More »
2 Comments
/
Guide
/
Alan Bollinger
/
April 24, 2011
If you’ve ever wanted to stream MP4s securely over the internet while preventing hotlinking and unauthorized sharing of your content, this guide should help you get started.
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
October 17, 2010
The first in a new segment I will be creating will deal with PHP and MySQL tips and tricks. To start things off, we are going to look at how to find distance from one point on earth to another with just two zip codes!
Read More »