CSS code snippet to shake div element on mouse hover

By Faruque Ahamed Mollick

Here in this post I am going to give you a simple CSS code snippet which will shake a div element on mouse hover. In this code I am going to use CSS @keyframes rule which use for .... Read More

Register WordPress navigation menu and insert in theme

By Faruque Ahamed Mollick

Navigation menu is an important part of any website. Without navigation menus a website doesn’t look good and it looks like the website is not properly arranged. WordPress al.... Read More

Java Garbage Collection

Java Garbage Collection

By Saruque Ahamed Mollick | February 3, 2017

I was trying to find the best information on Java garbage collection and why java does not support destructors. Almost read 100 of blogs and articles on Java garbage collector and destructors method in java. I have found to the point answer but I was looking for the process and was looking for the exact method by […] Read More

YouTube Video Downloader Script in PHP With Source Code

YouTube Video Downloader Script in PHP With Source Code

By Faruque Ahamed Mollick | February 1, 2017

It is now become so easy to start your own application. This is also applicable for PHP application. There are various types of PHP scripts and source codes available which you can use to start your website or website for your client. Here in this article, I am going to tell you about a YouTube […] Read More

java.lang.NOSuchMethodError: main Exception in thread “main”

By Saruque Ahamed Mollick

There are lot of errors we have to face while programming. today we are going to know about this error mentioned below and also we will come to know that how to solve this kind of .... Read More

CSS cursor Property to change cursor type on mouse hover

CSS cursor Property to change cursor type on mouse hover

By Faruque Ahamed Mollick | January 26, 2017

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

CSS Moving Background Image Animation – CSS3 Source Code

CSS Moving Background Image Animation – CSS3 Source Code

By Faruque Ahamed Mollick | January 24, 2017

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

How To Detect Mobile Device From WordPress Theme

How To Detect Mobile Device From WordPress Theme

By Faruque Ahamed Mollick | January 23, 2017

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