Posts

Showing posts from July, 2025

How to convert a folder in a app:

  How to convert a folder in a app: To convert a folder into an app, the steps depend on what kind of app you want to build and what content is inside the folder (e.g., HTML, scripts, assets). Here are common ways to convert a folder into an app: --- ЁЯФ╕ Scenario 1: Convert a Folder with HTML/JS/CSS into a Web App If your folder contains HTML, CSS, JS files, you can convert it into a web app like this: ✅ Steps: 1. Organize Folder Structure my-app/ ├── index.html ├── style.css ├── script.js └── assets/ 2. Add a Web App Manifest (manifest.json) {   "name": "My Web App",   "short_name": "WebApp",   "start_url": "index.html",   "display": "standalone",   "background_color": "#ffffff",   "theme_color": "#317EFB",   "icons": [     {       "src": "icons/icon-192.png",       "sizes": "192x192",       "type": "ima...

Web Page Template:

Image
  Web Page Template: Immage: Asid Section: ( for each page) Section, For Page Related section Links  Section, Other Page Links to go there  Sample Code:  <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8" />   <meta name="viewport" content="width=device-width, initial-scale=1.0" />   <title>Your Website Title</title>   <link rel="stylesheet" href="web_page_template.css">/*(own css file)*/   <script src="https://cdn.tailwindcss.com"></script> </head> <body class="bg-gray-50 text-gray-800 font-sans">   <!-- Header -->   <header class="bg-white shadow">     <div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">       <h1 class="text-xl font-bold">YourBrand</h1>       <nav class="space-x-4">         <a href="#" class=...

ржмাংрж▓া/рд╣िंрджी/English Input Text Reader auto Scroll: select text to start reading

  ЁЯФК ржмাংрж▓াржп় рж╢ুржиুржи ✍️ Enter your text (ржмাংрж▓া/ рд╣िंрджी/ English, Limit: 1,500 words): Code: Html: <!-- ЁЯУ▒ Media query --> <style>   @media screen and (max-width: 768px) {     #smartReaderBtn {       right: 5px !important;       top: 170px !important;     }   } </style> <!-- ЁЯУЭ Input Box & Button --> <div style="font-family: sans-serif; margin: 20px auto; max-width: 700px;">   <div style="display: flex; justify-content: space-between; align-items: center; margin-top: 10px;">     <p id="wordCount" style="color: #555; margin: 0;"></p>     <div id="smartReaderBtn" onclick="toggleSmartReader()" style="align-items: center; background-color: #ff9900; border-radius: 50%; border: 2px solid white; box-shadow: rgba(0,0,0,0.1) 0px 4px 8px; color: white; cursor: pointer; display: flex; padding: 10px; ...

рд╣िंрджी Page Reader auto Scroll: select text to start reading

ЁЯФК рд╣िंрджी рдоें рд╕ुрдиिрдП рдпрд╣ рдПрдХ рдЙрджाрд╣рд░рдг рдЕрдиुрдЪ्рдЫेрдж рд╣ै। рдпрд╣ рд╡ाрдХ्рдп рд╣िंрджी рдоें рдкрдв़ा рдЬाрдПрдЧा।   Code: Html: <!-- ЁЯУ▒ Media query --> <style>   @media screen and (max-width: 768px) {     #smartReaderBtn {       right: 25px !important;       top: 40px !important;     }   } </style> <!--✅ Speaker Icon Button--> <div id="smartReaderBtn" onclick="toggleSmartReader()" style="align-items: center; background-color: #ff9900; border-radius: 50%; border: 2px solid white; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; color: white; cursor: pointer; display: flex; padding: 10px; position: fixed; right: 100px; top: 80px; z-index: 999;">   <span style="font-size: 24px; margin-right: 5px;">ЁЯФК</span>   <span id="smartReaderLabel" style="font-size: 16px;">рд╣िंрджी рдоें рд╕ुрдиिрдП</span> </div> <!--✅ Main Content Area--> <div class="post-body">   <p>рдпрд╣ рдПрдХ рдЙрдж...

English Page Reader auto Scroll: select text to start reading

ЁЯФК Listen This is a sample paragraph. This sentence will be read in English.   Code: Html: <!--ЁЯУ▒ Media query--> <style>   @media screen and (max-width: 768px) {     #smartReaderBtn {       right: 25px !important;       top: 40px !important;     }   } </style> <!--✅ Speaker Icon Button--> <div id="smartReaderBtn" onclick="toggleSmartReader()" style="align-items: center; background-color: #ff9900; border-radius: 50%; border: 2px solid white; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; color: white; cursor: pointer; display: flex; padding: 10px; position: fixed; right: 100px; top: 80px; z-index: 999;">   <span style="font-size: 24px; margin-right: 5px;">ЁЯФК</span>   <span id="smartReaderLabel" style="font-size: 16px;">Listen</span> </div> <!--✅ Main Content Area--> <div class="post-body">   <p>This is a sample p...

ржмাংрж▓া Page Reader auto Scroll: select text to start reading

ЁЯФК ржмাংрж▓াржп় рж╢ুржиুржи ржПржЯি ржПржХржЯি ржиржоুржиা ржЕржиুржЪ্ржЫেржж।   Code: Html: <!-- ❌ Top Start --ЁЯУ▒ Media query--> <style>   @media screen and (max-width: 768px) {     #smartReaderBtn {       right: 25px !important;       top: 40px !important;     }   } </style> <!--✅ Speaker Icon Button--> <div id="smartReaderBtn" onclick="toggleSmartReader()" style="align-items: center; background-color: #ff9900; border-radius: 50%; border: 2px solid white; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; color: white; cursor: pointer; display: flex; padding: 10px; position: fixed; right: 100px; top: 80px; z-index: 999;">   <span style="font-size: 24px; margin-right: 5px;">ЁЯФК</span>   <span id="smartReaderLabel" style="font-size: 16px;">ржмাংрж▓াржп় рж╢ুржиুржи</span> </div> <!--✅ Main Content Area--> <div class="post-body"> <p>рж╢ুрж░ু ржХрж░া рж╣ржЪ্ржЫে!</p> <!-- ❌ Top...