<?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>Programação em ASP &#187; letra em maiúsculo</title>
	<atom:link href="http://quantodaniel.wordpress.com/tag/letra-em-maiusculo/feed/" rel="self" type="application/rss+xml" />
	<link>http://quantodaniel.wordpress.com</link>
	<description>Estudando como programar!</description>
	<lastBuildDate>Sun, 02 Aug 2009 06:37:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='quantodaniel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bfc920e28461661a78837d8e9ef12218?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Programação em ASP &#187; letra em maiúsculo</title>
		<link>http://quantodaniel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://quantodaniel.wordpress.com/osd.xml" title="Programação em ASP" />
		<item>
		<title>Letras em maiúsculo com CSS</title>
		<link>http://quantodaniel.wordpress.com/2007/12/29/letras-em-maiusculo-com-css/</link>
		<comments>http://quantodaniel.wordpress.com/2007/12/29/letras-em-maiusculo-com-css/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 22:28:35 +0000</pubDate>
		<dc:creator>quantodaniel</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[letra em maiúsculo]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[text-transform]]></category>

		<guid isPermaLink="false">http://quantodaniel.wordpress.com/2007/12/29/letras-em-maiusculo-com-css/</guid>
		<description><![CDATA[Olá pessoal, meu último post foi sobre como colocar letras em maiúsculo utilizando ASP. Pois bem, existem maneiras mais  fáceis. Uma delas é utilizar CSS. Sim, utilizando CSS podemos simplificar muitas coisas que antes fazíamos com ASP, JavaScript e outras como ASP.
Comparem o post anterior com o código abaixo:
Primeiro caso: Todas em Maiúsculo.

 Primeiro [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quantodaniel.wordpress.com&blog=2059213&post=14&subd=quantodaniel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Olá pessoal, meu último post foi sobre como colocar letras em maiúsculo utilizando ASP. Pois bem, existem maneiras mais  fáceis. Uma delas é utilizar CSS. Sim, utilizando CSS podemos simplificar muitas coisas que antes fazíamos com ASP, JavaScript e outras como ASP.</p>
<p>Comparem o post anterior com o código abaixo:</p>
<p>Primeiro caso: Todas em Maiúsculo.</p>
<ol>
<li> Primeiro criamos uma tag, pode ser qualquer que aceite &#8220;style&#8221;.(span, p, div&#8230;)</li>
<li>Vou utilizar &#8220;span&#8221;.</li>
<li>&lt;span style=&#8221;<b>text-transform:uppercase</b>&#8220;&gt;&lt;/span&gt;</li>
<li>Agora colocamos o texto:</li>
<li>&lt;span style=&#8221;<b>text-transform:uppercase</b>&#8220;&gt;teste de palavras com letras em maiúsculo&lt;/span&gt;</li>
<li>Pronto! Nesse caso, todas as letras estão em maiúsculo.</li>
</ol>
<p><span style="text-transform:uppercase;">Resultado: teste de palavras com letras em maiúsculo</span></p>
<p><span style="text-transform:uppercase;"></span><br />
Segundo caso: Primeira letra de cada palavra em Maiúsculo.</p>
<ol>
<li> Criamos outra tag.</li>
<li>&lt;span style=&#8221;<b>text-transform:capitalize</b>&#8220;&gt;&lt;/span&gt;</li>
<li>Agora colocamos o texto:</li>
<li>&lt;span style=&#8221;<b>text-transform:capitalize</b>&#8220;&gt;teste de palavras com primeira letra em maiúsculo&lt;/span&gt;</li>
<li>Pronto!</li>
</ol>
<p><span style="text-transform:capitalize;">Resultado: teste de palavras com primeira letra em maiúsculo</span></p>
<p><span style="text-transform:capitalize;"></span>Bem mais simples!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quantodaniel.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quantodaniel.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quantodaniel.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quantodaniel.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quantodaniel.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quantodaniel.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quantodaniel.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quantodaniel.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quantodaniel.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quantodaniel.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quantodaniel.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quantodaniel.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quantodaniel.wordpress.com&blog=2059213&post=14&subd=quantodaniel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://quantodaniel.wordpress.com/2007/12/29/letras-em-maiusculo-com-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e1a13a71cc89521c4b6e83f914cbac1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">quantodaniel</media:title>
		</media:content>
	</item>
	</channel>
</rss>