• How to Add Numbers Row to Google Keyboard and SwiftKey Keyboard in Android Lollipop?

    I was bit excited to have Android Lollipop on my MotoG, though it was late to arrive, I really love it. Soon after updating the device, I tried to tweak it to my liking. Android Lollipop has loads of awesomeness and some interesting improvements to the existing features as well. One…

  • Fix WordPress Error : Call to undefined function wp_get_password_hint()

    I updated my WordPress recently and left with few PHP Fatal errors. In one of my previous post, I had written about an error “Call to undefined function wp_json_encode()” and a solution to fix the issue. Today, when I was trying to edit an user account, the site was hit…

  • It all takes One Click to Optimize your WordPress Database!

    I have been using WordPress for quite sometime, but I had never thought of optimizing the database. The reason, it seemed bit complex (involves running MySQL optimization commands or queries) and the next obvious reason is the fear – what if those commands or queries disturb the database? Not anymore! I recently…

  • How to Fix “500 SSL negotiation failed” Error in Perl?

    I was recently working on a perl script that supposed to access a web service hosted on a remote site, which is a SOAP based on HTTPS. The logic of the program was simple – it supposed to send a particular tracking id to SOAP based web service, receive a…

  • How to get your MailChimp Subscribers count with PHP and MailChimp API?

    Do you use MailChimp to get visitors subscribed to your newsletter? Then you may also want to display subscribers count on your website (may be just above/below the subscription box), so that the visitor is aware of the newsletter’s popularity and encourages him/her to subscribe to your content. But how? Fortunately, MailChimp provides an API…

  • CSS Shapes Editor for Chrome – A Must have extension for Developers

    At the time of writing this post, the Internet was 8449 days old, which is approximately 23 years. It’s been a long time, still the web designers are forced to wrap their web contents within rectangular boxes. Though most of the creative developers experimented non-rectangular layouts, still the content wrapping…

  • Add Media button/Media Library Not working on updating WordPress to 4.0? Here’s a fix!

    This tutorial is for someone who updated their WordPress blog to the latest version 4.0 and left with few issues (mostly the issues were around Add Media button and Media library listing). On September 4th, WordPress officially announced its latest update called “Benny” named after the famous Jazz musician Benny Goodman. Interestingly…

  • Simple 3D Photo Cube Image Gallery using CSS – Demo and Source Download

    Before we get into the implementation part of 3D Photo Cube Image Gallery, make sure you have read my previous tutorial on : How to create an animating 3D cube using pure CSS. When I shared the post on Google+, one of my friend commented as “But of what earthly…

  • Create an Animated Rotating 3D Cube using Pure CSS Techniques!

    Everyone might have heard about CSS animations, transitions, transformations, perspective etc…I thought of creating a simple tutorial based on those known CSS techniques. The idea is to create a rotating 3D cube using pure CSS properties. However, one might ask me what are the advantages of using CSS animations over JavaScript….

  • Dramatically improve the Speed of Google Pagespeed using TMFS!

    Are you using Google PageSpeed? Then you might want to improve its performance by configuring it to save cache in RAM based file system. Google PageSpeed is an open source Apache module developed by Google, which is aimed to improve the website load time by optimizing the web server output and applying…

  • Create Stunning Animating Background Colors using jQuery!

    Did you visit themify website recently? The popular WordPress theme designers have redesigned their official website and that featured a stunning animating backgrounds. In this tutorial, I’m going to tell you how to create animating background colors using jQuery. Here we go, All you need is to download the zip file…

  • Blockquotes and Pull Quotes – The Better and Stylish way with Examples!

    The first and foremost thing, you should decide before quoting a text in your website or blog is whether to use a Blockquote or Pull Quote. One might ask, does that really matter? The answer is, of course yes! This article will tell you the difference between the Blockquote and Pull…

  • Have something secret to hide on Android? Try Andrognito!

    Guess what is Andrognito? Well, it is Android + Incognito – meant to keep things private and secret. If you have something secret, probably a confidential file on Android, then you will need a help from a three layer Encryption engine called Andrognito. Yes, the app without the need of root…