sexta-feira, novembro 22, 2024
HomeSoftware DevelopmentI'm So Old: Web Edition

I’m So Old: Web Edition


I’m So Old: Web Edition

Time can be a funny thing. I still remember discovering HTML, CSS, and JavaScript coding. I still remember my first college programming course. I still remember my first day at my first coding job, then my first day at my second coding job, and then my first day at Mozilla. I still remember my first day coding for MetaMask. This year marks my 20th year as a professional software engineer and it’s happened in the blink of an eye.

Every once in a while I will make an old programming reference to a much younger engineer and then realize they have no idea what I’m talking about.

I’m so old…

  • Webpage layouts were being done with s and this new "CSS float" property was becoming the new standard
  • Rounded corners were achieved via images and VML hacks for Internet Explorer
  • FTP was the best way to upload websites changes
  • SVN and copying its trunk was the best versioning tool
  • alert and confirm were the standard for "modals"
  • Firebug was the best debugging tool available
  • The "standard" for getting videos to play properly was finding the right codec to install
  • ActionScript knowledge was as valuable as JavaScript knowledge
  • Dreamweaver was best in class text editor and design tool
  • XML was the future of data structures
  • Mobile-first? Mobile didn't exist
  • Reactive navigation? How about Java Applets...
  • ...or even different upon mouseover and mouseleave!
  • Want to code a desktop app with web tech? Try Adobe Air!
  • NPM stood for "not performant, man"
  • Voting on a poll meant the page would refresh
  • "Social media" meant HotOrNot.com
  • The love sound of the web was a 56k modem connection purrrrr
  • Disabling right-click enforced image security
  • Bitmap (.bmp) was a viable image format
  • JavaScript had a competitor called JScript
  • SpyJax'ing let you detect where your user had been
  • Cookies were the pinnacle of user tracking
  • Social media wall? It's called a "guestbook"...
  • ...and a friends list? It's called a "web ring'
  • Search engine optimization was spamming the </code> with keywords=</li> <figure class="wp-block-image"><img decoding="async" src="blob:https://davidwalsh.name/90f2e20a-08f0-4827-926a-af6a08af0169" alt=""/></figure> <p>Whew, those where the days. How old are you in web?</p> <!-- secondary ad --> <div class="x x-long x-secondary"> <!-- <div class="x-secondary-large"> <a href="https://requestmetrics.com/" style=display:block;><object data="https://davidwalsh.name/demo/gofast-728x90.svg" type="image/svg+xml" style="max-width:100%;pointer-events:none;"></object></a> </div> <div class="x-secondary-small"> <a href="https://requestmetrics.com/" style=display:block;><object data="https://davidwalsh.name/demo/gofast-300x250.svg" type="image/svg+xml" style="max-width:100%;pointer-events:none;"></object></a> </div> --> <div class="x-secondary-large"> <a href="https://requestmetrics.com/?utm_source=davidwalsh" style="display:block;"> <img decoding="async" src="https://davidwalsh.name/demo/rm_perf_banner-728.min.svg" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="728" height="90"/> </a> </div> <div class="x-secondary-small"> <a href="https://requestmetrics.com/?utm_source=davidwalsh" style="display:block;"> <img decoding="async" src="https://davidwalsh.name/demo/rm_perf_block_300.min.svg" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="300" height="250"/> </a> </div> </div> <!-- guest blogger --> <div class="article-block" style="min-height:90px"><!-- terciary ad --><div class="x x-long x-terciary" style="max-height: none;"> <div class="x-secondary-large"> <a href="https://requestmetrics.com/?utm_source=davidwalsh" style="display:block;"> <img decoding="async" src="https://davidwalsh.name/demo/rm_perf_banner-728.min.svg" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="728" height="90"/> </a> </div> <div class="x-secondary-small"> <a href="https://requestmetrics.com/?utm_source=davidwalsh" style="display:block;"> <img decoding="async" src="https://davidwalsh.name/demo/rm_perf_block_300.min.svg" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="300" height="250"/> </a> </div> </div> </div> <div class="article-block post-more" style="“clear:both;”"><ul class="post-list small-list"><li data-url="https://davidwalsh.name/page-visibility" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img decoding="async" src="https://davidwalsh.name/demo/html5250.png?preview" class="post-image" alt="Page Visibility API"/></span><div class="preview"><h3 itemprop="name"><a href="https://davidwalsh.name/page-visibility" itemprop="url">Page Visibility API</a></h3><p>One event that's always been lacking within the document is a signal for when the user is looking at a given tab, or another tab. When does the user switch off our site to look at something else? When do they come back?</p></div></li><li data-url="https://davidwalsh.name/parallax" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img decoding="async" src="https://davidwalsh.name/demo/stefan.jpeg?preview" class="post-image" alt="Creating Scrolling Parallax Effects with CSS"/></span><div class="preview"><h3 itemprop="name"><a href="https://davidwalsh.name/parallax" itemprop="url">Creating Scrolling Parallax Effects with CSS</a></h3><p>Introduction For quite a long time now websites with the so called "parallax" effect have been really popular. In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...</p></div></li></ul></div><div class="article-block post-more"><ul class="post-list small-list"><li data-url="https://davidwalsh.name/mootools-lazyload" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img decoding="async" src="https://davidwalsh.name/wp-content/themes/walshbook/images/top-logo.gif?preview" class="post-image" alt="Introducing MooTools LazyLoad"/></span><div class="preview"><h3 itemprop="name"><a href="https://davidwalsh.name/mootools-lazyload" itemprop="url">Introducing MooTools LazyLoad</a></h3><p><a href="https://davidwalsh.name/demo/lazyload3.php"/> Once concept I'm very fond of is lazy loading. Lazy loading defers the loading of resources (usually images) until they are needed. Why load stuff you never need if you can prevent it, right? I've created LazyLoad, a customizable MooTools plugin that...</p></div></li><li data-url="https://davidwalsh.name/mootools-slideshow-ii" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img decoding="async" src="https://davidwalsh.name/demo/slideshow/cricci1.jpg?preview" class="post-image" alt="Create a Simple Slideshow Using MooTools, Part II: Controls and Events"/></span></li></ul></div><!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="https://davidwalsh.name/im-so-old-1" dc:identifier="https://davidwalsh.name/im-so-old-1" dc:title="I’m So Old: Web Edition" trackback:ping="https://davidwalsh.name/im-so-old-1/trackback" /> </rdf:RDF> --><!-- comments --><!--/CONTENT--><!-- site footer --><footer/><!-- scripts --> </table></code></li></ul></article></div> <br> </div></div><div class="wpb_wrapper td_block_separator td_block_wrap vc_separator tdi_80 td_separator_solid td_separator_center"><span style="border-color:#EBEBEB;border-width:1px;width:100%;"></span> <style scoped> /* custom css */ .td_block_separator{ width: 100%; align-items: center; margin-bottom: 38px; padding-bottom: 10px; }.td_block_separator span{ position: relative; display: block; margin: 0 auto; width: 100%; height: 1px; border-top: 1px solid #EBEBEB; }.td_separator_align_left span{ margin-left: 0; }.td_separator_align_right span{ margin-right: 0; }.td_separator_dashed span{ border-top-style: dashed; }.td_separator_dotted span{ border-top-style: dotted; }.td_separator_double span{ height: 3px; border-bottom: 1px solid #EBEBEB; }.td_separator_shadow > span{ position: relative; height: 20px; overflow: hidden; border: 0; color: #EBEBEB; }.td_separator_shadow > span > span{ position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; height: 13px; width: 98%; border-radius: 100%; } /* inline tdc_css att */ .tdi_80{ margin-top:28px !important; margin-bottom:20px !important; } </style></div><div class="td_block_wrap tdb_single_post_share tdi_81 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_81" ><div id="tdi_81" class="td-post-sharing tdb-block td-ps-bg td-ps-notext td-post-sharing-style1 "><div class="td-post-sharing-visible"><div class="td-social-sharing-button td-social-sharing-button-js td-social-handler td-social-share-text"> <div class="td-social-but-icon"><i class="td-icon-share"></i></div> <div class="td-social-but-text">Share</div> </div><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fkoudanews.com%2Fim-so-old-web-edition%2F" title="Facebook" > <div class="td-social-but-icon"><i class="td-icon-facebook"></i></div> <div class="td-social-but-text">Facebook</div> </a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-twitter" href="https://twitter.com/intent/tweet?text=I%E2%80%99m+So+Old%3A+Web+Edition&url=https%3A%2F%2Fkoudanews.com%2Fim-so-old-web-edition%2F&via=Koudanews" title="Twitter" > <div class="td-social-but-icon"><i class="td-icon-twitter"></i></div> <div class="td-social-but-text">Twitter</div> </a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-pinterest" href="https://pinterest.com/pin/create/button/?url=https://koudanews.com/im-so-old-web-edition/&media=https://i1.wp.com/davidwalsh.name/demo/2024/03/5a9a4b1432da8dff1d2cf2e17d5a81d1.gif?w=1200&resize=1200,0&ssl=1&description=I%E2%80%99m+So+Old%3A+Web+Edition" title="Pinterest" > <div class="td-social-but-icon"><i class="td-icon-pinterest"></i></div> <div class="td-social-but-text">Pinterest</div> </a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-whatsapp" href="https://api.whatsapp.com/send?text=I%E2%80%99m+So+Old%3A+Web+Edition %0A%0A https://koudanews.com/im-so-old-web-edition/" title="WhatsApp" > <div class="td-social-but-icon"><i class="td-icon-whatsapp"></i></div> <div class="td-social-but-text">WhatsApp</div> </a></div><div class="td-social-sharing-hidden"><ul class="td-pulldown-filter-list"></ul><a class="td-social-sharing-button td-social-handler td-social-expand-tabs" href="#" data-block-uid="tdi_81" title="More"> <div class="td-social-but-icon"><i class="td-icon-plus td-social-expand-tabs-icon"></i></div> </a></div></div></div><div class="wpb_wrapper td_block_separator td_block_wrap vc_separator tdi_83 td_separator_solid td_separator_center"><span style="border-color:#EBEBEB;border-width:1px;width:100%;"></span> <style scoped> /* inline tdc_css att */ .tdi_83{ margin-bottom:30px !important; } /* phone */ @media (max-width: 767px) { .tdi_83{ margin-top:-7px !important; } } </style></div><div class="td_block_wrap tdb_single_next_prev tdi_84 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_84" > <style> /* inline tdc_css att */ .tdi_84{ margin-bottom:43px !important; } </style> <style> /* custom css */ .tdb_single_next_prev{ *zoom: 1; }.tdb_single_next_prev:before, .tdb_single_next_prev:after{ display: table; content: ''; line-height: 0; }.tdb_single_next_prev:after{ clear: both; }.tdb-next-post{ font-family: 'Roboto', sans-serif; width: 48%; float: left; transform: translateZ(0); -webkit-transform: translateZ(0); min-height: 1px; line-height: 1; }.tdb-next-post span{ display: block; font-size: 12px; color: #747474; margin-bottom: 7px; }.tdb-next-post a{ font-size: 15px; color: #222; line-height: 21px; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }.tdb-next-post a:hover{ color: #4db2ec; }.tdb-post-next{ margin-left: 2%; text-align: right; }.tdb-post-prev{ margin-right: 2%; }.tdi_84 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_84 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } /* landscape */ @media (min-width: 1019px) and (max-width: 1140px){ .tdi_84 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_84 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_84 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_84 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* phone */ @media (max-width: 767px){ .tdi_84 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_84 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } </style><div class="tdb-block-inner td-fix-index"><div class="tdb-next-post tdb-next-post-bg tdb-post-prev"><span>Previous article</span><a href="https://koudanews.com/gpt-2-from-scratch-with-torch/">GPT-2 from scratch with torch</a></div><div class="tdb-next-post tdb-next-post-bg tdb-post-next"><span>Next article</span><a href="https://koudanews.com/how-cloudflare-is-democratising-cybersecurity/">How Cloudflare is democratising cybersecurity</a></div></div></div><div class="tdb-author-box td_block_wrap tdb_single_author_box tdi_85 tdb-content-vert-top td-pb-border-top td_block_template_1" data-td-block-uid="tdi_85" > <style> /* inline tdc_css att */ /* phone */ @media (max-width: 767px) { .tdi_85{ justify-content:center !important; text-align:center !important; } } </style> <style> /* custom css */ .tdb-author-box .tdb-author-photo, .tdb-author-box .tdb-author-info{ display: table-cell; vertical-align: top; }.tdb-author-box .tdb-author-photo img{ display: block; }.tdb-author-box .tdb-author-counters span{ display: inline-block; background-color: #222; margin: 0 10px 0 0; padding: 5px 10px 4px; font-family: 'Roboto', sans-serif; font-size: 11px; font-weight: 700; line-height: 1; color: #fff; }.tdb-author-box .tdb-author-name, .tdb-author-box .tdb-author-url{ display: block; }.tdb-author-box .tdb-author-name{ margin: 7px 0 8px; font-family: 'Open Sans', 'Open Sans Regular', sans-serif; font-size: 15px; line-height: 21px; font-weight: 700; color: #222; }.tdb-author-box .tdb-author-name:hover{ color: #4db2ec; }.tdb-author-box .tdb-author-url{ margin-bottom: 6px; font-size: 11px; font-style: italic; line-height: 21px; color: #444; }.tdb-author-box .tdb-author-url:hover{ color: #4db2ec; }.tdb-author-box .tdb-author-descr{ font-size: 12px; }.tdb-author-box .tdb-author-social{ margin-top: 4px; }.tdb-author-box .tdb-social-item{ position: relative; display: inline-block; -webkit-transition: all 0.2s; transition: all 0.2s; text-align: center; -webkit-transform: translateZ(0); transform: translateZ(0); }.tdb-author-box .tdb-social-item:last-child{ margin-right: 0 !important; }.tdb-author-box .tdb-social-item i{ color: #000; -webkit-transition: all 0.2s; transition: all 0.2s; }.tdb-author-box .tdb-social-item:hover i{ color: #000; }.tdi_85{ padding: 21px; border: 1px solid #ededed; }.tdi_85 .tdb-author-info{ width: auto; padding-bottom: 0; padding-left: 21px; }.tdi_85 .tdb-author-photo{ width: 117px; transform: translateZ(0); -webkit-transform: translateZ(0); pointer-events: auto; }.tdi_85 .tdb-social-item i{ font-size: 15px; vertical-align: middle; line-height: 15px; }.tdi_85 .tdb-social-item i.td-icon-twitter, .tdi_85 .tdb-social-item i.td-icon-linkedin, .tdi_85 .tdb-social-item i.td-icon-pinterest, .tdi_85 .tdb-social-item i.td-icon-blogger, .tdi_85 .tdb-social-item i.td-icon-vimeo{ font-size: 12px; }.tdi_85 .tdb-social-item{ min-width: 15px; height: 15px; margin: 10px 20px 10px 0; }.tdi_85 .tdb-author-photo:hover:before{ opacity: 0; } /* landscape */ @media (min-width: 1019px) and (max-width: 1140px){ .tdi_85{ border: 1px solid #ededed; } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_85{ border: 1px solid #ededed; } } /* phone */ @media (max-width: 767px){ .tdi_85{ border: 1px solid #ededed; }.tdi_85 .tdb-author-photo{ display: inline-block; transform: translateZ(0); -webkit-transform: translateZ(0); }.tdi_85 .tdb-author-info{ display: inline-block; width: 100%; padding-top: 21px; padding-left: 0; } } </style><div class="tdb-block-inner td-fix-index"><a href="https://koudanews.com/author/admin/" class="tdb-author-photo" title="Admin"><img alt='' src='https://secure.gravatar.com/avatar/f5f816d778a5186f6ddb8226f5f0a224?s=117&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/f5f816d778a5186f6ddb8226f5f0a224?s=234&d=mm&r=g 2x' class='avatar avatar-117 photo' height='117' width='117' /></a><div class="tdb-author-info"><a href="https://koudanews.com/author/admin/" class="tdb-author-name">Admin</a><a href="https://koudanews.com" class="tdb-author-url">https://koudanews.com</a><div class="tdb-author-descr"></div><div class="tdb-author-social"></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_86 td_with_ajax_pagination td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_86" > <style> /* custom css */ .tdi_86 .td-image-wrap{ padding-bottom: 70%; }.tdi_86 .entry-thumb{ background-position: center 50%; }.tdi_86 .td-module-container{ flex-direction: column; border-color: #eaeaea !important; }.tdi_86 .td-image-container{ display: block; order: 0; }.ie10 .tdi_86 .td-module-meta-info, .ie11 .tdi_86 .td-module-meta-info{ flex: auto; }.tdi_86 .td-module-meta-info{ border-color: #eaeaea; }.tdi_86 .td_module_wrap{ width: 33.33333333%; float: left; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; margin-bottom: 10px; }.tdi_86 .td_block_inner{ margin-left: -10px; margin-right: -10px; }.tdi_86 .td-module-container:before{ bottom: -10px; border-color: #eaeaea; }.tdi_86 .td-post-vid-time{ display: block; }.tdi_86 .td-post-category{ display: inline-block; }.tdi_86 .td-author-photo .avatar{ width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; }.tdi_86 .td-excerpt{ display: none; column-count: 1; column-gap: 48px; }.tdi_86 .td-audio-player{ opacity: 1; visibility: visible; height: auto; font-size: 13px; }.tdi_86 .td-read-more{ display: none; }.tdi_86 .td-author-date{ display: inline; }.tdi_86 .td-post-author-name{ display: none; }.tdi_86 .td-post-date, .tdi_86 .td-post-author-name span{ display: none; }.tdi_86 .entry-review-stars{ display: inline-block; }.tdi_86 .td-icon-star, .tdi_86 .td-icon-star-empty, .tdi_86 .td-icon-star-half{ font-size: 15px; }.tdi_86 .td-module-comments{ display: none; }.tdi_86 .td_module_wrap:nth-child(3n+1){ clear: both; }.tdi_86 .td_module_wrap:nth-last-child(-n+3){ margin-bottom: 0; padding-bottom: 0; }.tdi_86 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{ display: none; }.tdi_86 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }.tdi_86 .entry-title{ font-size:13px !important;line-height:1.4 !important;font-weight:500 !important; }html:not([class*='ie']) .tdi_86 .td-module-container:hover .entry-thumb:before{ opacity: 0; }@media (min-width: 768px) { .tdi_86 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } /* landscape */ @media (min-width: 1019px) and (max-width: 1140px){ .tdi_86 .td_module_wrap{ padding-bottom: 10px; margin-bottom: 10px; clear: none !important; padding-bottom: 10px !important; margin-bottom: 10px !important; }.tdi_86 .td-module-container:before{ bottom: -10px; }.tdi_86 .td_module_wrap:nth-child(3n+1){ clear: both !important; }.tdi_86 .td_module_wrap:nth-last-child(-n+3){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_86 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_86 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{ display: none !important; }.tdi_86 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_86 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_86 .td_module_wrap{ padding-left: 7.5px; padding-right: 7.5px; padding-bottom: 7.5px; margin-bottom: 7.5px; clear: none !important; padding-bottom: 7.5px !important; margin-bottom: 7.5px !important; }.tdi_86 .td_block_inner{ margin-left: -7.5px; margin-right: -7.5px; }.tdi_86 .td-module-container:before{ bottom: -7.5px; }.tdi_86 .td-video-play-ico{ width: 24px; height: 24px; font-size: 24px; }.tdi_86 .td_module_wrap:nth-child(3n+1){ clear: both !important; }.tdi_86 .td_module_wrap:nth-last-child(-n+3){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_86 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_86 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{ display: none !important; }.tdi_86 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }.tdi_86 .entry-title{ font-size:12px !important;line-height:1.4 !important;font-weight:500 !important; }@media (min-width: 768px) { .tdi_86 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* phone */ @media (max-width: 767px){ .tdi_86 .td-image-container{ flex: 0 0 30%; width: 30%; display: block; order: 0; }.ie10 .tdi_86 .td-image-container, .ie11 .tdi_86 .td-image-container{ flex: 0 0 auto; }.tdi_86 .td-module-container{ flex-direction: row; }.ie10 .tdi_86 .td-module-meta-info, .ie11 .tdi_86 .td-module-meta-info{ flex: 1; }.tdi_86 .td-module-meta-info{ margin: 0 0 0 16px; padding: 0px; }.tdi_86 .td_module_wrap{ width: 100%; float: left; padding-left: 7.5px; padding-right: 7.5px; padding-bottom: 13px; margin-bottom: 13px; padding-bottom: 13px !important; margin-bottom: 13px !important; }.tdi_86 .td_block_inner{ margin-left: -7.5px; margin-right: -7.5px; }.tdi_86 .td-module-container:before{ bottom: -13px; }.tdi_86 .td-video-play-ico{ width: 24px; height: 24px; font-size: 24px; }.tdi_86 .td-post-date, .tdi_86 .td-post-author-name span{ display: inline-block; }.tdi_86 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_86 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_86 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_86 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }.tdi_86 .entry-title{ margin: 0 0 6px 0; font-size:14px !important;line-height:1.4 !important;font-weight:500 !important; }@media (min-width: 768px) { .tdi_86 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } </style><script>var block_tdi_86 = new tdBlock(); block_tdi_86.id = "tdi_86"; block_tdi_86.atts = '{"title_tag":"div","modules_on_row":"eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==","limit":"3","modules_category":"image","show_btn":"none","show_excerpt":"none","ajax_pagination":"next_prev","sort":"","category_id":"_related_cat","f_title_font_size":"eyJwaG9uZSI6IjE0IiwiYWxsIjoiMTMiLCJwb3J0cmFpdCI6IjEyIn0=","f_title_font_line_height":"eyJwaG9uZSI6IjEuNCIsImFsbCI6IjEuNCJ9","modules_gap":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTUiLCJwaG9uZSI6IjE1In0=","show_com":"none","show_date":"eyJhbGwiOiJub25lIiwicGhvbmUiOiJpbmxpbmUtYmxvY2sifQ==","show_author":"none","image_height":"70","f_title_font_weight":"500","all_modules_space":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjYifQ==","custom_title":"RELATED ARTICLES","image_floated":"eyJwaG9uZSI6ImZsb2F0X2xlZnQifQ==","image_width":"eyJwaG9uZSI6IjMwIn0=","meta_info_align":"","meta_margin":"eyJwaG9uZSI6IjAgMCAwIDE2cHgifQ==","meta_padding":"eyJwaG9uZSI6IjAifQ==","video_icon":"eyJwb3J0cmFpdCI6IjI0IiwicGhvbmUiOiIyNCJ9","image_size":"td_485x360","art_title":"eyJwaG9uZSI6IjAgMCA2cHggMCJ9","block_type":"td_flex_block_1","separator":"","custom_url":"","block_template_id":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","post_ids":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","el_class":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_horiz":"layout-default","meta_width":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination_infinite_stop":"","css":"","tdc_css":"","td_column_number":2,"header_color":"","color_preset":"","border_top":"","class":"tdi_86","tdc_css_class":"tdi_86","tdc_css_class_style":"tdi_86_rand_style","live_filter":"cur_post_same_categories","live_filter_cur_post_id":2048}'; block_tdi_86.td_column_number = "2"; block_tdi_86.block_type = "td_flex_block_1"; block_tdi_86.post_count = "3"; block_tdi_86.found_posts = "110"; block_tdi_86.header_color = ""; block_tdi_86.ajax_pagination_infinite_stop = ""; block_tdi_86.max_num_pages = "37"; tdBlocksArray.push(block_tdi_86); </script><div class="td-block-title-wrap"><div class="block-title td-block-title"><span class="td-pulldown-size">RELATED ARTICLES</span></div></div><div id=tdi_86 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-image"> <div class="td-image-container"> <a href="https://koudanews.com/category/software-development/" class="td-post-category">Software Development</a> <div class="td-module-thumb"><a href="https://koudanews.com/github-launches-new-funding-program-to-improve-security-of-open-source-projects/" rel="bookmark" class="td-image-wrap " title="GitHub launches new funding program to improve security of open source projects" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i1.wp.com/sdtimes.com/wp-content/uploads/2024/11/23dd784b6313ac7100dc9d1c8ff9e0b4.jpg?w=485&resize=485,360&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/github-launches-new-funding-program-to-improve-security-of-open-source-projects/" rel="bookmark" title="GitHub launches new funding program to improve security of open source projects">GitHub launches new funding program to improve security of open source projects</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-21T12:03:37+00:00" >novembro 21, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-image"> <div class="td-image-container"> <a href="https://koudanews.com/category/software-development/" class="td-post-category">Software Development</a> <div class="td-module-thumb"><a href="https://koudanews.com/whats-new-from-microsoft-ignite-2024/" rel="bookmark" class="td-image-wrap " title="What’s new from Microsoft Ignite 2024" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i1.wp.com/sdtimes.com/wp-content/uploads/2024/11/1b53acc158e1feb126ae93051f95eb38.jpg?w=485&resize=485,360&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/whats-new-from-microsoft-ignite-2024/" rel="bookmark" title="What’s new from Microsoft Ignite 2024">What’s new from Microsoft Ignite 2024</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-19T17:40:21+00:00" >novembro 19, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-image"> <div class="td-image-container"> <a href="https://koudanews.com/category/software-development/" class="td-post-category">Software Development</a> <div class="td-module-thumb"><a href="https://koudanews.com/lightbend-releases-akka-3-renames-company-to-akka/" rel="bookmark" class="td-image-wrap " title="Lightbend releases Akka 3, renames company to Akka" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i2.wp.com/sdtimes.com/wp-content/uploads/2024/11/pexels-eddson-lens-748406628-29380497.jpg?w=485&resize=485,360&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/lightbend-releases-akka-3-renames-company-to-akka/" rel="bookmark" title="Lightbend releases Akka 3, renames company to Akka">Lightbend releases Akka 3, renames company to Akka</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-17T11:43:13+00:00" >novembro 17, 2024</time></span> </span> </div> </div> </div> </div> </div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_86" data-td_block_id="tdi_86"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_86" data-td_block_id="tdi_86"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div> <script> var tdb_login_sing_in_shortcode="on"; </script> <div class="td_block_wrap tdb_single_comments tdi_87 tdb-comm-layout1 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_87" > <style> /* custom css */ .tdb_single_comments input[type=text]{ min-height: 34px; height: auto; }.tdb_single_comments .comments, .tdb_single_comments .comment-respond:last-child, .tdb_single_comments .form-submit{ margin-bottom: 0; }.is-visually-hidden{ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }.tdb-comm-layout3 form, .tdb-comm-layout5 form{ display: flex; flex-wrap: wrap; }.tdb-comm-layout3 .td-form-comment, .tdb-comm-layout5 .td-form-comment, .tdb-comm-layout3 .form-submit, .tdb-comm-layout5 .form-submit{ flex: 0 0 100%; order: 1; }.tdb-comm-layout3 .td-form-author, .tdb-comm-layout3 .td-form-email, .tdb-comm-layout3 .td-form-url{ flex: 0 0 32%; }.tdb-comm-layout5 .td-form-author, .tdb-comm-layout5 .td-form-email{ flex: 0 0 49%; }.tdb-comm-layout5 .td-form-url{ flex: 0 0 100%; }.tdi_87 .comment-link{ display: inline-block; }.tdi_87 .comment{ border-bottom-style: dashed; }.tdi_87 .comment .children{ border-top-style: dashed; }@media (min-width: 767px) { .tdb-comm-layout2 form, .tdb-comm-layout4 form { margin: 0 -10px; } .tdb-comm-layout2 .logged-in-as, .tdb-comm-layout4 .logged-in-as, .tdb-comm-layout2 .comment-form-input-wrap, .tdb-comm-layout4 .comment-form-input-wrap, .tdb-comm-layout2 .form-submit, .tdb-comm-layout4 .form-submit, .tdb-comm-layout2 .comment-respond p, .tdb-comm-layout4 .comment-respond p { padding: 0 10px; } .tdb-comm-layout2 .td-form-author, .tdb-comm-layout2 .td-form-email { float: left; width: 33.3333%; } .tdb-comm-layout2 .td-form-url { width: 33.3333%; } .tdb-comm-layout2 .td-form-url { float: left; } .tdb-comm-layout4 .td-form-author, .tdb-comm-layout4 .td-form-email { float: left; width: 50%; } .tdb-comm-layout3 .td-form-author, .tdb-comm-layout5 .td-form-author, .tdb-comm-layout3 .td-form-email { margin-right: 2%; } }@media (max-width: 767px) { .tdb-comm-layout3 .td-form-author, .tdb-comm-layout3 .td-form-email, .tdb-comm-layout3 .td-form-url, .tdb-comm-layout5 .td-form-author, .tdb-comm-layout5 .td-form-email { flex: 0 0 100%; } } </style><div class="tdb-block-inner td-fix-index"><div class="comments" id="comments"></div></div></div></div></div><div class="vc_column tdi_89 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky"> <style scoped> /* custom css */ .tdi_89{ vertical-align: baseline; }.tdi_89 > .wpb_wrapper, .tdi_89 > .wpb_wrapper > .tdc-elements{ display: block; }.tdi_89 > .wpb_wrapper > .tdc-elements{ width: 100%; }.tdi_89 > .wpb_wrapper > .vc_row_inner{ width: auto; }.tdi_89 > .wpb_wrapper{ width: auto; height: auto; } </style><div class="wpb_wrapper"><div class="td-a-rec td-a-rec-id-sidebar tdi_90 td_block_template_1"> <style> /* inline tdc_css att */ .tdi_90{ margin-bottom:48px !important; } </style> <style> /* custom css */ .tdi_90.td-a-rec{ text-align: center; }.tdi_90 .td-element-style{ z-index: -1; } </style><span class="td-adspot-title">- Advertisment -</span><div class="td-all-devices"><a href="https://www.google.com"><img loading="lazy" decoding="async" alt="Google search engine" src="https://koudanews.com/wp-content/uploads/2024/08/newspaper-rec300@2x.jpg" width="300" height="250"/></a></div></div><div class="td_block_wrap td_flex_block_1 tdi_91 td_with_ajax_pagination td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_91" > <style> /* custom css */ .tdi_91 .td-image-wrap{ padding-bottom: 70%; }.tdi_91 .entry-thumb{ background-position: center 50%; }.tdi_91 .td-image-container{ flex: 0 0 30%; width: 30%; display: block; order: 0; }.ie10 .tdi_91 .td-image-container, .ie11 .tdi_91 .td-image-container{ flex: 0 0 auto; }.tdi_91 .td-module-container{ flex-direction: row; border-color: #eaeaea !important; }.ie10 .tdi_91 .td-module-meta-info, .ie11 .tdi_91 .td-module-meta-info{ flex: 1; }.tdi_91 .td-module-meta-info{ padding: 0 0 0 13px; border-color: #eaeaea; }.tdi_91 .td_module_wrap{ padding-left: 20px; padding-right: 20px; padding-bottom: 15px; margin-bottom: 15px; }.tdi_91 .td_block_inner{ margin-left: -20px; margin-right: -20px; }.tdi_91 .td-module-container:before{ bottom: -15px; border-color: #eaeaea; }.tdi_91 .td-post-vid-time{ display: block; }.tdi_91 .td-post-category{ display: none; }.tdi_91 .td-author-photo .avatar{ width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; }.tdi_91 .td-excerpt{ display: none; column-count: 1; column-gap: 48px; }.tdi_91 .td-audio-player{ opacity: 1; visibility: visible; height: auto; font-size: 13px; }.tdi_91 .td-read-more{ display: none; }.tdi_91 .td-author-date{ display: inline; }.tdi_91 .td-post-author-name{ display: none; }.tdi_91 .entry-review-stars{ display: inline-block; }.tdi_91 .td-icon-star, .tdi_91 .td-icon-star-empty, .tdi_91 .td-icon-star-half{ font-size: 15px; }.tdi_91 .td-module-comments{ display: none; }.tdi_91 .td_module_wrap:nth-last-child(1){ margin-bottom: 0; padding-bottom: 0; }.tdi_91 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none; }.tdi_91 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }.tdi_91 .td-block-title a, .tdi_91 .td-block-title span{ text-transform:uppercase !important; }.tdi_91 .entry-title{ font-size:14px !important;line-height:1.4 !important;font-weight:500 !important; }html:not([class*='ie']) .tdi_91 .td-module-container:hover .entry-thumb:before{ opacity: 0; }@media (min-width: 768px) { .tdi_91 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } /* landscape */ @media (min-width: 1019px) and (max-width: 1140px){ .tdi_91 .td_module_wrap{ padding-bottom: 15px; margin-bottom: 15px; padding-bottom: 15px !important; margin-bottom: 15px !important; }.tdi_91 .td-module-container:before{ bottom: -15px; }.tdi_91 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_91 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_91 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_91 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_91 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_91 .td_module_wrap{ width: 100%; float: left; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; margin-bottom: 10px; padding-bottom: 10px !important; margin-bottom: 10px !important; }.tdi_91 .td_block_inner{ margin-left: -10px; margin-right: -10px; }.tdi_91 .td-module-container:before{ bottom: -10px; }.tdi_91 .td-post-date, .tdi_91 .td-post-author-name span{ display: none; }.tdi_91 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_91 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_91 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_91 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }.tdi_91 .entry-title{ font-size:12px !important;line-height:1.4 !important;font-weight:500 !important; }@media (min-width: 768px) { .tdi_91 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* phone */ @media (max-width: 767px){ .tdi_91 .td-module-meta-info{ padding: 0 0 0 16px; }.tdi_91 .td_module_wrap{ width: 100%; float: left; padding-bottom: 15px; margin-bottom: 15px; padding-bottom: 15px !important; margin-bottom: 15px !important; }.tdi_91 .td-module-container:before{ bottom: -15px; }.tdi_91 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_91 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_91 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_91 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_91 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } </style><script>var block_tdi_91 = new tdBlock(); block_tdi_91.id = "tdi_91"; block_tdi_91.atts = '{"modules_on_row":"eyJwb3J0cmFpdCI6IjEwMCUiLCJwaG9uZSI6IjEwMCUifQ==","image_size":"","image_floated":"float_left","image_width":"30","image_height":"70","show_btn":"none","show_excerpt":"none","show_com":"none","show_author":"none","show_cat":"none","limit":"4","meta_padding":"eyJhbGwiOiIwIDAgMCAxM3B4IiwicGhvbmUiOiIwIDAgMCAxNnB4In0=","f_title_font_size":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==","f_title_font_line_height":"1.4","f_title_font_weight":"500","all_modules_space":"eyJhbGwiOiIzMCIsInBvcnRyYWl0IjoiMjAifQ==","category_id":"","modules_gap":"eyJwb3J0cmFpdCI6IjIwIn0=","show_date":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","custom_title":"Most Popular","ajax_pagination":"load_more","sort":"","f_header_font_transform":"uppercase","block_type":"td_flex_block_1","separator":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","post_ids":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","el_class":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_title":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination_infinite_stop":"","css":"","tdc_css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_91","tdc_css_class":"tdi_91","tdc_css_class_style":"tdi_91_rand_style"}'; block_tdi_91.td_column_number = "1"; block_tdi_91.block_type = "td_flex_block_1"; block_tdi_91.post_count = "4"; block_tdi_91.found_posts = "2096"; block_tdi_91.header_color = ""; block_tdi_91.ajax_pagination_infinite_stop = ""; block_tdi_91.max_num_pages = "524"; tdBlocksArray.push(block_tdi_91); </script><div class="td-block-title-wrap"><h4 class="block-title td-block-title"><span class="td-pulldown-size">Most Popular</span></h4></div><div id=tdi_91 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/synchronized-movement-between-robots-and-humans-builds-trust-study-finds/" rel="bookmark" class="td-image-wrap " title="Synchronized movement between robots and humans builds trust, study finds" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i0.wp.com/www.sciencedaily.com/images/scidaily-icon.png?w=696&resize=696,0&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/synchronized-movement-between-robots-and-humans-builds-trust-study-finds/" rel="bookmark" title="Synchronized movement between robots and humans builds trust, study finds">Synchronized movement between robots and humans builds trust, study finds</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T17:19:53+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/drone-activity-morris-county-sparks-public-concern/" rel="bookmark" class="td-image-wrap " title="Drone activity Morris County Sparks Public Concern" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i0.wp.com/dronelife.com/wp-content/uploads/2024/11/Picatinny_sign.jpeg?w=696&resize=696,0&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/drone-activity-morris-county-sparks-public-concern/" rel="bookmark" title="Drone activity Morris County Sparks Public Concern">Drone activity Morris County Sparks Public Concern</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T17:15:07+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/an-encounter-between-metal-ions-and-natural-products-natural-products-coordinated-metal-ions-for-the-diagnosis-and-treatment-of-tumors-journal-of-nanobiotechnology/" rel="bookmark" class="td-image-wrap " title="An encounter between metal ions and natural products: natural products-coordinated metal ions for the diagnosis and treatment of tumors | Journal of Nanobiotechnology" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i2.wp.com/static-content.springer.com/image/art%3A10.1186%2Fs12951-024-02981-9/MediaObjects/12951_2024_2981_Figa_HTML.png?w=696&resize=696,0&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/an-encounter-between-metal-ions-and-natural-products-natural-products-coordinated-metal-ions-for-the-diagnosis-and-treatment-of-tumors-journal-of-nanobiotechnology/" rel="bookmark" title="An encounter between metal ions and natural products: natural products-coordinated metal ions for the diagnosis and treatment of tumors | Journal of Nanobiotechnology">An encounter between metal ions and natural products: natural products-coordinated metal ions for the diagnosis and treatment of tumors | Journal of Nanobiotechnology</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T16:02:30+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/2025-construction-tech-predictions-beyond-ai/" rel="bookmark" class="td-image-wrap " title="2025: Construction Tech Predictions, Beyond AI" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i0.wp.com/connectedworld.com/wp-content/uploads/2022/01/peggy-blog-pic.jpg?w=696&resize=696,0&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/2025-construction-tech-predictions-beyond-ai/" rel="bookmark" title="2025: Construction Tech Predictions, Beyond AI">2025: Construction Tech Predictions, Beyond AI</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T15:32:47+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> </div><div class="td-load-more-wrap"><a href="#" class="td_ajax_load_more td_ajax_load_more_js" aria-label="load_more" id="next-page-tdi_91" data-td_block_id="tdi_91">Load more<i class="td-icon-font td-icon-menu-down"></i></a></div></div><div class="td_block_wrap vc_wp_recentcomments tdi_92 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_92" > <style> /* custom css */ .tdi_92 .recentcomments{ margin: 0px !important; padding: 0 0 15px !important; border-bottom-color: #eaeaea; }.tdi_92 .td-block-title a, .tdi_92 .td-block-title span{ text-transform:uppercase !important; }.tdi_92 .comment-author-link span, .tdi_92 .comment-author-link a{ font-family:Open Sans !important; }.tdi_92 .recentcomments > a:last-child{ font-family:Open Sans !important; } </style><div class="td-block-title-wrap"><h4 class="block-title td-block-title"><span class="td-pulldown-size">Recent Comments</span></h4></div><div id=tdi_92 class="td_wp_recentcomments td_block_inner td-column-1 "></div></div> <!-- ./block --></div></div></div></div></div></div> <span class="td-page-meta" itemprop="author" itemscope itemtype="https://schema.org/Person"><meta itemprop="name" content="Admin"></span><meta itemprop="datePublished" content="2024-10-01T12:32:37+00:00"><meta itemprop="dateModified" content="2024-10-01T12:32:37+00:00"><meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://koudanews.com/im-so-old-web-edition/"/><span class="td-page-meta" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://koudanews.com/wp-content/uploads/2024/09/organic-help-7-300x86.png"></span><meta itemprop="name" content="Koudanews"></span><meta itemprop="headline" content="I'm So Old: Web Edition"><span class="td-page-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://i1.wp.com/davidwalsh.name/demo/2024/03/5a9a4b1432da8dff1d2cf2e17d5a81d1.gif?w=500&resize=500,312&ssl=1"><meta itemprop="width" content="500"><meta itemprop="height" content="312"></span> </article> </div> </div> </div> <!-- #tdb-autoload-article --> <div class="td-footer-template-wrap" style="position: relative"> <div class="td-footer-wrap "> <div id="tdi_93" class="tdc-zone"><div class="tdc_zone tdi_94 wpb_row td-pb-row" > <style scoped> /* custom css */ .tdi_94{ min-height: 0; } </style><div id="tdi_95" class="tdc-row stretch_row"><div class="vc_row tdi_96 wpb_row td-pb-row tdc-element-style" > <style scoped> /* custom css */ .tdi_96, .tdi_96 .tdc-columns{ min-height: 0; }.tdi_96, .tdi_96 .tdc-columns{ display: block; }.tdi_96 .tdc-columns{ width: 100%; } /* inline tdc_css att */ .tdi_96{ padding-top:54px !important; padding-bottom:20px !important; position:relative; } .tdi_96 .td_block_wrap{ text-align:left } /* phone */ @media (max-width: 767px) { .tdi_96{ padding-top:40px !important; } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_96{ padding-top:44px !important; } } </style> <div class="tdi_95_rand_style td-element-style" ><div class="td-element-style-before"><style> .tdi_95_rand_style > .td-element-style-before { content:'' !important; width:100% !important; height:100% !important; position:absolute !important; top:0 !important; left:0 !important; display:block !important; z-index:0 !important; background-image:url("https://koudanews.com/wp-content/uploads/2024/08/footer_bg.jpg") !important; opacity:0.1 !important; background-size:cover !important; background-position:center top !important; } </style></div><style> .tdi_95_rand_style{ background-color:#111111 !important; } </style></div><div class="vc_column tdi_98 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped> /* custom css */ .tdi_98{ vertical-align: baseline; }.tdi_98 > .wpb_wrapper, .tdi_98 > .wpb_wrapper > .tdc-elements{ display: block; }.tdi_98 > .wpb_wrapper > .tdc-elements{ width: 100%; }.tdi_98 > .wpb_wrapper > .vc_row_inner{ width: auto; }.tdi_98 > .wpb_wrapper{ width: auto; height: auto; } </style><div class="wpb_wrapper"><div class="vc_row_inner tdi_100 vc_row vc_inner wpb_row td-pb-row" > <style scoped> /* custom css */ .tdi_100{ position: relative !important; top: 0; transform: none; -webkit-transform: none; }.tdi_100, .tdi_100 .tdc-inner-columns{ display: block; }.tdi_100 .tdc-inner-columns{ width: 100%; } </style><div class="vc_column_inner tdi_102 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped> /* custom css */ .tdi_102{ vertical-align: baseline; }.tdi_102 .vc_column-inner > .wpb_wrapper, .tdi_102 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_102 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } </style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_103 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_103" > <style> /* inline tdc_css att */ /* phone */ @media (max-width: 767px) { .tdi_103{ justify-content:center !important; text-align:center !important; } } </style> <style> /* custom css */ .tdm_block_column_title{ margin-bottom: 0; display: inline-block; width: 100%; } </style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style> body .tdi_104 .tdm-title{ color: #ffffff; }.tdi_104 .tdm-title{ font-size:18px !important;line-height:1 !important;font-weight:700 !important; } </style><div class="tds-title tds-title1 td-fix-index tdi_104"><h3 class="tdm-title tdm-title-md">ABOUT US</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_105 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_105" > <style> /* inline tdc_css att */ /* phone */ @media (max-width: 767px) { .tdi_105{ justify-content:center !important; text-align:center !important; } } </style> <style> /* custom css */ .tdm_block.tdm_block_inline_text{ margin-bottom: 0; vertical-align: top; }.tdm_block.tdm_block_inline_text .tdm-descr{ margin-bottom: 0; -webkit-transform: translateZ(0); transform: translateZ(0); }.tdc-row-content-vert-center .tdm-inline-text-yes{ vertical-align: middle; }.tdc-row-content-vert-bottom .tdm-inline-text-yes{ vertical-align: bottom; }.tdi_105 .tdm-descr{ color: #eaeaea; font-size:14px !important;line-height:1.6 !important; } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_105 .tdm-descr{ font-size:13px !important;line-height:1.6 !important; } } </style><p class="tdm-descr">koudanews is your Technology, Nanotechnology, Artificial Intelligence, Telecom, Cloud Computing, Big Data, Cyber Security, Software Development, Drone, Mobile, 3D Printing, Green Technology and IOT related news website. We provide you with the latest breaking news and videos straight from the tech industry.</p></div></div></div></div><div class="vc_column_inner tdi_107 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped> /* custom css */ .tdi_107{ vertical-align: baseline; }.tdi_107 .vc_column-inner > .wpb_wrapper, .tdi_107 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_107 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } </style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_flex_block_1 tdi_108 td-pb-border-top td_block_template_2 td_flex_block" data-td-block-uid="tdi_108" > <style> .td_block_template_2.widget > ul > li { margin-left: 0 !important; } .td_block_template_2 .td-block-title { font-size: 17px; font-weight: 500; margin-top: 0; margin-bottom: 16px; line-height: 31px; text-align: left; } .td_block_template_2 .td-block-title > * { color: #000; } .td_block_template_2 .td-related-title a { padding: 0 20px 0 0; } @media (max-width: 767px) { .td_block_template_2 .td-related-title a { font-size: 15px; } } .td_block_template_2 .td-related-title .td-cur-simple-item { color: #4db2ec; } .td-theme-wrap .tdi_108 .td-block-title > *, .td-theme-wrap .tdi_108 .td-pulldown-filter-link:hover, .td-theme-wrap .tdi_108 .td-subcat-item a:hover, .td-theme-wrap .tdi_108 .td-subcat-item .td-cur-simple-item, .td-theme-wrap .tdi_108 .td-subcat-dropdown:hover .td-subcat-more span, .td-theme-wrap .tdi_108 .td-subcat-dropdown:hover .td-subcat-more i { color: #ffffff; } .td-theme-wrap .tdi_108 .td-subcat-dropdown ul:after { background-color: #ffffff; } .td-theme-wrap .tdi_108 .td_module_wrap:hover .entry-title a, .td-theme-wrap .tdi_108 .td_quote_on_blocks, .td-theme-wrap .tdi_108 .td-opacity-cat .td-post-category:hover, .td-theme-wrap .tdi_108 .td-opacity-read .td-read-more a:hover, .td-theme-wrap .tdi_108 .td-opacity-author .td-post-author-name a:hover, .td-theme-wrap .tdi_108 .td-instagram-user a { color: #ffffff; } .td-theme-wrap .tdi_108 .td-next-prev-wrap a:hover, .td-theme-wrap .tdi_108 .td-load-more-wrap a:hover { background-color: #ffffff; border-color: #ffffff; } .td-theme-wrap .tdi_108 .td-read-more a, .td-theme-wrap .tdi_108 .td-weather-information:before, .td-theme-wrap .tdi_108 .td-weather-week:before, .td-theme-wrap .tdi_108 .td-exchange-header:before, .td-theme-wrap .td-footer-wrapper .tdi_108 .td-post-category, .td-theme-wrap .tdi_108 .td-post-category:hover { background-color: #ffffff; } /* inline tdc_css att */ /* phone */ @media (max-width: 767px) { .tdi_108{ margin-bottom:48px !important; } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_108{ margin-bottom:20px !important; } } </style> <style> /* custom css */ .tdi_108 .td-image-wrap{ padding-bottom: 70%; }.tdi_108 .entry-thumb{ background-position: center 50%; }.tdi_108 .td-image-container{ flex: 0 0 30%; width: 30%; display: block; order: 0; }.ie10 .tdi_108 .td-image-container, .ie11 .tdi_108 .td-image-container{ flex: 0 0 auto; }.tdi_108 .td-module-container{ flex-direction: row; border-color: #eaeaea !important; }.ie10 .tdi_108 .td-module-meta-info, .ie11 .tdi_108 .td-module-meta-info{ flex: 1; }.tdi_108 .td-module-meta-info{ padding: 0 0 0 16px; border-color: #eaeaea; }.tdi_108 .td_module_wrap{ padding-left: 20px; padding-right: 20px; padding-bottom: 13px; margin-bottom: 13px; }.tdi_108 .td_block_inner{ margin-left: -20px; margin-right: -20px; }.tdi_108 .td-module-container:before{ bottom: -13px; border-color: #eaeaea; }.tdi_108 .td-video-play-ico{ width: 24px; height: 24px; font-size: 24px; }.tdi_108 .td-post-vid-time{ display: block; }.tdi_108 .td-post-category{ display: none; }.tdi_108 .td-author-photo .avatar{ width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; }.tdi_108 .td-excerpt{ display: none; column-count: 1; column-gap: 48px; }.tdi_108 .td-audio-player{ opacity: 1; visibility: visible; height: auto; font-size: 13px; }.tdi_108 .td-read-more{ display: none; }.tdi_108 .td-author-date{ display: inline; }.tdi_108 .td-post-author-name{ display: none; }.tdi_108 .entry-review-stars{ display: inline-block; color: #ffffff; }.tdi_108 .td-icon-star, .tdi_108 .td-icon-star-empty, .tdi_108 .td-icon-star-half{ font-size: 15px; }.tdi_108 .td-module-comments{ display: none; }.tdi_108 .td_module_wrap:nth-last-child(1){ margin-bottom: 0; padding-bottom: 0; }.tdi_108 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none; }.tdi_108 .td-module-title a{ color: #ffffff; box-shadow: inset 0 0 0 0 #000; }.tdi_108 .td_module_wrap:hover .td-module-title a{ color: #4db2ec !important; }.tdi_108 .td-block-title a, .tdi_108 .td-block-title span{ font-size:18px !important; }.tdi_108 .entry-title{ font-size:14px !important;line-height:1.4 !important;font-weight:500 !important; }html:not([class*='ie']) .tdi_108 .td-module-container:hover .entry-thumb:before{ opacity: 0; }@media (min-width: 768px) { .tdi_108 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } /* landscape */ @media (min-width: 1019px) and (max-width: 1140px){ .tdi_108 .td_module_wrap{ padding-bottom: 13px; margin-bottom: 13px; padding-bottom: 13px !important; margin-bottom: 13px !important; }.tdi_108 .td-module-container:before{ bottom: -13px; }.tdi_108 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_108 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_108 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_108 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_108 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_108 .td-module-meta-info{ padding: 0 0 0 13px; }.tdi_108 .td_module_wrap{ width: 100%; float: left; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; margin-bottom: 10px; padding-bottom: 10px !important; margin-bottom: 10px !important; }.tdi_108 .td_block_inner{ margin-left: -10px; margin-right: -10px; }.tdi_108 .td-module-container:before{ bottom: -10px; }.tdi_108 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_108 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_108 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_108 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }.tdi_108 .entry-title{ font-size:12px !important;line-height:1.4 !important;font-weight:500 !important; }@media (min-width: 768px) { .tdi_108 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } /* phone */ @media (max-width: 767px){ .tdi_108 .td_module_wrap{ width: 100%; float: left; padding-bottom: 13px; margin-bottom: 13px; padding-bottom: 13px !important; margin-bottom: 13px !important; }.tdi_108 .td-module-container:before{ bottom: -13px; }.tdi_108 .td_module_wrap:nth-last-child(1){ margin-bottom: 0 !important; padding-bottom: 0 !important; }.tdi_108 .td_module_wrap .td-module-container:before{ display: block !important; }.tdi_108 .td_module_wrap:nth-last-child(1) .td-module-container:before{ display: none !important; }.tdi_108 .td-module-title a{ box-shadow: inset 0 0 0 0 #000; }@media (min-width: 768px) { .tdi_108 .td-module-title a { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } } } </style><script>var block_tdi_108 = new tdBlock(); block_tdi_108.id = "tdi_108"; block_tdi_108.atts = '{"modules_on_row":"eyJwb3J0cmFpdCI6IjEwMCUiLCJwaG9uZSI6IjEwMCUifQ==","image_size":"td_218x150","image_floated":"float_left","image_width":"30","image_height":"70","show_btn":"none","show_excerpt":"none","show_com":"none","show_author":"none","show_cat":"none","meta_padding":"eyJhbGwiOiIwIDAgMCAxNnB4IiwicGhvbmUiOiIwIDAgMCAxNnB4IiwicG9ydHJhaXQiOiIwIDAgMCAxM3B4In0=","f_title_font_size":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==","f_title_font_line_height":"1.4","f_title_font_weight":"500","all_modules_space":"eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjAiLCJwaG9uZSI6IjI2In0=","category_id":"","modules_gap":"eyJwb3J0cmFpdCI6IjIwIn0=","show_date":"","limit":"3","custom_title":"POPULAR POSTS","block_template_id":"td_block_template_2","f_header_font_size":"18","f_header_font_weight":"","header_text_color":"#ffffff","title_txt":"#ffffff","sort":"","title_txt_hover":"#4db2ec","tdc_css":"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiNDgiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9","post_ids":"","rev_txt":"#ffffff","video_icon":"24","block_type":"td_flex_block_1","separator":"","custom_url":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","el_class":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_title":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_108","tdc_css_class":"tdi_108","tdc_css_class_style":"tdi_108_rand_style"}'; block_tdi_108.td_column_number = "1"; block_tdi_108.block_type = "td_flex_block_1"; block_tdi_108.post_count = "3"; block_tdi_108.found_posts = "2096"; block_tdi_108.header_color = ""; block_tdi_108.ajax_pagination_infinite_stop = ""; block_tdi_108.max_num_pages = "699"; tdBlocksArray.push(block_tdi_108); </script><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">POPULAR POSTS</span></h4></div><div id=tdi_108 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/synchronized-movement-between-robots-and-humans-builds-trust-study-finds/" rel="bookmark" class="td-image-wrap " title="Synchronized movement between robots and humans builds trust, study finds" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i0.wp.com/www.sciencedaily.com/images/scidaily-icon.png?w=218&resize=218,150&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/synchronized-movement-between-robots-and-humans-builds-trust-study-finds/" rel="bookmark" title="Synchronized movement between robots and humans builds trust, study finds">Synchronized movement between robots and humans builds trust, study finds</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T17:19:53+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/drone-activity-morris-county-sparks-public-concern/" rel="bookmark" class="td-image-wrap " title="Drone activity Morris County Sparks Public Concern" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i0.wp.com/dronelife.com/wp-content/uploads/2024/11/Picatinny_sign.jpeg?w=218&resize=218,150&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/drone-activity-morris-county-sparks-public-concern/" rel="bookmark" title="Drone activity Morris County Sparks Public Concern">Drone activity Morris County Sparks Public Concern</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T17:15:07+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://koudanews.com/an-encounter-between-metal-ions-and-natural-products-natural-products-coordinated-metal-ions-for-the-diagnosis-and-treatment-of-tumors-journal-of-nanobiotechnology/" rel="bookmark" class="td-image-wrap " title="An encounter between metal ions and natural products: natural products-coordinated metal ions for the diagnosis and treatment of tumors | Journal of Nanobiotechnology" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://i2.wp.com/static-content.springer.com/image/art%3A10.1186%2Fs12951-024-02981-9/MediaObjects/12951_2024_2981_Figa_HTML.png?w=218&resize=218,150&ssl=1" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://koudanews.com/an-encounter-between-metal-ions-and-natural-products-natural-products-coordinated-metal-ions-for-the-diagnosis-and-treatment-of-tumors-journal-of-nanobiotechnology/" rel="bookmark" title="An encounter between metal ions and natural products: natural products-coordinated metal ions for the diagnosis and treatment of tumors | Journal of Nanobiotechnology">An encounter between metal ions and natural products: natural products-coordinated metal ions for the diagnosis and treatment of tumors | Journal of Nanobiotechnology</a></h3> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-11-22T16:02:30+00:00" >novembro 22, 2024</time></span> </span> </div> </div> </div> </div> </div></div></div></div></div><div class="vc_column_inner tdi_110 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped> /* custom css */ .tdi_110{ vertical-align: baseline; }.tdi_110 .vc_column-inner > .wpb_wrapper, .tdi_110 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_110 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } </style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_popular_categories tdi_111 widget widget_categories td-pb-border-top td_block_template_2" data-td-block-uid="tdi_111" > <style> .td-theme-wrap .tdi_111 .td-block-title > *, .td-theme-wrap .tdi_111 .td-pulldown-filter-link:hover, .td-theme-wrap .tdi_111 .td-subcat-item a:hover, .td-theme-wrap .tdi_111 .td-subcat-item .td-cur-simple-item, .td-theme-wrap .tdi_111 .td-subcat-dropdown:hover .td-subcat-more span, .td-theme-wrap .tdi_111 .td-subcat-dropdown:hover .td-subcat-more i { color: #ffffff; } .td-theme-wrap .tdi_111 .td-subcat-dropdown ul:after { background-color: #ffffff; } .td-theme-wrap .tdi_111 .td_module_wrap:hover .entry-title a, .td-theme-wrap .tdi_111 .td_quote_on_blocks, .td-theme-wrap .tdi_111 .td-opacity-cat .td-post-category:hover, .td-theme-wrap .tdi_111 .td-opacity-read .td-read-more a:hover, .td-theme-wrap .tdi_111 .td-opacity-author .td-post-author-name a:hover, .td-theme-wrap .tdi_111 .td-instagram-user a { color: #ffffff; } .td-theme-wrap .tdi_111 .td-next-prev-wrap a:hover, .td-theme-wrap .tdi_111 .td-load-more-wrap a:hover { background-color: #ffffff; border-color: #ffffff; } .td-theme-wrap .tdi_111 .td-read-more a, .td-theme-wrap .tdi_111 .td-weather-information:before, .td-theme-wrap .tdi_111 .td-weather-week:before, .td-theme-wrap .tdi_111 .td-exchange-header:before, .td-theme-wrap .td-footer-wrapper .tdi_111 .td-post-category, .td-theme-wrap .tdi_111 .td-post-category:hover { background-color: #ffffff; } /* inline tdc_css att */ /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_111{ margin-bottom:20px !important; } } </style> <style> /* custom css */ .td_block_popular_categories{ padding-bottom: 0; }.tdi_111 .td-cat-name{ color: #ffffff; }.tdi_111 .td-cat-no{ color: #ffffff; }.tdi_111 li:hover .td-cat-name{ color: #4db2ec; }.tdi_111 li:hover .td-cat-no{ color: #4db2ec; }.tdi_111 .td-block-title a, .tdi_111 .td-block-title span{ font-size:18px !important; } /* portrait */ @media (min-width: 768px) and (max-width: 1018px){ .tdi_111 li{ font-size:13px !important;line-height:26px !important; } } </style><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">POPULAR CATEGORY</span></h4></div><ul class="td-pb-padding-side"><li><a href="https://koudanews.com/category/cyber-security/"><span class="td-cat-name">Cyber Security</span><span class="td-cat-no">186</span></a></li><li><a href="https://koudanews.com/category/big-data/"><span class="td-cat-name">Big Data</span><span class="td-cat-no">186</span></a></li><li><a href="https://koudanews.com/category/mobile/"><span class="td-cat-name">Mobile</span><span class="td-cat-no">185</span></a></li><li><a href="https://koudanews.com/category/cloud-computing/"><span class="td-cat-name">Cloud Computing</span><span class="td-cat-no">183</span></a></li><li><a href="https://koudanews.com/category/green-technology/"><span class="td-cat-name">Green Technology</span><span class="td-cat-no">180</span></a></li><li><a href="https://koudanews.com/category/iot/"><span class="td-cat-name">IoT</span><span class="td-cat-no">176</span></a></li><li><a href="https://koudanews.com/category/3d-printing/"><span class="td-cat-name">3D Printing</span><span class="td-cat-no">170</span></a></li><li><a href="https://koudanews.com/category/technology/"><span class="td-cat-name">Technology</span><span class="td-cat-no">166</span></a></li></ul></div></div></div></div></div><div class="vc_row_inner tdi_113 vc_row vc_inner wpb_row td-pb-row" > <style scoped> /* custom css */ .tdi_113{ position: relative !important; top: 0; transform: none; -webkit-transform: none; }.tdi_113, .tdi_113 .tdc-inner-columns{ display: block; }.tdi_113 .tdc-inner-columns{ width: 100%; } </style><div class="vc_column_inner tdi_115 wpb_column vc_column_container tdc-inner-column td-pb-span12"> <style scoped> /* custom css */ .tdi_115{ vertical-align: baseline; }.tdi_115 .vc_column-inner > .wpb_wrapper, .tdi_115 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_115 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } /* inline tdc_css att */ /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_115{ margin-bottom:0px !important; } } </style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_wrapper td_block_separator td_block_wrap vc_separator tdi_117 td_separator_solid td_separator_center"><span style="border-color:rgba(255,255,255,0.1);border-width:1px;width:80%;"></span> <style scoped> /* inline tdc_css att */ /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_117{ margin-bottom:20px !important; } } </style></div></div></div></div></div><div class="vc_row_inner tdi_119 vc_row vc_inner wpb_row td-pb-row" > <style scoped> /* custom css */ .tdi_119{ position: relative !important; top: 0; transform: none; -webkit-transform: none; }.tdi_119, .tdi_119 .tdc-inner-columns{ display: block; }.tdi_119 .tdc-inner-columns{ width: 100%; } /* inline tdc_css att */ .tdi_119{ padding-bottom:30px !important; } .tdi_119 .td_block_wrap{ text-align:left } /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_119{ padding-bottom:20px !important; } } </style><div class="vc_column_inner tdi_121 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped> /* custom css */ .tdi_121{ vertical-align: baseline; }.tdi_121 .vc_column-inner > .wpb_wrapper, .tdi_121 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_121 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } /* inline tdc_css att */ .tdi_121{ width:25% !important; } /* phone */ @media (max-width: 767px) { .tdi_121{ margin-bottom:50px !important; width:100% !important; } } </style><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="vc_column_inner tdi_123 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped> /* custom css */ .tdi_123{ vertical-align: baseline; }.tdi_123 .vc_column-inner > .wpb_wrapper, .tdi_123 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_123 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } /* inline tdc_css att */ .tdi_123{ width:41.66666667% !important; } /* phone */ @media (max-width: 767px) { .tdi_123{ margin-bottom:50px !important; width:100% !important; justify-content:center !important; text-align:center !important; } } </style><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="vc_column_inner tdi_125 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped> /* custom css */ .tdi_125{ vertical-align: baseline; }.tdi_125 .vc_column-inner > .wpb_wrapper, .tdi_125 .vc_column-inner > .wpb_wrapper .tdc-elements{ display: block; }.tdi_125 .vc_column-inner > .wpb_wrapper .tdc-elements{ width: 100%; } /* inline tdc_css att */ /* phone */ @media (max-width: 767px) { .tdi_125{ justify-content:center !important; text-align:center !important; } } </style><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div id="tdi_126" class="tdc-row stretch_row"><div class="vc_row tdi_127 wpb_row td-pb-row tdc-element-style" > <style scoped> /* custom css */ .tdi_127, .tdi_127 .tdc-columns{ min-height: 0; }.tdi_127, .tdi_127 .tdc-columns{ display: block; }.tdi_127 .tdc-columns{ width: 100%; } /* inline tdc_css att */ .tdi_127{ position:relative; } .tdi_127 .td_block_wrap{ text-align:left } /* phone */ @media (max-width: 767px) { .tdi_127{ padding-top:6px !important; padding-bottom:6px !important; } } </style> <div class="tdi_126_rand_style td-element-style" ><style> .tdi_126_rand_style{ background-color:#0d0d0d !important; } </style></div><div class="vc_column tdi_129 wpb_column vc_column_container tdc-column td-pb-span6"> <style scoped> /* custom css */ .tdi_129{ vertical-align: baseline; }.tdi_129 > .wpb_wrapper, .tdi_129 > .wpb_wrapper > .tdc-elements{ display: block; }.tdi_129 > .wpb_wrapper > .tdc-elements{ width: 100%; }.tdi_129 > .wpb_wrapper > .vc_row_inner{ width: auto; }.tdi_129 > .wpb_wrapper{ width: auto; height: auto; } </style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_130 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_130" > <style> /* inline tdc_css att */ .tdi_130{ margin-top:2px !important; margin-bottom:0px !important; padding-top:8px !important; padding-bottom:8px !important; } /* phone */ @media (max-width: 767px) { .tdi_130{ margin-top:0px !important; justify-content:center !important; text-align:center !important; } } </style> <style> /* custom css */ .tdi_130 .tdm-descr{ color: #cccccc; font-size:12px !important;line-height:21px !important; } </style><p class="tdm-descr">Copyright ©2024 - koudanews.com. All rights reserved.</p></div></div></div><div class="vc_column tdi_132 wpb_column vc_column_container tdc-column td-pb-span6"> <style scoped> /* custom css */ .tdi_132{ vertical-align: baseline; }.tdi_132 > .wpb_wrapper, .tdi_132 > .wpb_wrapper > .tdc-elements{ display: block; }.tdi_132 > .wpb_wrapper > .tdc-elements{ width: 100%; }.tdi_132 > .wpb_wrapper > .vc_row_inner{ width: auto; }.tdi_132 > .wpb_wrapper{ width: auto; height: auto; } /* inline tdc_css att */ .tdi_132{ justify-content:flex-end !important; text-align:right !important; } /* phone */ @media (max-width: 767px) { .tdi_132{ justify-content:center !important; text-align:center !important; } } </style><div class="wpb_wrapper"><div class="td_block_wrap td_block_list_menu tdi_133 td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_133" > <style> /* inline tdc_css att */ .tdi_133{ margin-bottom:0px !important; padding-top:8px !important; padding-bottom:8px !important; } /* desktop */ @media(min-width: 1141px) { .tdi_133 { display:inline-table !important; } } /* phone */ @media (max-width: 767px) { .tdi_133{ margin-left:16px !important; justify-content:center !important; text-align:center !important; display:inline-table !important; } } /* portrait */ @media (min-width: 768px) and (max-width: 1018px) { .tdi_133{ display:inline-table !important; } } /* landscape */ @media (min-width: 1019px) and (max-width: 1140px) { .tdi_133{ display:inline-table !important; } } </style> <style> /* custom css */ .td_block_list_menu ul{ flex-wrap: wrap; margin-left: 12px; }.td_block_list_menu ul li{ margin-left: 0; }.td_block_list_menu .sub-menu{ padding-left: 22px; }.td_block_list_menu .sub-menu li{ font-size: 13px; }.tdi_133 li{ display: inline-block; font-size:12px !important;line-height:21px !important; }.tdi_133 .menu{ display: flex; }.tdi_133 .sub-menu{ display: none; }.tdi_133 ul{ margin: 0px; text-align: left; justify-content: flex-start; }.tdi_133 ul li{ margin-right: 16px; }.tdi_133 ul li:last-child{ margin-right: 0; }.tdi_133 a{ color: #cccccc; }.tdi_133 a:hover{ color: #1aa4ce; } </style><div class="td-block-title-wrap"></div><div id=tdi_133 class="td_block_inner td-fix-index"><div class="menu-td-demo-footer-menu-container"><ul id="menu-td-demo-footer-menu" class="menu"><li id="menu-item-154" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-154"><a href="#">Disclaimer</a></li> <li id="menu-item-155" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-155"><a href="#">Privacy</a></li> <li id="menu-item-156" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-156"><a href="#">Advertisement</a></li> <li id="menu-item-157" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157"><a href="#">Contact us</a></li> </ul></div></div></div></div></div></div></div></div></div> </div> </div> <style> .tdc-footer-template .td-main-content-wrap { padding-bottom: 0; } </style> </div><!--close td-outer-wrap--> <!-- Theme: Newspaper by tagDiv.com 2021 Version: 11 (rara) Deploy mode: deploy uid: 6740d1d8ad5ec --> <script type="text/javascript" src="https://koudanews.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://koudanews.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://koudanews.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-translations"> /* <![CDATA[ */ ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "contact-form-7", {"translation-revision-date":"2023-10-27 10:58:15+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Error:":["Erro:"]}},"comment":{"reference":"includes\/js\/index.js"}} ); /* ]]> */ </script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/koudanews.com\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; /* ]]> */ </script> <script type="text/javascript" src="https://koudanews.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0" id="contact-form-7-js"></script> <script type="text/javascript" src="https://koudanews.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="text/javascript" src="https://koudanews.com/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js?ver=45456ad3a6d583e9cee0a9fe2cdd86cb" id="tdb_js_posts_autoload-js"></script> <script type="text/javascript" src="https://koudanews.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=11" id="td-site-min-js"></script> <script type="text/javascript" src="https://koudanews.com/wp-includes/js/comment-reply.min.js?ver=6.7.1" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://koudanews.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=45456ad3a6d583e9cee0a9fe2cdd86cb" id="tdb_js_files_for_front-js"></script> <!-- JS generated by theme --> <script> /* global jQuery:{} */ jQuery().ready(function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_45'; tdbMenuItem.jqueryObj = jQuery('.tdi_45'); tdbMenuItem.isMegaMenuFull = true; tdbMenu.addItem(tdbMenuItem); }); jQuery().ready(function () { var tdbSearchItem = new tdbSearch.item(); //block unique ID tdbSearchItem.blockUid = 'tdi_48'; tdbSearchItem.blockAtts = '{"inline":"yes","toggle_txt_pos":"after","form_align":"content-horiz-right","results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"none","show_btn":"none","show_date":"","show_review":"","show_com":"none","show_excerpt":"none","show_author":"none","art_title":"0 0 2px 0","all_modules_space":"20","tdicon":"td-icon-magnifier-big-rounded","icon_size":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTgifQ==","tdc_css":"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJtYXJnaW4tdG9wIjoiMSIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=","modules_on_row":"eyJhbGwiOiI1MCUiLCJwb3J0cmFpdCI6IjUwJSIsImxhbmRzY2FwZSI6IjUwJSJ9","meta_info_horiz":"content-horiz-left","form_width":"600","input_border":"0 0 1px 0","modules_divider":"","form_padding":"eyJwb3J0cmFpdCI6IjIwcHggMjBweCAyMHB4IiwiYWxsIjoiMzBweCJ9","arrow_color":"#ffffff","btn_bg_h":"rgba(0,0,0,0)","btn_tdicon":"td-icon-menu-right","btn_icon_pos":"after","btn_icon_size":"7","btn_icon_space":"8","f_title_font_family":"","f_cat_font_family":"","f_cat_font_transform":"uppercase","f_title_font_weight":"","f_title_font_transform":"","f_title_font_size":"13","title_txt_hover":"#4db2ec","results_limit":"6","float_block":"yes","icon_color":"#000000","results_border":"0 0 1px 0","f_title_font_line_height":"1.4","btn_color":"#000000","btn_color_h":"#4db2ec","all_underline_color":"","results_msg_color_h":"#4db2ec","image_height":"100","meta_padding":"3px 0 0 16px","modules_gap":"20","mc1_tl":"12","show_form":"yes","f_meta_font_weight":"","h_effect":"","results_msg_padding":"10px 0","f_results_msg_font_style":"normal","video_icon":"24","modules_divider_color":"","modules_border_color":"","btn_padding":"0","form_border":"0","form_shadow_shadow_offset_vertical":"3","results_padding":"0 30px 30px","btn_bg":"rgba(0,0,0,0)","icon_padding":"eyJhbGwiOjIuNCwicG9ydHJhaXQiOiIyLjYifQ==","block_type":"tdb_header_search","disable_live_search":"","separator":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","toggle_horiz_align":"content-horiz-left","form_offset":"","form_offset_left":"","form_content_width":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_radius":"","btn_text":"Search","btn_icon_align":"0","btn_margin":"","btn_border":"","btn_radius":"","results_msg_border":"","mc1_title_tag":"","mc1_el":"","m_padding":"","modules_border_size":"","modules_border_style":"","image_alignment":"50","image_radius":"","hide_image":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_border_color":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_size":"","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_spread":"","form_shadow_shadow_color":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_bg":"","input_border_color":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_icon_color":"","btn_icon_color_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_family":"","f_input_font_size":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_weight":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_family":"","f_placeholder_font_size":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_family":"","f_results_msg_font_size":"","f_results_msg_font_line_height":"","f_results_msg_font_weight":"","f_results_msg_font_transform":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","title_txt":"","all_underline_height":"","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","border_top":"","css":"","class":"tdi_48","tdc_css_class":"tdi_48","tdc_css_class_style":"tdi_48_rand_style"}'; tdbSearchItem.jqueryObj = jQuery('.tdi_48'); tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open'; tdbSearchItem._resultsLimit = '6'; tdbSearch.addItem( tdbSearchItem ); }); jQuery(window).on( 'load', function () { var block = jQuery('.tdi_74'), blockClass = '.tdi_74', blockInner = block.find('.tdb-block-inner'), blockOffsetLeft; if( block.find('audio').length > 0 ) { jQuery(blockClass + ' audio').mediaelementplayer(); } if( block.hasClass('tdb-sfi-stretch') ) { jQuery(window).resize(function () { blockOffsetLeft = block.offset().left; if( block.hasClass('tdb-sfi-stretch-left') ) { blockInner.css('margin-left', -blockOffsetLeft + 'px'); } else { blockInner.css('margin-right', -(jQuery(window).width() - (blockOffsetLeft + block.outerWidth())) + 'px'); } }); jQuery(window).resize(); } setTimeout(function () { block.css('opacity', 1); }, 500); }); </script> </body> </html> <!-- Page supported by LiteSpeed Cache 6.5.2 on 2024-11-22 18:47:52 -->