Every tool on this site solves a narrow problem, and most of those problems have a bit more to them than a single button suggests. These guides are where that extra detail lives. They explain what is actually happening when you compress a photo, why a reverse tax calculation needs a different divisor than you would guess, what optical character recognition can and cannot read, and where the common shortcuts quietly cost you something.
They are written to be read on their own. You do not need to open the matching tool to get value out of them, and several of them will tell you when the tool is the wrong answer for your situation. Where a guide covers money or health, it says plainly that it is general educational information rather than professional advice, because that distinction matters.
There are 22 articles below, grouped by the kind of task they deal with.
How to List All Files in a Folder and Export to Excel
Turning a directory into a spreadsheet sounds trivial until you need sizes, dates and full paths in consistent columns. This walks through what metadata is actually available, how to spot duplicates with a single formula, and where byte counts mislead you.
How to Audit a USB Drive or Old Hard Disk Before You Archive It
Before a drive goes into a drawer for five years, you want to know what is on it. Covers reading the file table quickly, finding the handful of folders that hold most of the space, and deciding what is safe to leave behind.
Quick Folder to Excel — One-Click Scanner
A stripped-back version of the folder report for when you just want a file list and nothing else. No options, no configuration, one button.
How to Compress Images for WhatsApp Without Losing Quality
Explains the trade-off between file size and visible quality in plain terms: what JPEG quality settings really change, why resizing usually beats re-compressing, and how to tell when you have gone too far.
HEIC to JPG: How to Convert iPhone Photos for Free
iPhones save space with HEIC, but plenty of software still refuses to open it. Covers what is preserved in the conversion, what is quietly lost, and how the file size typically changes.
How to Extract Text from an Image, Scanned PDF or Invoice
Optical character recognition works far better on some images than others. Explains which factors matter most — contrast, resolution, skew — and how to prepare a photo so the result needs less correction.
How to Compress a PowerPoint File Without Losing Slide Quality
A deck is mostly images in a zip container. Shows where the weight actually sits, why one photographic background can cost more than fifty slides of text, and how to shrink it without touching the layout.
How to Convert PDF to JPG and JPG to PDF for Free
Two conversions that look symmetrical but are not. Covers rendering resolution, why page size and image size are different problems, and when a multi-page PDF is the better output.
Convert MP3 to WAV and MP4 to WebM Without Uploading
Container formats and codecs get conflated constantly. Explains which conversions are lossless, which re-encode, and what that means for quality when you convert the same file twice.
How to Turn Photos into a Video Slideshow with Music
Covers frame timing, aspect ratio mismatches between portrait phone photos and landscape video, and how long each image should hold before it starts to feel slow.
How to Remove Silence and Filler Words From a Recording
Cutting dead air is the fastest way to make a recording sound intentional. Explains threshold detection, why over-trimming makes speech sound clipped, and how much a typical unedited take can shrink.
How to Record a Video Message for Meetings, Interviews and Demos
An asynchronous video often beats a scheduled call. Covers framing, lighting that costs nothing, keeping the file small enough to send, and structuring a two-minute message so it is actually watched.
Calculate Your EMI Before Taking a Loan
Shows the amortisation formula in full, works a real example end to end, and makes clear how much of an early instalment is interest rather than principal. General educational information, not financial advice.
Reverse GST Calculator: Find the Base Price From a Total
Working backwards from a tax-inclusive amount trips people up because the percentage is applied to the base, not the total. Covers the correct divisor and the rounding errors that follow.
CAGR Calculator: Measure SIP and Stock Growth Accurately
Compound annual growth rate smooths a bumpy return into one number, which is useful and also misleading. Explains exactly what it hides. General educational information, not investment advice.
FIRE Number: Working Out Your Retirement Corpus
Walks through the arithmetic behind withdrawal-rate rules of thumb and the assumptions each one quietly makes about inflation and sequence of returns. General educational information, not financial advice.
Age Calculator: Your Exact Age in Years, Months and Days
Month lengths and leap years make date arithmetic messier than it looks. Explains why two reasonable methods can disagree by a day and which one official forms usually expect.
Character Counter for Twitter, LinkedIn and Essays
Different platforms count characters differently — emoji, links and line breaks are all special cases. Covers where the limits bite and how to trim without losing the point.
IST to EST Time Difference: The Complete Guide
India does not observe daylight saving and the United States does, so the gap between the two moves twice a year. Explains the shift, the dates it happens, and how to schedule around it.
How to Generate a Secure, Random Password
Length beats complexity more often than people expect. Covers entropy in practical terms, why human-invented passwords are predictable, and what actually makes a generated one strong.
Free QR Code Generator for WhatsApp, Google Forms and More
Explains error-correction levels, why a longer URL produces a denser and less forgiving code, and the minimum print size that still scans reliably.
What Is a Healthy BMI? Understanding Body Mass Index
Covers the formula, the standard categories, and the well-documented limitations of applying a single ratio to very different bodies. General educational information, not medical advice.
Each article starts from the mechanism rather than the interface. If a guide tells you to pick a particular setting, it explains what that setting changes underneath, so the advice still holds when you are using a completely different piece of software a year from now. Worked examples use real numbers rather than round ones, because rounding is often exactly where the confusion started.
Every guide also has a section on limitations. A tool that runs inside a browser tab has genuine constraints — it cannot read a locked file, it cannot see anything outside the folder you point it at, and it is bounded by the memory your browser is willing to hand over. Saying so up front is more useful than discovering it halfway through a large job.
The tools these guides accompany do their work inside your browser. Files are read through the standard file APIs that every modern browser exposes, processed in memory, and written back out as a download. Nothing is transmitted to a server, which is why there is no upload progress bar and no queue to wait in.
This is straightforward to verify rather than something you have to take on trust. Open your browser developer tools, switch to the network panel, and run any of the tools on a file. You will see no request carrying your data. A more decisive test: load a tool page, disconnect from the internet, and use it anyway. It still works, because the code is already in the tab.
The practical consequence is that speed depends on your own machine rather than on a connection or a shared queue, and that a confidential spreadsheet stays as confidential as it was before you opened it.
No. Every tool is usable without reading anything. The guides exist for the cases where the result was not what you expected, or where you want to understand the trade-off you are making.
They are revised when the underlying behaviour changes — for example when browser support for a format shifts, or when a rule of thumb stops matching what the numbers actually do.
No. The finance and health articles explain how a calculation works and what its assumptions are. They are general educational information. Decisions that affect your money or your health should involve a qualified professional who knows your circumstances.
Yes. There is no sign-up, no login and no account. Nothing is stored between visits beyond whatever your browser keeps on its own.
They stay on your device. They are read into memory, processed, and either written back as a download or discarded when you close the tab.
Current versions of Chrome and Edge support the widest set of features, particularly direct folder access. Firefox and Safari handle most tools, though a few folder-level operations are unavailable there.