<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vinicius Webmaster</title>
	<atom:link href="http://viniciuswebmaster.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://viniciuswebmaster.wordpress.com</link>
	<description>JavaScript, CSS, PHP, XML e WebStandards</description>
	<lastBuildDate>Sun, 20 Nov 2011 23:09:02 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='viniciuswebmaster.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vinicius Webmaster</title>
		<link>http://viniciuswebmaster.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://viniciuswebmaster.wordpress.com/osd.xml" title="Vinicius Webmaster" />
	<atom:link rel='hub' href='http://viniciuswebmaster.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tutorial – Usando cookies com jQuery</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/12/04/tutorial-%e2%80%93-usando-cookies-com-jquery/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/12/04/tutorial-%e2%80%93-usando-cookies-com-jquery/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:55:32 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=86</guid>
		<description><![CDATA[Como utilizar cookies com jQuery utilizando o plugin "jQuery Cookie plugin"<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=86&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yohooo galera, depois de séculos em branco por aqui [faculdade, provas, TCC, professores <span style="text-decoration:line-through;">fdp</span>, etc] , volto com um super tutorial de como manipular cookies com jQuery.</p>
<p>Para quem nem sabe o que é cookie, <a title="Definição de cookies via Wikipédia" href="http://pt.wikipedia.org/wiki/Cookie" target="_blank">wikipédia ajuda!</a> Neste caso, cookie não é biscoito! rs</p>
<p>Com o intuito de facilitar a nossa vida, um excelente plugin foi criado, o jQuery Cookie plugin. Acesse aqui a <a title="Página oficial do plugin" href="http://plugins.jquery.com/project/cookie" target="_blank">página do plugin</a> ou a <a title="Página do Autor do Plugin" href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/" target="_blank">página do autor</a>. Você pode baixa-lo, simplesmente clicando <a title="Clique aqui e faça download do plugin" href="http://plugins.jquery.com/files/jquery.cookie.js.txt" target="_blank">aqui</a>.</p>
<p>O funcionamento dele é bem simples. Temos quatro ações bem definidas:</p>
<ul>
<li>Pegando o valor do cookie:</li>
</ul>
<p><code>$.cookie('exemplo_cookie');</code></p>
<ul>
<li>Setando um valor para o cookie:</li>
</ul>
<p><code>$.cookie('exemplo_cookie', 'valor_para_o_cookie');</code></p>
<ul>
<li>Setando um valor com periodo para expiração do cookie:</li>
</ul>
<p><code>$.cookie('exemplo_cookie', 'valor_para_o_cookie', { expires: 7 }); //o cookie irá expirar em 7 dias</code></p>
<ul>
<li>Deletando o cookie:</li>
</ul>
<p><code>$.cookie('exemplo_cookie', null);</code></p>
<p>Bem galera, por hora é isso! Como agora estou de férias, estou trabalhando no meu novo blog, que ainda está muito bagunçado, mas em breve estará de pé e com ótimas novidades!</p>
<p>Dúvidas, não deixem de perguntar nos comentários! ^^</p>
<p>Gostou? <a style="color:#39f;text-decoration:blink;" title="Enviar para o Twitter" href="http://twitter.com/home?status=Tutorial+–+Usando+cookies+com+jQuery+-+http://wp.me/pzaYf-1o+(via+@ViniciusWebMast)" target="_blank">Divulgue no seu Twitter!</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=86&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/12/04/tutorial-%e2%80%93-usando-cookies-com-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>
	</item>
		<item>
		<title>O desabafo de um WebDesigner</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/10/02/o-desabafo-de-um-webdesigner/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/10/02/o-desabafo-de-um-webdesigner/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 13:07:26 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[Inspiração]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comedia]]></category>
		<category><![CDATA[outros]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=84</guid>
		<description><![CDATA[Video: O desabafo de um Webdesigner! rs<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=84&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bem galera, depois de muuuuito tempo sem postar, volto eu aqui com mais um videozinho, desta vez sobre a eterna discursão: &#8221; O webdesigner deve programar, e o programador deve dar uma de designer?&#8221;</p>
<p>Na minha opinião, pra trabalhar como freelancer, deve-se entender de ambos, pra ter um resultado funcional e apresentável.</p>
<p>E principalmente, deve-se respeitar ambas as profissões, pq desenhar no <span style="text-decoration:line-through;">puto do</span> Photoshop é dificil <span style="text-decoration:line-through;">pra carai</span>!</p>
<p>Segue o Video:</p>
<span style="text-align:center; display: block;"><a href="http://viniciuswebmaster.wordpress.com/2009/10/02/o-desabafo-de-um-webdesigner/"><img src="http://img.youtube.com/vi/m711mKI54iI/2.jpg" alt="" /></a></span>
<p>Uma citação interessante que o <strong>Gustavo Campos</strong> fez no Grupo PHPMG:</p>
<p style="padding-left:30px;"><em>Existem designers medíocres mas existem bons designers<br />
Existe programadores medíocres mas existem bons programadores</em></p>
<div style="padding-left:30px;"><em> Existem designers que programam bem<br />
Existem programadores que desenham bem<br />
</em></div>
<p style="padding-left:30px;"><em> Os quatro são maioria minoria em seus conjuntos. Bons designers são  raros, bons programadores raríssimos, designers que programam bem são  lenda e programadores que desenham bem eu só ouço falar.</em></p>
<p><em>Foi quase poético! rs </em></p>
<p>Se amanhã eu acordar inspirado, teremos nossa segunda parte de Carrousel com AJAX!<em> Até! ^^<br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=84&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/10/02/o-desabafo-de-um-webdesigner/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>
	</item>
		<item>
		<title>Carrosel com AJAX &#8211; Você pode! #1</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/09/11/carrosel-com-ajax-voce-pode-1/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/09/11/carrosel-com-ajax-voce-pode-1/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 19:43:03 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Carrosel]]></category>
		<category><![CDATA[Carrousel]]></category>
		<category><![CDATA[JCarousel]]></category>
		<category><![CDATA[JCarroussel]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=78</guid>
		<description><![CDATA[Como fazer um carrousel de imagens a partir de URLs de imagens em um bloco de notas.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=78&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Boa tarde galera, voltemos a falar um pouco do bom e velho <a title="Página do Projeto jCarousel" href="http://sorgalla.com/projects/jcarousel/" target="_blank">jCarousel</a>, agora com novidades!</p>
<p>Vamos fazer um carrosel que pega as URLs das imagens que deseja-se colocar no carrosel de um documento de texto (dynamic_ajax.txt) e gerar nosso carrosel dinâmicamente. Ao trabalho:</p>
<ol>
<li>Inserimos as bibliotecas JavaScript (jQuery e jCarousel, conforme <a title="Post que explica as configurações básicas do jCarousel" href="http://viniciuswebmaster.wordpress.com/2009/07/10/jcarousel/" target="_blank">este post</a>);</li>
<li>Inserimos os seguintes códigos na tag &lt;head&gt; da nossa página (O código está comentado para facilitar o entendimento ^^):</li>
<div>
<pre> &lt;script type="text/javascript"&gt;
 function mycarousel_itemLoadCallback(carousel, state)
 {
     // Uma vez que temos todas as URLs em um arquivo, basta adicionar todos os itens
     // e definir o tamanho de acordo.
     if (state != 'init')
        return;
     // Aqui e' colocado o arquivo com as URLs das imagens
     jQuery.get('dynamic_ajax.txt', function(data) {
        mycarousel_itemAddCallback(carousel, carousel.first, carousel.last, data);
 });
 };

 function mycarousel_itemAddCallback(carousel, first, last, data)
 {
     // Os itens são separados pelo '|'
     var items = data.split('|');
     // Adiciona os itens no Jcarousel
     for (i = 0; i &lt; items.length; i++) {
        carousel.add(i+1, mycarousel_getItemHTML(items[i]));
     }
     // Define o tamanho do Carousel
     carousel.size(items.length);
 };

 // Função que auxilia a criação do HTML
 function mycarousel_getItemHTML(url){
        return '&lt;img src="' + url + '" width="75" height="75" alt="" /&gt;';
 };
 jQuery(document).ready(function() {
     jQuery('#mycarousel').jcarousel({
        itemLoadCallback: mycarousel_itemLoadCallback
     });
 });
&lt;/script&gt;</pre>
</div>
<li>Pronto! Basta a sua página e o arquivo de texto &#8216;dynamic_ajax.txt&#8217; estarem na mesma pasta que funciona!</li>
</ol>
<p>Dúvida? Então baixe o <a title="Baixe o exemplo e teste!" href="http://viniciuswebmaster.files.wordpress.com/2009/09/carrosel-dinamico-zip1.doc" target="_blank">exemplo</a> e teste ai no seu pc!</p>
<p>Após baixar, deve prosseguir da seguinte maneira:</p>
<ol>
<li>O arquivo esta com extensão <em>.doc</em>. Mude-a para <strong><em>.zip</em></strong>, apenas apagando o &#8220;.doc&#8221;, ou abra com o seu software de descompressão predileto (winrar ou outros);</li>
<li>Coloque ambos arquivos em um mesmo diretório, de forma a poder controlar quais imagens aparecerão no carrosel através do arquivo de texto;</li>
<li>Pronto! Abra o arquivo &#8216;dynamic_ajax.html&#8217; e veja o carrosel funcionando! Mude as URLs do bloco de notas, atualize seu navegador, e  <em>Voalá! </em>Funciona esse trem! rs</li>
</ol>
<p>Apenas lembrando que as imagens devem ter preferencialmente 45X45 pixels (se não tiver, o jCarrousel diminui, mas pode causar distorções!), e não pode ser um arquivo do seu computador, deve ser uma URL, ou seja, um link da internet, completo, desta forma:</p>
<p>http://farm3.static.flickr.com/2449/3909735243_cc35f8c488_s.jpg</p>
<p>No próximo post, abordarei sobre como fazer esse carrousel com php, pegando todos as imagens de um determinado diretório! Até lá!</p>
<p>Dúvidas e sugestões, <em>a la vonté</em>! Até mais! ^^</p>
<p><!-- AddThis Button BEGIN --></p>
<div><a title="Bookmark and Share" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=viniciuswebmaster" target="_blank"><img style="border:0;" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" alt="Bookmark and Share" width="125" height="16" /></a></div>
<p><!-- AddThis Button END --></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=78&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/09/11/carrosel-com-ajax-voce-pode-1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>

		<media:content url="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" medium="image">
			<media:title type="html">Bookmark and Share</media:title>
		</media:content>
	</item>
		<item>
		<title>Animação da Pixar &#8211; Parcialmente Nublado</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/09/05/animacao-da-pixar-parcialmente-nublado/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/09/05/animacao-da-pixar-parcialmente-nublado/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 19:08:26 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[Inspiração]]></category>
		<category><![CDATA[outros]]></category>
		<category><![CDATA[Animação]]></category>
		<category><![CDATA[imagens]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=58</guid>
		<description><![CDATA[Galera, sem scripts dessa vez, afinal, é final de semana, feriado, bom pra descansar e descontrair. Segue curta, muito bem feito e bem humorado, nos passa a lição de um bom amigo é um bom amigo! ^^ Uma história baseada em cegonhas e os bebês, com personagens importantes, como uma nuvem (Gus) e um cegonha [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=58&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Galera, sem scripts dessa vez, afinal, é final de semana, feriado, bom pra descansar e descontrair.</p>
<p>Segue curta, muito bem feito e bem humorado, nos passa a lição de um bom amigo é um bom amigo! ^^</p>
<p><img class="aligncenter size-full wp-image-60" title="Animação - Parcialmente Nublado" src="http://viniciuswebmaster.files.wordpress.com/2009/09/partlycloudy.jpg?w=510&#038;h=226" alt="Animação - Parcialmente Nublado" width="510" height="226" /></p>
<address>Uma história baseada em cegonhas e os bebês, com personagens importantes, como uma nuvem (Gus) e um cegonha (Peck). A realização de Peter Sohn, prevista para 29 de Julho de 2009.</address>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3394330' type='application/x-shockwave-flash' AllowScriptAccess='sameDomain' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='uid=938580' width='425' height='350' /></span></p>
<p>Até a próxima! ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=58&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/09/05/animacao-da-pixar-parcialmente-nublado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>

		<media:content url="http://viniciuswebmaster.files.wordpress.com/2009/09/partlycloudy.jpg" medium="image">
			<media:title type="html">Animação - Parcialmente Nublado</media:title>
		</media:content>
	</item>
		<item>
		<title>JCarousel + LigthBox &#8211; Contribuição</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/09/02/jcarousel-ligthbox-contribuicao/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/09/02/jcarousel-ligthbox-contribuicao/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 18:12:24 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Carrosel]]></category>
		<category><![CDATA[JCarroussel]]></category>
		<category><![CDATA[LightBox]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=49</guid>
		<description><![CDATA[Plugin JCarrousel+LightBox<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=49&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Boa tarde galera, postando mais uma vez, um script enviado por um leitor do blog, <a title="Página Pessoal do Professor Mazza" href="http://www.professormartins.kit.net/" target="_blank">Professor Martins Mazza</a>, que une o Jcarrousel e o LigthBox. Ele utilizou o Jcarousel, já explicado <a title="Configurações Básicas" href="http://viniciuswebmaster.wordpress.com/2009/07/10/jcarousel/" target="_blank">aqui</a> e <a title="Configurações Avançadas" href="http://viniciuswebmaster.wordpress.com/2009/07/15/jcarousel-configuracoes-avancadas/" target="_blank">aqui</a>, e o LigthBox, encontrado <a title="Projeto do LightBox" href="http://www.huddletogether.com/projects/lightbox2/" target="_blank">aqui</a>.</p>
<p>Upei no Rapidshare, caso alguem encontre algum problema em baixar ou no código, me comunique.</p>
<p><a title="Download - Megaupload" href="http://www.megaupload.com/?d=G516XPUB" target="_blank">MegaUpload</a></p>
<p>Até a próxima! ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=49&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/09/02/jcarousel-ligthbox-contribuicao/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>
	</item>
		<item>
		<title>Imagem ocupando todo o BackGround – Perfect</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/09/01/imagem-ocupando-todo-o-background-%e2%80%93-perfect/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/09/01/imagem-ocupando-todo-o-background-%e2%80%93-perfect/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:47:48 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=44</guid>
		<description><![CDATA[Como fazer para que uma imagem ocupe todo o BackGround de uma tela, independente de seu tamanho.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=44&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Opa! Após um grande tempo de pesquisa e estudos, voltei! E pra ficar! Hoje postarei uma matéria de CSS, que achei muito legal e resolvi traduzir (eu e o Google rs) e em breve postarei: &#8220;JCarousel e AJAX: Você pode!&#8221;. Aguardem&#8230;</p>
<p>Por hora, digo que navegando por esses mares de “zero”s e “um”s, achei um blog muito interessante, o <a title="A Web Design Community - Em Inglês" href="http://css-tricks.com/" target="_blank">CSSTricks</a> (em inglês). Neste blog, o genial <a title="Página Pessoal do Chris Coyier - Em Inglês" href="http://chriscoyier.net/" target="_blank">Chris Coyier</a>, <span style="text-decoration:line-through;">conhecido como Tio Chico Addans</span>, postou sobre como fazer para que a imagem de BackGround ocupasse toda a tela, sem gerar scrollsbar e sem deixar a imagem “feia”, pixelizada (mais uma palavra que eu inventei), que seria aquele aspecto cheio de quadrados e desfocado.</p>
<p>Para tal façanha, o Gênio escreveu dois posts, um &#8220;<a title="How To: Resizeable Background Image" href="http://css-tricks.com/how-to-resizeable-background-image/" target="_blank">ensaio</a>&#8220;, que apresenta algumas falhas mas também é uma boa leitura, e o &#8220;<a title="Perfect Full Page Background Image" href="http://css-tricks.com/perfect-full-page-background-image/" target="_blank">Perfect</a>&#8220;, que não precisa nem descrever. Neste post, lhes apresentarei uma técnica do &#8220;ensaio&#8221;, por ser muito simples e de alta qualidade (pode ser útil) e os dois da versão final. Mão na massa!</p>
<h2>Método #1</h2>
<p>Sem JavaScript. Só no CSS mesmo! Primeiramente, o código HTML:</p>
<div>
<pre>&lt;img src="images/bg.jpg" alt="" /&gt;</pre>
</div>
<p>Só isso mesmo! A imagem <em>&#8220;bg.jpg&#8221;</em> refere-se a imagem que se deseja utilizar. É importantíssimo que ela tenha uma altura maior que a altura máxima do monitor do visitante do seu site. Também é importantíssimo que ela tenha largura com tamanho bom, para evitar o efeito de pixelização, já citado posteriormente. Chega de bla-bla e vamos ao CSS:</p>
<div>
<pre>#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}</pre>
</div>
<p>Pronto! Aqui um <a title="Exemplo com o Método #1" href="http://css-tricks.com/examples/ImageToBackgroundImage/index.html" target="_blank">exemplo</a> do próprio CSSTricks.</p>
<p>Um projeto muito interessante do Chris com esse conceito é o <a title="Como está o tempo? - Em Inglês" href="http://whatstheweather.net/" target="_blank">What’s The Weather?</a> Vale a pena conferir.</p>
<h2>Método #2</h2>
<p>O método 2 é do post <a title="Post do CSSTrick - Em Inglês" href="http://css-tricks.com/perfect-full-page-background-image/" target="_blank"><em>&#8220;Perfect full page BackGround Image&#8221;</em></a>, e é uma técnica vista <a title="Link Externo" href="http://ringvemedia.com/" target="_blank">neste site</a>. Pretende realizar as seguintes façanhas:</p>
<ul>
<li>Preencher a página inteira com a imagem, sem espaços em branco;</li>
<li>Redimensionar a imagem conforme o necessário;</li>
<li>Manter as proporções da imagem;</li>
<li>A imagem está centralizada na página;</li>
<li>Não causa scrollbars;</li>
<li>Ser Cross-browser (compatívelcom todos os Browsers, exceto em alguns casos o IE6 (<span style="text-decoration:line-through;">novidade!</span>));</li>
<li>Não ser uma fantasia com Flash.</li>
</ul>
<p>Primeiramente, criamos uma div com id #bg (para a imagem de fundo), e outra div com id# cont (para o conteudo), desta forma:</p>
<div>
<pre>&lt;div id="bg"&gt;
   &lt;div&gt;
    &lt;table cellspacing="0" cellpadding="0"&gt;
     &lt;tr&gt;
      &lt;td&gt;&lt;img src="images/bg.jpg" alt=""/&gt;&lt;/td&gt;
     &lt;/tr&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/div&gt;
 &lt;!-- Div de Conteudo --&gt;
&lt;div id="cont"&gt;
 &lt;div&gt;
    Escreva seu conteudo aqui
 &lt;/div&gt;
&lt;/div&gt;</pre>
</div>
<p>Então, criamos os estilos:</p>
<div>
<pre>
img.bg {
	/* Regras de preenchimento do fundo */
	min-height: 100%;
	min-width: 1024px;

	/* Seleção de escala apropriada */
	width: 100%;
	height: auto;

	/* Posicionamento da Imagem */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* Super-Importante */
	/* Nosso conteudo DEVE aparecer sobre a Imagem */
	position: relative; 

	/* Algumas gracinhas pra ficar bonito, mas nao altera a funcionalidade */
	width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

body {
	margin: 0;
	padding: 20px 0 0 0;
}
</pre>
</div>
<p>Veja um <a title="Exemplo com o Método #2" href="http://css-tricks.com/examples/FullPageBackgroundImage/tech2.html" target="_blank">exemplo</a> dessa prática. Muito interessante! Este segundo método foi criado pelo <a title="Página do Doug Neiner" href="http://pixelgraphics.us/" target="_blank">Doug Neiner</a>, como versão alternativa, mas na minha opinião é melhor por não necessitar de JavaScript pra &#8220;acertar&#8221; problemas (apesar de apresentar alguns bugs no IE6 e IE7).</p>
<p>Por enquanto é só, mas em breve mais soluções ai pra galera!</p>
<p>Dúvidas, agradecimentos, soluções, reclamações, todos, <span style="text-decoration:line-through;">exceto o último,</span> serão bem vindos! ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=44&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/09/01/imagem-ocupando-todo-o-background-%e2%80%93-perfect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>
	</item>
		<item>
		<title>Master Pages em PHP – função ob_start()</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/08/11/master-pages-em-php-%e2%80%93-funcao-ob_start/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/08/11/master-pages-em-php-%e2%80%93-funcao-ob_start/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 19:06:06 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[masterpages]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=39</guid>
		<description><![CDATA[Aprenda como utilizar um recurso similar à Master Pages (ASP .NET) em PHP.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=39&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Boas galera, ando um pouco sumido mas agora voltei com força total&#8230;<img class="size-full wp-image-40 alignright" title="Bill Gate$" src="http://viniciuswebmaster.files.wordpress.com/2009/08/bill.jpg?w=510" alt="Bill Gate$"   /></p>
<p>Aulas começando, de volta ao trabalho&#8230; Novo ânimo.</p>
<p>Bem, neste post vou falar sobre uma adaptação em php para simular o efeito de Master Pages do ASP .NET 2.0. (oh, até o Gate$ ficou supreso&#8230; rs)</p>
<p>Como a maioria dos sites usa um mesmo padrão de design em suas páginas, mudando apenas o conteúdo, temos diversas adaptações em php. A mais utilizada é a divisão do site em áreas e a utilização do <a href="http://www.php.net/manual/pt_BR/function.include.php">include()</a> de cada arquivo em sua respectiva área (cabeçalho, conteudo, rodapé e assim por diante).</p>
<p>Uma outra forma de fazer, um pouco mais simples é através das funções de OB (<strong>Output Buffer </strong>) ou simplesmente Buffer de saída. Para ativá-lo usamos a função ob_start(). Segue explicação adiante:</p>
<blockquote><p><em>A função <strong>ob_start</strong> ativa o buffer de saída, não envia saida de script, aguarda até a você encerre o buffer.</em></p></blockquote>
<p>Para encerrar o buffer temos 3 possibilidades, porém nesse tutorial utilizarei apenas o ob_end_clean(). Segue explicação:</p>
<blockquote><p><em>A função <strong>ob_end_clean()</strong> limpa o buffer e o encerra, mas não envia nada à saida.</em></p></blockquote>
<p>Utilizaremos este modo de limpeza pois antes de limpar o buffer, utilizaremos a função ob_get_contents() para recuperar o conteudo que armazenamos no buffer. Segue explicação:</p>
<blockquote><p><em>A função <strong>ob_get_contents() </strong>retorna o conteúdo do buffer. De vital importância para armazenarmos o conteúdo do buffer em uma variável.</em></p></blockquote>
<p>Bem, agora que estamos “por dentro” da teoria, vamos a prática. Neste exemplo, abordaremos um template simples, mas nada impede que tudo seja feito nas normas. Desejamos atinjir o seguinte layout:</p>
<p style="text-align:center;"><strong><img class="size-full wp-image-41 aligncenter" title="Template utilizado no exemplo" src="http://viniciuswebmaster.files.wordpress.com/2009/08/template.jpg?w=510&#038;h=301" alt="Template utilizado no exemplo" width="510" height="301" /><br />
</strong></p>
<p>Primeiramente, definiremos nossa “Master Page”, com todos os elementos de design que irão estar presentes em todas as páginas. Nela existirá um campo para o conteúdo especifico. Vamos ao código:</p>
<p><em>/master.php</em></p>
<div>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
   &lt;title&gt;&lt;?php echo $pagetitle; ?&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body style="margin-top:20px; margin-left:20px; margin-right:20px;"&gt;
   &lt;table width="100%" border="0" cellpadding="10" cellspacing="0" &gt;
      &lt;tr bgcolor="#0F0"&gt;
        &lt;td width="25%" align="center" bgcolor="#FFFFFF"&gt;&lt;img src="vw.jpg" /&gt;&lt;/td&gt;
        &lt;td colspan="3"&gt;&lt;h2&gt;Template do Cabeçalho&lt;/h2&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr bgcolor="#EEEEEE"&gt;
        &lt;td&gt;&lt;a href="#"&gt;Link 1&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;&lt;a href="#"&gt;Link 2&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;&lt;a href="#"&gt;Link 3&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;&lt;a href="#"&gt;Link 4&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;
    &lt;br /&gt;
    &lt;table width="100%" cellpadding="10" cellspacing="0" border="0"&gt;
      &lt;tr&gt;
        &lt;td width="25%" valign="top" bgcolor="#EEEEEE"&gt;&lt;strong&gt;Barra de navegação Lateral&lt;/strong&gt;
          &lt;br /&gt;
          &lt;br /&gt;
          &lt;a href="#"&gt;Link 1&lt;/a&gt;&lt;br /&gt;
          &lt;a href="#"&gt;Link 2&lt;/a&gt;&lt;br /&gt;
          &lt;a href="#"&gt;Link 3&lt;/a&gt;&lt;br /&gt;
        &lt;/td&gt;
        &lt;td width="75%" valign="top"&gt;
          &lt;?php
            echo $pagemaincontent;
          ?&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
   &lt;/table&gt;
   &lt;br /&gt;
   &lt;table width="100%" cellspacing="0" cellpadding="10" border="0"&gt;
     &lt;tr&gt;
       &lt;td colspan="2" bgcolor="#0F0"&gt;Template do Rodapé&lt;/td&gt;
     &lt;/tr&gt;
   &lt;/table&gt;
 &lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<p>Agora, nas páginas específicas, seguimos 3 passos:</p>
<ol>
<li>preenchemos o buffer com o conteudo especifico,  armazenamos em uma variável ($pagemaincontent) e limpamos o buffer;</li>
<li>Atribuimos valor às variáveis que iremos utilizar (neste caso, apenas o título da página, mas poderiamos colocar diversas variáveis);</li>
<li>Fazemos um include da Master Page: include(&#8220;master.php&#8221;);.</li>
</ol>
<p>Vamos ao código:</p>
<p><em>/index.php</em></p>
<div>
<pre>&lt;?php
  //Ativa o Buffer que armazena o conteúdo principal da página
  ob_start();
?&gt;
 &lt;h3&gt;&lt;em&gt;Texto específico desta página&lt;/em&gt;&lt;/h3&gt;
 Lorem ipsum dolor sit amet, consectetuer adipiscing
 elit, sed nonummy nibh euismod tincidunt ut laoreet
 dolore magna aliat volutpat. Ut wisi enim ad minim
 veniam, quis nostrud exercita ullamcorper
 suscipit lobortis nisl ut aliquip ex consequat.
 &lt;br /&gt;&lt;br /&gt;
 Duis autem vel eum iriure dolor in hendrerit in
 vulputate velit molestie consequat, vel illum
 dolore eu feugiat nulla facilisis ats eros et
 accumsan et iusto odio dignissim qui blandit
 prasent up zzril delenit augue duis dolore te
 feugait nulla facilisi. Lorem euismod tincidunt
 erat volutpat. 

&lt;?php
  // pagemaincontent recebe o conteudo do buffer
  $pagemaincontent = ob_get_contents(); 

  // Descarta o conteudo do Buffer
  ob_end_clean(); 

  /* Atribuição das Variáveis da página principal
  * Lembrando que podem ser colocadas novas variáveis,
  * conforme necessidade */
  $pagetitle = "Titulo desta página"; 

  //Include com o Template
  include("master.php");
?&gt;</pre>
</div>
<p>Pronto! Procedemos da mesma forma para outras páginas, além do index. Bonito, rápido, simples e prático!</p>
<p>Por hora é isso&#8230; Para mais detalhes sobre cada função, links para o Manual de PHP em Português BR:</p>
<ul>
<li><a href="http://www.php.net/manual/pt_BR/function.ob-start.php">Função ob_start()</a></li>
<li><a href="http://www.php.net/manual/pt_BR/function.ob-end-clean.php">Função ob_end_clean()</a></li>
<li><a href="http://www.php.net/manual/pt_BR/function.ob-get-contents.php">Função ob_get_contents()</a></li>
</ul>
<p>Dúvidas?  Sugestões? Você faz diferente? Acha melhor? Comente e debateremos com prazer! ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=39&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/08/11/master-pages-em-php-%e2%80%93-funcao-ob_start/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>

		<media:content url="http://viniciuswebmaster.files.wordpress.com/2009/08/bill.jpg" medium="image">
			<media:title type="html">Bill Gate$</media:title>
		</media:content>

		<media:content url="http://viniciuswebmaster.files.wordpress.com/2009/08/template.jpg" medium="image">
			<media:title type="html">Template utilizado no exemplo</media:title>
		</media:content>
	</item>
		<item>
		<title>Campanha: Atualize seu navegador!</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/08/01/campanha-atualize-seu-navegador/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/08/01/campanha-atualize-seu-navegador/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 05:25:00 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[outros]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[navegador]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=35</guid>
		<description><![CDATA[Atualize seu navegador.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=35&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="size-full wp-image-34 aligncenter" title="navegadores" src="http://viniciuswebmaster.files.wordpress.com/2009/08/navegadores.jpg?w=510" alt="navegadores"   /></p>
<p>Boas galera, ainda estou garrado tentando resolver o problema do José (desculpe a demora), estou acompanhando o <a title="Link para o Curso" href="http://cachinacursos.wordpress.com/" target="_blank">curso de PHP</a> e lendo sobre Frameworks de php (Zend e Cake). Breve teremos muitas novidades por aqui.</p>
<p>Por  hora, venho cumprindo uma função de bem para a sociedade,  divulgando a <a title="Página da Capanha" href="http://www.atualizeseunavegador.net/" target="_blank">Campanha Atualize seu navegador!</a></p>
<p>É muito importante ter seu navegador atualizado para poder desfrutar de todos os recursos que a web vem nos proporcionando a cada dia!</p>
<p>Como um exemplo simples vou citar a pagina de exemplo do próprio JCarousel, item já citado neste blog, <a title="Link para o post do JCarousel" href="http://viniciuswebmaster.wordpress.com/2009/07/10/jcarousel/" target="_blank">aqui</a>.</p>
<p>Vejam este <a title="Exemplo" href="http://sorgalla.com/projects/jcarousel/examples/static_simple.html" target="_blank">exemplo</a>. No Firefox 3, a <span style="font-family:Courier New,Courier,monospace;">div</span> que contém as imagens fica com a borda arredondada, graças a propriedade<br />
<span style="font-family:Courier New,Courier,monospace;">-moz-border-radius: 10px;</span> atribuida a esta <span style="font-family:Courier New,Courier,monospace;">div</span> . Já no Internet explorer 8, nada acontece, a <span style="font-family:Courier New,Courier,monospace;">div</span> aparece com bordas quadradas, como se nenhuma configuração existisse.</p>
<p>Bem, essa é uma das muitas desvantagens de se utilizar um navegador ruim. Abaixo segue os links para atualizar seu navegador ou baixar um novo:</p>
<ul>
<li><a title="Página do Firefox" href="http://pt-br.www.mozilla.com/pt-BR/firefox/" target="_blank">Mozilla Firefox 3</a></li>
<li><a title="Página do Internet Explorer" href="http://www.microsoft.com/brasil/windows/internet-explorer/" target="_blank">Internet Explorer 8</a></li>
<li><a title="Página do Google Chrome" href="http://www.google.com/chrome" target="_blank">Google Chrome</a></li>
<li><a title="Página do Opera Browser (em inglês)" href="http://www.opera.com/browser/" target="_blank">Opera Browser</a></li>
<li><a title="Pagina do Safari (em inglês)" href="http://www.apple.com/safari/" target="_blank">Apple Safari</a></li>
<li><a title="Página do Flock (&quot;O Web Browser Social&quot; em inglês)" href="http://flock.com/" target="_blank">Flock</a></li>
</ul>
<p>Por hora é isso, comentários e sugestões serão sempre bem vindos. ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=35&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/08/01/campanha-atualize-seu-navegador/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>

		<media:content url="http://viniciuswebmaster.files.wordpress.com/2009/08/navegadores.jpg" medium="image">
			<media:title type="html">navegadores</media:title>
		</media:content>
	</item>
		<item>
		<title>Curso de PHP</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/07/24/curso-de-php/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/07/24/curso-de-php/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:30:27 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[outros]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cursos]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=29</guid>
		<description><![CDATA[Curso de PHP online<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=29&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Boas galera, ando meio sumido, mas estou procurando uma solução pro problema do nosso amigo José.<img class="size-full wp-image-31  alignright" src="http://viniciuswebmaster.files.wordpress.com/2009/07/php.jpg?w=510" alt="Logo php"   /></p>
<p>Paralelamente, estou acompanhando um curso de php, ministrado online pelo <a title="Página Pessoal" href="http://mayroncachina.net/" target="_blank">Mayron Cachina</a>.</p>
<p>O curso começou a poucos dias, portanto quem tiver interesse em aprender php, pode ter certeza que é um bom investimento de tempo.</p>
<p>A idéia do curso surgiu no <a title="Link para o Fórum" href="http://forum.webly.com.br/index.php?showtopic=26761" target="_blank">Fórum Webly</a>, e após um tempo de maturação, vem a público com uma organização excelente!</p>
<p>O curso esta sendo dado em forma de posts em um blog, o <a title="Link para o Blog" href="http://cachinacursos.wordpress.com/">Curso de PHP</a>.</p>
<p>É isso ai, breve com mais códigos e tutoriais! ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=29&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/07/24/curso-de-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>

		<media:content url="http://viniciuswebmaster.files.wordpress.com/2009/07/php.jpg" medium="image">
			<media:title type="html">Logo php</media:title>
		</media:content>
	</item>
		<item>
		<title>JCarousel &#8211; Configurações avançadas</title>
		<link>http://viniciuswebmaster.wordpress.com/2009/07/15/jcarousel-configuracoes-avancadas/</link>
		<comments>http://viniciuswebmaster.wordpress.com/2009/07/15/jcarousel-configuracoes-avancadas/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 05:38:29 +0000</pubDate>
		<dc:creator>viniciuswebmaster</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Carrosel]]></category>
		<category><![CDATA[Carrousel]]></category>
		<category><![CDATA[JCarousel]]></category>
		<category><![CDATA[JCarroussel]]></category>

		<guid isPermaLink="false">http://viniciuswebmaster.wordpress.com/?p=25</guid>
		<description><![CDATA[Configurações avançadas do Jcarousel ( Mudar skin, Quantidade de Imagens que aparecem por vez e modificações das propriedades da div que contém o carrosel )<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=25&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bem, conforme prometido, aqui estão as configurações avançadas do plugin JCarousel. Ele é extremamente bem feito, e por isso é muito fácil configurar. Vou demonstrar aqui apenas algumas das funcionalidades, mas, com um pouco de experiência em JavaScript e JQuery pode-se fazer milhões de coisas com esse script.</p>
<p>Pra quem não viu as configurações básicas do JCarousel, <a title="JCarousel - Configurações Básicas" href="http://viniciuswebmaster.wordpress.com/2009/07/10/jcarousel/" target="_blank">aqui estão!</a></p>
<p>Bem, Let&#8217;s Go!</p>
<h2 style="font-size:16px;">Skin</h2>
<p>Bem modificar o Skin é muito fácil. E criar um também!  No próprio pack do JCarousel existem dois skin&#8217;s, o <a title="Livraria de Icones do Tango!" href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango</a>, que vem como default, e o <a title="Micro$oft" href="http://microsoft.com" target="_blank">IE7</a> da Microsoft, como opção. Lembrando que o skin deve conter o arquivo .css e as imagens as quais ele referencia, tanto como setas, como possíveis bordas e/ou sombras. Vou ensinar primeiramente como trocar do skin Tango para o IE7. Vamos ao passo a passo:</p>
<ol>
<li>Mude a linha que faz referência ao skin, conforme abaixo:</li>
<div>
<pre>&lt;link rel="stylesheet" type="text/css" href="../skins/<strong>tango</strong>/skin.css" /&gt;</pre>
</div>
<p>para:</p>
<div>
<pre>&lt;link rel="stylesheet" type="text/css" href="../skins/<strong>ie7</strong>/skin.css" /&gt;</pre>
</div>
<li>Depois, na lista de imagens do seu carosel, troque também da seguinte forma:</li>
<div>
<pre>&lt;ul id="mycarousel" class="jcarousel-skin-<strong>tango</strong>"&gt;</pre>
</div>
<p>para:</p>
<div>
<pre>&lt;ul id="mycarousel" class="jcarousel-skin-<strong>ie7</strong>"&gt;</pre>
</div>
</ol>
<p>Pronto, só isso! Queria mais? rs</p>
<h2 style="font-size:16px;">Quantidade de Imagens que aparecem por vez</h2>
<p>A quantidade de imagens que aparecem por vez, por default é 3. Mas, vamos ver como fazer pra alterar pra 2 imagens por vez. Vamos aos passos:</p>
<ol>
<li>Insira a seguinte configuração na tag head da sua página:</li>
<div>
<pre>&lt;script type="text/javascript"&gt;
    jQuery(document).ready(function() {
        jQuery('#mycarousel').jcarousel({
            visible:<strong>2</strong>,  // onde 2 é a quantidade de imagens a aparecer
            scroll:<strong>2</strong>   // pra passar 2 imagens por vez
        });
    });
&lt;/script&gt;</pre>
</div>
<li>Agora, no arquivo &#8220;skin.css&#8221;, dentro da pasta do skin selecionado, faça as seguintes adaptações:</li>
<div>
<pre>.jcarousel-skin-tango .jcarousel-container-horizontal {
    /* Definir tamanho do div que contém as imagens
     * Aqui o width deve ser = (visible * tamanho_da_img) + 8
     * Neste exemplo: width = (2 imagens x 75px) + 8 = 158px */
     width: 158px;
     padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
     /* Define a área visivel
      * Aqui o width deve ser igual em .jcarousel-container-horizontal */
      width:  158px;
      height: 75px;
}</pre>
</div>
</ol>
<p>Pronto, matei dois coelhos com uma cajadada só! Agora já sabemos controlar o número de imagens que aparecem por vez no carrosel, e ainda vimos como controlar <strong>quantas imagens vão passar por vez</strong>, setando a configuração <strong>scroll</strong> no item 1.<br />
Agora que começamos a falar do arquivo &#8220;skin.css&#8221;, achamos os segredos da <span style="text-decoration:line-through;">beleza</span> forma do carrosel!  Vamos explorá-la! ^^</p>
<h2 style="font-size:16px;">Mudando as propriedades da div (do box) que contém o carrosel</h2>
<p>Bem, agora vem a personalização de verdade! No arquivo &#8220;skin.css&#8221;, a primeira coisa que é feita é a definição da div que contém o carrosel, que da toda a diferença no seu trabalho.</p>
<p>Nos skins que temos, que ja vem com o pack do JCarousel, esta div é definida assim:</p>
<div>
<pre>.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px; /* torna as bordas arredondadas (nao funciona no IE)*/
    background: #CFC; /* Cor de fundo */
    border: 1px solid #3C0; /* propriedades da borda (espessura, tipo e cor)*/
}</pre>
</div>
<p>Ai, você pode fazer o que quiser com a div, colocar uma imagem legal de fundo, ao inves de uma cor sólida, pode ainda definir o background como transparent para mostrar o background que a própria página ja possui, pode fazer o que quiser mesmo!<br />
Quem tiver idéias, sugestões, comenta ai que eu tento fazer por aqui! ^^</p>
<p>Bem essas configurações são avançadamente básicas, porque só mexemos com css e parâmetros do código, e como é um código open source, vamos fuçar a vontade!</p>
<p>Quem obtver resultados interessantes, conhecer projetos com o mesmo fim, ficarei muito feliz em publicar aqui no meu blog!</p>
<p>No mais, espero que aproveitem, e até o próximo post! ^^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viniciuswebmaster.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viniciuswebmaster.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viniciuswebmaster.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viniciuswebmaster.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viniciuswebmaster.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viniciuswebmaster.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viniciuswebmaster.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viniciuswebmaster.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viniciuswebmaster.wordpress.com&amp;blog=8383655&amp;post=25&amp;subd=viniciuswebmaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viniciuswebmaster.wordpress.com/2009/07/15/jcarousel-configuracoes-avancadas/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">viniciuswebmaster</media:title>
		</media:content>
	</item>
	</channel>
</rss>
