by Richard W | Nov 26, 2016 | How-To/Tips, Internet, Web
Using one image for every possible viewpoint variation of a design (desktop, laptop, tablet, mobile, and all the non-standard browser window sizes in between) isn’t exactly ideal in terms of design and maintaining the image’s resolution. With the...
by Richard W | Oct 16, 2016 | How-To/Tips, Internet
Looking for some new ways to optimize your code and increase the speediness of your site? Here are some simple ways to streamline your site that you may have overlooked. 1. Minimize HTTP Requests HTTP requests are a big reason why a site’s load time can be so slow....
by Richard W | Sep 22, 2016 | Internet
If you’re a web developer, chances are you prefer to develop and work on Google Chrome over any other browser. The reason for this is probably because not only is Google’s Developer Tools dashboard and console an invaluable tool to help with development,...
by Richard W | Jul 7, 2016 | How-To/Tips, Internet, Linux, Web, Wordpress
Nginx is a great web server. I am using it on other blogs I owned online. It’s probably the second most popular web servers in used today.. and growing rapidly. Some will argue that Nginx is more resource-friendly than Apache2 and can be used as a reverse-proxy...
by Richard W | Apr 19, 2016 | How-To/Tips, Internet, Linux, Security, Wordpress
I recently had to install Let’s Encrypt certificates on one of my websites hosted on a Ubuntu server running Apache2 web server. The process was painless and easy.. and this brief tutorial is going to show you what steps I took and what to look out for when...
by Richard W | Nov 9, 2015 | How-To/Tips, Internet, Linux, Wordpress
More and more webmasters are moving away from the traditional LAMP stack to host their web applications. Few years ago, the default LAMP stack was always, Linux, Apache2, MySQL and PHP. Today, many are supporting other servers and packages to run their blogs and web...