Advanced Custom Fields is one of my favorite WordPress plugins. It has so many different uses and really cuts down on the amount of custom code you need to write....
In Laravel there are different caching mechanisms in place that you may need to flush from time to time. Here's a breakdown of each and what they do: Application Caching...
We're proud to announce that Prodjex has been invited into the Liquid Web Partner Directory. We've worked with Liquid Web for years and use them exclusively as our hosting solution....
Basic .htaccess redirects are pretty simple when you're just taking one static url and pointing it to another. How about when you need to redirect multiple URLs that contain a...
PM2 Runtime is a Production Process Manager for Node.js applications with a built-in Load Balancer. It allows you to keep applications alive forever, to reload them without downtime and facilitate...
Have you ever had your Google Chrome development tools window leave your screen view? Most of the time I run it within the same tab, but when viewing mobile and...
Prodjex was named one of the Top Agencies in the United States for 2018 by UpCity today! Thanks to your efforts, you’ve earned a spot as one of the Top Agencies...
So you've decided to try out Amazon Web Services finally. Easy enough, in a few clicks you register, setup billing then dive into the EC2 server setup. Your first instinct...
There are so many different methods when targeting elements in CSS. The most widely used are the class "." and id "#" selectors. Sometimes you may need to target based...
WooCommerce 3 introduced a new format to structured product data called JSON/LD. Overall it's a big improvement from WooCommerce 2.x. That said some of us may generate our own Schema...