Showing posts with label online tools india. Show all posts
Showing posts with label online tools india. Show all posts

HTML Editor || HTML সম্পাদক

 HTML Editor



Enter some HTML code. Then submit the form, the code displays a preview of the HTML code in an output container below the form.

The code includes some basic CSS styling to make the page look presentable, including styling for the form, text area, submit button, and output container. The tool listens for the form submission event and extracts the input value to display the previewed HTML code in the output container.

Note that this is just a sample tool and may need to be customized for specific use cases. Additionally, this tool does not perform any validation on the input HTML code and assumes that it is valid HTML. This could be added as an enhancement in future iterations of the tool.

Scientific Calculator || বৈজ্ঞানিক গণনা ক্যালকুলেটর

 Scientific Calculator


It includes functions for evaluating expressions, trigonometric functions (sin, cos, tan, asin, acos, atan), logarithmic functions (log, log10, ln, exp), power function, square root function, and clearing the display. It also uses the built-in Math object in JavaScript for the mathematical calculations.

Note: This is just a basic example and may not include all the functionalities of a full-fledged scientific calculator.
Scientific Calculator

Sum Calculator || যোগ করার ক্যালকুলেটর

 Sum Calculator


Enter two numbers and calculates their sum. When the user clicks the "Calculate" button, to add them together, and displays the result in a readonly input field.

Tip Calculator || বখশিশ গণক

Tip Calculator



two input fields for the bill amount and tip percentage, a button to calculate the tip amount and total amount, and two output fields to display the calculated amounts. The CSS styling is used to give the calculator a clean, modern look.

Resume Maker Tool -- জীবনবৃত্তান্ত মেকার টুল

 Resume Maker Tool


Resume Maker Tool includes some basic styling using CSS to make the form and the generated resume look better. When the user submits the form, the values are used to generate an HTML string for the resume, which is then added to a <div> element on the page. You can add more fields to the form and customize the styling to fit your needs.

======================================================================

জীবনবৃত্তান্ত মেকার টুল পুনরায় শুরু করুন সিএসএস ব্যবহার করে কিছু মৌলিক স্টাইলিং অন্তর্ভুক্ত করে ফর্ম এবং জেনারেট করা জীবনবৃত্তান্তকে আরও ভালো দেখায়। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন মানগুলি জীবনবৃত্তান্তের জন্য একটি এইচটিএমএল স্ট্রিং তৈরি করতে ব্যবহার করা হয়, যা তারপরে যোগ করা হয় <div> পৃষ্ঠায় উপাদান। আপনি ফর্মে আরও ক্ষেত্র যোগ করতে পারেন এবং আপনার প্রয়োজন অনুসারে স্টাইলিং কাস্টমাইজ করতে পারেন।

Resume Maker Tool

Resume Maker Tool

Spell Checker Tool -- বানান পরীক্ষক টুল

Spell Checker Tool


Spell Checker Tool creates a form with a textarea for inputting the text to be checked and a button to trigger the checking process. When the "Check Spelling" button is clicked, the check() function is called, which retrieves the value of the textarea, constructs a JSON object with the text to be checked, and sends a POST request to the TextGears API with an API key (replace YOUR_API_KEY with your actual API key). The API returns a JSON object with an array of errors, which are displayed in a list if any errors are found, or a message indicating no errors are found if no errors are found.

=============================================================================

বানান পরীক্ষক টুল চেক করার জন্য টেক্সট ইনপুট করার জন্য একটি টেক্সটেরিয়া সহ একটি ফর্ম তৈরি করে এবং চেকিং প্রক্রিয়াটি ট্রিগার করার জন্য একটি বোতাম। "বানান পরীক্ষা করুন" বোতামটি ক্লিক করা হলে,চেক() ফাংশন বলা হয়, যা টেক্সটেরিয়ার মান পুনরুদ্ধার করে, চেক করা পাঠ্য সহ একটি JSON অবজেক্ট তৈরি করে এবং একটি API কী সহ TextGears API এ একটি POST অনুরোধ পাঠায় (প্রতিস্থাপনYOUR_API_KEY আপনার প্রকৃত API কী দিয়ে)। API ত্রুটির অ্যারে সহ একটি JSON অবজেক্ট রিটার্ন করে, যেটি একটি তালিকায় প্রদর্শিত হয় যদি কোনো ত্রুটি পাওয়া যায়, অথবা কোনো ত্রুটি না পাওয়া গেলে কোনো ত্রুটি খুঁজে পাওয়া যায় না তা নির্দেশ করে একটি বার্তা।

