Category: Software Tricks

  • How to disable responsiveness in the admin theme of WordPress 3.8

    How to disable responsiveness in the admin theme of WordPress 3.8

    How to disable responsiveness in the admin theme of WordPress 3.8 ? How do I disable responsiveness of WP 3.8 admin ? Is there any way to disable responsiveness ? I want to disable the responsive hiding feature for tablets and mobile for the newly introduced WordPress 3.8 admin back end. The question comes, Why…

  • Do you need an admin interface to stop / disable auto update feature of WordPress ?

    Do you need an admin interface to stop / disable auto update feature of WordPress ?

    Now that the “Automatic update of WordPress core” has been introduced in WP version 3.7, there are some obvious questions those come into mind. Where can I control this automatic update functionality of WordPress 3.7 ? Is there any admin interface for it ? How can I disable auto update of WP ? So, before…

  • Integrate PHP CodeSniffer with NetBeans IDE  [Steps]

    Integrate PHP CodeSniffer with NetBeans IDE [Steps]

    CodeSniffer, an essential development tool that ensures your code remains clean and consistent, should always be with you while writing code to check and fix the messy things. For those people who use NetBeans IDE to write PHP applications, here are the steps to integrate PHP CodeSniffer with NetBeans IDE. Steps: Open NetBeans IDE. (…

  • How to setup PHP CodeSniffer on Windows machine ?

    How to setup PHP CodeSniffer on Windows machine ?

    How to use CodeSniffer on Windows ? How to setup the PHP CodeSniffer on Windows ? These questions come to mind when you see various articles, tutorials which provides ways/steps to setup this on Linux. So here are simple steps to setup PHP CodeSniffer on Windows. Before going into this, for those who don’t know…

  • How to reduce 404 errors created by ++liker.profile_URL++

    How to reduce 404 errors created by ++liker.profile_URL++

    Are you getting lots of 404 errors in the log because of some urls having patterns like ” ++liker.profile_URL++ ” ? How to reduce 404 errors created by ++liker.profile_URL++ ? Here is the solution to stop those 404 errors and convert those urls to result in 301 permanent redirects to your homepage. Problem: Some days…

  • How to delete chat history of a particular user/contact in Skype [Solved]

    How to delete chat history of a particular user/contact in Skype [Solved]

    Skype, one of the most used VOIP client software for communication inside organizations. One problem with this software is that: by default you can’t remove chat history for a specific contact. To delete chat history of a particular user/contact in your Skype, you have to use a DB browser software( sqlitebrowser ) to read the…

  • How to display profile image in google search

    May be you want to display your google profile image next to the search result for your blogs in Google search. If you google something, you can see some small images next to the search results. These are nothing but the google profile images of the blog authors. When you see that photo show up…