Web Development

Display TIFF Chrome Firefox

Display TIFF Files on a Web Site in Chrome and Firefox

Jump to the Clarity If you need to display TIFF files on the web, you might have problems. TIFF files used to be displayed by all browsers, but as they are not really suitable for web use, support has been dropping. See Image Support by Browser:  https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support This makes sense of course, if you are only […]

Display TIFF Files on a Web Site in Chrome and Firefox Read More »

WordPress: Cookies are blocked or not supported

WordPress Multisite sometimes gets into a login loop with a reauth querystring parameter due wo domain mapping: “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress. ” Solution 1 (Multisite):Add this to your wp-config.php file: define(‘COOKIE_DOMAIN’, false); Solution 2:” I went into PhpMyAdmin > wp_usermeta > and deleted the meta_value

WordPress: Cookies are blocked or not supported Read More »

Visual Studio Code

WordPress IDE – Visual Studio Code

I have decided to test out another WordPress IDE – Visual Studio Code *(or should I do PHP Tools for Visual Studio first?) Step 1: Install the Visual Studio Code IDE from: https://code.visualstudio.com/ References: Autocomplete and snippetrs: https://marketplace.visualstudio.com/items?itemName=tungvn.wordpress-snippet Review with recommended plugins, etc: https://tommcfarlin.com/vs-code-wordpress/ https://code.visualstudio.com/docs/languages/php

WordPress IDE – Visual Studio Code Read More »