• Skip to primary navigation
  • Skip to main content

Javier Lona

Web Developer in Texas

  • Home
  • Blog
  • Projects
  • Email
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

Guide

Mailing List

October 21, 2018

How to Create a Mailing List via cPanel

A mailing list allows you to use a single email address to send email to multiple email addresses. Recipients of the email will not see a long list of

Category iconGuide Tag iconcPanel

CakePHP, CodeIgniter, Laravel

September 20, 2018

How to Install CodeIgniter, CakePHP, Yii 2 and Laravel on Localhost

Learn how to install and run CodeIgniter, CakePHP, and Laravel on your LAMP machine. Prerequisites: Install Composer Go to the GetComposer.org

Category iconGuide Tag iconCakePHP,  Codeigniter,  Composer,  Laravel,  PHP,  Yii 2

WordPress Installation

September 4, 2018

Install WordPress From The Command Line

Learn how to install WordPress, create a database, and set up a database user via the Linux command prompt. Create a Directory to Store WordPress

Category iconGuide Tag iconLinux,  WordPress

MySQL Essential Commands

August 13, 2018

Essential MySQL Commands

Requirements All operations must be executed from a MySQL account having administrator access/privileges. mysql -u [username] -p How to Create a

Category iconGuide Tag iconMySQL

htaccess-file

August 1, 2018

How to redirect from a sub-folder to a deeper sub-folder

Learn how to redirect your visitors to a sub-folder that's two levels deep from the root directory. For example

Category iconGuide Tag iconApache,  Linux

htaccess-file

July 23, 2018

Site Maintenance Mode via .htaccess

Create a minimalist "site-maintenance" page via the .htaccess file. Only allow access to specific/multiple IP addresses, everyone else is redirected

Category iconGuide Tag iconApache,  Linux

github-new-repo

July 16, 2018

How to Use Git for Custom WordPress Theme Development

Gain the ability to revert from a lousy code update or save your progress when the code works. What's Needed? Make sure you have read and write

Category iconGuide Tag iconLinux,  WordPress

mail-function

July 9, 2018

How to Send an Email via PHP’s Mail Function

PHP has a built-in mail() function to send emails. How Does it Work? It requires the following parameters: mail($to, $subject, $message); If the

Category iconGuide Tag iconPHP

browser-interface

July 1, 2018

Installing MailCatcher for Development Email

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. MailCatcher is excellent for

Category iconGuide Tag iconLinux,  PHP

  • Page 1
  • Page 2
  • Go to Next Page »