মনে রাখবেন যে TextGears-এর মতো একটি তৃতীয় পক্ষের API ব্যবহার করার জন্য একটি অ্যাকাউন্ট তৈরি করা এবং একটি API কী পাওয়া প্রয়োজন, যা ব্যবহারের সীমা বা ফি সহ আসতে পারে। উপরন্তু, একটি তৃতীয় পক্ষের API ব্যবহার করে API প্রদানকারীর সাথে ডেটা শেয়ার করা জড়িত হতে পারে, তাই তাদের পরিষেবা ব্যবহার করার আগে আপনার তাদের গোপনীয়তা নীতি এবং পরিষেবার শর্তাবলী পর্যালোচনা করা উচিত।




Spell Checker Tool

Spell Checker Tool

Words Counter Tool -- শব্দ গণনা টুল

 Words Counter Tool


Words Counter Tool creates a form with a textarea for inputting the text to be counted and a button to trigger the counting process. When the "Count Words" button is clicked, the count() function is called, which retrieves the value of the textarea, trims any leading or trailing whitespace, splits the text into an array of words using a regular expression, and updates the text content of a span element with the count of words in the text.

Note that this code assumes that each word in the text is separated by one or more whitespace characters (such as spaces, tabs, or line breaks). If you want to count words differently (for example, counting hyphenated words as one word or counting contractions as two words), you may need to modify the regular expression used to split the text into words.

=========================================================================

শব্দ গণনা টুল

শব্দ কাউন্টার টুল গণনা করার জন্য পাঠ্য ইনপুট করার জন্য একটি টেক্সটেরিয়া সহ একটি ফর্ম তৈরি করে এবং গণনা প্রক্রিয়া ট্রিগার করার জন্য একটি বোতাম। যখন "Count Words" বাটনে ক্লিক করা হয়, তখনগণনা() ফাংশন বলা হয়, যা টেক্সটেরিয়ার মান পুনরুদ্ধার করে, যেকোন অগ্রণী বা পিছনের হোয়াইটস্পেস ছাঁটাই করে, রেগুলার এক্সপ্রেশন ব্যবহার করে টেক্সটকে শব্দের অ্যারেতে বিভক্ত করে এবং টেক্সটে শব্দের সংখ্যা সহ একটি স্প্যান উপাদানের পাঠ্য বিষয়বস্তু আপডেট করে।

মনে রাখবেন যে এই কোডটি অনুমান করে যে পাঠ্যের প্রতিটি শব্দ এক বা একাধিক হোয়াইটস্পেস অক্ষর (যেমন স্পেস, ট্যাব বা লাইন বিরতি) দ্বারা পৃথক করা হয়েছে। আপনি যদি আলাদাভাবে শব্দগুলি গণনা করতে চান (উদাহরণস্বরূপ, হাইফেনযুক্ত শব্দগুলিকে একটি শব্দ হিসাবে গণনা করা বা দুটি শব্দ হিসাবে সংকোচন গণনা করা), আপনাকে পাঠ্যটিকে শব্দগুলিতে বিভক্ত করতে ব্যবহৃত নিয়মিত অভিব্যক্তিটি পরিবর্তন করতে হতে পারে।


Words Counter Tool

Words Counter Tool

Word Count: 0

Convert Text to Voice Tool -- টেক্সটকে ভয়েসে কনভার্ট করুন

Convert Text to Voice Tool

Convert Text to Voice Tool




Convert Text to Voice Tool creates a form with three input fields: one for the text to be spoken, one for selecting the voice to be used, and one for selecting the speed of the voice. When the "Speak" button is clicked, the speak() function is called, which retrieves the values from the form inputs and uses the Web Speech API to speak the text using the selected voice and speed.
=============================================================================

