Blog Archives

How is IoT Revolutionizing the Retail Industry?

According to a recent survey conducted by Forrester’s Research, a majority of large corporate establishments are planning to use IoT technologies. IoT technology is revolutionizing the retail industry and is facilitating a plethora of opportunities in customer service. In this

Posted in Guest Posts, Internet Tagged with: ,

“Good Enough” Internet is NOT an Option when Working From Home

An article by outside contributor, Becky Wilcox It’s infuriating when you’re set to launch or submit work and your net connection drops out. Even worse, losing the work because of the shoddy connection. Good Internet is one thing I’d add

Posted in Guest Posts, Internet Tagged with: ,

Testing Effects Of DNS Prefetch (rel=dns-prefetch)

Understanding what DNS-Prefetch is: Developer.Mozilla.org To make it happen, add this in the <head> <link rel=”dns-prefetch” href=”https://www.example.com”> Test it with: WebPageTest.org Results of DNS-Prefetch The blue part of the load time is the DNS resolution time. To see the real

Posted in Internet Tagged with: , ,

Tracking Outbound Links With Global Site Tag (gtag.js) – Google Analytics

Add this script to your footer.php before the closing </body> <script> // Function that tracks a click on an outbound link in Analytics. // @refer https://support.google.com/analytics/answer/7478520?hl=en var trackOutboundLink = function(url) {   gtag(‘event’, ‘click’, {     ‘event_category’: ‘outbound’,     ‘event_label’: url,     ‘transport_type’: ‘beacon’

Posted in Internet Tagged with:

Developers Take Note – BSNL Blocks Ports In Response To Malware Attack

In response to the recent malware attack on BSNL modems, they have blocked some ports that was open previously. Read to find out what this means to you.

Posted in Internet Tagged with: , ,