Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Get This URL Shortener With Analytics PHP Script With MySQL

By Faruque Ahamed Mollick

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

CSS Code To Change Text Selection Color

By Faruque Ahamed Mollick

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

Responsive Image Hover Effect With Pure CSS Code

Responsive Image Hover Effect With Pure CSS Code

By Faruque Ahamed Mollick | March 14, 2017

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

Reading A Text File Line By Line In Java With Example

By Faruque Ahamed Mollick

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

How To Read A Text File Line By Line In PHP?

By Faruque Ahamed Mollick

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

How to parse JSON file in PHP?

By Faruque Ahamed Mollick

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

Encoding JSON In Java With Simple Example

By Faruque Ahamed Mollick

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

How to get thumbnail image from YouTube videos?

How to get thumbnail image from YouTube videos?

By Faruque Ahamed Mollick | March 3, 2017

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

Related Posts