তএতমাল এ চৌধুরীintamalchowdhury.com·Feb 16, 2025 · 4 min readPython User Group Dhaka: Our Journey Begins – Event RecapOn a cool February evening in Dhaka, a group of passionate Python enthusiasts gathered for something special—our city’s first-ever Python User Group meetup. What started as an idea a few weeks earlier turned into a diverse community event, laying the...00
তএতমাল এ চৌধুরীintamalchowdhury.com·Apr 30, 2024 · 2 min readHow to Create Cool Buttons with CSSI created these cool buttons in CSS. In this post, I will show you how to make them and give you the source code so you can use them on your site. Step 1 - Create HTML buttons Create the <button> in HTML: <body> <button type="submit" class="button...00
তএতমাল এ চৌধুরীintamalchowdhury.com·Feb 20, 2024 · 5 min readHow to Build a Chrome Extension? What are they?A Chrome extension is a web app made with HTML, CSS, and JavaScript. With a basic popup example you are making a mini website with web dev technologies. I dove into the world of building chrome extensions by building a basic extension as a weekly pro...00
তএতমাল এ চৌধুরীintamalchowdhury.com·Feb 18, 2024 · 1 min readChess.com Start a New Game Chrome ExtensionThanks a lot! I hope you like using this add-on. ⭐ Please leave a rating and review so other people can find out about this tool 🤗 Tell your friends about this add on. 💡 Do you have a feature request? Do you want to have more settings added to thi...00
তএতমাল এ চৌধুরীintamalchowdhury.com·Jan 11, 2024 · 1 min readPassword Field show/hide Toggle in Vanilla JavaScriptPassword field show/hide toggle is a common user experience pattern. In this pattern, you want your user to enter a password once (when they sign up). You want her to see what she typed using the eye button. Here I implemented a basic password show/h...00