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 an appropriate plugin from photoshop plugin. Download the plugin that is suitable to your operating system. After downloading extract the zip files....
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 length is set to 55. Also when using excerpt length wordpress placed the [….] string at the end of any paragraph. We will also see that how we can...
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 wordpress hidden feature that will allow you to hide comments from admin. Now I am going to show you how to disable comments from individual post from...
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. Actually I was working in the desktop browser where everything was seem to be working fine but as soon as I check the same site in mobile devices it was not...
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 3px #000; box-shadow: 1px 1px 3px 6px rgba(0,0,0,0.5); Above code represent a box shadow where, box-shadow: left top blue spread color; box-shadow:...
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 windows netstat -ab | findstr 35729 For Mac lsof -iTCP:35729 It will tell you which program is being used by this port. If output nothing then the port...
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. Sometimes you might need to update you chrome and you see the message. Horribly you are a administrator and you don’t know how to do that.. haha.. don’t...
Read More ⟶

Livereload with sublime text

Hello readers, In this article I am going to show you how you can Livereload with sublime text. This article is useful for the developer who are working on their localhost project and trying to view the output on browser with local path. Resource we need for...
Read More ⟶

How to bypass administrator password in windows

Hello all, In this article I am going to show you How to bypass administrator password windows 7, 8, 10. Bypass administrator password windows Open Run dialog box by pressing Window key + R Type netplwiz and press enter. Uncheck the option under user tab that...
Read More ⟶