I offer website development based on a clear information structure that easily engages with your customers or members.

I have development experience using the most widely used programming languages on the internet including Apache HTTP server, PHP scripting, XML rendering and MySQL databases.

Website Development

Website development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, and social network services.

Git, Bitbucket, Github, Beanstalk

Build

A more comprehensive list of tasks to which web development commonly refers, may include web design, web content development, client liaison, client-side/server-side scripting, web server and network security configuration, and e-commerce development.

PHP, MySQL, Zend, Composer, React, Laravel, CakePHP

Deployment

Hosting, Domain Names, DNS, Amazon AWS, Cloudflare

Once your website is built and ready to go live, you'll need hosting, testing and a deployment plan. Depending on your website this can include testing domain name configuration.

For Content managed and brochure websites they typically don't involve any complicated features, they'll need their contact form, search functionality and links checked for 404s.

More advanced websites such as ecommerce or user management will require much more rigorous testing and a play for re-resting during deployments of new features.

Latest Web Development Posts

Google Sheets to PHP Array

This PHP function accepts a public Google Sheets URL and converts it into a PHP array. You can use the array to either display the... August 2021 · PHP

PHP cURL Requests with JSON or XML

The following post will explain how to use PHP/cURL to retrieve data in JSON or XML and process it for using in your PHP application... March 2021 · PHP

Global Payments: Strong Customer Authentication (SCA) and 3D Secure 2

The roll out of 3D Secure 2 has been a long drawn-out process not helped by the COVID–19 pandemic. Part of the update has included... February 2021 · PHP

The latest update to PHP7 is here… 7.2.0

This month PHP released the latest update PHP7.2.0. While PHP 7.2 is an improvement, it is not groundbreaking as the jump from PHP5.6 to PHP7.0.... March 2018 · PHP

PHP: glob

glob($string); Return an array of pathnames matching a specific pattern. // Find all CSV files in the /home/var/imports/ directory glob("/home/var/imports/hello-*.csv"); /home/var/imports/hello-world.csv – Returned /home/var/imports/hell-world.csv –... June 2017 · PHP

PHP: header

header($string); Used to send a raw HTTP header, often used for page redirects. Must be called before any other output is sent. // Redirect the... May 2017 · PHP

More Web Development Posts...