<?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>html5 &#8211; Rafael Bernard Araujo</title>
	<atom:link href="https://rafael.bernard-araujo.com/tag/html5/feed" rel="self" type="application/rss+xml" />
	<link>https://rafael.bernard-araujo.com</link>
	<description>desenvolvendo... while(!success){  try(); }</description>
	<lastBuildDate>Wed, 14 Jan 2026 22:31:45 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">21941730</site>	<item>
		<title>Tropeçando 60</title>
		<link>https://rafael.bernard-araujo.com/tropecando-60.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-60.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Wed, 09 Jul 2014 18:30:53 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[injeção de sql]]></category>
		<category><![CDATA[segurança]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://rafael.bernard-araujo.com/?p=1094</guid>

					<description><![CDATA[CSS Message Boxes for different message types Add missing wpsql_errno in PG4WP plugin 15 fatos sobre programação que você provavelmente não sabia Validação de formulários com HTML5 SQL Injection Cheat Sheet]]></description>
										<content:encoded><![CDATA[<p><a href="https://web.archive.org/web/20180517062808/http://www.jankoatwarpspeed.com/css-message-boxes-for-different-message-types/" target="_blank" rel="noopener">CSS Message Boxes for different message types</a></p>
<p><a href="http://vitoriodelage.wordpress.com/2014/06/06/add-missing-wpsql_errno-in-pg4wp-plugin/" target="_blank" rel="noopener">Add missing wpsql_errno in PG4WP plugin</a></p>
<p><a href="https://web.archive.org/web/20210115204206/http://pichiliani.com.br/15-fatos-sobre-programacao-que-voce-provavelmente-nao-sabia/" title="15 fatos sobre programação que você provavelmente não sabia" target="_blank" rel="noopener">15 fatos sobre programação que você provavelmente não sabia</a></p>
<p><a href="https://productoversee.com/validacao-de-formularios-com-html5/" title="Validação de formulários com HTML5" target="_blank" rel="noopener">Validação de formulários com HTML5</a></p>
<p><a href="https://web.archive.org/web/20160317101914/http://ferruh.mavituna.com:80/sql-injection-cheatsheet-oku" title="SQL Injection Cheat Sheet" target="_blank" rel="noopener">SQL Injection Cheat Sheet</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-60.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1094</post-id>	</item>
		<item>
		<title>Tropeçando 55</title>
		<link>https://rafael.bernard-araujo.com/tropecando-55.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-55.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Thu, 04 Apr 2013 23:41:14 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[PostGreSQL]]></category>
		<category><![CDATA[sql]]></category>
		<guid isPermaLink="false">http://rafael.bernard-araujo.com/?p=1043</guid>

					<description><![CDATA[Um pouco de aritmética com Data/Hora no PostgreSQL Validando número máximo de checkboxes marcados com javascript https://sqlfiddle.com/ Excelente ferramenta para testar consultas, comparar implementação em diferentes SGBDs, guardar exemplos de consultas úteis ou criar um bloco simulando um banco de dados para demonstração. https://sqlfiddle.com/ If you do not know SQL or basic database concepts, this [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a title="Um pouco de aritmética com Data/Hora no PostgreSQL" href="https://web.archive.org/web/20160917081348/http://savepoint.blog.br:80/um-pouco-de-aritmetica-com-datahora-no-postgresql/">Um pouco de aritmética com Data/Hora no PostgreSQL</a></p>
<p><a title="Validando número máximo de checkboxes marcados com javascript" href="http://wbruno.com.br/javascript-puro/validando-numero-maximo-de-checkboxes-marcados-com-javascript/">Validando número máximo de checkboxes marcados com javascript</a></p>
<p><a title="SQL Fiddle" href="https://sqlfiddle.com/"><a href="https://sqlfiddle.com/"><a href="https://sqlfiddle.com/">https://sqlfiddle.com/</a></a></a></p>
<blockquote><p>Excelente ferramenta para testar consultas, comparar implementação em diferentes SGBDs, guardar exemplos de consultas úteis ou criar um bloco simulando um banco de dados para demonstração.</p>
<p><a href="https://sqlfiddle.com/">https://sqlfiddle.com/</a><br />
If you do not know SQL or basic database concepts, this site is not going to be very useful to you. However, if you are a database developer, there are a few different use-cases of SQL Fiddle intended for you: You want help with a tricky query, and you'd like to post a question to a Q/A site like StackOverflow. You want to compare and contrast SQL statements in different database back-ends. You do not have a particular database platform readily available, but you would like to see what a given query would look like in that environment. Using SQL Fiddle, you don't need to bother spinning up a whole installation for your evaluation; just create your database and queries here!</p></blockquote>
<p><a title="Sobre prazos e produtividade" href="https://tableless.com.br/sobre-prazos-e-produtividade/">Sobre prazos e produtividade</a></p>
<blockquote><p>Você já percebeu que cumprir prazos em projetos de web é praticamente impossível? Nunca vi ninguém entregando tudo o que combinou no prazo final. Sempre falta alguma coisa, um teste, uma feature, algo que ninguém conseguiu prever.</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-55.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1043</post-id>	</item>
		<item>
		<title>Tropeçando 52</title>
		<link>https://rafael.bernard-araujo.com/tropecando-52.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-52.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Wed, 08 Aug 2012 02:35:20 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PostGreSQL]]></category>
		<category><![CDATA[segurança]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://rafael.bernard-araujo.com/?p=1007</guid>

					<description><![CDATA[Generating Random Data Via Sql Geração de dados aleatórios em PostgreSQL 10 Ways to Generate a Random Password from the Command Line Mascara campo de telefone em javascript com regex – Nono dígito – Telefones São Paulo Quick FAQs on input[type=date] in Google Chrome Boas práticas para E-mail Marketing How to get some information about [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a title="Generating Random Data Via Sql" href="http://momjian.us/main/blogs/pgblog/2012.html#July_24_2012">Generating Random Data Via Sql</a></p>
<blockquote><p>Geração de dados aleatórios em PostgreSQL</p></blockquote>
<p><a title="10 Ways to Generate a Random Password from the Command Line" href="http://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/">10 Ways to Generate a Random Password from the Command Line</a></p>
<p><a title="Mascara campo de telefone em javascript com regex – Nono dígito – Telefones São Paulo" href="http://wbruno.com.br/expressao-regular/mascara-campo-de-telefone-em-javascript-com-regex-nono-digito-telefones-sao-paulo/">Mascara campo de telefone em javascript com regex – Nono dígito – Telefones São Paulo</a></p>
<p><a title="Quick FAQs on input[type=date] in Google Chrome" href="http://updates.html5rocks.com/2012/08/Quick-FAQs-on-input-type-date-in-Google-Chrome">Quick FAQs on input[type=date] in Google Chrome</a></p>
<p><a title="Boas práticas para E-mail Marketing" href="https://tableless.com.br/boas-praticas-para-e-mail-marketing/">Boas práticas para E-mail Marketing</a></p>
<p><a title="How to get some information about PostgreSQL structure (Part 2)" href="http://golden13.blogspot.com.br/2012/08/how-to-get-some-information-about_7.html">How to get some information about PostgreSQL structure (Part 2)</a></p>
<blockquote><p>Consultas úteis para obter a estrutura do PostgreSQL: tabelas, visões, esquemas, chaves, usuários etc.</p></blockquote>
<p><a title="Descompactação de arquivos comprimidos - .gz, .zip, .rar, .bz2, tgz, .tar.gz" href="http://www.dicas-l.com.br/arquivo/descompactacao_de_arquivos_comprimidos_.gz_.zip_.rar_.bz2_tgz_.tar.gz.php">Descompactação de arquivos comprimidos - .gz, .zip, .rar, .bz2, tgz, .tar.gz</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-52.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1007</post-id>	</item>
		<item>
		<title>Tropeçando 47</title>
		<link>https://rafael.bernard-araujo.com/tropecando-47.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-47.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 17:51:08 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[Banco de dados]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PostGreSQL]]></category>
		<category><![CDATA[programação]]></category>
		<guid isPermaLink="false">http://rafael.bernard-araujo.com/?p=944</guid>

					<description><![CDATA[Business Logic in the Database &#124; Taming Serpents and Pachyderms ToP 10 – Artigos sobre redes informáticas em 2011 no Pplware &#124; Pplware CodeYear: que tal aprender a programar em 2012? The wonders of Any Element - Postgres OnLine Journal Cheat Sheet : All Cheat Sheets in one page jQuery: dicas de otimização e performance [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a title="Business Logic in the Database | Taming Serpents and Pachyderms" href="http://pyrseas.wordpress.com/2012/01/02/business-logic-in-the-database/" target="_blank" rel="noopener">Business Logic in the Database | Taming Serpents and Pachyderms</a></p>
<p><a title="ToP 10 – Artigos sobre redes informáticas em 2011 no Pplware | Pplware" href="http://pplware.sapo.pt/networking/top-10-artigos-sobre-rede-informticas-em-2011-no-pplware/" target="_blank" rel="noopener">ToP 10 – Artigos sobre redes informáticas em 2011 no Pplware | Pplware</a></p>
<p><a title="CodeYear: que tal aprender a programar em 2012?" href="http://br-linux.org/2012/codeyear-que-tal-aprender-a-programar-em-2012/" target="_blank" rel="noopener">CodeYear: que tal aprender a programar em 2012?</a></p>
<p><a title="The wonders of Any Element - Postgres OnLine Journal" href="http://www.postgresonline.com/journal/archives/239-The-wonders-of-Any-Element.html%23extended" target="_blank" rel="noopener">The wonders of Any Element - Postgres OnLine Journal</a></p>
<p><a title="Cheat Sheet : All Cheat Sheets in one page" href="https://www.cheat-sheets.org/" target="_blank" rel="noopener">Cheat Sheet : All Cheat Sheets in one page</a></p>
<p><a title="jQuery: dicas de otimização e performance | Tableless" href="https://tableless.com.br/jquery-dicas-de-otimizacao-e-performance/" target="_blank" rel="noopener">jQuery: dicas de otimização e performance | Tableless</a></p>
<p><a title="How DRY impacts JavaScript performance // Faster JavaScript execution for the lazy developer // Speaker Deck" href="https://speakerdeck.com/mathiasbynens/faster-javascript-execution-for-the-lazy-developer" target="_blank" rel="noopener">How DRY impacts JavaScript performance // Faster JavaScript execution for the la...</a></p>
<p><a title="O dilema da sintaxe no HTML5 | Tableless" href="https://tableless.com.br/o-dilema-da-sintaxe-no-html5/" target="_blank" rel="noopener">O dilema da sintaxe no HTML5 | Tableless</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-47.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">944</post-id>	</item>
		<item>
		<title>Tropeçando 46</title>
		<link>https://rafael.bernard-araujo.com/tropecando-46.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-46.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 16:26:52 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://rafael.bernard-araujo.com/?p=935</guid>

					<description><![CDATA[20 plugins jQuery que marcaram 2011 &#124; Tableless 50 perguntas para abrir sua mente : De Tudo Essas questões não possuem respostas certas nem erradas. Às vezes perguntar a questão certa é a resposta. Frosty PostgreSQL: pg_dump compression settings Selects Multiple NÃO! Checkboxes SIM! Uma campanha pela abolição de selects mult... Guia de referência de [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a title="20 plugins jQuery que marcaram 2011 | Tableless" href="https://tableless.com.br/20-plugins-jquery-que-marcaram-2011/" target="_blank">20 plugins jQuery que marcaram 2011 | Tableless</a></p>
<p><a title="50 perguntas para abrir sua mente : De Tudo" href="http://web.archive.org/web/20130729162833/http://detudo.xn.blog.br:80/50-perguntas-para-abrir-sua-mente.dt" target="_blank">50 perguntas para abrir sua mente : De Tudo</a></p>
<blockquote><p>Essas questões não possuem respostas certas nem erradas. Às vezes perguntar a questão certa é a resposta.</p></blockquote>
<p><a title="Frosty PostgreSQL: pg_dump compression settings" href="http://frosty-postgres.blogspot.com/2011/12/pgdump-compression-settings.html" target="_blank">Frosty PostgreSQL: pg_dump compression settings</a></p>
<p><a title="Selects Multiple NÃO! Checkboxes SIM! Uma campanha pela abolição de selects multiples | El Micox" href="http://elmicox.blogspot.com/2011/12/selects-multiple-nao-checkboxes-sim-uma.html" target="_blank">Selects Multiple NÃO! Checkboxes SIM! Uma campanha pela abolição de selects mult...</a></p>
<p><a title="Guia de referência de HTML5. | Tableless" href="https://tableless.com.br/guia-de-referencia-de-html5/" target="_blank">Guia de referência de HTML5. | Tableless</a></p>
<blockquote><p>HTML5 reference</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-46.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">935</post-id>	</item>
		<item>
		<title>Tropeçando 34</title>
		<link>https://rafael.bernard-araujo.com/tropecando-34.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-34.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 12:20:29 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[conversão de arquivos]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[finanças]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[gerenciamento de projeto]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[séries]]></category>
		<category><![CDATA[streaming]]></category>
		<guid isPermaLink="false">http://rafael.bernard-araujo.com/?p=608</guid>

					<description><![CDATA[The Portable Freeware Collection - Latest entries Coleção de programas portáteis Modernizr Modernizr adds classes to the element which allow you to target specific browser functionality in your stylesheet. You don\'t actually need to write any Javascript to use it. Online converter - convert video, images, audio and documents for free É difícil trabalhar com [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.portablefreeware.com/">The Portable Freeware Collection - Latest entries</a></p>
<blockquote>
<p>Coleção de programas portáteis</p>
</blockquote>
<p><a href="http://www.modernizr.com/">Modernizr</a></p>
<blockquote>
<p>Modernizr adds classes to the element which allow you to target specific browser functionality in your stylesheet. You don\'t actually need to write any Javascript to use it.</p>
</blockquote>
<p><a href="http://www.online-convert.com/">Online converter - convert video, images, audio and documents for free</a></p>
<p><a href="https://web.archive.org/web/20200102033953/https://www.ibm.com/developerworks/community/blogs/fd26864d-cb41-49cf-b719-d89c6b072893/entry/_C3_A9_dif_C3_ADcil_trabalhar_com_cluster3?lang=en">É difícil trabalhar com Cluster? - Mauro Pichiliani - Banco de Dados</a></p>
<p><a href="https://web.archive.org/web/20130924060321/http://meiobit.com/75888/de-mclanche-feliz-a-duncan-mccloud-so-pode-haver-um/">De McLanche Feliz a Duncan McCloud: só pode haver um! « Meio Bit</a></p>
<p><a href="http://www.json.org/">JSON</a></p>
<blockquote>
<p>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</p>
</blockquote>
<p><a href="https://web.archive.org/web/20240302071321/https://br.wwwhatsnew.com/2010/11/tres-ferramentas-para-editar-arquivos-pdf-na-internet/">Três ferramentas para editar arquivos PDF na Internet</a></p>
<p><a href="http://web.archive.org/web/20160427200338/http://info.abril.com.br:80/noticias/blogs/geek-list/internet/cinco-sites-para-fazer-streaming-de-video-ao-vivo/">Cinco sites para fazer streaming de vídeo ao vivo - Geek List</a></p>
<p><a href="http://www.getsmartq.com/">smartQ - workflow visualization, task management, team collaboration</a></p>
<p><a href="https://symfony.com/">symfony | Web PHP Framework</a></p>
<p><a href="https://codeigniter.com/">CodeIgniter - Open source PHP web application framework</a></p>
<p><a href="https://www.phpbench.com/">The PHP Benchmark</a></p>
<blockquote>
<p>Nem todo trecho de código PHP será executado na mesma velocidade. Você pode se surpreender com os resultados que esta página gera, mas isto é esperado. A idéia é calcular a performance de trechos de código que possuem mais de uma abordagem possível e assim tenha-se a idéia de qual das abordagens possue a melhor performance.</p>
</blockquote>
<p><a href="https://tableless.com.br/responsabilidade-de-um-dev-client-side/">Responsabilidade de um dev client-side | Boas práticas de Desenvolvimento com Padrões Web</a></p>
<p><a href="https://www.tableless.com.br/navegabilidade-em-dispositivos-moveis">Navegabilidade em Dispositivos Móveis | Boas práticas de Desenvolvimento com Padrões Web</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-34.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">608</post-id>	</item>
	</channel>
</rss>
