CINXE.COM
Mediapolis, inc.
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Mediapolis, inc.</title> <meta name="description" content="Technology Incubation & Full Stack Web Development" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/favicon.ico"> <script type="text/javascript" src="/assets/js/modernizr.js?v=74a022b75c"></script> <link rel="stylesheet" type="text/css" href="/assets/css/screen.css?v=74a022b75c" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="stylesheet" type="text/css" href="/assets/css/digitopia.css?v=74a022b75c" /> <link rel="stylesheet" type="text/css" href="/assets/css/prism.css?v=74a022b75c" /> <link rel="canonical" href="http://www.mediapolis.com/" /> <meta name="referrer" content="origin" /> <meta property="og:site_name" content="Mediapolis, inc." /> <meta property="og:type" content="website" /> <meta property="og:title" content="Mediapolis, inc." /> <meta property="og:description" content="Technology Incubation & Full Stack Web Development" /> <meta property="og:url" content="http://www.mediapolis.com/" /> <meta property="og:image" content="http://www.mediapolis.com/content/images/2016/02/29134-1.JPG" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Mediapolis, inc." /> <meta name="twitter:description" content="Technology Incubation & Full Stack Web Development" /> <meta name="twitter:url" content="http://www.mediapolis.com/" /> <meta name="twitter:image:src" content="http://www.mediapolis.com/content/images/2016/02/29134-1.JPG" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Website", "publisher": "Mediapolis, inc.", "url": "http://www.mediapolis.com/", "image": "http://www.mediapolis.com/content/images/2016/02/29134-1.JPG", "description": "Technology Incubation & Full Stack Web Development" } </script> <meta name="generator" content="Ghost 0.7" /> <link rel="alternate" type="application/rss+xml" title="Mediapolis, inc." href="http://www.mediapolis.com/rss/" /> <style> .float-right { float:right; margin-left:20px; margin-bottom:20px; } .float-left { float:left; margin-right:20px; margin-bottom:20px; } .digitopiaViewport > img { -webkit-transform:none; transform:none; } .page-heading {clear:both;font-size:1.3em;line-height:1.4em;font-weight:bold;border-bottom:thin solid #eee;color:#444;} .page-heading small {font-weight:lighter;} .three-col {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;} } </style> </head> <body id="document-body" class="home-template nav-closed"> <div class="nav"> <h3 class="nav-title">Menu</h3> <a href="#" class="nav-close"> <span class="hidden">Close</span> </a> <ul> <li class="nav-home nav-current" role="presentation"><a href="http://www.mediapolis.com/">Home</a></li> <li class="nav-our-sites" role="presentation"><a href="http://www.mediapolis.com/our-sites/">Our Sites</a></li> <li class="nav-our-clients" role="presentation"><a href="http://www.mediapolis.com/our-clients/">Our Clients</a></li> </ul> <a class="subscribe-button icon-feed" href="http://www.mediapolis.com/rss/">Subscribe</a> </div> <span class="nav-cover"></span> <div class="site-wrapper"> <div id="hijax-hole" data-hijax="true"> <header class="main-header " style="background-image: url(/content/images/2016/02/29134-1.JPG)"> <nav class="main-nav overlay clearfix"> <a class="blog-logo" href="http://www.mediapolis.com"><img src="/content/images/2016/02/mediapolis-trans-white.png" alt="Mediapolis, inc." /></a> <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a> </nav> <div class="vertical"> <div class="main-header-content inner"> <!-- <h1 class="page-title">Mediapolis, inc.</h1> --> <h2 class="page-description">Technology Incubation & Full Stack Web Development</h2> </div> </div> <a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a> </header> <main id="content" class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </div> <article class="post"> <header class="post-header"> <h2 class="post-title"><a href="/news-post/">What do we mean by Incubation?</a></h2> </header> <section class="post-content"> <p>For twenty years Mediapolis has built websites for hire and in that time we have accumulated a great deal of technical and business expertise while making some very large and complex web properties for our clients. We have acquired a lot of experience over the years and we have always been a company that has, in practice, functioned more like an “in house” department for our clients than contractors.</p> <p>These days we are taking on projects that we think have potential and we often contribute much of our work towards equity in the resulting companies. We bring our extensive knowledge and our experience in building hundreds of web businesses to younger ventures for a significant ownership stake.</p> <hr /> <p>Here are <a href="/our-sites/">some of the things we have been working on</a> lately.</p> </section> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> </div> <footer class="site-footer clearfix"> <section class="copyright"><a href="http://www.mediapolis.com">Mediapolis, inc.</a> © 2024</section> <section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section> </footer> </div> <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <!-- You can safely delete this line if your theme does not require jQuery --> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <script> (function ($) { $.belowthefold = function(element, settings) { var fold = $(window).height() + $(window).scrollTop(); return fold <= $(element).offset().top - settings.threshold; }; $.abovethetop = function(element, settings) { var top = $(window).scrollTop(); return top >= $(element).offset().top + $(element).height() - settings.threshold; }; $.rightofscreen = function(element, settings) { var fold = $(window).width() + $(window).scrollLeft(); return fold <= $(element).offset().left - settings.threshold; }; $.leftofscreen = function(element, settings) { var left = $(window).scrollLeft(); return left >= $(element).offset().left + $(element).width() - settings.threshold; }; $.inviewport = function(element, settings) { return !$.rightofscreen(element, settings) && !$.leftofscreen(element, settings) && !$.belowthefold(element, settings) && !$.abovethetop(element, settings); }; $.extend($.expr[':'], { "below-the-fold": function(a, i, m) { return $.belowthefold(a, {threshold : 0}); }, "above-the-top": function(a, i, m) { return $.abovethetop(a, {threshold : 0}); }, "left-of-screen": function(a, i, m) { return $.leftofscreen(a, {threshold : 0}); }, "right-of-screen": function(a, i, m) { return $.rightofscreen(a, {threshold : 0}); }, "in-viewport": function(a, i, m) { return $.inviewport(a, {threshold : 0}); } }); var options = { 'coverResize': false, 'hijax': { 'enabled': false, 'disableScrollAnimation': true } }; $(document).ready( function() { $('body').digitopiaController(options); function imgFactory(elem) { this.element = $(elem); var self = this; self.options = { src: self.element.data('src'), width: self.element.data('width'), height: self.element.data('height'), float: self.element.data('float') } self.start = function() { self.element.width(self.options.width); self.element.height(self.options.height); self.element.data('align','top,center'); if(self.options.float) { self.element.addClass('float-' + self.options.float); } var img = $('<img data-lazy-src="'+self.options.src+'">'); self.element.append(img); self.element.addClass('digitopiaViewport').digitopiaViewport(); img.digitopiaLazyImg(); } self.stop = function() { } } $.fn.imgFactory = GetJQueryPlugin('imgFactory',imgFactory); }); })(jQuery); </script> <script type="text/javascript" src="/assets/js/jquery.fitvids.js?v=74a022b75c"></script> <script type="text/javascript" src="/assets/js/index.js?v=74a022b75c"></script> <script type="text/javascript" src="/assets/js/digitopia.js?v=74a022b75c"></script> <script type="text/javascript" src="/assets/js/prism.js?v=74a022b75c"></script> </body> </html>