Monthly Archives: January 2018

5 Benefits Of Using Credit Cards For Your Purchases

Let’s face it, there’s no getting around the fact that credit cards have won a bad rap over the years. This, however, is not the fault of the cards or the companies that issue them. However, most of the downsides

Posted in Guest Posts Tagged with: ,

3 Secrets for Entrepreneurial Success on a Shoestring Budget

Before looking at 3 secrets for entrepreneurial success on a shoestring budget, let me take a step back and highlight what is arguably an even bigger and more eye-opening secret than anything else: contrary to popular belief, successful entrepreneurs are

Posted in Entrepreneurship, Guest Posts Tagged with: ,

Add Left And Right Swipe On Mobile For Bootstrap 4 Carousel

We are talking about carousel included in Bootstrap 4, you can see how to add one here. Add this to your JS file or load it on the footer // Thanks to Maaaaark – https://github.com/maaaaark/bcSwipe/blob/master/jquery.bcSwipe.min.js !function(t){t.fn.bcSwipe=function(e){var n={threshold:50};return e&&t.extend(n,e),this.each(function(){function e(t){1==t.touches.length&&(u=t.touches[0].pageX,c=!0,this.addEventListener(“touchmove”,o,!1))}function o(e){if(c){var

Posted in WordPress Tagged with: , , ,

Full Width Responsive WordPress YouTube Embeds Automatically

Add this to the functions.php /** * Add Response code to video embeds in WordPress * * @refer  http://alxmedia.se/code/2013/10/make-wordpress-default-video-embeds-responsive/ */ function abl1035_alx_embed_html( $html ) {      return ‘<div class="video-container">’ . $html . ‘</div>’; } add_filter( ’embed_oembed_html’, ‘abl1035_alx_embed_html’, 10, 3 ); add_filter(

Posted in WordPress 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: , ,