Using Google Maps on Your Website

Online maps generated by satellites are a staple of modern society. The days of printing out a MapQuest page or trying to guess whether you just passed “the third right after the tree” are largely over. But are you properly utilizing this technology? Let’s go over some ways you can use online maps, primarily Google…

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…