Online Tool Store Online Tool Store

2,462 Articles

Blogs

Practical guides for real tasks — written by the people building the tools on this site.

Showing 610–630 of 2,462 articles

How to Fix Prose That Reads Flat

📏 Text & Writing

How to Fix Prose That Reads Flat

Find the stretches where every sentence runs the same length, understand why uniformity reads as monotony, and vary rhythm without padding.

How to Fix Wrong EXIF Timestamps on a Photo Batch

🕓 Image

How to Fix Wrong EXIF Timestamps on a Photo Batch

Preview and adjust EXIF capture date/time across a batch of photos by shifting all timestamps by a fixed offset, ideal for fixing a wrong camera clock.

How to Format Plain Text Into Newspaper-Style Columns

📰 Text & Writing

How to Format Plain Text Into Newspaper-Style Columns

Wrap plain text into fixed-width, newspaper-style columns with a configurable column count, width, and gutter, ready to copy or download.

How to Format Rust Code Without Installing Rustfmt

🦀 Developer

How to Format Rust Code Without Installing Rustfmt

Reformat Rust source with rustfmt-style conventions — indentation, brace placement, spacing — right in your browser, no toolchain install required.

How to Format Terraform the Canonical Way

🏗️ Developer Tools

How to Format Terraform the Canonical Way

Format HCL with the alignment terraform fmt produces, understand why argument groups align separately, and keep a repository formatted in CI.

How to Generate a Hex-Grid Map for Your Tabletop Campaign

🗺️ Fun & Misc

How to Generate a Hex-Grid Map for Your Tabletop Campaign

Procedurally generate hex-grid tabletop RPG maps with biomes, points of interest, and coordinate labels, then export a vector SVG for print or VTT.

How to Generate a Printable Kakuro Puzzle

🔢 Games & Entertainment

How to Generate a Printable Kakuro Puzzle

Generate a Kakuro number puzzle with row and column sum clues, ready to print or solve on screen, entirely in your browser.

How to Generate a Responsive CSS Grid Layout Fast

🧱 Design & Color

How to Generate a Responsive CSS Grid Layout Fast

Configure a column count, gutter, container width, and margin to generate ready-to-use CSS Grid layout code, with an instant visual preview.

How to Generate a Tournament Bracket With Byes Placed Right

🏆 Games & Fun

How to Generate a Tournament Bracket With Byes Placed Right

Enter a list of player or team names and instantly generate a single or double elimination bracket with byes automatically placed.

How to Generate a WCAG Text Spacing Bookmarklet

♿ Accessibility

How to Generate a WCAG Text Spacing Bookmarklet

Configure line height, letter spacing, word spacing, and paragraph spacing to WCAG 1.4.12 minimums, then generate a bookmarklet that applies them to any page.

How to Generate All Dates for a Recurring Event

📅 Date & Time

How to Generate All Dates for a Recurring Event

Generate every occurrence date for a recurring event given a start date, frequency, interval, and end condition, and export as CSV or an ICS calendar file.

How to Generate Random Points in an Area

📍 Generators

How to Generate Random Points in an Area

Generate random coordinates inside a radius or bounding box with the area correction that stops points clustering at the centre or near the poles.

How to Generate Swift Codable Structs From JSON

📱 Developer

How to Generate Swift Codable Structs From JSON

Paste a sample JSON response and generate matching Swift Codable structs, including nested types and CodingKeys for snake_case fields.

How to Get a Balanced Debate Topic With Both Sides

🗣️ Education

How to Get a Balanced Debate Topic With Both Sides

Generate a random debate motion along with a framing point for each side, ready for a classroom or club debate, entirely in your browser.

How to Get a Macro Shot Sharp Front to Back

🔬 Image Tools

How to Get a Macro Shot Sharp Front to Back

Merge a focus bracket into one sharp image, plan the step size so in-focus zones overlap, and avoid the alignment problems focus breathing creates.

How to Get the Tea to Water Ratio Right

🍵 Unit Converters

How to Get the Tea to Water Ratio Right

Scale tea leaf to water for any vessel, use the right temperature for each type, and understand why Western and gongfu brewing need completely different ratios.

How to Identify and Convert a Thread Size

🔩 Unit Converters

How to Identify and Convert a Thread Size

Convert screw and bolt threads between metric and imperial, read pitch against threads per inch, and see why a near match is never a mating part.

How to Invent a Creature Players Can Fight

🐉 Games & Fun

How to Invent a Creature Players Can Fight

Generate a mythical creature with a behaviour, a habitat and a weakness, so an encounter becomes a problem to solve rather than a stat block to grind through.

How to Keep a Reading Log Kids Don't Resent

📕 Education

How to Keep a Reading Log Kids Don't Resent

Track a child's reading minutes and books with weekly rather than daily streaks, and keep the log from turning reading into homework.

How to Keep an Illustration Set Consistent

🖌️ Design & Color

How to Keep an Illustration Set Consistent

Write a style specification from a reference illustration so a set stays coherent, covering line weight, palette, perspective and what to avoid.

How to Keep Kotlin Formatting Consistent

🟪 Developer Tools

How to Keep Kotlin Formatting Consistent

Format Kotlin to the official conventions, settle indentation and line length in the build, and stop formatting arguments appearing in code review.