Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

how to escape quotes in python – escape quotes from string

By Saruque Ahamed Mollick

In this Python tutorial, we are going to show you how to escape quotes from a string in Python. This is really a great problem ( actually an irritating problem ) when you are havi.... Read More

How to Disable Text Selection in HTML CSS and JavaScript

By Saruque Ahamed Mollick

In this tutorial, we will learn how to disable text selection in HTML CSS and JavaScript. The tutorial is focused on how to disable text selection of a webpage. Here I will achieve.... Read More

How to replace space with %20 in JavaScript

By Saruque Ahamed Mollick

This tutorial is going to be useful for those who are dealing with URL. Because this tutorial will help you to learn how to replace space with %20 in JavaScript easily. You can rep.... Read More

Get current play time of a video in JavaScript – HTML5 Video

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to get current play time of a video in JavaScript. If you are going to create a video player with core JavaScript and you need to sh.... Read More

Play Selected Part of a Video in javaScript

By Saruque Ahamed Mollick

Almost all of us know what is a preview video. Yes, you can play a preview of a video in JavaScript with this tutorial. You will learn how to play selected part of a video in JavaS.... Read More

How to play selected part of an audio file in JavaScript

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to play a selected portion of an audio in JavaScript. I have posted some useful tutorial to work with HTML5 audio in JavaScript like.... Read More

How to concatenate byte array in java with an easy example

By Saruque Ahamed Mollick

In this Java tutorial, We will learn how easily we can concatenate multiple byte array in Java. That’s mean you can concatenate two or more byte array in Java easily. In orde.... Read More

Get first and last date of current month in JavaScript – Any given month also

By Saruque Ahamed Mollick

This is a JavaScript tutorial where you can learn how to get first and last date of the current month in JavaScript. In many projects, we need to find out the first and last date..... Read More

Related Posts