টেক্সটকে ভয়েস টুলে কনভার্ট করুন তিনটি ইনপুট ক্ষেত্র সহ একটি ফর্ম তৈরি করে: একটি টেক্সট বলার জন্য, একটি ব্যবহার করার জন্য ভয়েস নির্বাচন করার জন্য এবং একটি ভয়েসের গতি নির্বাচন করার জন্য। "Speak" বাটনে ক্লিক করলে, theকথা () ফাংশন বলা হয়, যা ফর্ম ইনপুট থেকে মানগুলি পুনরুদ্ধার করে এবং নির্বাচিত ভয়েস এবং গতি ব্যবহার করে পাঠ্যটি বলার জন্য ওয়েব স্পিচ API ব্যবহার করে।

Keywords Generator Tool -- কীওয়ার্ড জেনারেটর টুল

 Generate Keywords For Your Any Projects 

Keywords Generator Tool

Note that this is just a basic example and you would need to create the "generate.php" file to actually generate the keywords based on the user's input.

============================================================================

কীওয়ার্ড জেনারেটর টুল

মনে রাখবেন যে এটি শুধুমাত্র একটি মৌলিক উদাহরণ এবং ব্যবহারকারীর ইনপুটের উপর ভিত্তি করে কীওয়ার্ড তৈরি করতে আপনাকে "generate.php" ফাইলটি তৈরি করতে হবে।

Keywords Generator Tool

Keywords Generator Tool

(Keywords will appear here after clicking the "Generate Keywords" button.)

New Backlink Generator -- নতুন ব্যাকলিংক জেনারেটর

 New Backlink Generator


New Backlink Generator allows users to input the URL and anchor text for a new backlink, as well as an optional "nofollow" attribute. When the user submits the form, a JavaScript function generates the corresponding HTML code for the backlink and displays it on the webpage.

Note that this is just an example and you may need to customize the tool to include additional fields or options, or modify the existing ones to suit your needs. Additionally, you may want to add some CSS styles to make the form and generated backlink look more visually appealing.

=============================================================================

নতুন ব্যাকলিংক জেনারেটর ব্যবহারকারীদের একটি নতুন ব্যাকলিংকের জন্য URL এবং নোঙ্গর পাঠ্য ইনপুট করার অনুমতি দেয়, সেইসাথে একটি ঐচ্ছিক "nofollow" বৈশিষ্ট্য। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন ব্যাকলিংকের জন্য সংশ্লিষ্ট HTML কোড তৈরি করে এবং এটি ওয়েবপৃষ্ঠায় প্রদর্শন করে।

মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং অতিরিক্ত ক্ষেত্র বা বিকল্পগুলি অন্তর্ভুক্ত করার জন্য আপনাকে টুলটি কাস্টমাইজ করতে হতে পারে বা আপনার প্রয়োজন অনুসারে বিদ্যমানগুলিকে সংশোধন করতে হবে। অতিরিক্তভাবে, ফর্ম এবং জেনারেট করা ব্যাকলিংককে আরও দৃষ্টিনন্দন করার জন্য আপনি কিছু CSS শৈলী যোগ করতে চাইতে পারেন।

New Backlink Generator Tool

New Backlink Generator Tool









Link Analysis Tool -- লিঙ্ক বিশ্লেষণ টুল

 Link Analysis Tool


Link Analysis Tool allows users to input the URL of a website. When the user submits the form, a JavaScript function sends an AJAX request to retrieve the content of that website, and then analyzes the links on that page. The results of the analysis are then displayed on the webpage.

Note that this is just an example and you may need to customize the server-side script to perform more in-depth link analysis, such as checking for broken links or analyzing the text surrounding the links. Additionally, the results of this tool should be interpreted with caution and used as a general guideline only.

=========================================================================

