Tuesday, 15 July 2025

Interactive CSS Button Designer Tool – Free & Fast

What is Button ?

                              Button  is an element of HTML. HTML is used to design Web Page and Website and Web application. Here Button is nothing but an element of HTML , purpose of a button is to input some command to the web application. It is generally a command giving input element. For example user want to "Save" some text , user will press into the "Save"  button , for example user to "Delete" something from the Web application , he would press "Detele" Button . Button play an important role in Web Application and Webpage also , Button is used to Redirect Page from one page to another page. The early version of HTML was HTML and currently HTML5 , from the beginning of HTML to HTML5 input type button is supported.

Here is the syntax of a Button

<button type='button' >Click Me</button>

                            Designing Button is and very important part of Web Design , color and text and appearance of the Button tell the user about the Button , For example "Save" button is green , that means the Button is safe to use , no harm can be made with the Button. Delete Button maybe in red color to indicate user , once data is deleted cannot be revert back again. 

                            Designing of a Button is done by generally CSS class , CSS stand for Cascading Style Sheet , current version of CSS is CSS3.CSS is defined under a style tag and it can be put in the same page or in a CSS file file.CSS3 support transformation ,rotation, animation etc.How CSS class is written ,  here is the example 

<html>
<head>
<style>
.YouClass {

                  background-color: powderblue; 

               }
</style>
</head>
<body>
 

</body>
</html> 

Very general property of a CSS is with, height, background color, front color, font type, font size ,here is an example of how this basic input are placed inside a CSS.

 <style>

.YouClass 
{     width :142px;
    height :41px;
    border-radius: 50px;
    border-color: #FFFFFF;
    background-color:#813d9c;
    cursor:pointer;
    text-align:center;
    color:#FFFFFF;
    font-size:17px;
    font-family:Verdana; } </style>

          Designing CSS for perfect button is time taking , designer have to change in attribute of the CSS , save it and open in browser and test again and again for making a CSS as per the imagine.Not only time taking but also required a lot of patient, moreover CSS works differently in different browser , the appearance of an element become change when it appear in different browser, that is another problem of CSS design. To handle it , a lot of experience is required and vendor specific code is required for the design. A new developer take a lot of time and embarrassing situation for the same.

         To handle this situation , sonjukta.com  presents  "CSS Button Generator". This  tool help user to create beautiful CSS without knowledge of coding and deep e experience Cascading Style Sheet , this tool allow user drag and drop and choosing option, the tool will create CSS automatically. This CSS are cross browser comparable.

            The main advantage of the tool is Live Preview , user can experience of changes while he is changing the slider. CSS generated by the tool will work uniformly on the different browser. The tool is  completely Web based , no installation is required. The tool is made up with open source software like JavaScript ,Mysql  ,so you do not need any kind of License of permission from the vendor.CSS generated by the tool is completely royalty free and it is user property , user can download or copy this is an add to his project.

 

 

In this tool there are eight tabs , each tab has different different functionality.

"General Tab" is for width,height,border, border radius , background color ,padding, margin of the Button This  are the general property of a Button

Next tab is "Text Tab" to control to design of text. For example text align, font color, font size, style ,font with font shadow property can be adjusted from here.

Next is "Gradient Tab" , gradient means multicolor background , a button can be multi color and color value or color intensity can be adjusted with slider gradient and gradient angle can be interested and Guardian color can also be changed from here.

Next is "Hover tab" , hover means when a mouse or object is near to the element , element will change it appearance by the changing color or size or both. This property can be adjusted from this tab.

Next is "Padding" , padding is a property were padding can be adjusted , padding top, padding right , margin can be adjusted also from this tab. 

"Image" is a tab where background image can be adjusted or user can put hir own image in the background.

The next tab is "Symbol", "Symbol" this is the unique feature of the tool. In the Button ,you can insert symbol , there are multiple Symbol you can choose and change their color and please proper position where you needed in your Button .This is the unique feature of this tool .The  Button will get "base64"  images.

The next is "SVG" tab , SVG is vector graphics that create image like object , user can place multiple SVG in the Button .User can change the color also.

 

