Posts

Convert Decimal code to Octal by Using this Tool

<!DOCTYPE html> <html> <head> <title>Decimal to Text Converter</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; padding: 20px; } .container { max-width: 800px; margin: 0 auto; } h1 { color: #333; margin-bottom: 20px; } .input-field { width: 100%; padding: 10px; border: 2px solid #ccc; border-radius: 4px; box-sizing: border-box; } .convert-button { margin-top: 10px; padding: 10px 20px; font-size: 16px; font-weight: bold; color: #fff; background-color: #4CAF50; border: none; border-radius: 4px; cursor: pointer; } .convert-button:hover { background-color: #45a049; } .result { margin-top: 20px; border: 2px solid #ccc; border-radius: 4px; padding: 10px; background-color: #fff; ...

Text to PDF Generator Tool

<!DOCTYPE html> <html> <head> <title>URL to Image with Download Button</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/downloadjs/1.4.8/download.min.js"></script> <style> <style> /* Style for the form container */ .form-container { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px; padding: 20px; background-color: #f2f2f2; border-radius: 5px; } .form-container h1 { margin: 0 0 20px 0; text-align: center; font-size: 2em; } /* Style for the form elements */ form { display: flex; flex-direction: column; justify-content: center; align-items: center; } label { margin: 10px; } input { padding: 10px; border: 2px solid #ccc; border-radius: 5px; width: 100%; max-width: 500px; } button { background-color: #4CAF50; border: none; c...

URL to Image Generator Tool: Easily Generate Text to PDF

<!DOCTYPE html> <html> <head> <title>URL to Image with Download Button</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/downloadjs/1.4.8/download.min.js"></script> <style> <style> /* Style for the form container */ .form-container { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px; padding: 20px; background-color: #f2f2f2; border-radius: 5px; } .form-container h1 { margin: 0 0 20px 0; text-align: center; font-size: 2em; } /* Style for the form elements */ form { display: flex; flex-direction: column; justify-content: center; align-items: center; } label { margin: 10px; } input { padding: 10px; border: 2px solid #ccc; border-radius: 5px; width: 100%; max-width: 500px; } button { background-color: #4CAF50; border: none; c...

Seo Audit Checker Tool

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; } #container { max-width: 800px; margin: 0 auto; padding: 20px; background-color: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } h1 { text-align: center; } input[type="number"] { width: 50px; margin-right: 10px; padding: 5px; border-radius: 5px; border: none; text-align: center; } input[type="button"] { padding: 5px 10px; background-color: #4caf50; color: #fff; border-radius: 5px; border: none; cursor: pointer; } #result { margin-top:...

RGB to HEX Converter Tool

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; } #container { max-width: 800px; margin: 0 auto; padding: 20px; background-color: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } h1 { text-align: center; } input[type="number"] { width: 50px; margin-right: 10px; padding: 5px; border-radius: 5px; border: none; text-align: center; } input[type="button"] { padding: 5px 10px; background-color: #4caf50; color: #fff; border-radius: 5px; border: none; cursor: pointer; } #result { margin-top:...

Screen Recorder

<!DOCTYPE html> <html> <head> <title>Screen Recorder</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Arial, sans-serif; } video { width: 100%; height: auto; } .btn { padding: 10px 20px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; } .btn:hover { background-color: #3e8e41; } </style> </head> <body> <div id="video-container"> <video id="video-preview" autoplay muted></video> </div> <div id="controls-container"> <button id="start-btn" class="btn">Start Recording</button> <button id="stop-btn" class="btn" disabled>Stop Recording</button> </div> <script> let stream; let recorder; let videoPre...

Free Compound Annual Growth Rate Calculator Tool: Easily Calculate Annual Growth Rate by Using this Tool

<!DOCTYPE html> <html> <head> <title>Compound Annual Growth Rate Calculator</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Arial, sans-serif; padding: 20px; } h1 { text-align: center; } form { display: flex; flex-direction: column; align-items: center; margin-top: 20px; } label { display: block; margin-bottom: 5px; font-weight: bold; } input[type="number"] { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; box-sizing: border-box; } button { background-color: #4CAF50; color: white; padding: 10px; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; transition: background-color 0.3s ease; } button:hover { background-color: #3e8e41; } .result { margin-top: 20px; ...