লিঙ্ক বিশ্লেষণ টুল ব্যবহারকারীদের একটি ওয়েবসাইটের URL ইনপুট করার অনুমতি দেয়। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন সেই ওয়েবসাইটের বিষয়বস্তু পুনরুদ্ধার করার জন্য একটি AJAX অনুরোধ পাঠায় এবং তারপর সেই পৃষ্ঠার লিঙ্কগুলি বিশ্লেষণ করে৷ বিশ্লেষণের ফলাফলগুলি তারপর ওয়েবপেজে প্রদর্শিত হয়।


মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং আপনাকে আরও গভীরভাবে লিঙ্ক বিশ্লেষণ করার জন্য সার্ভার-সাইড স্ক্রিপ্ট কাস্টমাইজ করতে হবে, যেমন ভাঙা লিঙ্কগুলি পরীক্ষা করা বা লিঙ্কগুলির চারপাশে থাকা পাঠ্য বিশ্লেষণ করা। উপরন্তু, এই টুলের ফলাফল সতর্কতার সাথে ব্যাখ্যা করা উচিত এবং শুধুমাত্র একটি সাধারণ নির্দেশিকা হিসাবে ব্যবহার করা উচিত।

Link Analysis Tool

Link Analysis Tool




Headers Checker -- হেডার চেকার

 Headers Checker


Headers Checker allows users to input the URL of a website. When the user submits the form, a JavaScript function sends an AJAX request to retrieve the headers for that website. The results are then displayed on the webpage.

Note that this is just an example and you may need to customize the server-side script to perform more in-depth checks on the headers, such as checking for specific headers or analyzing their values. Additionally, the results of this tool should be interpreted with caution and used as a general guideline only.

=============================================================================

হেডার চেকার ব্যবহারকারীদের একটি ওয়েবসাইটের URL ইনপুট করার অনুমতি দেয়। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন সেই ওয়েবসাইটের শিরোনামগুলি পুনরুদ্ধার করার জন্য একটি AJAX অনুরোধ পাঠায়। ফলাফল তারপর ওয়েবপেজে প্রদর্শিত হয়.

মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং হেডারগুলিতে আরও গভীরভাবে পরীক্ষা করার জন্য আপনাকে সার্ভার-সাইড স্ক্রিপ্টটি কাস্টমাইজ করতে হতে পারে, যেমন নির্দিষ্ট শিরোনামগুলি পরীক্ষা করা বা তাদের মান বিশ্লেষণ করা। উপরন্তু, এই টুলের ফলাফল সতর্কতার সাথে ব্যাখ্যা করা উচিত এবং শুধুমাত্র একটি সাধারণ নির্দেশিকা হিসাবে ব্যবহার করা উচিত।

Headers Checker Tool

Headers Checker Tool




Sitemap Checker Tool -- সাইটম্যাপ পরীক্ষক টুল

 Sitemap Checker Tool


Sitemap Checker Tool allows users to input the URL of their sitemap. When the user submits the form, a JavaScript function sends an AJAX request to retrieve the sitemap and checks its validity. The results of the check are then displayed on the webpage.

Note that this is just an example and you may need to customize the server-side script to perform more in-depth checks on the sitemap, such as checking for broken links or duplicate URLs. Additionally, the results of this tool should be interpreted with caution and used as a general guideline only.

=============================================================================

সাইটম্যাপ পরীক্ষক টুল ব্যবহারকারীদের তাদের সাইটম্যাপের URL ইনপুট করার অনুমতি দেয়। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন সাইটম্যাপ পুনরুদ্ধার করার জন্য একটি AJAX অনুরোধ পাঠায় এবং এর বৈধতা পরীক্ষা করে। চেকের ফলাফল তারপর ওয়েবপেজে প্রদর্শিত হয়।

মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং সাইটম্যাপে আরও গভীরভাবে পরীক্ষা করার জন্য আপনাকে সার্ভার-সাইড স্ক্রিপ্ট কাস্টমাইজ করতে হতে পারে, যেমন ভাঙা লিঙ্ক বা ডুপ্লিকেট ইউআরএল পরীক্ষা করা। উপরন্তু, এই টুলের ফলাফল সতর্কতার সাথে ব্যাখ্যা করা উচিত এবং শুধুমাত্র একটি সাধারণ নির্দেশিকা হিসাবে ব্যবহার করা উচিত।

