|
/javascripts/universal-form-validator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-check-circle me-2 text-primary"></i>Universal Form Validator</h2>
<p class="text-secondary small mb-0">A comprehensive script to check if all required fields are filled out before submission.</p>
|
|
|
/javascripts/email-validator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-envelope-at me-2 text-primary"></i>Email Address Validator</h2>
<p class="text-secondary small mb-0">Ensures the user inputs a valid email structure (e.g., name@domain.com).</p>
|
|
|
/javascripts/email-format-verifier.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-envelope-check me-2 text-primary"></i>Email Format Verifier</h2>
<p class="text-secondary small mb-0">Another robust method for verifying email syntax on the client side.</p>
|
|
|
/javascripts/input-box-restrictions.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-slash-circle me-2 text-primary"></i>Input Box Restrictions</h2>
<p class="text-secondary small mb-0">Restricts what characters can be typed into a field (e.g., numbers only, letters only).</p>
|
|
|
/javascripts/character-count-limiter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-123 me-2 text-primary"></i>Character Count Limiter</h2>
<p class="text-secondary small mb-0">Limits the number of characters allowed in a textarea and shows a countdown.</p>
|
|
|
/javascripts/word-count-validator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-file-word me-2 text-primary"></i>Word Count Validator</h2>
<p class="text-secondary small mb-0">Ensures the user does not exceed a maximum number of words in a text field.</p>
|
|
|
/javascripts/form-validator-check.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-clipboard-check me-2 text-primary"></i>Comprehensive Form Validator</h2>
<p class="text-secondary small mb-0">Checks multiple field types (checkboxes, radios, text) for valid input.</p>
|
|
|
/javascripts/single-selection-validator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-ui-checks me-2 text-primary"></i>Single Selection Validator</h2>
<p class="text-secondary small mb-0">Ensures that at least one option is selected from a group of checkboxes or radio buttons.</p>
|
|
|
/javascripts/basic-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calculator me-2 text-primary"></i>Basic Javascript Calculator</h2>
<p class="text-secondary small mb-0">A simple, functional calculator for performing standard arithmetic.</p>
|
|
|
/javascripts/scientific-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calculator-fill me-2 text-primary"></i>Advanced Scientific Calculator</h2>
<p class="text-secondary small mb-0">A more complex calculator supporting scientific functions (sin, cos, tan, etc.).</p>
|
|
|
/javascripts/simple-multiplication-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-x-lg me-2 text-primary"></i>Simple Multiplication Calculator</h2>
<p class="text-secondary small mb-0">Quickly multiplies two numbers entered into form fields.</p>
|
|
|
/javascripts/simple-subtraction-tool.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-dash-lg me-2 text-primary"></i>Simple Subtraction Tool</h2>
<p class="text-secondary small mb-0">A dedicated utility for subtracting numerical values.</p>
|
|
|
/javascripts/matrix-multiplication-tool.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-grid-3x3 me-2 text-primary"></i>Matrix Multiplication Tool</h2>
<p class="text-secondary small mb-0">Performs matrix multiplication logic on sets of inputs.</p>
|
|
|
/javascripts/bandwidth-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-speedometer2 me-2 text-primary"></i>Bandwidth Calculator</h2>
<p class="text-secondary small mb-0">Estimates download times for files based on different connection speeds.</p>
|
|
|
/javascripts/credit-card-payoff-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-credit-card me-2 text-primary"></i>Credit Card Payoff Calculator</h2>
<p class="text-secondary small mb-0">Calculates how long it will take to pay off a credit card balance based on interest rates.</p>
|
|
|
/javascripts/geo-coordinates-converter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-globe-americas me-2 text-primary"></i>Geo-Coordinates Converter</h2>
<p class="text-secondary small mb-0">Converts Latitude and Longitude data formats and calculates distances.</p>
|
|
|
/javascripts/roman-numeral-converter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-type-h1 me-2 text-primary"></i>Roman Numeral Converter</h2>
<p class="text-secondary small mb-0">Converts standard numbers (integers) into Roman Numerals and vice versa.</p>
|
|
|
/javascripts/chinese-zodiac-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-yin-yang me-2 text-primary"></i>Chinese Zodiac Calculator</h2>
<p class="text-secondary small mb-0">Determines your Chinese Zodiac sign based on your birth year.</p>
|
|
|
/javascripts/auto-text-converter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-arrow-repeat me-2 text-primary"></i>Automatic Text Converter</h2>
<p class="text-secondary small mb-0">Transforms text case (uppercase, lowercase) or format as the user types.</p>
|
|
|
/javascripts/reverse-text-generator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-arrow-left-right me-2 text-primary"></i>Reverse Text Generator</h2>
<p class="text-secondary small mb-0">Flips text backwards (e.g., "Hello" becomes "olleH").</p>
|
|
|
/javascripts/reverse-text-converter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-arrow-counterclockwise me-2 text-primary"></i>Reverse Text Converter</h2>
<p class="text-secondary small mb-0">Another variation of the text reversal tool for form inputs.</p>
|
|
|
/javascripts/currency-formatter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-currency-dollar me-2 text-primary"></i>Currency Formatter</h2>
<p class="text-secondary small mb-0">Automatically formats input numbers into currency format (e.g., 1000 -> $1,000.00).</p>
|
|
|
/javascripts/number-formatter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-hash me-2 text-primary"></i>Number Formatting Tool</h2>
<p class="text-secondary small mb-0">Adds commas to large numbers for better readability (e.g., 1000000 -> 1,000,000).</p>
|
|
|
/javascripts/auto-clear-field.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-eraser me-2 text-primary"></i>Auto-Clear Field</h2>
<p class="text-secondary small mb-0">Clears the default text in an input box when the user clicks inside it.</p>
|
|
|
/javascripts/auto-clear-onfocus.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-eraser-fill me-2 text-primary"></i>Auto-Clear Form (OnFocus)</h2>
<p class="text-secondary small mb-0">Automatically removes placeholder text when the field gains focus.</p>
|
|
|
/javascripts/click-to-clear-input.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-mouse me-2 text-primary"></i>Click-to-Clear Input</h2>
<p class="text-secondary small mb-0">Another utility to clear form values on a click event.</p>
|
|
|
/javascripts/auto-tab-fields.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-arrow-right-short me-2 text-primary"></i>Auto-Tab Form Fields</h2>
<p class="text-secondary small mb-0">Automatically moves the cursor to the next field when the current one is full (useful for phone numbers or serial keys).</p>
|
|
|
/javascripts/disable-enter-key.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-keyboard me-2 text-primary"></i>Disable Enter Key Submission</h2>
<p class="text-secondary small mb-0">Prevents the form from submitting when the user hits the "Enter" key.</p>
|
|
|
/javascripts/select-all-text.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-text-left me-2 text-primary"></i>Select All Text</h2>
<p class="text-secondary small mb-0">Automatically selects/highlights all the text in a textarea or input box when clicked.</p>
|
|
|
/javascripts/auto-select-text.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-cursor-text me-2 text-primary"></i>Auto-Select Field Value</h2>
<p class="text-secondary small mb-0">Highlights the entire field value instantly for easy copying.</p>
|
|
|
/javascripts/text-selection-copier.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-clipboard me-2 text-primary"></i>Text Selection Copier</h2>
<p class="text-secondary small mb-0">Copies the selected text from a form field to another location or clipboard.</p>
|
|
|
/javascripts/fixed-input-prefix.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-pin-angle me-2 text-primary"></i>Fixed Input Prefix (Undeletable)</h2>
<p class="text-secondary small mb-0">Keeps specific text (like "http://") at the start of an input field so the user cannot delete it.</p>
|
|
|
/javascripts/dynamic-form-fields.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-plus-circle me-2 text-primary"></i>Dynamic Form Fields</h2>
<p class="text-secondary small mb-0">Add or remove input fields dynamically allowing users to submit lists of items.</p>
|
|
|
/javascripts/editable-dropdown.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-pencil-square me-2 text-primary"></i>Editable Dropdown Menu</h2>
<p class="text-secondary small mb-0">A hybrid input field that acts like a dropdown but also allows custom text entry.</p>
|
|
|
/javascripts/dropdown-selection-message.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-chat-left-text me-2 text-primary"></i>Dropdown Selection Message</h2>
<p class="text-secondary small mb-0">Displays a specific description or message based on what the user selects from a dropdown.</p>
|
|
|
/javascripts/live-checkboxes.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-check2-square me-2 text-primary"></i>Live Checkboxes</h2>
<p class="text-secondary small mb-0">Triggers immediate actions or calculations the moment a checkbox is toggled.</p>
|
|
|
/javascripts/dynamic-title-appender.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-type me-2 text-primary"></i>Dynamic Page Title Appender</h2>
<p class="text-secondary small mb-0">Takes input from a form and appends it to the browser's title bar dynamically.</p>
|
|
|
/javascripts/user-input-prompt.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-chat-dots me-2 text-primary"></i>User Input Prompt</h2>
<p class="text-secondary small mb-0">Uses a prompt dialog to gather user input and then populates a form field with it.</p>
|
|
|
/javascripts/word-guessing-game.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-question-square me-2 text-primary"></i>Word Guessing Game</h2>
<p class="text-secondary small mb-0">A simple Hangman-style word guessing game built using form inputs.</p>
|
|
|
/javascripts/number-guessing-game.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-123 me-2 text-primary"></i>Number Guessing Game</h2>
<p class="text-secondary small mb-0">A "High/Low" guessing game where users try to find the hidden number.</p>
|
|
|
/javascripts/list-duplicate-remover.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-filter me-2 text-primary"></i>List Duplicate Remover</h2>
<p class="text-secondary small mb-0">Takes a list of comma-separated values or lines and removes any duplicate entries.</p>
|
|
|
/javascripts/html-code-editor.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-code-square me-2 text-primary"></i>HTML Code Editor Box</h2>
<p class="text-secondary small mb-0">A simple textarea that allows users to write HTML and preview it in a new window.</p>
|
|
|
/javascripts/hex-color-picker.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-palette me-2 text-primary"></i>Hex Color Picker</h2>
<p class="text-secondary small mb-0">Helps users select colors and generates the corresponding Hexadecimal code.</p>
|
|
|
/Navigation/
|
Navigation
|
|
|
/Date-Time/
|
Date & Time
|
|
|
/Forms/
|
Forms
|
|
|
/Page-Effects/
|
Page Effects
|
|
|
/Windows-Dialogs/
|
Windows & Dialogs
|
|
|
/Security-Protection/
|
Security
|
|
|
/Images-Media/
|
Images & Media
|
|
|
/Cookies-Storage/
|
Cookies
|
|
|
/Frames/
|
Frames
|
|
|
/privacy.phtml
|
Privacy
|
|