Guides

Understand the result, not just the number

Focused explanations of how browser tools work, what their outputs assume, and where you should verify before relying on them.

Private file workflows10 min read

How to open CSV and Excel files privately in your browser

CSV and Excel files may both look like tables, but they carry different structure and risks. Learn which viewer fits the file, what local processing protects, and what to verify before exporting data.

Primary sources includedRead guide
Timekeeping workflows9 min read

Stopwatch vs timer vs date countdown: which should you use?

A stopwatch measures time after a start, while a countdown measures time before a target. The right choice depends on whether you care about laps, a fixed duration, or a calendar deadline.

Primary sources includedRead guide
Randomness & decisions10 min read

Browser randomness and fair selection: numbers, dice, and wheels

Random numbers and decision wheels can use the same secure browser source while answering different questions. Fairness also depends on the option list, range mapping, replacement rules, and audit needs.

Primary sources includedRead guide
Keyboard diagnostics9 min read

How to test dead keys, ghosting, and keyboard rollover

A keyboard tester shows the events that reach the browser. A careful sequence can reveal missing keys and combination limits, but it cannot by itself prove whether hardware, firmware, the operating system, or the browser caused them.

Primary sources includedRead guide
Text comparison workflows10 min read

Text comparison modes and workflows: lines, cleanup, and JSON

Different comparison modes answer different questions. Learn when to preserve every character, normalize superficial noise, format structured data, and verify the changed result beyond the diff.

Primary sources includedRead guide
Privacy & technology8 min read

How browser-based tools handle your data

Local processing can reduce exposure, but it is not a magic privacy guarantee. This guide separates tool input, site telemetry, browser storage, downloads, and network requests so you can make a practical risk decision.

Primary sources includedRead guide
Calculators & methodology10 min read

How to read an online calculator result

A precise-looking number can still be the wrong answer to the real question. Learn how inputs, model assumptions, timing, units, and rounding change a calculator result—and when to verify it elsewhere.

Primary sources includedRead guide
Security11 min read

Passwords, passphrases, and browser encryption

Password tools solve different problems. This guide explains the difference between generation and estimation, why length and uniqueness matter, and why encryption is only as strong as its password and operating environment.

Primary sources includedRead guide
Accessibility9 min read

A practical guide to WCAG color contrast

Contrast is a ratio, not a design opinion—but passing one ratio is only part of accessible color use. This guide turns WCAG thresholds into a practical testing workflow.

Primary sources includedRead guide
QR & visual delivery9 min read

How to test a QR code before you print it

A QR preview can look polished and still fail on paper. Verify the payload first, preserve the code’s geometry, and test the final material under realistic conditions before a large print run.

Primary sources includedRead guide
Security & tokens10 min read

JWT decoding is not JWT verification

Readable claims are not trusted claims. A secure JWT workflow verifies the signature and enforces issuer, audience, algorithm, time, and application policy in the receiving service.

Primary sources includedRead guide
Files & browser processing11 min read

What browser image and PDF tools can preserve

Keeping a file on your device reduces upload exposure, but every transformation has a preservation boundary. Know whether a tool copies pages, redraws pixels, or rebuilds document structure.

Primary sources includedRead guide