Websites are ever-evolving products. They are updated for speed, security, accessibility, and new features. The thought experiment about the Ship of Theseus comes to mind when thinking about the lifetime of a website. If you replace boards on a wooden ship as they rot, every board will eventually get replaced. At that point, is it…
Category: Web Development
Form UX Best Practices
Web forms provide a critical pathway between your business objectives and your customers. There are many different types of forms, but the objective is the same — to get the user to convert — to make the form engaging, enticing, and easy to fill out and submit, whether it’s for an eCommerce order, a newsletter…
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…
Using ::marker to Style Your Lists
Before ::marker, if you wanted to customize the look of your list-items, one option was to change the list-style-type property to select a new marker from a list of options while the color of the marker was linked to the color of the text. You could change the disc to a square, a circle, or…