Check if the current user is Administrator or no. This snippet helps in displaying special information to Administrators only.
[WooCommerce] Add a product to cart on user’s visit
WooCommerce is very popular WordPress plugin which helps you convert your WordPress blog into an E-Commerce shop. We often do a lot of WordPress plugins and WooCommerce extensions at DigiMantra Labs and a special request from the client was to add a particular product to the cart as soon as
[Linux] Delete all matching files current and sub directories
Today I am going to share a quick tip which will show you how you can delete certain matched files in current directory and it’s sub directories. We are going to use wild card to delete all .exe files in a folder & subfolder. find . -name \*.exe -type f
Tata Indica Vista D90 Review
Tata has launched it’s new variant called Indica Vista D90 and with the help of blogadda I got to drive this car for 3 complete days. In this post I am going to share my experience with the car. First of all, I am not an “Auto blogger” so do
[OS X] How to Create a Tar GZip File from the Command Line
Everyone uses built-in compression functionality of Mac OS X with a simple right click. This is useful when you need to compress certain files and send them over email or store them using time machine. However, there are times when you need some advanced options during compression. It’s mostly required
[How To] Get Indian Languages Support For BlackBerry OS7
In the earlier article we witnessed how to enable reading text in Indian languages on your Blackberry sporting OS6. However, this OS & the devices are fast being replaced by the newer OS simply named OS7. Though many have received even 7.1, the differences are minor. While it was a
[How To] Correct Some Sites Work, Others Don’t On BSNL ADSL
BSNL has a Pan-India Presence. While it is forced by the central government to operate in remote locations, Indians are getting to enjoy the benefits of Internet thanks to the company. Well this article is not about extolling the virtues of the Internet Service Provider, but to remedy some of
[How To] Use PC Suite For Android Phones For Offline Data Backup [Mediatek Processor]
Sure Google offers automatic sync option to backup all your contacts, messages, etc. But people still feel the necessity of an offline option. Nokia has its PC / Ovi Suite, Apple has iTunes even Blackberry has its own BlackBerry Desktop manager.I have always felt the need to have a PC
Sky is the limit with CDW Cloud Collaboration
CDW has come up with a new solution offering termed CDW Cloud Collaboration — players in the enterprise world are increasingly turning to the cloud to help customers achieve their objectives. One such firm is CDW, which This new offering complements its Unified Communications and collaboration capabilities.
[How To] Get Indian Languages Support For BlackBerry OS6
BlackBerry Smartphones do not come equipped with reading regional Indian Languages. But, this method will enable them on OS6
Root Micromax A110 (Superphone Canvas 2)
Micromax A110 comes with 1GHz DualCore Processor, 512MB RAM, 5″ IPS Display, 8MP Camera, with 2000mAh Battery & vanilla ICS build. Empower it by learning how to Root Micromax A110 (Superphone Canvas 2)
How To Get Amazon Secret Key and Amazon API Key (Access Key ID)
Alright Sparky, so you planning to host your files on CDN and wondering from where to get Amazon Secret Key and the Amazon API Key! Apparently, there’s no simple way if you are not acquainted to the system. But you need these two for many of the Amazon services. In
HTML5 Page Structure
This is the basic HTML5 page structure that you can use as a base while developing a HTML5 website layout.
Create new theme file without FTP using WordPress admin
Learn how to Create new theme file from WordPress admin without FTP access. Not only PHP but you can create any kind of file.