Top iOS 16 Updates That are Sure to Improve your Third-Party App Experience

Published on June 9, 2022

iPhone App Development continues to grow across all industries, here at Dogtown Media an iPhone app…

Read More

Revenue Jump Predicted in Global Digital Health Market

Published on June 2, 2022

Digital health continues to be a pervasive force since gaining momentum about a decade ago….

Read More

Is Your Mobile App Targeting the Right Customers?

Published on May 30, 2022

There are many steps in the development cycle of a mobile application. And as a…

Read More

How Tesla’s Bot Could Revolutionize AI

Published on May 3, 2022

An exciting announcement was made not too long ago at Telsa AI Day held on…

Read More

5 Important mHealth Development Considerations Every CEO Should Known

Published on April 28, 2022

mHealth – a subcategory of telecommunications defined by the use of mobile phones to facilitate…

Read More

Top Android App Trends in 2022

Published on April 22, 2022

  Mobile applications continue to be a foundational building block of any business looking to…

Read More

IoT Security Market to Grow at a 12.4% CAGR. What Does This Mean for IoT?

Published on April 21, 2022

IoT, short for the internet of things, is on track to completely transform society as…

Read More

2022 mHealth Statistics & Trends

Published on April 13, 2022

Like all things, technology is evolving every industry. And, although healthcare may have held a…

Read More

Why Use Remote Therapeutics Monitoring?

Published on April 12, 2022

Digital health innovations such as mHealth or remote patient monitoring promise a bright future for…

Read More

Could Voice-Driven Coding be the Future? Salesforce says Yes.

Published on April 7, 2022

If anyone was still questioning whether or not AI was here, this article should put…

Read More
// Add original row class to side image sections $('section.side-image').each(function() {var rowClass = $(this).find('.wpb_row').first().attr('class').split('vc_row-fluid').pop().trim();$(this).addClass(rowClass);}); // Highlight portfolio in navigation on project pages $('body.posttype-portfolio').find('#menu-navigation a[href*="/portfolio/"]').parent().addClass('current-menu-item'); // Highlight services in navigation on services pages $('body.parent-pageid-12').find('#menu-navigation a[href*="/app-development-services/"]').parent().addClass('current-menu-item'); // Copy tab titles into content for responsive view $('.wpb_tabs .ui-tabs-anchor').each(function() {$( '.wpb_tab' + $(this).attr('href') ).prepend('
' + $(this).html() + '
');}); /*if (jQuery('.portfolio-page').length > 0){*/ /*portfolio-template-default*/ if (jQuery('.portfolio-template-default').length == 0){ $.fn.extend({ animationend: function(callback) { return this.one('webkitAnimationEnd mozAnimationEnd oAnimationEnd oanimationend animationend', callback); }, initWaypoint: function() { return this.addClass('waypoint') .removeClass('animated') .waypoint2(function(direction) { //console.log(this.element) $(this.element).addClass('animated'); this.destroy(); }, { offset: '80%' }); } }); } if (jQuery('.portfolio-template-default.single-portfolio').length > 0){ setTimeout(function () { jQuery('.page-header h1.waypoint, .page-header p.waypoint').addClass('animated'); }, 1000); } if ( window.matchMedia('(min-width: 481px)').matches ) { var waypoints = null; var $waypoints = $('.waypoint'); var waypointSelectors = { 'common': [ $('section.vc_row').has('.lead').find('h1, h2, .lead, .btn'), '[class*="vc_col-"]:not([class*="-12"])', 'section.side-image .image-container', 'section.text-intro h2', 'section.howwework-preview .wpb_tabs', 'section.publications .col-sm-4', 'section.featured-projects .rev_slider_wrapper', 'section.landing-location-intro .wpb_text_column' ], 'home': [], 'app-development-services': [ 'section.services-slider', 'section.services-specialities' ], 'portfolio': [ '.portfolio-showcase [class^="col-"]' ], 'about': [ $('.team-member') ], 'landing': [ '.posts-container .col-sm-6' ], 'staging': [ '.section-clients-v2 .col-sm-3' ] } var pageSlug = window.location.href.split('/'); if (pageSlug.length > 4) { pageSlug = pageSlug[pageSlug.length - 2]; } else { pageSlug = 'home'; } _.every(waypointSelectors, function(selectors, page) { _.each(selectors, function(selector) { $waypoints = $waypoints.add(selector); }); if (page === 'common' || page === pageSlug) { _.each(selectors, function(selector) { $waypoints = $waypoints.add(selector); }); if (page === pageSlug) return false; } return true; }); waypoints = $waypoints.initWaypoint(); } });})(jQuery);-->