by Richard W | Nov 1, 2016 | Wordpress
All WordPress developers have a list of their favorite plugins that they won’t create a new WordPress build without. Here are some of our favorite plugins to add to our WordPress projects: 1. Yoast Yoast isn’t your average SEO plugin. In addition to it allowing you to...
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 | Oct 2, 2016 | Wordpress
Most WordPress themes should have a file that serves as the default page template that any page in a WordPress build will be assigned to by default — it should go by page.php. Sometimes, however, the default page template might not be conducive to the design and...
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 | Sep 5, 2016 | How-To/Tips, Wordpress
In WordPress, hooks are the building blocks for your themes and plugins and are vital for their functionality. Basically, their purpose is to allow developers to make their own custom code (and custom functionalities) to themes or plugins without changing any of the...