Hmm. We’re having trouble finding that site.

Having problems connecting to sites with browsers like Firefox and Chrome?  Do pages seem to hang with a “Performing TLS Handshake” message at the bottom?  Is it particularly bad if you try to open multiple tabs all at once?  Here’s one reason why that happens, and how to fix it. I do most of my […]

Cross-Origin Resource Sharing bypass

I was coding some Three.js scenes earlier and encountered the following error in Chrome (v27): Cross-origin image load denied by Cross-Origin Resource Sharing policy It happened when I was trying to load an image from a file to use as a texture for a material I wanted to apply to a mesh.  Basically, I wanted […]