Showing posts with label online tools store india. Show all posts
Showing posts with label online tools store 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

RPN(Reverse Polish Notation) Scientific Calculator

 RPN(Reverse Polish Notation) Scientific Calculator


Enter text input field, a button for each operation, and a button to clear the expression. When your click on a button, the corresponding value is added to the expression in the input field. Then Press the Enter key or click the "Calculate" button to evaluate the expression and displays the result in a readonly input field. Also includes buttons for trigonometric functions and the constant pi, and handles any errors that may occur during evaluation.

RPN Calculator

RPN 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











This code includes a form with fields for entering personal information, a summary, education, experience, and skills. When the user submits the form, a JavaScript function called generateResume() is called. This function retrieves the form values and generates HTML code for the resume based on those values.


The generated HTML code is then displayed in a div element with the id of "resume". The resume itself is structured with headings and paragraphs, but you can customize the HTML code to your liking.


Note that this example code is very basic and does not include any styling or formatting.

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

জীবনবৃত্তান্ত মেকার টুল তে ব্যক্তিগত তথ্য, একটি সারাংশ, শিক্ষা, অভিজ্ঞতা এবং দক্ষতা প্রবেশের জন্য ক্ষেত্র সহ একটি ফর্ম অন্তর্ভুক্ত রয়েছে। যখন ব্যবহারকারী ফর্ম জমা দেয়, তখন একটি জাভাস্ক্রিপ্ট ফাংশন বলা হয়generateResume() বলা হয়. এই ফাংশনটি ফর্মের মানগুলি পুনরুদ্ধার করে এবং সেই মানগুলির উপর ভিত্তি করে সারসংকলনের জন্য HTML কোড তৈরি করে।


উত্পন্ন এইচটিএমএল কোড তারপর প্রদর্শিত হয় adiv সঙ্গে উপাদানআইডি এর "জীবনবৃত্তান্ত"। জীবনবৃত্তান্ত নিজেই শিরোনাম এবং অনুচ্ছেদ দিয়ে গঠন করা হয়েছে, তবে আপনি আপনার পছন্দ অনুযায়ী HTML কোড কাস্টমাইজ করতে পারেন।


মনে রাখবেন এই উদাহরণ কোডটি খুবই মৌলিক এবং এতে কোনো স্টাইলিং বা বিন্যাস অন্তর্ভুক্ত নেই।

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

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 ব্যবহার করে।

RGBA Color Picker -- আরজিবিএ কালার পিকার

RGBA Color Picker

RGBA Color Picker includes a form with four range inputs, one for each color channel (red, green, blue) and one for the alpha value (transparency). It also includes a color box that displays the selected RGBA color, as well as some CSS styling to make it look presentable.

The JavaScript code at the bottom of the HTML file handles the updating of the color box based on the user's input. When any of the range inputs change, the updateColorBox() function is called, which calculates the new RGBA value based on the current values of the input fields, updates the color box's background color, and displays the RGBA value in the span element.

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

আরজিবিএ কালার পিকার

আরজিবিএ কালার পিকার চারটি রেঞ্জ ইনপুট সহ একটি ফর্ম রয়েছে, প্রতিটি রঙের চ্যানেলের জন্য একটি (লাল, সবুজ, নীল) এবং একটি আলফা মান (স্বচ্ছতা)। এটিতে একটি রঙের বাক্সও রয়েছে যা নির্বাচিত RGBA রঙ প্রদর্শন করে, পাশাপাশি কিছু CSS স্টাইলিং এটিকে উপস্থাপনযোগ্য দেখায়।

HTML ফাইলের নীচে জাভাস্ক্রিপ্ট কোড ব্যবহারকারীর ইনপুটের উপর ভিত্তি করে রঙ বাক্সের আপডেট পরিচালনা করে। যখন পরিসর ইনপুট পরিবর্তন হয়,আপডেট কালারবক্স() ফাংশন বলা হয়, যা ইনপুট ক্ষেত্রগুলির বর্তমান মানের উপর ভিত্তি করে নতুন RGBA মান গণনা করে, রঙ বাক্সের পটভূমির রঙ আপডেট করে এবং স্প্যান উপাদানে RGBA মান প্রদর্শন করে।


RGBA Color Picker Tool

RGBA Color Picker Tool

RGBA: rgba(0,0,0,0.5)

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




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




Affiliate Link Disclosure Page Generator -- অ্যাফিলিয়েট লিঙ্ক ডিসক্লোজার পেজ জেনারেটর

 Affiliate Link Disclosure Page Generator

Affiliate Link Disclosure Page Generator Tool creates a simple webpage that allows users to generate an affiliate link disclosure page by pasting their disclosure text into a textarea element and clicking a "Generate Disclosure Page" button.

When the user clicks the "Generate Disclosure Page" button, the generateDisclosurePage() function is called, which retrieves the disclosure text from the textarea element, creates an HTML string that includes the disclosure text and a standard affiliate link disclosure statement, and sets the innerHTML property of a p element with an id of "disclosure-page-output" to the HTML string. The resulting HTML code can be copied and pasted into a new HTML file to create the affiliate link disclosure page.

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

অ্যাফিলিয়েট লিঙ্ক ডিসক্লোজার পেজ জেনারেটর টুল একটি সাধারণ ওয়েব পৃষ্ঠা তৈরি করে, যা ব্যবহারকারীদের তাদের প্রকাশের পাঠ্য পেস্ট করে একটি অ্যাফিলিয়েট লিঙ্ক প্রকাশ পৃষ্ঠা তৈরি করতে দেয় । textarea উপাদান এবং একটি "প্রকাশ পৃষ্ঠা তৈরি করুন" বোতামে ক্লিক করুন।

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

Affiliate Link Disclosure Page Generator Tool

Affiliate Link Disclosure Page Generator Tool

Paste your affiliate link disclosure 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