Yearly Archives: 2017

Reaching Customers Through Ringless Voicemail – A Legal Perspective

Ringless voicemail is a technology that leaves a voice mail to a consumer without making a phone call. It uses server-to-server communication and completely bypasses the wireless cellular network. Instead, the technology makes a call to a business-class number of

Posted in Guest Posts Tagged with: ,

Show A Field Only When All Checkboxes Are Selected In Contact Form 7

You might want to read this post on how to conditionally display fields in Contact Form 7 plugin with simple JavaScript first to get some context. Here we are trying to display a line of text when all checkboxes are

Posted in WordPress Tagged with:

5 Ways To Make Devops Work For You

Whether you use Agile, SOAP, REST, scrum or kanban… if you’re in IT, DevOps can help you. That’s a fact. DEVelopment OPerationS. Devops. Tools. Strategies. A way of operating procedures that let software devs and IT teams (DBAs, for example),

Posted in Guest Posts Tagged with:

Latest GST Guide For Freelancers In India

Goods and Services Tax or GST has been a hot and confusing topic for freelancers. Here is some clarity. The original rule was that if you earned even a single rupee from outside the state where you filed your taxes,

Posted in Entrepreneurship Tagged with:

PHP Include And Require Files In WordPress functions.php – The Right Way

/** * Include File In WordPress Theme’s Functions.php *   * @since 1.0 * @refer https://millionclues.com/wordpress-tips/php-include-and-require-wordpress/ */ include_once( dirname(__FILE__) . ‘/includes/simple-post-likes/post-like.php’);

Posted in WordPress Tagged with: