JTS

Setting up Incapsula on a Sub-Domain in Route 53

We had an instance where we wanted to host an application over Incapsula, that was on a sub-domain (ie: portal.domain.com).

The DNS hosting was done completely in Amazon Route53. The procedure to get it setup was a bit tricky, since Incapsula only provides you a CNAME record if you are just hosting a sub-domain. Since hosted sub-domain record sets cannot contain root CNAMEs (portal.domain.com), there is a bit of a dns shuffle that needs to occur to getting this to work.

Read More

Easy to Create Deep Fake Videos

UPDATE: 9/5/19 added the tutorial videos.
UPDATE: 9/6/19 added our new Harrison Ford deep fake.
UPDATE: 9/9/19 added our final Harrison Ford deep fake.

As part of our R&D background and shiny new technology appreciation, we came across an article about a new easy to use program that builds creates “Deep Fake” videos in minutes.

Anyone with a decent CUDA capable video card, can take multiple video data sets, strip out the characters faces, and swap the faces of the main video characters with another person.

Read More

Differentiating Orders on Front and Backend in Magento 2

If you have a Magento2 store that frequently has a lot of customer service representatives putting in orders for customer manually in the admin, it is very helpful to know who exactly put in what order. When a customer calls in with a question about an order, you can immediately reference the order history comments and find out what customer service member full-filled the actual order.

Read More

WordPress Caching Tips for Any Webserver

One concern for page speed is when a user comes to your website using a CPC ad or affiliate ad. Those links usually have tracking parameters on them (ie: utm_content) and as a result can slow down a page being sent to the end user. What is worse, is that those links are usually dynamically generated, so each subsequent link will have to be rebuilt from the cache.

If your hosting is slow, this can be a killer situation.

Read More