<?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>Top rated never dies &#187; Tutoriais</title>
	<atom:link href="http://www.toprated.com.br/tag/tutoriais/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toprated.com.br</link>
	<description>Top Rated é um blog sobre o mundo do design com dicas, tutoriais e inspiracao. Artigos sobre CSS, HTML, Photoshop. E claro, um pouco de bom humor</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Como adicionar o botão +1 do Google ao seu site</title>
		<link>http://www.toprated.com.br/como-adicionar-o-botao-1-do-google-ao-seu-site</link>
		<comments>http://www.toprated.com.br/como-adicionar-o-botao-1-do-google-ao-seu-site#comments</comments>
		<pubDate>Sat, 17 Sep 2011 14:45:16 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plus]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2373</guid>
		<description><![CDATA[Veja como colocar o botão "+1" do Google em suas páginas e dar a oportunidade para leitores, usuários e clientes recomendarem as suas páginas para os amigos e muitas outras pessoas através da melhora do seu ranking nas páginas de busca do próprio Google.]]></description>
			<content:encoded><![CDATA[<h1>O que é o botão &#8220;+1&#8243;?</h1>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2011/09/google_+1_2.gif" alt="" title="google_+1_2" width="176" height="127" class="alignleft size-full wp-image-2396" />Uma das novidades mais interessantes do ano, o botão &#8220;+1&#8243; criado pelo Google, possibilita que usuários indiquem que uma página, post ou site é relevante, interessante para eles. É bem parecido com o botão &#8220;Curtir&#8221; do Facebook, porém está ligado à rede social do próprio Google, a Google+ (Plus). Ele já pode ser visto em grande parte dos portais e blogs e é uma ótima ferramenta para melhorar a interação dos usuários com o seu site.<br />
<br clear="all"></p>
<h1>Qual a vantagem em usá-lo?</h1>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2011/09/google_plus.gif" alt="" title="google_plus" width="174" height="174" class="alignleft size-full wp-image-2398" />Quando clica no botão &#8220;+1&#8243;, é como se o usuário dissesse para o Google &#8220;Ei, eu acho que essa página tem um conteúdo interessante e pode ajudar outras pessoas&#8221;. E a empresa já deu indicações de que o número de usuários que clicam no botão &#8220;+1&#8243; de uma determinada URL tem impacto no seu ranking de buscas. Ou seja, se vários usuários clicarem no botão &#8220;+1&#8243; da sua página é bem provável que você suba algumas posições nas páginas de busca. E mais, se um dos meus contatos tiver clicado no botão &#8220;+1&#8243; de uma das páginas do seu site, essa página aparecerá como recomendada pra mim quando eu fizer uma busca no Google.<br />
Depois de clicar no botão o usuário pode ainda fazer um comentário sobre a página, fazendo assim um post no seu perfil do Google+ (se tiver um perfil lá) e gerarando ainda mais tráfego para seu endereço.</p>
<h1>Código</h1>
<p>Vou mostrar aqui como usar a opção de carregamento assíncrona do botão, aquela em que o botão será adicionado após o carregamento da sua página, deixando-a mais rápida e impedindo que qualquer problema nos servidores do Google possam vir a prejudicar seu site.<br />
São basicamente duas partes. A primeira é o botão em si, que usa a seguinte tag:</p>
<pre class="brush: js;">&lt;g:plusone size=&quot;medium&quot; annotation=&quot;inline&quot;&gt;&lt;/g:plusone&gt;</pre>
<p><g:plusone size="medium" annotation="inline"></g:plusone></p>
<p>Basta colocar este trecho de código no lugar onde você quer que o botão apareça. Abaixo do título da página ou ao final do texto do post, por exemplo. Perceba que ela tem duas propriedades, size e annotation. Logo mais vou explicar como você pode usá-las para obter a melhor configuração para o seu caso.</p>
<p>Depois, ao final da página coloque o código que irá carregar substituir a tag acima pelo botão em si. Note que este código deve vir sempre <strong>depois da tag do botão</strong>.</p>
<pre class="brush: js;">&lt;script type=&quot;text/javascript&quot;&gt;
  window.___gcfg = {lang: 'pt-BR'};

 (function() {
  var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  po.src = 'https://apis.google.com/js/plusone.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
  &lt;/script&gt;
</pre>
<p>Note aqui que colocamos, logo no início da tag, a opção &#8220;lang&#8221; configurada com o valor &#8216;pt-BR&#8217;. Isso é importante pois configura o botão para usar o idioma &#8220;Portugês do Brasil&#8221;.</p>
<h1>Tamanho e tipo</h1>
<p>Usando as propriedades size e annotation é possível alterar o tamanho e o tipo do botão &#8220;+1&#8243;.  Existem 4 tamanhos (size) disponíveis: Small (pequeno) 24px de largura, Medium (médio) 20px, Standard (padrão) 24px e Tall (largo) 60px. Além disso você pode escolher entre três maneiras diferentes de exibir a o número de pessoas (annotation) que já clicaram e marcaram aquela página com &#8216;+1&#8242;: Inline (linha de texto), Bubble (balão) e None (nenhum). Combinando essas opções você terá 12 tipos diferentes de botão:<br />
<br/><br />
<img src="http://www.toprated.com.br/wp-content/uploads/2011/09/tabela-+1.gif" alt="" title="tabela-+1" width="709" height="340" class="alignleft size-full wp-image-2387" /></p>
<p>Tupo o que você precisa fazer é escolher qual das combinações melhor se ajusta ao seu layout e alterar a tag do botão ajustando estas propriedades.</p>
<p>Alguns exemplos:</p>
<pre class="brush: js;">

&lt;g:plusone size=&quot;standard&quot; annotation=&quot;bubble&quot;&gt;&lt;/g:plusone&gt;
</pre>
<p><g:plusone size="standard" annotation="bubble"></g:plusone></p>
<pre class="brush: js;">

&lt;g:plusone size=&quot;medium&quot; annotation=&quot;inline&quot;&gt;&lt;/g:plusone&gt;
</pre>
<p><g:plusone size="medium" annotation="inline"></g:plusone></p>
<pre class="brush: js;">

&lt;g:plusone size=&quot;tall&quot; annotation=&quot;bubble&quot;&gt;&lt;/g:plusone&gt;
</pre>
<p><g:plusone size="tall" annotation="bubble"></g:plusone></p>
<pre class="brush: js;">

&lt;g:plusone size=&quot;small&quot; annotation=&quot;none&quot;&gt;&lt;/g:plusone&gt;
</pre>
<p><g:plusone size="small" annotation="none"></g:plusone></p>
<div clas="hide">
<p><script type="text/javascript">
  window.___gcfg = {lang: 'pt-BR'};</p>
<p>  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script></p>
<p><script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shCore.js"></script><br />
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shBrushJScript.js"></script></p>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shThemeDefault.css"/>
<script type="text/javascript">
	SyntaxHighlighter.config.clipboardSwf = '/domeniconicola/syntaxhighlighter/scripts/clipboard.swf';
	SyntaxHighlighter.all();
</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/como-adicionar-o-botao-1-do-google-ao-seu-site/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS3 &#8211; Text Gradients simples</title>
		<link>http://www.toprated.com.br/css3-text-gradients-simples</link>
		<comments>http://www.toprated.com.br/css3-text-gradients-simples#comments</comments>
		<pubDate>Sun, 24 Apr 2011 21:44:31 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutoriais]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2301</guid>
		<description><![CDATA[Um efeito bastante simples e útil que o CSS3 tornou possível é o text gradient: essencialmente a aplicação de um gradiente como preenchimento de texto, ao invés de uma única cor. Além de interessante visualmente (se bem utilizado claro), a técnica também pode servir para substituir o uso de algumas imagens, antes necessárias para conseguir este tipo de efeito. Vou mostrar aqui a melhor forma que conheço de utilizá-lo.]]></description>
			<content:encoded><![CDATA[<div id="download"><a href="http://www.toprated.com.br/static-content/text-gradient/text-gradient.zip">Download</a></div>
<div id="demo"><a href="http://www.toprated.com.br/static-content/text-gradient/" target="_blank">Demo</a></div>
<h1>CSS3 Text Gradient</h1>
<p>Antes de tudo: por que esta é a melhor forma?<br />
Existem muitas maneiras de se obter o text gradient. Mas eu prefiro esta porque ela não requer nenhuma alteração no codigo HTML. Não é preciso ficar enchendo o código de tags ou propriedades como data-text só para se conseguir um efeito que daqui há 6 meses ou um ano pode não ser mais desejado.</p>
<p>Então tudo o que você precisa para aplicar o efeito em um título &lt;h1&gt; é:</p>
<pre class="brush: css;">
h1 {
background-image: -webkit-gradient(
linear,
left top, left bottom,
from(rgba(0, 0, 0, 1)),
to(rgba(243, 255, 114, 1))
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size:120px;
}</pre>
<p>Como você já deve ter percebido, as cores são definidas nas linhas <strong>from(rgba(0, 0, 0, 1))</strong> e <strong>to(rgba(243, 255, 114, 1))</strong>. Basta trocar os valores RGBA (RGB + Alpha) pelos das cores do seu gradiente. E pronto. Lembrando claro que o efeito só será visível em browsers compatíveis com CSS3.</p>
<p>Com certeza esta não é a única forma de conseguir o text gradient e se você souber de alguma outra, por favor, compartilhe conosco. Abraço!</p>
<div class="hide">
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shCore.js"></script><br />
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shBrushCss.js"></script></p>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shThemeDefault.css"/>
<script type="text/javascript">
	SyntaxHighlighter.config.clipboardSwf = '/domeniconicola/syntaxhighlighter/scripts/clipboard.swf';
	SyntaxHighlighter.all();
</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/css3-text-gradients-simples/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Múltiplas instalações WordPress utilizando a mesma base (tabela) de usuários</title>
		<link>http://www.toprated.com.br/multiplas-instalacoes-wordpress-utilizando-a-mesma-base-tabela-de-usuarios</link>
		<comments>http://www.toprated.com.br/multiplas-instalacoes-wordpress-utilizando-a-mesma-base-tabela-de-usuarios#comments</comments>
		<pubDate>Fri, 11 Feb 2011 13:40:48 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2205</guid>
		<description><![CDATA[Há alguns dias encontrei a necessidade de criar um sistema que consistia em 2 instalações Wordpress independentes que deveriam compartilhar a mesma base de usuários, no caso a tabela wp_users (usando o prefixo default). Mesmo parecendo uma tarefa fácil, já que as duas instalações usam o mesmo sistema e estrutura de dados, não consegui sucesso nas primeiras tentativas, usando plugins ou alterando o código-fonte. Mas encontrei uma boa solução e acho interessante compartilhar aqui, em português.]]></description>
			<content:encoded><![CDATA[<h1>Requisitos</h1>
<p>• As duas instalações devem usar o mesmo database MySQL, com prefixos diferentes;<br />
• Você deve ter acesso ao FTP das das duas instalações;<br />
• As duas instalações devem utilizar a mesma versão WordPress (2.7 ou superior).</p>
<h1>Editando os arquivos</h1>
<p>Esta é uma solução que exige um mínimo conhecimento de edição, upload e atualização do código-fonte WordPress. Sugiro também que antes de começar você crie um backup dos arquivos do seu site e da sua base de dados. Também recomendo que comente todas as alterações para que depois possa identificá-las rapidamente.</p>
<h2>Em <strong>todas as instalações</strong> você deve alterar os seguintes arquivos:</h2>
<p><strong>No arquino wp-config.php:</strong><br />
Adicionar esta linha acima do comentário &#8220;/* That&#8217;s all, stop editing! Happy blogging. */&#8221;:
<pre class="brush: php">define('CUSTOM_CAPABILITIES_PREFIX', 'wp_');</pre>
<p>
<strong><br />No arquino wp-includes/capabilities.php:</strong><br />
Substituir a linha</p>
<pre class="brush: php">$this->cap_key = $wpdb->prefix . 'capabilities';</pre>
<p>Por</p>
<pre class="brush: php">if (defined ('CUSTOM_CAPABILITIES_PREFIX')) {
	$this->cap_key = CUSTOM_CAPABILITIES_PREFIX . 'capabilities';
	}
	else {	$this->cap_key = $wpdb->prefix . 'capabilities';
	}</pre>
<h2><br clear="all">Em todas as instalações, <strong>exceto a principal</strong> (aquela que terá a tabela de usuários original):</h2>
<p><strong>No arquino wp-config.php:</strong><br />
Adicionar este trecho acima do comentário &#8220;/* That&#8217;s all, stop editing! Happy blogging. */&#8221;:</p>
<pre class="brush: php">define ('WPLANG', '');
define('CUSTOM_USER_TABLE', 'wp_users');
define('CUSTOM_USER_META_TABLE', 'wp_usermeta');</pre>
<p>E substituir a linha:</p>
<pre class="brush: php">$table_prefix = 'wp_';</pre>
<p>Por</p>
<pre class="brush: php">$table_prefix = 'outroprefixo_' //este deve ser o prefixo único de cada instalação</pre>
<p>Eu testei e funcionou perfeitamente.<br />
Espero que ajude.</p>
<div class="hide">
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shCore.js"></script><br />
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shBrushPhp.js"></script></p>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shThemeDefault.css"/>
<script type="text/javascript">
	SyntaxHighlighter.config.clipboardSwf = '/domeniconicola/syntaxhighlighter/scripts/clipboard.swf';
	SyntaxHighlighter.all();
</script><br />
<style>.syntaxhighlighter { margin-top: -10px !important; }</style>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/multiplas-instalacoes-wordpress-utilizando-a-mesma-base-tabela-de-usuarios/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tutoriais para Photoshop: 40 efeitos de edição e manipulação de imagens</title>
		<link>http://www.toprated.com.br/tutoriais-para-photoshop-40-efeitos-de-edicao-e-manipulacao-de-imagens</link>
		<comments>http://www.toprated.com.br/tutoriais-para-photoshop-40-efeitos-de-edicao-e-manipulacao-de-imagens#comments</comments>
		<pubDate>Mon, 13 Sep 2010 23:12:18 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2149</guid>
		<description><![CDATA[Umas das principais habilidades necessárias a um bom designer ou diretor de arte é a de editar imagens e a partir delas criar novas cenas, idéias e conceitos. Para conseguir um bom resultado é necessário muito treino e dedicação, já que uma boa edição requer a aplicação de várias técnicas. Abaixo 40 ótimos tutoriais para você abrir seu <strong>Photoshop </strong>e começar a praticar agora mesmo.]]></description>
			<content:encoded><![CDATA[<h2><a target="_blank" href="http://www.tutoriallounge.com/2010/05/how-to-create-fantacy-woman-in-amazing-photo-manipulation/">Fantasy Woman</a></h2>
<p><a target="_blank" href="http://www.tutoriallounge.com/2010/05/how-to-create-fantacy-woman-in-amazing-photo-manipulation/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/1-fantacy-woman.jpg" alt="fantacy woman" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://alfoart.com/green_landscape_beanstalk_1.html">Green Landscape Beanstalk</a></h2>
<p><a target="_blank" href="http://alfoart.com/green_landscape_beanstalk_1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/2-green-landscape.jpg" alt="green landscape" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-cosmic-love-goddess-with-photoshop-cs5/">Cosmic Love Goddess</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-cosmic-love-goddess-with-photoshop-cs5/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/3-cosmic-love-goddess.jpg" alt="cosmic love goddess" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/graphic-design/how-to-make-a-vector-style-woman-composition/">Vector Style Woman</a></h2>
<p><a target="_blank" href="http://designinstruct.com/graphic-design/how-to-make-a-vector-style-woman-composition/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/4-vector-style-woman.jpg" alt="vector style woman" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://loreleiwebdesign.com/2008/01/05/design-dark-sea-ship-photo-manipulation-scene/">Dark Sea Ship</a></h2>
<p><a target="_blank" href="http://loreleiwebdesign.com/2008/01/05/design-dark-sea-ship-photo-manipulation-scene/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/5-dark-sea-ship.jpg" alt="dark sea ship" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-devastating-twister-with-photo-manipulation-techniques/">Twister</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-devastating-twister-with-photo-manipulation-techniques/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/6-devastating-twister.jpg" alt="devastating twister" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/terrifying-horror-photo-manipulation.html">Terrifying Horror</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/terrifying-horror-photo-manipulation.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/7-terrifying-horror.jpg" alt="terrifying horror" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/how-to-create-a-dark-and-mysterious-tv-head-scene/">Dark and Mysterious TV Head</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/how-to-create-a-dark-and-mysterious-tv-head-scene/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/8-dark-mysterious.jpg" alt="dark mysterious" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/how-to-make-an-eerie-looking-photo-manipulation-scene/">Eerie Looking</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/how-to-make-an-eerie-looking-photo-manipulation-scene/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/9-eerie-looking-scene.jpg" alt="eerie looking scene" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/dark-and-eerie-photo-manipulation-scene.html">Dark and Eerie</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/dark-and-eerie-photo-manipulation-scene.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/10-dark-eerie-scene.jpg" alt="dark eerie scene" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/google-map-parody-photo-manipulation.html">Google Map Parody</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/google-map-parody-photo-manipulation.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/11-google-map-parody.jpg" alt="google map parody" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/surreal-3d-outdoor-room-scene-photoshop/">Surreal 3D Outdoor Room</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/surreal-3d-outdoor-room-scene-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/12-3d-outdoor-room.jpg" alt="3d outdoor room" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/create-a-dark-melancholic-photo-manipulation-scene/">Dark Melancholic Scene</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/create-a-dark-melancholic-photo-manipulation-scene/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/13-dark-melancholic.jpg" alt="dark melancholic" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/make-a-vivid-flaming-skull-conceptual-composition/">Vivid Flaming Skull</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/make-a-vivid-flaming-skull-conceptual-composition/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/14-vivid-flaming-skull.jpg" alt="vivid flaming skull" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.psdvault.com/photo-effect/create-surreal-environment-inspired-by-the-inception-movie-in-photoshop/">Surreal Environment</a></h2>
<p><a target="_blank" href="http://www.psdvault.com/photo-effect/create-surreal-environment-inspired-by-the-inception-movie-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/15-surreal-environment.jpg" alt="surreal environment" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.tutoriallounge.com/2010/07/matte-painting-tutorial-of-tajmahal-using-photoshop/">Matte Painting</a></h2>
<p><a target="_blank" href="http://www.tutoriallounge.com/2010/07/matte-painting-tutorial-of-tajmahal-using-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/16-tajmahal.jpg" alt="tajmahal" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/breathtaking-underwater-apartment-photo-manipulation.html">Breathtaking Underwater Apartment</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/breathtaking-underwater-apartment-photo-manipulation.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/17-underwater-apartment.jpg" alt="underwater apartment" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://loreleiwebdesign.com/2010/01/25/design-surreal-composition-fallen-angels-dream-fly/">Fallen Angels Dream Fly</a></h2>
<p><a target="_blank" href="http://loreleiwebdesign.com/2010/01/25/design-surreal-composition-fallen-angels-dream-fly/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/18-fallen-angels.jpg" alt="fallen angels" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/blend-a-planet-transparently-into-a-photo-manipulation/">Planet</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/blend-a-planet-transparently-into-a-photo-manipulation/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/19-planet-transparent.jpg" alt="planet transparent" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-funky-perspective-of-a-model-riding-digital-volume/">Funky Perspective</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-funky-perspective-of-a-model-riding-digital-volume/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/20-funky-perspective.jpg" alt="funky perspective" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/floating-island-on-water.html">Floating Island on Water</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/floating-island-on-water.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/21-floating-island.jpg" alt="floating island" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.graphstock.com/tutorials/how-to-create-a-fairy-tale-photo-manipulation/">Fairy Tale</a></h2>
<p><a target="_blank" href="http://www.graphstock.com/tutorials/how-to-create-a-fairy-tale-photo-manipulation/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/22-fairy-tale.jpg" alt="fairy tale" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-a-floating-island-scene-similar-to-james-camerons-avatar.html">Floating Island 2</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-a-floating-island-scene-similar-to-james-camerons-avatar.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/23-floating-island-2.jpg" alt="floating island 2" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://alfoart.com/cute_flying_hippo_1.html">Flying Hippo</a></h2>
<p><a target="_blank" href="http://alfoart.com/cute_flying_hippo_1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/24-cute-flying-hippo.jpg" alt="cute flying hippo" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/how-to-make-a-realistic-space-landscape-photo-manipulation/">Realistic Space Landscape</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/how-to-make-a-realistic-space-landscape-photo-manipulation/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/25-space-landscape.jpg" alt="space landscape" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/the-making-of-constant-slip/">The Making of Constant Slip</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/the-making-of-constant-slip/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/26-constant-slip.jpg" alt="constant slip" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.artjunks.com/create-a-walking-bone-house-in-photoshop/">Walking Bone House</a></h2>
<p><a target="_blank" href="http://www.artjunks.com/create-a-walking-bone-house-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/27-walking-bone-house.jpg" alt="walking bone house" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-serene-panorama-from-multiple-photographs/">Derene Panorama</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-serene-panorama-from-multiple-photographs/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/28-serene-panorama.jpg" alt="serene panorama" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://alfoart.com/magic_holland_1.html">Magic Holland</a></h2>
<p><a target="_blank" href="http://alfoart.com/magic_holland_1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/29-magic_holland.jpg" alt="magic holland" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-a-deathly-photo-manipulation.html">Deathly</a></h2>
<p><a target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-a-deathly-photo-manipulation.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/30-deathly-photo.jpg" alt="deathly photo" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://alfoart.com/mysterious_night_1.html">Mysterious Night</a></h2>
<p><a target="_blank" href="http://alfoart.com/mysterious_night_1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/31-mysterious-night.jpg" alt="mysterious night" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.psdvault.com/photo-effect/quickly-create-surreal-scenary-via-combining-landscape-http://images.naldzgraphics.net/2010/09-in-photoshop/">Surreal Scenary</a></h2>
<p><a target="_blank" href="http://www.psdvault.com/photo-effect/quickly-create-surreal-scenary-via-combining-landscape-http://images.naldzgraphics.net/2010/09-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/32-scenary-landscape.jpg" alt="scenary landscape" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/create-a-fantasy-night-day-composition-in-photoshop/">Fantasy Night Day Composition</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/photo-manipulation/create-a-fantasy-night-day-composition-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/33-fantasy-night-day.jpg" alt="fantasy night day" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/make-a-stunning-black-white-falling-scene-in-photoshop/">Black White Falling Scene</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/make-a-stunning-black-white-falling-scene-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/34-black-white-falling.jpg" alt="black white falling" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://alfoart.com/island_1.html">Island</a></h2>
<p><a target="_blank" href="http://alfoart.com/island_1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/35-island.jpg" alt="island" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.tutoriallounge.com/2010/08/imaginary-photo-manipulation-tutorial-using-photoshop/">Imaginary</a></h2>
<p><a target="_blank" href="http://www.tutoriallounge.com/2010/08/imaginary-photo-manipulation-tutorial-using-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/36-imaginary-photo.jpg" alt="imaginary photo" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.madtuts.com/2010/02/manipulate-water-to-create-a-splash-artwork-in-photoshop/">Splash Artwork</a></h2>
<p><a target="_blank" href="http://www.madtuts.com/2010/02/manipulate-water-to-create-a-splash-artwork-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/37-manipulate-water.jpg" alt="manipulate water" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://designinstruct.com/digital-art/how-to-create-a-matte-painting-inspired-scene/">Matte Painting Inspired Scene</a></h2>
<p><a target="_blank" href="http://designinstruct.com/digital-art/how-to-create-a-matte-painting-inspired-scene/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/38-inspired-scene.jpg" alt="inspired scene" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-moonlit-night-scene-in-photoshop/">Moonlight Night</a></h2>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-moonlit-night-scene-in-photoshop/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/39-moonlit-night-scene.jpg" alt="moonlit night scene" height="320" width="500"></a></p>
<h2><a target="_blank" href="http://www.tutoriallounge.com/2010/04/how-to-create-imaginary-photo-manipulation-tutorial/">Imaginary Photo Manipulation</a></h2>
<p><a target="_blank" href="http://www.tutoriallounge.com/2010/04/how-to-create-imaginary-photo-manipulation-tutorial/"><img src="http://www.toprated.com.br/wp-content/uploads/2010/09/40-imaginary-photo.jpg" alt="imaginary photo" height="320" width="500"></a></p>
<p class="via">Via <a href="http://naldzgraphics.net/" target="_blank">Naldz Graphics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/tutoriais-para-photoshop-40-efeitos-de-edicao-e-manipulacao-de-imagens/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vídeo tutorial: Player de vídeo Flex + XML</title>
		<link>http://www.toprated.com.br/video-tutorial-player-de-video-flex-xml</link>
		<comments>http://www.toprated.com.br/video-tutorial-player-de-video-flex-xml#comments</comments>
		<pubDate>Mon, 13 Sep 2010 14:40:29 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=1970</guid>
		<description><![CDATA[Há alguns dias recebi uma <a href="http://www.toprated.com.br/sugestoes">sugestão</a> para um novo post (sim, eu leio todas) bem interessante do <a href="lucaspknot@gmail.com">Lucas</a>: um tutorial de como criar um player de vídeo flash alimentado via XML. Resolvi então aceitar a sugestão, porém como já existem dezenas de bons exemplos de players por aí, vou fazer algo um pouco diferente e mostrar como criar um video player usando Flex. E acreditem é absurdamente fácil, rápido e simples.]]></description>
			<content:encoded><![CDATA[<div id="download"><a href="http://www.toprated.com.br/static-content/player-flex/player-flex-tutorial.zip">Download</a></div>
<div id="demo"><a href="http://www.toprated.com.br/static-content/player-flex/demo/" target="_blank">Demo</a></div>
<p><script type='text/javascript' src='/mediaplayer/swfobject.js'></script></p>
<p><br clear="all" /></p>
<div id='video-div'>
<div id='mediaspace'></div>
<div id='mask'><img id="mask-player" src="/wp-content/uploads/2010/09/v3.gif"></img></div>
</div>
<p></p>
<p>Link para instalação do <a href="http://www.adobe.com/br/products/flashbuilder/?sdid=GWQLW" target="_blank">Flash Builder 4.</a></p>
<style>
#video-div {
position:relative;
}
#mediaspace { z-index:10; }
#mask {
position:absolute;
cursor:pointer;
top:0;
left:0;
z-index:20;
width:709px;
height:399px;
}
</style>
<p><script type='text/javascript'>
  var so = new SWFObject('/mediaplayer/player.swf','mpl','709','424','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','transparent');
  so.addVariable('file','/static-content/player-flex/player.mp4');
  so.addVariable('backcolor','FFFFFF');
  so.addVariable('frontcolor','333333');
  so.addVariable('lightcolor','333333');
  so.addVariable('screencolor','EEEEEE');
  so.addVariable('playerready','playerReadyCallback');
  so.write('mediaspace');
</script></p>
<p><script>
var player;
function playerReadyCallback(obj) {
	player = document.getElementById(obj['id']);
        $('#mask-player').click(function() {
        $('#mask').fadeOut();
        player.sendEvent("PLAY","true");
        });
};
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/video-tutorial-player-de-video-flex-xml/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vídeo tutorial: Como corrigir seu CSS rapidamente usando a Firebug</title>
		<link>http://www.toprated.com.br/video-tutorial-como-corrigir-seu-css-rapidamente-usando-a-firebug</link>
		<comments>http://www.toprated.com.br/video-tutorial-como-corrigir-seu-css-rapidamente-usando-a-firebug#comments</comments>
		<pubDate>Wed, 18 Aug 2010 01:41:03 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2094</guid>
		<description><![CDATA[No dia a dia de quem desenvolve páginas, sites e aplicativos baseados na web, a <strong>correção de pequenos problemas relacionados ao CSS</strong> é algo constante. Se você trabalha em uma agência digital ou administrando um portal também deve conviver com esse tipo de necessidade. Neste <strong>vídeo tutorial</strong>, o primeiro do blog, vou mostrar como você pode usar a extensão <a href="http://getfirebug.com/" target="_blank">Firebug</a> do Firefox para acelerar e aprimorar o processo de correção desses problemas.]]></description>
			<content:encoded><![CDATA[<p><script type='text/javascript' src='/mediaplayer/swfobject.js'></script></p>
<div id='video-div'>
<div id='mediaspace'></div>
<div id='mask'><img id="mask-player" src="/static-content/firebug/mask-player.gif"></img></div>
</div>
<p></p>
<p>Link para instalação da Firebug: <a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a></p>
<style>
#video-div {
position:relative;
}
#mediaspace { z-index:10; }
#mask {
position:absolute;
cursor:pointer;
top:0;
left:0;
z-index:20;
background:url(/static-content/firebug/mask-vid.gif) no-repeat;
width:709px;
height:435px;
}
</style>
<p><script type='text/javascript'>
  var so = new SWFObject('/mediaplayer/player.swf','mpl','709','460','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','transparent');
  so.addVariable('file','/static-content/firebug/firebug.mp4');
  so.addVariable('backcolor','FFFFFF');
  so.addVariable('frontcolor','333333');
  so.addVariable('lightcolor','333333');
  so.addVariable('screencolor','EEEEEE');
  so.addVariable('playerready','playerReadyCallback');
  so.write('mediaspace');
</script></p>
<p><script>
var player;
function playerReadyCallback(obj) {
	player = document.getElementById(obj['id']);
        $('#mask-player').click(function() {
        $('#mask-player').fadeOut();
        player.sendEvent("PLAY","true");
        });
};
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/video-tutorial-como-corrigir-seu-css-rapidamente-usando-a-firebug/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Como criar um QR Code em 1 minuto</title>
		<link>http://www.toprated.com.br/como-criar-um-qr-code-em-1-minuto</link>
		<comments>http://www.toprated.com.br/como-criar-um-qr-code-em-1-minuto#comments</comments>
		<pubDate>Tue, 10 Aug 2010 16:17:22 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2006</guid>
		<description><![CDATA[Hoje em dia é cada vez mais comum encontrarmos QrCode espalhados pelos mais variados cantos: anúncios de revistas e jornais, outdoors e até <a href="http://noticias.r7.com/tecnologia-e-ciencia/noticias/vacas-da-cow-parade-vao-se-conectar-a-celulares-e-redes-sociais-20100121.html" target="_blank">uma vaca</a> da Cow Parade SP. Pois bem, aqui vai uma maneira absurdamente fácil e rápida para criar um QrCode para usar onde você quiser, com o link da sua empresa, seu email ou até mesmo alguma senha ou frase.]]></description>
			<content:encoded><![CDATA[<p>Para isso vou utilizar uma API criada pelo Google sobre a qual eu até já <a href="http://www.toprated.com.br/crie-graficos-de-maneira-rapida-e-facil-com-o-google-chart-tools-parte-1" target="_blank">falei aqui</a>, a <strong>Chart API</strong>. Além de criar gráficos, a Chart API também pode ser usada para gerar QR Codes. Sua principal vantagem é a simplicidade e rapidez. Uma vez chamada, ela retornará a imagem do QR Code com o texto/link que você quiser. </p>
<h1>QR Codes com links</h1>
<p>Uma das maneiras mais comuns de utilização de QR Codes é o direcionamento do usuário para o site de uma promoção ou produto através de  um link. Para isso basta criar o código contendo o link para onde desejamos enviar o usuário. Por exemplo, para gerar um QR Code com link para o Top rated basta usar esta URL:</p>
<pre class="brush: php;">

http://chart.apis.google.com/chart?chs=200x200&#038;cht=qr&#038;chld=|0&#038;chl=http://www.toprated.com.br
</pre>
<p><img src="http://chart.apis.google.com/chart?chs=200x200&#038;cht=qr&#038;chld=|0&#038;chl=http://www.toprated.com.br" class="alignleft" />Ao lado a imagem gerada. Entenda como montei essa URL:</p>
<p><strong>http://chart.apis.google.com/chart?</strong> é o endereço padrão da API;</p>
<p><strong>chs=200&#215;200</strong> informa o tamanho da imagem que eu desejo, 200x200px;</p>
<p><strong>cht=qr</strong> informa o tipo de saída que eu espero, QR Code;</p>
<p><strong>chld=|0</strong> retira as margens (bordas) da imagem;</p>
<p><strong>chl=http://www.toprated.com.br</strong> e aqui eu informo o texto que quero.</p>
<p>A grande maioria dos leitores de QR Code identifica automaticamente este texto como sendo um link e direciona o usuário para a página.</p>
<h1>QR Codes com frases, senhas e outras informações</h1>
<p>Outra utilidade dos QR Codes é servir para passar textos ou frases curtas para os usuários.  Por exemplo, vamos supor que eu queira espalhar pela minha loja QR Codes com dicas de produtos em promoção para que meus clientes possam explorar:</p>
<pre class="brush: php;">
http://chart.apis.google.com/chart?chs=200x200&#038;cht=qr&#038;chld=|0&#038;chl=tv de plasma R$ 1499
</pre>
</p>
<p><img src="http://chart.apis.google.com/chart?chs=200x200&#038;cht=qr&#038;chld=|0&#038;chl=tv de plasma R$ 1499" class="alignleft" />Ao usar o leitor do seu celular para decifrar o código ao lado, o cliente encontrará a seguinte frase: <strong>TV de plasma R$1499</strong>. A URL é exatamente igual à do exemplo anterior, só muda o texto do final.</p>
<p>Como dá pra perceber, esta é uma ferramenta muito interessante para estimular a interação com seus consumidores e usuários, que pode ainda ser usada para vários tipos de ações diferentes. Além disso com a constante queda de preço de celulares com suporte aos leitores de QR Code, cada vez mais pessoas terão acesso a esse tipo de tecnologia. Vale a pena começar a pensar nos QR Codes como uma boa opção de comunicação.</p>
<div class="hide">
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shCore.js"></script><br />
<script type="text/javascript" src="/domeniconicola/syntaxhighlighter/scripts/shBrushPhp.js"></script></p>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/domeniconicola/syntaxhighlighter/styles/shThemeDefault.css"/>
<script type="text/javascript">
	SyntaxHighlighter.config.clipboardSwf = '/domeniconicola/syntaxhighlighter/scripts/clipboard.swf';
	SyntaxHighlighter.all();
</script></div>
<p><script src="http://www.toprated.com.br/wp-content/themes/toprated/js/modernizr.custom.js"></script><br />
<script src="http://www.toprated.com.br/wp-content/themes/toprated/js/waypoints.min.js"></script><br />
<script src="/wp-content/themes/toprated/js/postend.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/como-criar-um-qr-code-em-1-minuto/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Photoshop &#8211; Ganhe tempo usando Actions</title>
		<link>http://www.toprated.com.br/photoshop-ganhe-tempo-usando-actions</link>
		<comments>http://www.toprated.com.br/photoshop-ganhe-tempo-usando-actions#comments</comments>
		<pubDate>Mon, 21 Jun 2010 23:20:36 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Tutoriais]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=1073</guid>
		<description><![CDATA[Apesar de serem um dos recursos mais poderosos do Photoshop, as Actions são bem pouco utilizadas. Ao contrário do que muitos pensam, é extremamente fácil gravar e configurar Actions para as mais variadas tarefas, além disso, engana-se quem acha que não dá para utilizar Actions em trabalhos de criação ou ilustrações, já que existem Actions que adicionam efeitos e detalhes sutis e muito bacanas à imagens e elementos como botões, headers, etc.]]></description>
			<content:encoded><![CDATA[<h1>O que são Actions?</h1>
</p>
<p>No Photoshop, uma Action nada mais é que uma ou mais ações executadas automaticamente e em sequência, como se fosse um &#8220;passo a passo&#8221;. Essas ações são gravadas pelo usuário e podem ser executadas depois em qualquer arquivo ou em vários arquivos ao mesmo tempo.</p>
<p>Também é possível exportar um ou mais Actions e utilizá-las em qualquer computador, assim como fazer download de Actions na Web e usá-las no seu computador.</p>
<h1>Ações simples</h1>
</p>
<p>Vamos supor que você tem uma galeria de fotos no seu site e recebeu várias imagens que devem ser redimensionadas para que caibam na largura da sua galeria. Então o que você precisa é basicamente repetir os mesmos passos para todas elas:<br />
<strong>1º &#8211; redimensionar a imagem.<br />
2º &#8211; aplicar um leve filtro de nitidez (Sharpen) para que ela não fique desfocada.<br />
3º &#8211; salvar a imagem em um formato compatível (JPG, GIF ou PNG).</strong></p>
<p>Não é nada complicado de se fazer, mas se a sua galeria tiver 20 fotos você levará um tempo considerável para editar todas as imagens. Veja como essa edição pode ser feita com uma action:</p>
<p><strong>1</strong> &#8211; Abra uma das imagens no Photoshop;</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/image.gif" alt="null" /></p>
<p><strong>2</strong> &#8211; Clique no menu <strong>&nbsp;Window > Actions</strong> para abrir o painel de ações;<br />
Você deve encontrar algumas ações pré-definidas do Photoshop.</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/actions-panel.gif" alt="null" /></p>
<p><strong>3</strong> &#8211; Clique no botão <strong>&nbsp;&#8221;New action&#8221;</strong> <img src="http://www.toprated.com.br/wp-content/uploads/2010/06/new-button.gif" alt="null" style="display:inline" />;</p>
<p><strong>4</strong> &#8211; No painel que se abre, dê um nome para a ação e escolha uma tecla de atalho (opcional). Clique em <strong>&nbsp;&#8221;Record&#8221;</strong>;</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/new-action-dialog.gif" alt="null" /></p>
<p>A partir de agora, todos os comandos estão sendo gravados e pertencerão à nova ação. Perceba inclusive que o botão <strong>&nbsp;&#8221;Record&#8221;</strong> <img src="http://www.toprated.com.br/wp-content/uploads/2010/06/rec-button.gif" alt="null" style="display:inline" /> do painel está iluminado indicando a gravação.</p>
<p><strong>5</strong> &#8211; Clique no menu <strong>&nbsp;Image > Image Size</strong> e altere a largura da imagem para 500px. Clique em OK.</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/image-size.gif" alt="null" /></p>
<p><strong>6</strong> &#8211; Clque no menu <strong>&nbsp;Filter > Sharpen > Unsharp Mask</strong> e defina os valores conforme o exemplo:</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/unsharp.gif" alt="null" /></p>
<p><strong>7</strong> &#8211; Agora clique em <strong>&nbsp;File > Save for Web&#8230;</strong> e salve o arquivo como JPG na pasta em que desejar;</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/save.gif" alt="null" /></p>
<p><strong>8</strong> &#8211; Finalize a gravação da ação clicando no botão <strong>&nbsp;&#8221;Stop&#8221;</strong> <img src="http://www.toprated.com.br/wp-content/uploads/2010/06/stop-button.gif" alt="null" style="display:inline" /> no painel Actions;</p>
<p>Pronto, sua ação está salva e pode ser utilizada em outros arquivos, Perceba que no painel Actions, abaixo do nome da nova ação, ficaram gravados todos os comandos utilizados.</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/actions-panel-nova.gif" alt="" /></p>
</p>
<h1>Utilizando a Action</h1>
</p>
<p>Agora que já tem a sua action pronta, basta aplicá-la em todas as imagens para as quais você precisa repetir os mesmos passos.<br />
Para aplicá-la em um arquivo de cada vez, basta abrir a imagem no Photoshop e utilizar a tecla de atalho que você definiu para a Action (no meu caso, Ctrl + F12). Para aplicá-la em todos os arquivos de uma só vez, abra todas as imagens, Siga estes passos:<br />
<strong>1</strong> &#8211; Vá até o menu <strong>File > Automate > Batch&#8230;</strong>;<br />
<strong>2</strong> &#8211; Na janela que se abrirá, na caixa de seleção <strong>&#8220;Action&#8221;</strong>, escolha ação que acaba de criar (no meu caso <strong>&#8220;Galeria&#8221;</strong>);<br />
<strong>3</strong> &#8211; Para <strong>&#8220;Source&#8221;</strong> escolha <strong>&#8220;Opened Files&#8221;</strong>;<br />
<strong>4</strong> &#8211; Em <strong>&#8220;Destination&#8221;</strong> selecione <strong>&#8220;None&#8221;</strong>.</p>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2010/06/batch.gif" alt="" /></p>
<p><strong>5 </strong>- Clique em OK;<br />
Feito. Todas as imagens foram redimensionadas, receberam o filtro de nitidez e foram salvas na pasta que você havia escolhido.</p>
<p>Perceba que este é apenas um exemplo simples. Você pode gravar muitos outros tipos de comandos e criar actions para as mais variadas tarefas do seu dia a dia. Como disse é uma questão de costume, quando você estiver acostumado a usar actions vai perceber várias oportunidades de usá-las e poupar tempo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/photoshop-ganhe-tempo-usando-actions/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Como deixar o Photoshop mais rápido</title>
		<link>http://www.toprated.com.br/como-deixar-o-photoshop-mais-rapido</link>
		<comments>http://www.toprated.com.br/como-deixar-o-photoshop-mais-rapido#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:20:17 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutoriais]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=1042</guid>
		<description><![CDATA[Quem trabalha o dia todo em frente ao computador sabe que existem poucas coisas tão irritantes quanto uma máquina lenta. Designers e programadores em geral ainda tem a desvantagem de trabalhar com softwares que exigem o máximo de processadores e memória.  
De longe o software de edição de imagens mais usado do mercado, o Photoshop é um dos que mais necessitam de boa configuração para um desempenho satisfatório. Veja aqui <strong>3 dicas de como deixá-lo mais rápido e estável</strong>.]]></description>
			<content:encoded><![CDATA[<p>Em primeiro lugar estas dicas são para aqueles casos em que o Photoshop demora para abrir (e fica exibindo a janela de inicialização por muito tempo) ou então leva longos minutos para tarefas simples, como a aplicação de filtros básicos. Vou usar screenshots da versão CS4-inglês, pois é a que tenho instalada aqui. Mas não se preocupe, todas as versões tem as mesmas opções, variando apenas uma ou outra denominação ou posicionamento no menu.</p>
<h3>O menu de Preferências</h3>
<p>Para começar, vamos abrir o menu de Preferências (Preferences) que fica no menu Edit > Preferences > General (você também pode simplesmente usar o atalho <strong>Ctrl+K</strong>. A seguinte janela será exibida:<br />
<img src="http://www.toprated.com.br/wp-content/uploads/2009/11/photoshop-performance-01.gif" alt="photoshop-performance-01" title="photoshop-performance-01" class="alignnone size-full wp-image-1048" /></p>
<h3>Performance</h3>
<p>Neste menu o que mais nos interessa é a seção &#8220;Performance&#8221; que você pode acessar através do menu ao lado esquerdo. É nela que vamos encontrar as configurações que lidam diretamente com gerenciamento de memória e processamento do Photoshop. Então, ao selecionar &#8220;Performance&#8221; no menu esquerdo, você verá a seguinte tela:<br />
<img src="http://www.toprated.com.br/wp-content/uploads/2009/11/photoshop-performance-02.gif" alt="photoshop-performance-02" title="photoshop-performance-02" class="alignnone size-full wp-image-1049" /></p>
<p>Ela é dividida em quatro partes, cada uma responsável por um aspecto diferente. Leia abaixo e entenda o que cada um deles gerencia e como alterar seus valores para melhorar a sua velocidade:</p>
<h3>1. Memory Usage ou Uso de Memória</h3>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2009/11/photoshop-performance-03.gif" alt="photoshop-performance-03" title="photoshop-performance-03" class="alignleft size-full wp-image-1050" />É aqui que definimos quanto da memória do computador nós desejamos destinar ao Photoshop. Se você está esperimentando problemas de lentidão no programa, <strong>experimente aumentar um pouco a quantidade</strong>, deixando-a entre 70-75%. Mas não exagere, deixe um pouco de memória para o restante do sistema, do contrário sua máquina pode travar.</p>
<h3>2. History &#038; Cache (Histórico e Cache)</h3>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2009/11/photoshop-performance-04.gif" alt="photoshop-performance-04" title="photoshop-performance-04" class="alignleft size-full wp-image-1051" />Quando estamos editando uma imagem ou criando um layout, um dos comandos que mais usamos é o Undo (&#8220;voltar&#8221; ou &#8220;desfazer&#8221;). Isso porque é comum e natural que aconteçam pequenos erros que precisam ser corrigidos ou até mesmo pequenos testes e mudanças que fazemos e então mudamos de idéia. A possibilidade de poder &#8220;voltar&#8221; ou &#8220;desfazer&#8221; estas ações é tão importante que, no Photoshop, você pode até mesmoescolher quantos &#8220;passos&#8221; vocêquer guardar na memória para poder voltar atrás, o chamado &#8220;histórico&#8221;. Porém, cada um desses passos precisa ser armazenado na memória e tem grande impacto na velocidade de processamento. O padrão do Photoshop é &#8220;20&#8243; passos, mas isso é muita coisa quando se trata de computadores mais lentos. <strong>Reduza este número para &#8220;10&#8243;</strong> e você terá um bom ganho de performance.</p>
<p>Já o cache é usado para melhorar a forma como as imagens são processadas na tela (screen redraw no termo inglês) e os seus níveis podem variar de 1 a 8. Geralmente o Photoshop vem setado com 4 ou 6 por padrão. Em 90% dos casos <strong>o ideal é deixá-lo com apenas 1</strong>. Esta é a alterações que causa o maior benefício ao sistema. A única exceção é a edição de imagens de alta resolução (em torno de 10.000 pixels): nestes casos prefira o uso de cache levels mais altos (6 a 8).</p>
<h3>3. Scratch Disks (Memória Virtual)</h3>
<p><img src="http://www.toprated.com.br/wp-content/uploads/2009/11/photoshop-performance-05.gif" alt="photoshop-performance-05" title="photoshop-performance-05" class="alignleft size-full wp-image-1052" />Um dos recursos do Photoshop para melhorar a velocidade de processamento é a utilização do espaço disponível na HD do computador para simular memória RAM. Essa simulação é o que chamamos de Memória Virtual. Sempre deixe todas as opções (HD&#8217;s) dessa caixa marcadas. Se tem alguma que não está sendo usada no momento, marque-a e a velocidade do seu programa aumentará com certeza.</p>
<p>Pronto, depois de alterar todas as opções clique em OK, feche e re-abra o Photoshop. Provavelmente você sentirá alguma diferença já na hora de abrir o programa, ele deve ficar mais rápido para inicializar e para a maioria das outras tarefas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/como-deixar-o-photoshop-mais-rapido/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Desenhos para o Natal &#8211; 10 tutoriais muito bons</title>
		<link>http://www.toprated.com.br/desenhos-para-o-natal-10-tutoriais-muito-bons</link>
		<comments>http://www.toprated.com.br/desenhos-para-o-natal-10-tutoriais-muito-bons#comments</comments>
		<pubDate>Sun, 07 Dec 2008 12:38:00 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[desenhos]]></category>
		<category><![CDATA[natal]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=641</guid>
		<description><![CDATA[Muito boa seleção de tutoriais para criação de imagens inpiradas no Natal e festas do final do ano. Ótima referência e muito útil. vale a pena dar uma olhada pois os efeitos e soluções podem ser usadas para vários outros tipos de trabalhos.]]></description>
			<content:encoded><![CDATA[<h1>Wallpaper de Natal</h1>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/2537/1/Abstract-Christmas-Wallpaper"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/Abstract-Christmas-Wallpaper.png" alt="Tutorial de Natal" title="Tutorial 1" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/2537/1/Abstract-Christmas-Wallpaper">Veja o tutorial</a></p>
<h1>Cartões Natalinos</h1>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/3024/1/Creative-christmas-cards"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/Creative-christmas-cards.png" alt="Tutorial de Natal" title="Tutorial 2" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/3024/1/Creative-christmas-cards">Veja o tutorial</a></p>
<h1>Cartão Postal para o Natal</h1>
<p><a target="_blank" href="http://www.eyesontutorials.com/articles/5142/1/Christmas-Greetings-Postcard/Page1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/Page1.png" alt="Tutorial de Natal" title="Tutorial 3" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.eyesontutorials.com/articles/5142/1/Christmas-Greetings-Postcard/Page1.html">Veja o tutorial</a></p>
<h1>Ilustração para o Natal</h1>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/2909/7/We-wish-you-a-Merry-Christmas-illustration"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/We-wish-you-a-Merry-Christmas-illustration.png" alt="Tutorial de Natal" title="Tutorial 4" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/2909/7/We-wish-you-a-Merry-Christmas-illustration">Veja o tutorial</a></p>
<h1>Cartão de Natal com efeitos de luz</h1>
<p><a target="_blank" href="http://psdtuts.com/tutorials/designing-tutorials/how-to-create-a-glittery-christmas-card/"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/how-to-create-a-glittery-christmas-card.png" alt="Tutorial de Natal" title="Tutorial 5" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://psdtuts.com/tutorials/designing-tutorials/how-to-create-a-glittery-christmas-card/">Veja o tutorial</a></p>
<h1>Desenhando Árvores de Natal</h1>
<p><a target="_blank" href="http://www.illustrateddesigns.com/articles/2525/1/Drawing-Christmas-Trees/Page1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/chat.png" alt="Tutorial de Natal" title="Tutorial 6" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.illustrateddesigns.com/articles/2525/1/Drawing-Christmas-Trees/Page1.html">Veja o tutorial</a></p>
<h1>Chapéu do Papai Noel</h1>
<p><a target="_blank" href="http://www.ndesign-studio.com/resources/tutorials/christmas-hat/"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/christmas-hat.png" alt="Tutorial de Natal" title="Tutorial 7" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.ndesign-studio.com/resources/tutorials/christmas-hat/">Veja o tutorial</a></p>
<h1>Bolas de Natal</h1>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/3025/1/Christmas-ornament-balls"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/Christmas-ornament-balls.png" alt="Tutorial de Natal" title="Tutorial 8" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/3025/1/Christmas-ornament-balls">Veja o tutorial</a></p>
<h1>Como criar backgrounds e wallpapers para o Natal</h1>
<p><a target="_blank" href="http://www.eyesontutorials.com/articles/312/1/How-to-create-Christmas-Wallpapers-or-Backgrounds/Page1.html"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/christmasornaments2.png" alt="Tutorial de Natal" title="Tutorial 9" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.eyesontutorials.com/articles/312/1/How-to-create-Christmas-Wallpapers-or-Backgrounds/Page1.html">Veja o tutorial</a></p>
<h1>Mais uma árvore natalina</h1>
<p><a target="_blank" href="http://www.ndesign-studio.com/resources/tutorials/christmas-tree/"><img src="http://www.toprated.com.br/wp-content/uploads/2008/12/christmas-tree.png" alt="Tutorial de Natal" title="Tutorial 10" width="575" height="250" ></a></p>
<p><a target="_blank" href="http://www.ndesign-studio.com/resources/tutorials/christmas-tree/">Veja o tutorial</a></p>
<p><script src="http://www.toprated.com.br/wp-content/themes/toprated/js/modernizr.custom.js"></script><br />
<script src="http://www.toprated.com.br/wp-content/themes/toprated/js/waypoints.min.js"></script><br />
<script src="/wp-content/themes/toprated/js/postend.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/desenhos-para-o-natal-10-tutoriais-muito-bons/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

