WebP Files – An image format for the Web

WebP is a modern image format that provides superior lossless and lossy compression for images on the web. Using WebP, webmasters and web developers can create smaller, richer images that make the web faster. WebP is an image format developed by Google in 2010. It was created to be an alternative to formats like PNG and JPG, producing much smaller …

PHP 8.0 Features

PHP 8 has been officially released to the General Availability on November 26, 2020! This new major update brings many optimizations and powerful features to the language. I will discuss the most interesting changes here. Here are the main features : PHP JIT (Just in Time Compiler) New PHP Functions PHP 8 Performance Benchmarks PHP …

WordPress REST API & Adding Custom Endpoints with Alpine JS

With WordPress REST, we can create custom endpoints with any query and information we want. This helps organize that data for filtering or easier HTML development. We pass parameters on the query string and get different JSON results using those parameters. Through Alpine JS we can use the JSON result from the REST API to …

Google PageSpeed – Eliminate Render-Blocking Resources Above the Fold caused from Google Fonts

https://stackoverflow.com/questions/45983301/google-pagespeed-eliminate-render-blocking-resources-above-the-fold-caused-fro   https://web.dev/defer-non-critical-css/#optimize

HubSpot Pop-up & Slide-in Forms

Office Furniture Warehouse had two separate offers they wanted placed on the site. One offer was for an Office Redesign around Covid and the other was a Home Office Design. HubSpot has “Pop-up Forms” that allow us to showcase these offers in a few different ways without overwhelming users on the site. These are provided …