It’s that time of year again where we begin to wrap up 2016 and reflect on all that has passed this year. Last year, we made a few predictions that came to fruition, such as the need for more content in SEO, the emergence of Apple Pay, and voice becoming a relevant player. However, some…
Category: Web Development
Code Reviews and How they Improve your Site
Code reviews are one of the more under-appreciated aspects of working as a group on a code base. Often, these are viewed as a chore but there is a lot of a benefit that can come from them. In this post, we will review the benefits and tools to help with the code review process. Benefits…
Should I Use a Plugin or Build It Myself?
This is a question which I, as a developer, commonly find myself asking when looking at a new project. A great advantage to using WordPress is the nearly 1.5 million plugins available in the repository, all available for free. With this selection available, a solution to your problem might already exist. But if you have…
Dissecting The Link
Hyperlinks are the foundation of the web. Links allow us to connect web pages and content within the same website or to an external website creating a complex network of information. We’re all familiar with links but maybe not with the HTML markup of a link and all its capabilities. HTML is the backbone of…