Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
You will see some popular URL shortener website like Bitly which let you short any types of long URL and you will also be able to see the statistics. On analytics page, you will a.... Read More
Hello, guys! I am again here with another CSS tutorial. In this tutorial, I will show you how to change the text selection color using CSS. You will see that in default the text se.... Read More
In many websites, you can see nice and awesome image hover effects. Do you also want some nice image hover effects on your web page but you don’t have time or professional skills in CSS coding? Don’t worry, here in this article, I am going to introduce you with an awesome CSS source code that is […] Read More
In this post, I am going to give you Java code snippet which will read a text file line by line. In this Java tutorial, I am going to use the BufferedReader Java class. It is goin.... Read More
Hello, guys! I am here again with another simple and easy PHP tutorial. In this tutorial, I will show you how to read a text file line by line. Like any other tutorial, I will also.... Read More
JSON or JavaScript Object Notation is a lightweight data-interchange format. Developers often need to work with JSON to load and manipulate JSON feeds from other sites. Lots of s.... Read More
In this article, I am going to tell you how to encode JSON objects using Java programming language with simple example code. I hope you will enjoy this tutorial. At first, you nee.... Read More
Hello, guys! I hope you will like this post. In this post, I am going to tell you how to get the thumbnail image of any YouTube video. YouTube automatically generate 4 types of the thumbnail image. You will able to get each thumbnail image from these URL given below: https://img.youtube.com/vi/YouTube_Video_ID/0.jpg https://img.youtube.com/vi/YouTube_Video_ID/1.jpg https://img Read More