Articles
Practical guides for SmartPlusLab online tools.
-
How to Convert a Number from One Base to Another
Enter a whole-number value, its source base, and a target base from 2 through 36. The converter returns the value in the target base along with decimal, binary, octal, and hexadecimal representations.
-
How to Use the NATO Phonetic Alphabet Tool
Enter a text string and run the conversion to receive ordered labels for recognized characters, separated by spaced middle dots. Blank input returns a successful empty conversion, and unsupported characters remain instead of receiving phonetic labels.
-
How to Generate Random Full Names by Culture
Choose a supported culture, set a quantity, and generate random full names made from first-name and last-name combinations. The quantity is normalized from 1 through 50, and the gender input does not select names by gender.
-
How to Use a Mortgage Calculator
Enter the home price, down payment, interest rate, loan term, property tax, and insurance to estimate the monthly mortgage payment. The calculator separates principal and interest from monthly tax and insurance, then returns the related totals for a positive loan amount.
-
How to Translate Text to Morse Code and Decode Morse
The Morse Code Translator converts text to Morse code and decodes Morse code back into text. Encoding is selected by default, while blank input returns a successful empty result.
-
How to Find the Moon Phase for Any Date
Enter a calendar date in `YYYY-MM-DD` format to get an estimated Moon phase, illumination, and lunar timing values. Leave the date blank to estimate the current date in UTC.
-
How to Minify JavaScript Code
Paste JavaScript text into the tool, start the minification action, and inspect the compacted result with its character measurements. Compare the output with the source when strings or other constructs contain comment-like text or meaningful spacing.
-
How to Minify HTML Code
Paste an HTML snippet, submit it, and compare the transformed text with its size measurements. The transformation removes comments and applies defined whitespace changes, but it does not establish HTML validation.
-
How to Minify CSS Text
Paste supported CSS text into the CSS Minifier and run the action to get a more compact version with block comments and selected spacing removed. Then compare the transformed text with its reported length difference and savings percentage.
-
How to Generate Meta Tags for a Webpage
Enter the page details you want to use, choose the viewport and robots text, and generate the HTML markup. Review the separate lines and conditional tags before placing the block in a page.
-
How to Use a Matrix Calculator
Enter one or two rectangular matrices, choose a supported operation, and start the calculation. Use matching dimensions for addition or subtraction, matching inner dimensions for multiplication, and a square matrix of at most 4 by 4 for a determinant.
-
Convert Markdown to HTML: A Practical Guide
Paste Markdown into the optional text field and submit it to produce HTML content for the documented constructs. Leaving the field blank succeeds but produces empty HTML content.