Sitemap Checker Tool

Sitemap Checker Tool




Website Speed Tester -- ওয়েবসাইট গতি পরীক্ষক

 Website Speed Test


Website Speed Test allows users to input the URL of the website they want to test. When the user submits the form, a JavaScript function sends an AJAX request to a server-side script that measures the website's load time and returns it to the webpage. The load time is then displayed on the webpage.

Note that this is just an example and you may need to customize the server-side script to measure website load time and return the results in the format expected by the JavaScript function. Additionally, there are many factors that can affect website load time, so the results of this tool should be interpreted with caution and used as a general guideline only.

=============================================================================

ওয়েবসাইট গতি পরীক্ষা ব্যবহারকারীরা যে ওয়েবসাইটটি পরীক্ষা করতে চান তার URL ইনপুট করতে দেয়। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন একটি সার্ভার-সাইড স্ক্রিপ্টে একটি AJAX অনুরোধ পাঠায় যা ওয়েবসাইটের লোড সময় পরিমাপ করে এবং ওয়েবপৃষ্ঠায় ফেরত দেয়। লোড সময় তারপর ওয়েবপেজে প্রদর্শিত হয়.

মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং ওয়েবসাইট লোডের সময় পরিমাপ করতে এবং জাভাস্ক্রিপ্ট ফাংশন দ্বারা প্রত্যাশিত ফর্ম্যাটে ফলাফলগুলি ফেরত দিতে আপনাকে সার্ভার-সাইড স্ক্রিপ্ট কাস্টমাইজ করতে হতে পারে। উপরন্তু, ওয়েবসাইট লোডের সময়কে প্রভাবিত করতে পারে এমন অনেক কারণ রয়েছে, তাই এই টুলের ফলাফলগুলিকে সতর্কতার সাথে ব্যাখ্যা করা উচিত এবং শুধুমাত্র একটি সাধারণ নির্দেশিকা হিসাবে ব্যবহার করা উচিত।

Website Speed Test Tool

Website Speed Test Tool




Robot Text Generator -- রোবট টেক্সট জেনারেটর

 Robot Text Generator


Robot Text Generator allows users to input their desired user-agent, disallow and allow rules, and sitemap URL to generate a robots.txt file for their website. When the user submits the form, a JavaScript function generates the robots.txt file based on the input values and displays it on the webpage.

The generated robots.txt file includes the user-agent, and any disallow, allow, and sitemap rules provided by the user. Note that this is just an example and you may need to customize the robots.txt file generated by this tool to fit your specific needs and legal requirements.

============================================================================

রোবট টেক্সট জেনারেটর ব্যবহারকারীদের তাদের পছন্দসই ব্যবহারকারী-এজেন্ট ইনপুট করার অনুমতি দেয়, অনুমতি দেয় এবং নিয়ম অনুমোদন করে, এবং সাইটম্যাপ URL তাদের ওয়েবসাইটের জন্য একটি robots.txt ফাইল তৈরি করতে। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন ইনপুট মানগুলির উপর ভিত্তি করে robots.txt ফাইল তৈরি করে এবং এটি ওয়েবপৃষ্ঠায় প্রদর্শন করে।

জেনারেট করা robots.txt ফাইলটিতে ব্যবহারকারী-এজেন্ট এবং ব্যবহারকারীর দ্বারা প্রদত্ত যেকোন অনুমোদন, অনুমতি এবং সাইটম্যাপ নিয়ম অন্তর্ভুক্ত থাকে। মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং আপনার নির্দিষ্ট প্রয়োজন এবং আইনী প্রয়োজনীয়তাগুলির সাথে মানানসই করার জন্য আপনাকে এই টুল দ্বারা তৈরি করা robots.txt ফাইলটি কাস্টমাইজ করতে হবে।

Robots.txt Generator

Robots.txt Generator













Disclaimer Generator -- দাবিত্যাগ জেনারেটর

 Disclaimer Generator


Disclaimer Generator allows users to input their website URL, description, and disclaimer to generate a disclaimer for their website. When the user submits the form, a JavaScript function generates the disclaimer based on the input values and displays it on the webpage.

