Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
Hello guys… I am here again with a tutorial. In this tutorial I am going to tell you how you can build a simple YouTube downloader with the help of PHP programming language. .... Read More
You will see CSS animation effect on many websites and web templates. It is not so hard to create animation effect using CSS. CSS animation effect actually introduced from CSS3. In this tutorialĀ I am going to tell you how to create animation effect using CSS. How to create animation effect using CSS code? Using CSS […] Read More
You may noticed in many WordPress theme while creating pages that it allow to choose the template. Well you can also create custom page with custom design in your WordPress theme or in any other WP theme. You can completely give it a new design which is different than the theme. Today in this post […] Read More
Have you skills in CSS, HTML and JavaScript coding? If you know these three language then you can develop your native android app easily. Today in this blog post I am going to tell you how to develop native android apps using JavaScript, HTML and CSS code. How to build android app using HTML, JavaScript […] Read More
Today I am going to show you how to add text block over an image using CSS code. Suppose you have an image in your HTML page and now you want to add a text over the image. For example here is the HTML code: <div class="textonimage"> <img src="images/city-sunlight.jpg" /> <h2><span>Text over image<br/>With transparent black […] Read More
In this tutorial I will show you how to make the div element height and width 100% so that it will fit the browser window height and width using CSS code. This code will be very us.... Read More
Android tutorial to learn how to build compass application in android studio. Now in this blog post, I am going to make a very simple application which shows the direction like Nor.... Read More
When a developer coding in Java, it can be found several time that she/he needs to convert Integer to String. If you are new in Java then you may also still don’t know how to.... Read More