The Evolution of Web Design

The world of web development and design is always evolving. When the first website, CERN, went live in 1992, it was entirely text based with no real layout to speak of. As time went on, the possibilities of the web led to incredible developments from innovators all over the world. In 1993, ALIWEB launched what…

What Is the Best Payment Gateway for My Site?

There are many popular eCommerce platforms on the web, such as WooCommerce and Shopify, and they all offer a variety of payment gateways for accepting payments from your users. So, how do you decide which payment gateway to use? First, let’s go over some definitions. An eCommerce platform is a software application that lets online…

The Power of Regular Expressions

Regular expressions, or RegEx, is a method of pattern matching for strings of text. It is utilized most often in text searches, find-and-replace operations, and for input validation. RegEx involves using a wide variety of characters, each with its own specific meaning, to form a string of those characters meant to represent a pattern that…

Interacting with an External API with WordPress

The ability to utilize another company’s API (Application Programming Interface) is an extremely useful skill in any programmer’s arsenal. An API is essentially an interface a company provides that allows programmers to connect to their services in order to receive data and perform actions. There are different types of APIs, but in most cases, it…