<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Renato Reis</title>
	<atom:link href="http://renatoreis.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://renatoreis.net</link>
	<description>Site do desenvolvedor Renato Reis</description>
	<lastBuildDate>Sun, 01 Dec 2019 22:41:59 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>teste</title>
		<link>https://renatoreis.net/teste/</link>
					<comments>https://renatoreis.net/teste/#respond</comments>
		
		<dc:creator><![CDATA[Renato Reis]]></dc:creator>
		<pubDate>Sun, 01 Dec 2019 22:41:59 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">http://renatoreis.net/?p=31</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<script
  src="https://code.jquery.com/jquery-3.4.1.min.js"
  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
  crossorigin="anonymous"></script>
<div id="counter"></div>
<script type="text/javascript">
$(document).ready(function () {

    function countUP(startDate, endDate, startValue, endValue) {

        var startDay = startDate.substring(0, 2);
        var startMonth = parseInt(startDate.substring(3, 5)) - 1;
        var startYear = startDate.substring(6, 10);

        var START_DATE = new Date(startYear, startMonth, startDay, 00, 00, 00, 00).getTime();

        var endDay = endDate.substring(0, 2);
        var endMonth = parseInt(endDate.substring(3, 5)) - 1;
        var endYear = endDate.substring(6, 10);

        var END_DATE = new Date(endYear, endMonth, endDay, 00, 00, 00, 00).getTime();
        var now = new Date().getTime();

        var START_VALUE = startValue;
        var END_VALUE = endValue;


        var INCREMENT = (END_VALUE - START_VALUE) / (END_DATE - START_DATE) * 1000;

        var msInterval = 1000;

        var VALUE = 0

        VALUE = (parseInt((parseInt(now - START_DATE) / msInterval)) * INCREMENT) + START_VALUE;

        var PORCENT = VALUE / 1000000 * 100;

        $('#counter').html(VALUE.toFixed(0).replace('.',',').replace(/(d)(?=(d{3})+(?!d))/g, '$1.'));

        var updateValue = setInterval(function () {
            VALUE += INCREMENT;

            if (VALUE >= END_VALUE) {
                VALUE = END_VALUE;
                PORCENT = 100;
                $('#counter').html(VALUE.toFixed(0).replace('.',',').replace(/(d)(?=(d{3})+(?!d))/g, '$1.'));
                clearInterval(updateValue);
            } else {
                PORCENT = VALUE / 1000000 * 100;
                $('#counter').html(VALUE.toFixed(0).replace('.',',').replace(/(d)(?=(d{3})+(?!d))/g, '$1.'));
            }

        }, msInterval)
    }
    countUP('31/11/2019', '04/12/2019', 899000, 1000000);
}); 

</script>
]]></content:encoded>
					
					<wfw:commentRss>https://renatoreis.net/teste/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Olá mundo</title>
		<link>https://renatoreis.net/hello-world/</link>
					<comments>https://renatoreis.net/hello-world/#comments</comments>
		
		<dc:creator><![CDATA[Renato Reis]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 10:48:42 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">http://renatoreis.net/?p=1</guid>

					<description><![CDATA[Comecei uma nova versão do meu site, sim...ela foi inspirada no Facebook]]></description>
										<content:encoded><![CDATA[<p>Comecei uma nova versão do meu site, sim&#8230;ela foi inspirada no Facebook</p>
]]></content:encoded>
					
					<wfw:commentRss>https://renatoreis.net/hello-world/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