How to Use CSS Button Generator Tool ? 

  1. Select "Text" tab for text alteration.Choose font , color ,alignment,font family.You can make shadow effect of Text by select Font Shadow parameters along with color of the shadow.User can experience the changes on the fly. 
  2. Select "General" tab for General alteration of button.User can change width , height, background color,set border with color and border width.User can change padding , marginand other general effect.User can opacity of the button.
  3. Select "Gradient" tab for gradient background setting . You choose Linear Gradients , Radial Gradients ,Conic Gradients , any kind on gradient. Gradient direction can be set easily , the tool allows two or more color create gradient.The tools allows to repeat gradient also.
  4. Select "Image" tab if user with to set background as image.Select image to set as background Image.
  5. Select "Symbol" tab if user used to insert symbol.This is the unique feature in the tool.Select Symbol , a popup will appear automatically. User can Choose color , then apply button to apply the symbol on button.User can move Symbol as per desired location by scale control.
  6. Select "Hover" tab if user want to set hover effect of button.Select hover background and font color to change hover color effect. Transform option will create css with transform effect.

 

Who will use this tool ?

From Student ,Housewife ,beginner to expert , the tool is essential for web designer. Student can use student project , small businessman can use for on website, professional web developer can use this tool to deliver professional output to their client.

Why should you use this tool ?

First and Foremost thing is this tool free and open source , no licensing is required. The tool is platform independent , it work on any operating system. The tool is browser based , the tool does not seen data to the server , the entire work is done in your browser only. So your data is safe and no login or account creation is required.The tool does not use any cookies to store in user information.

The unique feature of the tool is Live Preview , when you are designing your Button, you can see live .Another  unique feature of the tool is insertion of symbol in the Button which is rearly present similar kind of tools , that is very easy to implement symbol in a Button. Button looks very attractive and meaningful.

Here is the CSS Generated By the Tool  and OutPut

<button type='button' class='SonjuktaCSS' >Click Me</button>

