Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
Did you ever think to change your default cursor type on a web page design or HTML page? Are you tired of using those usual and normal default cursor types? You can see the default cursor as arrow that moves with your mouse movement when you are not focusing on any special element, anchor text […] Read More
Today in this post I am going to introduce you to a ready made source code that is built with pure CSS code and can be used to give a nice and pretty moving and animated background image on web page. Actually the CSS code used for this animated background image effect is the part of […] Read More
Did you ever think about presenting different part of your theme’s template file for mobile device? Or did you ever think to show different contetn for mobile devices who visits a WordPress site using a mobile device? For example you want to show “You are on PC” text on a place of your WordPress theme […] Read More
In this Android Studio tutorial I am going to show you in step by step how to display an image on android layout. This tutorial will be very helpful for those who are beginner in android developing. It is going to be really so easy. Just follow this tutorial to know the easiest way of […] Read More
In this tutorial I am going to show you how you can add CSS code inside the head tag or head section of your WordPress site with a plugin and how to build that plugin. I am going to build a really simple plugin which is consist of only one PHP file with few line of codes. […] Read More
I have already discuss on CodeSpeedy how to build an android app which loads a website or web page within the android app using the inbuilt android WebView class. You already may k.... Read More
I have already discussed about PhoneGap software which can be used to convert any JavaScript, CSS and HTML template into a native android app. Now in this article I am going to tell you how the same can be done using Android Studio with custom coding. Believe me, it is really so easy to transform your JavaScript […] Read More
You can see nice hover animation effects on many websites. When you hover your mouse cursor on an element of web page you can see nice animate hover effect that made using CSS. Tod.... Read More