|
/javascripts/live-digital-clock.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-clock me-2 text-primary"></i>Live Digital Clock</h2>
<p class="text-secondary small mb-0">A standard digital clock that displays the current time (hours, minutes, seconds) and updates in real-time.</p>
|
|
|
/javascripts/current-date-display.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar-check me-2 text-primary"></i>Current Date Display</h2>
<p class="text-secondary small mb-0">Simply writes the current date to your page in a readable format. A basic essential for headers and footers.</p>
|
|
|
/javascripts/countdown-timer.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-hourglass-split me-2 text-primary"></i>Event Countdown Timer</h2>
<p class="text-secondary small mb-0">Count down the days, hours, and minutes to a specific future event or deadline.</p>
|
|
|
/javascripts/stopwatch.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-stopwatch me-2 text-primary"></i>Stopwatch</h2>
<p class="text-secondary small mb-0">A functional browser-based stopwatch with start, stop, and reset capabilities.</p>
|
|
|
/javascripts/online-timer.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-alarm me-2 text-primary"></i>Online Timer</h2>
<p class="text-secondary small mb-0">Allows users to set a specific time limit, alerting them when the time is up.</p>
|
|
|
/javascripts/visual-analog-clock.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-clock-history me-2 text-primary"></i>Visual Analog Clock</h2>
<p class="text-secondary small mb-0">Renders a classic clock face with moving hour, minute, and second hands using JavaScript.</p>
|
|
|
/javascripts/world-capital-clocks.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-globe me-2 text-primary"></i>World Capital Clocks</h2>
<p class="text-secondary small mb-0">Displays the current local time for major cities around the world simultaneously.</p>
|
|
|
/javascripts/simple-monthly-calendar.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar3 me-2 text-primary"></i>Simple Monthly Calendar</h2>
<p class="text-secondary small mb-0">Generates a neat HTML calendar for the current month.</p>
|
|
|
/javascripts/popup-date-picker.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar-plus me-2 text-primary"></i>Popup Date Picker</h2>
<p class="text-secondary small mb-0">A form helper that opens a small calendar window, allowing users to click a date to fill an input field.</p>
|
|
|
/javascripts/time-based-greeting.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-sun me-2 text-primary"></i>Time-Based Greeting</h2>
<p class="text-secondary small mb-0">Welcomes your visitors with "Good Morning," "Good Afternoon," or "Good Evening" depending on their local time.</p>
|
|
|
/javascripts/days-remaining-countdown.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar-range me-2 text-primary"></i>Days Remaining Countdown</h2>
<p class="text-secondary small mb-0">Calculates and displays exactly how many days are left until the end of the year or a specified date.</p>
|
|
|
/javascripts/full-year-calendar.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar-week me-2 text-primary"></i>Full Year Calendar View</h2>
<p class="text-secondary small mb-0">Generates a complete 12-month calendar view for the current year.</p>
|
|
|
/javascripts/display-time-url.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-window-sidebar me-2 text-primary"></i>Display Time and Document URL</h2>
<p class="text-secondary small mb-0">Displays the current time alongside the URL of the page (and when it was last modified).</p>
|
|
|
/javascripts/iso-date-formatter.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-code-square me-2 text-primary"></i>ISO Date Formatter</h2>
<p class="text-secondary small mb-0">Converts the current date into the standard ISO 8601 format (YYYY-MM-DD).</p>
|
|
|
/javascripts/status-bar-clock.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-pip me-2 text-primary"></i>Status Bar Clock</h2>
<p class="text-secondary small mb-0">Runs a digital clock in the browser's status bar (Note: Modern browsers may restrict status bar access).</p>
|
|
|
/javascripts/timed-page-view.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-hourglass-bottom me-2 text-primary"></i>Timed Page View</h2>
<p class="text-secondary small mb-0">Limits how long a user can view a page before redirecting them or showing an alert.</p>
|
|
|
/javascripts/military-to-standard-time.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-clock me-2 text-primary"></i>Military to Standard Time</h2>
<p class="text-secondary small mb-0">Converts 24-hour format (13:00) into 12-hour AM/PM format (1:00 PM).</p>
|
|
|
/javascripts/greeting-clock.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-chat-quote me-2 text-primary"></i>Greeting Clock</h2>
<p class="text-secondary small mb-0">Combines a live clock with a dynamic greeting message.</p>
|
|
|
/javascripts/multi-format-date.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-list-ul me-2 text-primary"></i>Multi-Format Date Display</h2>
<p class="text-secondary small mb-0">Shows the current date in several different formats simultaneously (e.g., numeric, long-form, ISO).</p>
|
|
|
/javascripts/mouse-cursor-clock.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-mouse me-2 text-primary"></i>Mouse Cursor Clock</h2>
<p class="text-secondary small mb-0">A whimsical script where a clock follows your mouse cursor around the screen.</p>
|
|
|
/javascripts/auto-greeting.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-sun-fill me-2 text-primary"></i>Auto-Greeting</h2>
<p class="text-secondary small mb-0">Another variation of the time-based greeter, perfect for personalizing landing pages.</p>
|
|
|
/javascripts/popup-calendar-picker.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar-event me-2 text-primary"></i>Popup Calendar Date Picker</h2>
<p class="text-secondary small mb-0">Opens a calendar in a popup to facilitate date selection for forms.</p>
|
|
|
/javascripts/us-holiday-calendar.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-flag me-2 text-primary"></i>US Holiday Calendar</h2>
<p class="text-secondary small mb-0">A calendar script pre-populated with major United States holidays.</p>
|
|
|
/javascripts/text-time-display.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-fonts me-2 text-primary"></i>Text-Based Time Display</h2>
<p class="text-secondary small mb-0">Displays the time using words (e.g., "Five O'Clock") instead of numbers.</p>
|
|
|
/javascripts/millisecond-clock.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-speedometer me-2 text-primary"></i>Millisecond Precision Clock</h2>
<p class="text-secondary small mb-0">A high-speed clock that shows time down to the millisecond.</p>
|
|
|
/javascripts/status-bar-date-time.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-layout-sidebar-bottom me-2 text-primary"></i>Status Bar Date & Time</h2>
<p class="text-secondary small mb-0">Rotates the current date and time in the window's status bar.</p>
|
|
|
/javascripts/visual-effect-calendar.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-magic me-2 text-primary"></i>Visual Effect Calendar</h2>
<p class="text-secondary small mb-0">A calendar with added CSS/JS visual flair and transitions.</p>
|
|
|
/javascripts/century-clock-2101.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-rocket-takeoff me-2 text-primary"></i>22nd Century Countdown</h2>
<p class="text-secondary small mb-0">A long-term countdown timer ticking away until the year 2101.</p>
|
|
|
/javascripts/millennium-countdown-3001.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-infinity me-2 text-primary"></i>Millennium Countdown (3001)</h2>
<p class="text-secondary small mb-0">For the truly forward-thinking, a countdown to the next millennium.</p>
|
|
|
/javascripts/binary-clock-display.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-0-square me-2 text-primary"></i>Binary Clock Display</h2>
<p class="text-secondary small mb-0">Displays the current time using binary code (1s and 0s). A geeky addition to any tech site.</p>
|
|
|
/javascripts/short-date-format.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar-minus me-2 text-primary"></i>Short Date Format</h2>
<p class="text-secondary small mb-0">Outputs the date in a compact format (e.g., MM/DD/YY).</p>
|
|
|
/javascripts/cursor-clock-pointer.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-cursor-fill me-2 text-primary"></i>Mouse Cursor Clock Hands</h2>
<p class="text-secondary small mb-0">Replaces the standard cursor with spinning clock hands.</p>
|
|
|
/javascripts/diet-tracker-calendar.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-journal-medical me-2 text-primary"></i>Diet Tracker Calendar</h2>
<p class="text-secondary small mb-0">A calendar interface designed to help track daily habits or diet progress.</p>
|
|
|
/javascripts/page-load-timestamp.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-stopwatch-fill me-2 text-primary"></i>Page Load Time Stamp</h2>
<p class="text-secondary small mb-0">Displays exactly when the user loaded the page. Useful for session tracking.</p>
|
|
|
/javascripts/time-based-greeting.php?v=2
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-chat-text me-2 text-primary"></i>Time Message Script</h2>
<p class="text-secondary small mb-0">An alternative logic for displaying messages based on the time of day.</p>
|
|
|
/javascripts/last-modified-date.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-file-earmark-text me-2 text-primary"></i>Last Modified Date Display</h2>
<p class="text-secondary small mb-0">Automatically shows the date the current webpage was last updated by the webmaster.</p>
|
|
|
/javascripts/exact-age-calculator.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calculator me-2 text-primary"></i>Exact Age Calculator</h2>
<p class="text-secondary small mb-0">Calculates a person's age down to the minute based on their birthdate.</p>
|
|
|
/javascripts/content-expiration-timer.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-eye-slash-fill me-2 text-primary"></i>Content Expiration Timer</h2>
<p class="text-secondary small mb-0">Hides or removes content from a page after a specific date and time have passed.</p>
|
|
|
/javascripts/monthly-calendar-widget.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-calendar2-month me-2 text-primary"></i>Monthly Calendar Widget</h2>
<p class="text-secondary small mb-0">A compact calendar widget suitable for sidebars.</p>
|
|
|
/javascripts/month-selection-menu.php
|
<h2 class="h5 fw-bold mb-1"><i class="bi bi-menu-button-wide me-2 text-primary"></i>Month Selection Menu</h2>
<p class="text-secondary small mb-0">A dropdown menu interface for selecting months and years.</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
|
|