WELCOME TO

Falkens Maze Development

Welcome to my website where I share my development journey. It all started in 1996 when I built a basic HTML website for the company that I worked for. Although I briefly left the computer industry, I continued to build websites as a hobby. One day, I wanted to create a login system for a web page without using file-based software, so I searched for alternatives to ASP.Net and found a LAMP book. Using my qBasic knowledge from the 80s, I quickly learned PHP for the server-side scripting and MySQL as the database backend. My first real PHP program was a Jeopardy game for a class project. Over time, I transitioned from building website templates to creating them with CMS's that allowed clients to manage their own content without coding knowledge. After finding WordPress and its community, I made the choice to use this CMS in the long run. I take pleasure in developing plugins and customizing websites to meet my clients' needs. Browse my website to discover code snippets and other resources that have helped me become a better coder.

Falkens Maze Blog

July 12, 2023
In Defense of CMS: Empowering Clients to Manage Their Own Content

Introduction The debate over the best way to build and manage a website is as old as the web itself. While there are some developers who argue for hand-coding every element of a site, I have found that using a Content Management System (CMS), like WordPress, is a more effective solution, especially for clients who […]

Read More
July 5, 2023
Best Practices for Customizing Websites According to Client Needs

Introduction Creating a website that perfectly encapsulates a client's vision is a central part of a web developer's role. However, striking the balance between design aesthetics, functionality, and user experience can be a challenging task. In this article, we'll explore best practices for customizing websites to meet client needs without compromising on quality or performance. […]

Read More
June 29, 2023
Introduction to Object-Oriented Programming: Concepts and Principles

Object-oriented programming (OOP) is one of the most frequently used paradigms in modern programming, and it is integral to languages like Java, C++, Python, Ruby, and many others. Understanding OOP is crucial for designing efficient software and enhancing code reusability and readability. This article aims to introduce the primary concepts and principles of object-oriented programming. […]

Read More
1 3 4 5 6 7 11

Code Snippets

Deactivate post after certain date

Code Snippet | WordPress | PHP | Web Coding

Code to change a posts status on a certain date so that it is no longer published based off of an array in the code.

Read More
Deactivate Coming Soon Page at Specified Date/Time

Code Snippet | WordPress | PHP | Web Coding

If you are wanting to be able to launch a website without having to do it manually you can use this code in your themes functions.php file if you are using the CMP - Coming Soon * Maintenance Plugin by NiteoThemes plugin.

Read More
WordPress StrToTime Function

Code Snippet | WordPress | PHP | Web Coding

I found that I needed to customize the WordPress time functionality so that we could get accurate times based on the time zone of the website. This is a customized strtotime which utilizes WordPress time data.

Read More
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram