I have layered navigation enabled with a multiple select field, but am having difficulties with the default behavior of every extension out there that I can find. Need to find a way for the user, when selecting multiple options of a multiple select attribute to only display products that match […]
Daily Archives: January 25, 2020
I want to play around with C#8’s new nullability feature. Is there are an online C# compiler/executor like https://try.dot.net around which is C#8 + nullability compatible?
Environment: I have a Linux web server running as a guest VM (Hyper-V) on Win 10. My web store is now requiring 100+ GB for repetitive image files. Because of this size, I can no longer back this up locally to my local backup repository and would rather back it […]
I need to configure our Apache web server to handle the domain name. The phrase is like so: webmin: Handles the name-based server www.my-domain.org on address *. Why do we have: Handles the name-based server www.my-domain.org on address *. Why is it: *. and not *.*?
We are wanting to use an AWS provided load balancer for our main website. The issue we are running into is that it appears to want us to refer to it by CNAME, which seems to cause problems in the DNS, if we choose to have @ CNAME lb.address. We […]
Background: Making a side project that aims to create a market. I would like to simulate traffic from website A, which I think could have similar traffic to the side project, but I wouldn’t know how to track said traffic. I feel like HTTP requests could be useful here..