Gif loader before page loads completely

jQuery 0 Comment

The technique behind showing a gif loader before page loads completely is very easy. Basically what it is doing ? It is...
Read More ⟶

Jquery UI autocomplete with API request

jQuery 0 Comment

Jquery UI autocomplete with API request is one of the recent thing I have done. I am going to share what I have done....
Read More ⟶

Get the category and time seperately from default wordpress themes

Copy and paste the following code into the loop <?php printf( get_the_category_list( __( ', ', 'twentytwelve' ) )...
Read More ⟶

How to save image file in .ico format

By default photoshop doesn’t have an option to save in .ico format. You need a plugin to make it work. You can find...
Read More ⟶

How to increase or decrease excerpt length in wordpress

With the help of wordpress function we can decrease and increase the defalut excerpt length. By default the excerpt...
Read More ⟶

How to disable comments from individual post from dashboard

Being technical we all know that we can easily hide comments with some sort of if and else conditions. But there is a...
Read More ⟶

How to set responsive viewport meta tag

At the very beginning when I started responsive web deisgn I have face the problem regarding viewport meta tag....
Read More ⟶

Box shadow

Box shadow is one of the CSS3 properties. It enables the browsers to add a shadow over any box. box-shadow: 2px 2px 5px...
Read More ⟶

which port occupied by which program

In this section I am going to share a small tip that will help you to know which port occupied by which program. For...
Read More ⟶

Fix Updates are disabled by the administrator

In this small tutorials I am going to show you how you can easily fix updates are disabled by the administrator....
Read More ⟶