Russell Heimlich

Results 14 issues of Russell Heimlich

Fixes #264 Remove `www` from `window._fs_host` value to prevent CORS errors.

I started noticing the following errors in my dev console: ``` Access to script at 'https://www.fullstory.com/s/fs.js' from origin 'xxxxxxx' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present...

https://rsms.me/interface/

Most of the time this is fine `$( document ).ready(function() {` but sometimes jQuery is loaded in noConflict mode which means the shorthand `$` is not mapped to the jQuery...

You don'y need the getQuote() function since it can be reduced to one line and you only use it once. Good thinking on cahcing the jQuery selector by storing the...

I'll need to query Cloudflare to receive traffic stats. These links might help: - [Build your own Analytics dashboard](https://developers.cloudflare.com/analytics/graphql-api/tutorials/build-your-own-analytics/) - [Cloudflare PHP API Wrapper](https://github.com/cloudflare/cloudflare-php) (might be deprecated) - [Getting started...

TODO: - [x] Implement new `hex2rgba` function - [x] Use `imagecolorallocatealpha()` instead of `imagecolorallocate()` - [ ] Update site documentation Fixes #40

It would be cool to be able to specify a transparency for the background and text color. This could work using 8-digit hex color codes that include values about the...

Right now it is just blank.

Zadie loves looking at her own website but we need to tweak it for her. - Disable pinch to zoom - Disable clicking but allow scrolling and playing videos