The generated disclaimer includes the website name and a description of the website or service, as well as the disclaimer text provided by the user. Note that this is just an example and you may need to customize the disclaimer generated by this tool to fit your specific needs and legal requirements.

=============================================================================

দাবিত্যাগ জেনারেটর ব্যবহারকারীদের তাদের ওয়েবসাইটের জন্য একটি দাবিত্যাগ তৈরি করতে তাদের ওয়েবসাইটের URL, বিবরণ এবং দাবিত্যাগ ইনপুট করার অনুমতি দেয়। যখন ব্যবহারকারী ফর্মটি জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন ইনপুট মানগুলির উপর ভিত্তি করে দাবিত্যাগ তৈরি করে এবং এটি ওয়েব পৃষ্ঠায় প্রদর্শন করে।


জেনারেট করা দাবিত্যাগের মধ্যে ওয়েবসাইটের নাম এবং ওয়েবসাইট বা পরিষেবার বিবরণ, সেইসাথে ব্যবহারকারীর দেওয়া দাবিত্যাগের পাঠ্য অন্তর্ভুক্ত থাকে। মনে রাখবেন যে এটি শুধুমাত্র একটি উদাহরণ এবং আপনার নির্দিষ্ট প্রয়োজন এবং আইনি প্রয়োজনীয়তাগুলি মাপসই করার জন্য আপনাকে এই টুল দ্বারা উত্পন্ন দাবিত্যাগ কাস্টমাইজ করতে হবে।

Disclaimer Generator

Disclaimer Generator










URL Encode Decode Tool -- ইউআরএল এনকোড ডিকোড টুল

 URL Encode Decode Tool



URL Encode Decode Tool allows users to input a URL and encode or decode it using the encodeURIComponent and decodeURIComponent JavaScript functions. The encoded and decoded URLs are displayed below the form in separate paragraphs.

=========================================================================

ইউআরএল এনকোড ডিকোড টুল ব্যবহারকারীদের একটি URL ইনপুট করতে এবং এটি ব্যবহার করে এনকোড বা ডিকোড করার অনুমতি দেয় ৷ encodeURIC কম্পোনেন্ট এবং ডিকোডইউরিক উপাদান জাভাস্ক্রিপ্ট ফাংশন। এনকোড করা এবং ডিকোড করা URLগুলি ফর্মের নীচে পৃথক অনুচ্ছেদে প্রদর্শিত হয় ৷

URL Encode/Decode Tool

URL Encode/Decode Tool




Character Counter -- অক্ষর সংখ্যা গণনা

 Character Counter 


Character Counter Tool creates a simple webpage that allows users to count the number of characters in a block of text by pasting it into a textarea element and clicking a "Count Characters" button. The character counting is done by retrieving the length of the text string using the length property.

When the user clicks the "Count Characters" button, the countCharacters() function is called, which retrieves the text from the textarea element and gets the length of the string using the length property. Finally, the character count is displayed on the page using the textContent property of a p element with an id of "character-count-output".

============================================================================

ক্যারেক্টার কাউন্টার টুল একটি সাধারণ ওয়েবপেজ তৈরি করে যা ব্যবহারকারীদের পাঠ্যের একটি ব্লকে অক্ষরের সংখ্যা গণনা করতে দেয় textarea উপাদান এবং একটি "অক্ষর গণনা" বোতামে ক্লিক করুন। অক্ষর গণনাটি ব্যবহার করে পাঠ্য স্ট্রিংয়ের দৈর্ঘ্য পুনরুদ্ধার করে করা হয় দৈর্ঘ্য সম্পত্তি

ব্যবহারকারী যখন "অক্ষর গণনা করুন" বোতামে ক্লিক করেন, তখন অক্ষর গণনা() ফাংশন বলা হয়, যা থেকে পাঠ্য পুনরুদ্ধার করে textarea উপাদান এবং ব্যবহার করে স্ট্রিং এর দৈর্ঘ্য পায় দৈর্ঘ্য সম্পত্তি অবশেষে, অক্ষর গণনা ব্যবহার করে পৃষ্ঠায় প্রদর্শিত হয় পাঠ্য বিষয়বস্তু a এর সম্পত্তি পি একটি সঙ্গে উপাদান আইডি এর "অক্ষর-গণনা-আউটপুট"।


