Monthly Archives: March 2018

26 Mar 2018
Websites have been making use of CSS, HTML, and JavaScript or JS for years. Unfortunately, the more of this code you add to your website, the slower that a website can be. That’s why programmers and web designers need to practice minification. This programming model involves analyzing the text of a website in order to reduce each page’s file size. The smaller the file is, the faster it will load for the user. How Does It Work? When a web developer [...]
22 Mar 2018
How quickly a website loads can have a major impact on how successful that site is. Studies have shown that users don’t want to wait for a slow page to load, even when it’s a site they want to visit. If it takes more than a few seconds, they’re likely to close the page and go to another. For ecommerce sites, that results in lost sales. What can companies do to prevent this? The first step in fixing slow [...]
01 Mar 2018
For years, the basic way to host and share media files was with a standard web server. You uploaded the files to the server, then users downloaded these files, either viewing them online or saving them to their computers. Today, though, there’s a new way of sharing media files: a Content Delivery Network or CDN. First, let’s look at how one of these servers actually works. Instead of storing your media on a single server, CDN storage actually makes [...]