<style>
.SonjuktaCSS
{     width :142px;
    height :41px;
    border-radius: 50px;
    border-color: #FFFFFF;
    background-color:#813d9c;
    cursor:pointer;
    text-align:center;
    color:#FFFFFF;
    font-size:17px;
    font-family:Verdana;
    background:linear-gradient(5deg, #80ff00 30% , #008080 77% ) } </style>

 

Example CSS Generated By This Tool


 

Future Scope

AI will be integrated near future , user will type or voice command ,  AI will creative prototype of the CSS.

In future,  user will be able to Save their work for latter work or reference. A Save button will be introduced very soon.

In future , share option will be available. CSS generator by the user can be share with a shareable link.

In future , reopen of browser will return the same design ,what user created, That means closing the browser does not ends in the process ,it will store local locally and when it is open again the user will get back his work.

Conclusion

In conclusion, the CSS Button Generator is a versatile tool that empowers designers to create visually stunning buttons with ease. By combining intuitive functionality with robust customization options, it streamlines the button creation process and enhances the overall user experience. Whether you're a seasoned web designer or a novice exploring the world of CSS, the CSS Button Maker offers a user-friendly solution for crafting captivating buttons that captivate and engage users. Embrace the power of CSS Button Maker and elevate your web design projects to new heights.


Monday, 14 July 2025

Effortless Slider Styling: Create Custom CSS Range Inputs in Seconds

What is Range Input  range in HTML ?

                  Range Input  is a control that is present from very early version of HTML. Input Range is generally use for selecting range value , for example 

  • I can set price range from 0 to 1000
  • I can set audio volume 
  • I can calculate loan amount or interest rate 

For example here is a color code range , the color code can be from 0 to 255 of Red , Green and Blue. Three color code is present there , user have to set  ,  user change the color code value , the final color will be displayed. Thus HTML range is an essential for Web Development and Web Application.


 

The basic Syntax of HTML range is 

<input type="range" min="1" max="255" value="50" > 

For our example , the minimum was zero(o) and the maximum value define the maximum(255)  and step define the amount of value in each step , here set one(1) .One thing must be noted that HTML Input Range also support custom attribute , For example , I have attribute called 'sonjukta'. The example how custom attribute can be added to the control and how JavaScript can handle the custom attribute.

 <input type="range" min="1" max="255" value="50" sonjukta="brightness-control" id="rangeInput">

 <script>
  const rangeInput = document.getElementById('rangeInput');

  // Access the custom attribute
  const sonjuktaValue = rangeInput.getAttribute('sonjukta');

  // Example usage: log value change and custom attribute
  rangeInput.addEventListener('input', function () {
    console.log(`Value: ${this.value}, Sonjukta: ${sonjuktaValue}`);
    
    // Example: Do something if attribute is 'brightness-control'
    if (sonjuktaValue === 'brightness-control') {
      document.body.style.filter = `brightness(${this.value}%)`;
    }
  });
</script>

Input Range appear differently in different Browser ,  when you open in Mozilla and Chrome , you will notice the two design are different , that is the challenging portion for a Web Designer to keep the consistency of design throughout the browser. This required pseudo code for vendor specific.  Range Input  can be horizontal or vertical , here is the example of horizontal and vertical.

 

 
Vertical and Horizontal Range Input
 
<input type="range" orient="vertical" />
input[type=range][orient=vertical] {
    writing-mode: vertical-lr;
    direction: rtl;
    appearance: slider-vertical;
    width: 16px;
    vertical-align: bottom;
} 
HTML Range Input basically operated by either mouse or  skin touch , is does not allow typing , Only drag and drop. This control works on both desktop mobile and other device. HTML Range Input have two part one is Thumb and another is Slider . Thumb move on Slider . In some browser Thumb and Slider property  if not adjusted properly , design distorted . Here is the example of the same.
 

 
 
So designing of Input Range is very critical , designer need to handle browser  specific  pseudo code for design for thumb and separate design for range input and finally merge to create a single CSS. This required a lot of time to design HTML Range input , this type of problem is time consuming matter. Sanjukta.com introduce CSS Range Input Generator,  this is a free and open source tool to handle CSS generation for Range Input . Everyday, thousands of designer create their own design and happily place the CSS in their project .This tool allow creating CSS i,e  Cascading Styles Sheet for HTML Range Input and Download and Copy the code.This tool is made of with free software like JavaScript , Mysql etc. and open for all .This tool allow Live Preview when you are changing design ,  you don't need to check again and again and open it with browser to see your code and to test multiple browser and to test multiple device . The code will create the code which is all all browser comparable and all device compatible.
 
 
| Browser               |   Engine           | Prefix Used | Example Pseudo-Element   |
| --------------------- | ----------------   | ----------- | ------------------------ |
| Chrome                | Blink/WebKit  | -webkit-  | ::-webkit-slider-thumb |
| Safari                   | WebKit            |-webkit-   | ::-webkit-slider-thumb |
| Firefox                 | Gecko             | -moz-       | ::-moz-range-thumb     |
| Edge (Old)           | EdgeHTML    | -ms-         | ::-ms-thumb            |
| Edge (New)          | Blink              | -webkit-   | ::-webkit-slider-thumb |
| Internet Explorer  | Trident           | -ms-         | ::-ms-thumb            |
 
 
                    CSS Range Input Generator have four tabs , first  tab is for "Thumb Decoration" , height , width ,border  radius style can be design from this tab , not only that margin ,opacity and shadow , shadow color can be adjusted from this tab.
 
                     "Track Decoration"  decoration is a tab which is used for decorating track , track with ,height border radius ,border, background color, border type can be design from here.Shadow and shadow color can be adjusted from here.
 
                      "Track Gradient"  is used for background color.Gradient means multiple color ,this tool allow track having multiple color with angle option and gradient is in degree.
 
                       Finally there is this tab called "Track Gradient" , it  allows slider background Image addition and removing and overall control padding and margin.Padding like top, button, left, right can be adjusted separately , Margin like top, button, left, right can be adjusted separately. Finally  the CSS can be Download or Copy by just clicking once. Around 30 example is attached with the tool so that user can have an experience that how the tools works . Here is the example of CSS generated by this tool and the output.
 

 
 
<input type=range class=YourCss  />

<style>
.YourCss
{
    -webkit-appearance:none;
    appearance:none;
    background:transparent;
    cursor:pointer;
    Width:249px;
    Height:17px
}

.YourCss::-webkit-slider-runnable-track
{
    width :249px;
    height :17px;
    border-radius :10px;
    background-color :rgb(107, 222, 219);
    background:linear-gradient(72deg,rgb(64, 128, 128),rgb(175, 235, 55));

.YourCss::-moz-range-track
{
    width :249px;
    height :17px;
    border-radius :10px;
    background-color :rgb(107, 222, 219);
    background:linear-gradient(72deg,rgb(64, 128, 128),rgb(175, 235, 55));
}
.YourCss::-webkit-slider-thumb
{
    -webkit-appearance:none;width :40px;
    height :32px;
    border-radius: 10px;
    border-width: 1px;
    border-style:  solid;
    border-color: rgb(46, 12, 12);
    background-color: rgb(209, 203, 88);
    margin:-14.88px;
}
.YourCss::-moz-range-thumb
{
    width :40px;
    height :32px;
    border-radius: 10px;
    border-width: 1px;
    border-style:  solid;
    border-color: rgb(46, 12, 12);
    background-color: rgb(209, 203, 88);
    margin:-14.88px;

}
.YourCss::-ms-fill-lower
{
    width :249px;
    height :17px;
    border-radius :10px;
    background-color :rgb(107, 222, 219);
    background:linear-gradient(72deg,rgb(64, 128, 128),rgb(175, 235, 55));
}
.YourCss::-ms-fill-upper 
{
    width :249px;
    height :17px;
    border-radius :10px;
    background-color :rgb(107, 222, 219);
    background:linear-gradient(72deg,rgb(64, 128, 128),rgb(175, 235, 55));
}
.YourCss::-ms-thumb 
{
    width :40px;
    height :32px;
    border-radius: 10px;
    border-width: 1px;
    border-style:  solid;
    border-color: rgb(46, 12, 12);
    background-color: rgb(209, 203, 88);
    margin:-14.88px;
}
</style> 

Why should you use this tool  ?

There are different tool available for CSS generation but this tool have some unique features

  • This tool is very fast and sophisticated. 
  • The tool design CSS  only with required attribute , extra attribute is remove from this CSS, this make CSS very compact and useful and cost saving for the project.
  • This tool can be used who have no coding experience or even an idea of Cascading Style Sheet , just drag and drop and you will get a Live Preview and you see code is ready , just Copy or Download CSS generated by the tool.
  • The CSS generated by this tool  is user property , the provider do not have  any copyright on the CSS , you can apply it student project and as well as commercial purpose also.
  • This tool is free and open source , no licensing is required and it operate on very low internet connection also.
  • The tool is very safe ,user data is not stored , cookie is not present there, user do not have to create any login account or user account , just open the software and use it.
  • User can set the background of Live Preview  color to match with project he is working with

 

Future scope of the tool 

  • In future the tool become AI supported , user will type or comment to the tool and tool with design itself and Live Preview will be appear 
  • User would be able to share his work . User can design and share the link to the other person and use the receiver  can open the link and see the design
  • The tool in future will be multiple save option .User will able to save multiple design for his future  project , the saving option will be by name.
  • In future , user will require login option , if they want to save the work.
  • In future another option will be added , that if user browser is closed, the user will not loose their work , local sessions storage will be handle get back the work. 
  • In future user will able to generate image of the control so that image can be place in their project. Image will be PNG ,JPG and other format.
  •  But the tool will remain free forever , provider will never charge any costing for using this tools.

 

Frequently Asked Question 

Is this CSS can be used to other HTML element ?

The CSS design by the tool is specified design for Range Input , generated CSS will not be effective for other HTML element like Button , text , lebel etc. Range Input has two part , Thumb and Slider , so the design is difficult and separated , no other HTML element has this type of two part ,so no element will support same design.

The CSS generated by this tool required any external link ?

 No, no external link is required to implement the CSS , this CSS works locally with your project , no external data transfer or file is required or any type of scripting is required. No external dependency is there. 

What is the limitation of use ?
No , there is no limitation of use , any user can use any number of time from any part of the world . The provider does not claim any limitation for using the software. 

Which version CSS supported ?
Vernon supported is CSS3. CSS3 is the latest version and it will support legacy version like CSS and CSS1 and advanced version (if release).

Can my design be stolen ? 

No , your cannot be stolen the work .User you do the work on their  browser only , it does not go to the server , so you are safe.

 


Wednesday, 21 August 2024

বাঙালির বেড়ানো সেরা তিন ঠিকানা

বাঙালির বেড়ানো সেরা চারটি ঠিকানা  

বাঙালি মানে বেড়ানো পাগল | দু একদিন ছুটি পেলো মানে বাঙালি চলল ঘুরতে | সে সমুদ্রই হোক ,পাহাড়ি হোক বা নদী হোক। বাঙালির ঘোড়া চাই চাই ,|এই জন্য বলা হয় বাঙালির পায়ের তলায় সরষে এই বাঙ্গালীদের ঘুরতে যাওয়ার এতই নেশা ,যে গরমের ছুটিতে পূজোর ছুটিতে সমস্ত পাহাড় সমুদ্র ভ্রমণ স্থল গুলো লোকে গিজগিজ করে | যার ক্ষমতা যেমন , সে ঠিক তেমন জায়গাতেই ঘুরতে যায় |তবে বাঙ্গালিরা বেশিরভাগই ভারতের মধ্যে ঘুরতে করতে পছন্দ করে | কিন্তু সুযোগ পেলে বাঙালিরা বিদেশ ঘুরতে যায় |এখন একটা প্রবণতা হয়ে গিয়েছে অল্প বয়সী বাঙালি ছেলে-মেয়েদের বিদেশ ঘুরতে যাওয়ার | দেশে ঘুরতে যাওয়া বাঙালিরা যে সমস্ত স্থানে ঘুরতে পছন্দ করে ,তার কয়েকটি দিলাম | আপনারাও চাইলে ঘুরে আসতে পারেন

দীঘা

বাঙালি সবচেয়ে বেশি যায় দীঘা | দীঘা হলো এমন একটা স্থান ,যেখানে প্রত্যেক বাঙালি সারা জীবনে বেশ কয়েকবার ভ্রমণ করে ,তবু তাদের দীঘা ভ্রমণের স্বাদ মেটে না |এখানকার উত্তাল জলরাশি ,দিগন্ত বিস্তৃত সমুদ্র , ঝাউবন এবং আর কাছাকাছি অনেকগুলি টুরিস্ট স্পট থাকায় ,এটা সপ্তাহ আনতে পর্যটনের সেরা হয়ে উঠেছে এখানে রয়েছে প্রচুর হোটেল,রিসোর্ট ,হলিডে হোম | ছুটির দিন প্রায় প্রত্যেকটা হোটেল রিসোর্ট পর্যটকে হয়েযায় | এখানে এলে ,আগে থেকে হোটেল বুক করে আসাটাই শ্রেয় |দীঘাতে স্নান করা  অনাবিল আনন্দ সকালে উঠে সূর্যোদয় সূর্যাস্ত এবং সকালবেলা ঝিনুক কুড়ানোর এর মজাই আলাদা|

এছাড়াও ,এখানে কাছেই রয়েছে সাইনসিটি ,কাছেই রয়েছে অমরাবতী পার্ক ,যেখানে আপনারা বোটিং আর ট্রয় ট্রেন ড্রাইভিং করতে পারেন |তাছাড়া যেতে পারেন ঢেউসগর পার্ক দেখতে ,সাধারণত সন্ধ্যেবেলায় বেশি জমজমাট হয় |এছাড়া কাছেই রয়েছে উদয়পুর, এখানে সমুদ্র দেখতে দেখতে ডাবের জল খেতে পারে| তিন চার কিলোমিটার দূরে রয়েছে চন্দনেশ্বর শিব মন্দির, এটি একটি প্রাচীন শিব মন্দির ,এটা উড়িষ্যা রাজ্যে অবস্থিত| দীঘা থেকে প্রায় কিলোমিটার খানেক গেলে পশ্চিমবঙ্গ শেষ হয়ে ,উড়িষ্যা রাজ্য পড়ে যায় |এই চন্দনেশ্বর মন্দির উড়িষ্যা রাজ্যে অবস্থিত , এছাড়া আপনারা একটা গাড়ি ভাড়া করে কাছাকাছি মন্দারমনিতে ঘুরে আসতে পারেন ,সেখানে একদিন থাকতেও পারেন | এছাড়া যাবেন শংকরপুর |শংকরপুর একটা  মৎস্য বন্দর | আপনি প্রচুর ট্রলার, মাছ ধরা সরঞ্জাম এবং জেলে দেখতে পেয়ে যাবেন |তবে শংকরপুরে থাকার জায়গা কিন্তু সীমিত, আগে থেকে বুকিং করে যাওয়াটাই ভালো ,এছাড়াও যেতে পারেন তাজপুর |তাজপুর একদিনে এগিয়ে চলে আসতে পারেন আবার কিছু একটা দিন কাটিও আসতে পারেন |

 


কিভাবে যাবেন ?

ট্রেন ও বাস দুভাবেই যাওয়া হয়       

ট্রেনে :

  • তাম্রলিপ্ত এক্সপ্রেস (Tamralipta Express) : হাওড়া থেকে ছাড়ে সকাল 06:45  , দিঘা পৌঁছয়  সকাল 10:05 |

  • দীঘা হাওড়া লোকাল (Digha Howrah Local): দিঘা থেকে ছাড়ে 10:35  , হাওড়া পৌঁছয় 13:55

 

বাসে :

  1. কলকাতা থেকে বাস পরিষেবা:
    ধর্মতলা (Dharmatala/Esplanade) থেকে রাজ্য পরিবহন (WBSTC), প্রাইভেট বা Volvo AC বাস পাওয়া যায়।

  2. বাসের ধরন:

    • এসি ও নন-এসি বাস

    • স্লিপার ও সিটিং

    • সকাল ও রাতের বাস পরিষেবা

  3. ভাড়া ও সময়:
    ভাড়া ₹200 – ₹500 এর মধ্যে ।
    সময় লাগে প্রায় ৪.৫ – ৫.৫ ঘণ্টা।

 

কোথায় থাকবেন ?

দীঘাতে প্রচুর সরকারি ও বেসরকারি হোটেল , গেস্ট হাউস রয়েছে 
কিছু  বেসরকারি হোটেল 

  1. Abhyagama Hotel

  2. Iconic Hotel Digha

  3. Le Roi Digha

  4. Hotel Dolphin

  5. Cygnett Inn Sea View

  6. Sea Sand Digha 

কিছু সরকারি থাকবার জায়গা 

  1. Dighali Tourism Property -Old Digha

  2. Holiday Home (Labour Board)-New Digha

  3. PWD Inspection Bungalow    Old Digha - Gobindabasan

 

কথন যাবেন ? 

দিঘা বছরের সবসময় জাওয়াযায় , তবে ছুটির দিন গুলোতে ভিড় হয় অনেক বেশি | তাই ছুটির দিন গেলে আগে থেকে হোটেল বুক করে যাওয়াটাই নিরাপদ |

দিঘা বেড়ানোর কিছু পরামর্শ 

  1. সরকারি পরিচয় পত্র সঙ্গে রাখবেন  , হোটেল কর্তৃপক্ষ যাচাই করতে পারে | 

  2. সবসময় নিরাপদ জায়গায় চান করবেন |  

  3. ভরা কোটাল বা দুর্যোগের সময় সমুদ্রের কাছে যাবেন না  | 

  4. পরিষ্কার , পরিছন্ন জায়গায় আহার গ্রহণ করবেন | অযথা থানীয়দের সঙ্গে তর্কে জড়াবেন না |

      

বকখালি

এরপরে যে জায়গার নাম বলবে সেটা হল বকখালি | বকখালি দক্ষিণ ২৪ পরগনা অবস্থিত একটাও জনপ্রিয় ভ্রমণ কেন্দ্র |বকখালি যেতে গেলে প্রথম আপনাকে শিয়ালদা থেকে নামখানা লোকাল ধরে নামখানা যেতে হবে |সেখান থেকে টোটো  করে বকখালি বকখালি |মোটামুটি সারা বছরই পর্যটকদের সমাগম দেখা যায় |এখানে হচ্ছে প্রচুর হোটেল সরকারি বেসরকারি উভয় ধরনের হোটেলে পাওয়া যায় | এখানে দিগন্ত বিস্তৃত সোনালী বালি ,সমুদ্রের ঢেউ, সুন্দরবনের বাতাস এবং দূর থেকে ম্যানগ্রোভ অরণ্য একটা অদ্ভুত শোভা বর্ধন করে |আর বকখালিতে প্রচুর পরিমাণে কাঁকড়া চিংড়ি মাছ পাওয়া যায় ,তো যদি বকখালি ঘুরতে যান অবশ্যই কাঁকড়া চিংড়ি মাছ খেয়ে তবে আসবে। বকখালি  স্নান ছাড়াও সূর্যাস্ত এবং সূর্যোদয় দেখার মত ,এছাড়া আপনারা একটা ছোট গাড়ি করে ঘুরে আসবেন |

ফ্রেজারগঞ্জ , ফ্রেজারগঞ্জ একটি মৎস্য বন্দ র , এখানে প্রচুর মাছ ধরার ট্রলার দেখা যায় এবং এটি শহরের কোলাহল থেকে বহু দূরে নিরিবিলি একটা সমুদ্র সৈকত |বকখালি যারা বকখালি যারা যায় তারা ফ্রেজারগঞ্জ  অবশ্যই ঘুরে আসবেন ,এরপরে আমরা যেটা কথা বলব সেটা হলো জম্বু দ্বীপ, জম্বু দ্বীপ যেতে গেলে একটা ছোট নৌকা বা লঞ্চ ভাড়া করতে হয় এবং  যেতে হয় |আপনারা প্রাকৃতিক পরিবেশে পাখি দেখতে পাবেন ,এটাও সুন্দরবনের অংশ, এছাড়া একটা প্রাকৃতিক নির্জনতা উপভোগ করতে পারবেন|

 




কিভাবে যাবেন ?

ট্রেন ও বাস দুভাবেই যাওয়া হয়       

ট্রেনে :

  • 34792    Sealdah–Namkhana Local    শিয়ালদহ থেকে ছাড়ে 13:20    পৌঁছয়  15:55

  • 34794    Sealdah–Namkhana Fast Local শিয়ালদহ থেকে ছাড়ে  21:30 পৌঁছয় 00:15 (রাত)

বাসে :

  1. কলকাতা থেকে বাস পরিষেবা:
    ধর্মতলা (Dharmatala/Esplanade) থেকে রাজ্য পরিবহন (WBSTC), প্রাইভেট  বাস পাওয়া যায়।

  2. বাসের ধরন:

    • নন-এসি বাস

  3. ভাড়া ও সময়:
    ভাড়া ₹83 – ₹200 এর মধ্যে ।

    যাত্রা সময় আনুমানিক ২ঘন্টা ৪৫মিনিট থেকে ৩ ঘণ্টা ৪৫মিনিট পর্যন্ত


কোথায় থাকবেন ?

বকখালিতে প্রচুর সরকারি ও বেসরকারি হোটেল , গেস্ট হাউস রয়েছে 
কিছু  বেসরকারি হোটেল 

  1. Hotel Amarabati

  2. Balaka Lodge

  3. Hotel Dolphin

  4. Hotel Bay View

  5. Hotel Inodoy (Nirala)

  6. Hotel O Sanjog 

  7. FabHotel Prime Indeedcare Resort Bakkhali

  8. Tapama Resort and Fish Restaurant

  9. Palette – Beachfront Elegance Resort 

কিছু সরকারি থাকবার জায়গা 

  1. Balutot Tourism Property

  2. West Bengal Fisheries Department Guest House 

  3. Forest Guest House (Forest Dept.) – Bakkhali / Henry Island  

 

কথন যাবেন ?

 বকখালিতে সারাবছর যাওয়া যায় , তবে শীতকালে যাওয়াটা বেশি ভালো হবে | সমুদ্রের কাছাকাছি হওয়া করবে দুর্যোগ পূর্ণ আবহাওয়ায় না যাওয়া ভালো |

 

 বকখালিতে বেড়ানোর কিছু পরামর্শ 

  1.  সরকারি পরিচয় পত্র সঙ্গে রাখবেন  , হোটেল কর্তৃপক্ষ যাচাই করতে পারে |বকখালি বাংলাদেশ খুব কাছাকাছি , তাই সরকারি পরিচয় পত্র হাতে থাকলে বিদেশি বলে প্রশাসন সন্দেহ করবে না | 
  2.  সবসময় নিরাপদ জায়গায় চান করবেন | সমুদ্রে খুব দূর পর্যন্ত নামবেন না , যেকোনো সময় হঠাৎ জলস্তর বেড়ে যেতে পারে |
  3.  ভরা কোটাল বা দুর্যোগের সময় সমুদ্রের কাছে যাবেন না  | কাছাকাছি মৎস বন্দর হওয়ায় , আবহাওয়া খারাপ হলে প্রশাসন প্রচার চালাতে থাকেন , প্রশাসনের নির্দেশ পালন করে চলা উচিত |
  4.  পরিষ্কার , পরিছন্ন জায়গায় আহার গ্রহণ করবেন |


মন্দারমনি

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




 

কিভাবে যাবেন ?

ট্রেনে : কলকাতা (Howrah বা Shalimar) থেকে Contai (Kanthi), Ramnagar বা Digha পর্যন্ত লোকাল বা এক্সপ্রেস ট্রেন | সেখানথেকে ছোট গাড়ি বা টোটো |

বাসে :
কলকাতা থেকে বাস পরিষেবা:
ধর্মতলা (Dharmatala/Esplanade) থেকে রাজ্য পরিবহন (WBSTC), প্রাইভেট বা Volvo AC বাস পাওয়া যায়।

বাসের ধরন:

    এসি ও নন-এসি বাস

    স্লিপার ও সিটিং

    সকাল ও রাতের বাস পরিষেবা

    নামতে হবে চাউল খোলা , সেখান থেকে ছোট গাড়ি বা টোটো |ভাড়া জনপ্রতি ৩০ টাকা মতো |

কোথায় থাকবেন ?
এখানে প্রচুর হোটেল রয়েছে 

1) Hotel Sonar Bangla    
2) Prime Beach Resort    
3 )Hotel Mainak Mandarmani    
4) Shanti Seaview Resort & Spa
5) Sea Star Resort    
6) Ajoy Minar / Massara    
7) Sun City / Digante Resorts 