Character Counter Tool

Character Counter Tool

Paste your text below:


Words Counter Tool -- শব্দ গণনা

 Words Counter

Words Counter Tool creates a simple webpage that allows users to count the number of words in a block of text by pasting it into a textarea element and clicking a "Count Words" button. The word counting is done by splitting the text into an array of words using a regular expression and counting the length of the resulting array.

When the user clicks the "Count Words" button, the countWords() function is called, which retrieves the text from the textarea element, splits it into an array of words using a regular expression that matches one or more whitespace characters, and counts the length of the resulting array. Finally, the word count is displayed on the page using the textContent property of a p element with an id of "word-count-output".

=============================================================================

শব্দ গণনা টুল একটি সাধারণ ওয়েবপেজ তৈরি করে যা ব্যবহারকারীদের একটি টেক্সট ব্লকে শব্দের সংখ্যা গণনা করার অনুমতি দেয় a এ পেস্ট করে textarea উপাদান এবং একটি "শব্দ গণনা" বোতামে ক্লিক করুন। শব্দ গণনা একটি রেগুলার এক্সপ্রেশন ব্যবহার করে টেক্সটকে শব্দের অ্যারেতে বিভক্ত করে এবং ফলাফল অ্যারের দৈর্ঘ্য গণনা করে করা হয়।

ব্যবহারকারী যখন "শব্দ গণনা করুন" বোতামে ক্লিক করেন, তখন গণনা শব্দ() ফাংশন বলা হয়, যা থেকে পাঠ্য পুনরুদ্ধার করে textarea উপাদান, এটিকে একটি রেগুলার এক্সপ্রেশন ব্যবহার করে শব্দের একটি অ্যারেতে বিভক্ত করে যা এক বা একাধিক হোয়াইট স্পেস অক্ষরের সাথে মেলে, এবং ফলস্বরূপ অ্যারের দৈর্ঘ্য গণনা করে। অবশেষে, শব্দ সংখ্যা ব্যবহার করে পৃষ্ঠায় প্রদর্শিত হয় পাঠ্য বিষয়বস্তু a এর সম্পত্তি পি একটি সঙ্গে উপাদান আইডি এর "শব্দ-গণনা-আউটপুট"।

Words Counter Tool

Words Counter Tool

Paste your text below:


QR Code Generator || QR কোড জেনারেটর || কিউআর কোড তৈরি

 QR Code Generator



QR Code Generator creates a form that takes an input for text or a URL. When the user clicks the "Generate QR Code" button, it generates a QR code using the text or URL and displays it in a centered output div. The QR code is generated using the qrcode-generator library, which is loaded from a CDN. The styling is kept simple, with a centered container and some basic input and button styling. The generated QR code is displayed in a responsive image that scales to fit the width of the container.


QR কোড জেনারেটর একটি ফর্ম তৈরি করে যা পাঠ্য বা একটি URL এর জন্য একটি ইনপুট নেয়। ব্যবহারকারী যখন "QR কোড তৈরি করুন" বোতামে ক্লিক করেন, তখন এটি পাঠ্য বা URL ব্যবহার করে একটি QR কোড তৈরি করে এবং এটিকে কেন্দ্রীভূত আউটপুট ডিভ-এ প্রদর্শন করে। QR কোডটি qrcode-জেনারেটর লাইব্রেরি ব্যবহার করে তৈরি করা হয়, যা একটি CDN থেকে লোড করা হয়। একটি কেন্দ্রীভূত ধারক এবং কিছু মৌলিক ইনপুট এবং বোতাম স্টাইলিং সহ স্টাইলিং সহজ রাখা হয়। জেনারেট করা QR কোড একটি প্রতিক্রিয়াশীল ছবিতে প্রদর্শিত হয় যা পাত্রের প্রস্থের সাথে মানানসই হয়।
QR Code Generator

QR Code Generator

QR Code