Category: Web Design

  • Another Page Builder Falls Behind

    Another Page Builder Falls Behind

    Google says that a website’s load time is an important ranking factor. Their studies show a direct correlation between PageSpeed and online conversion rates. This is the one ranking factor that every major SEO can agree upon. With this in mind, I set out to find if WordPress Gutenberg or SiteOrigin Page Builder is faster.…

  • Generate Responsive Images With JavaScript and PHP

    Generate Responsive Images With JavaScript and PHP

    How does one make images responsive? There are a number of techniques available: each with its own strengths and weaknesses. This method is unique because it ensures that the image served does not need to be scaled in the viewer’s browser. The secret, we will see, lies in PHP’s image editing capabilities. Capturing the Client’s…