তবে সেরা ঠিকানা 'Mandarmani Ramkrishna Sebasram' , মাত্র ৬০০ টাকা দিয়ে এখানে থাকা খাওয়ার দারুন বন্দোবস্ত |সম্ভবতো , এখানে সরকারি কোনো থাকার বেবস্তা নেই | 

কিভাবে যোগাযোগ করেবন : Ramkrishna Vivekaknda Mission


 

 

কথন যাবেন ?

মন্দারমনি দারুন জায়গা , পরিবার নিয়ে সময় কাটানোর একটা দারুন জায়গা | সারাবছর যেতে পারেন | ছুটির দিনগুলোতে হোটেল পাওয়া মুশকিল হয়েপড়ে | 

 

মন্দারমনি বেড়ানোর কিছু পরামর্শ 

  1. সরকারি পরিচয় পত্র সঙ্গে রাখবেন  , হোটেল কর্তৃপক্ষ যাচাই করতে পারে | কেউ কেউ পরিচয় পোর্টার প্রতিলিপি জমারাখে |

  2. সবসময় নিরাপদ জায়গায় চান করবেন |  সমুদ্রের বেশি গভীরে যাবার দরকার নেই |

  3. ভরা কোটাল বা দুর্যোগের সময় সমুদ্রের কাছে যাবেন না  | 

  4. লাল কাঁকড়া , ঝাউ গাছ নষ্ট করবেন না |মদ্যপ অবস্থায় জলে নামবেন না |

 

 


Interactive CSS Button Designer Tool – Free & Fast

What is Button ?                               Button  is an element of HTML. HTML is used to design Web Page and Website and Web applicatio...