<?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>DeCo</title>
	<atom:link href="http://deco.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://deco.wordpress.com</link>
	<description>Desenvolvimento web.</description>
	<lastBuildDate>Mon, 03 Oct 2011 00:49:18 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='deco.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DeCo</title>
		<link>http://deco.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://deco.wordpress.com/osd.xml" title="DeCo" />
	<atom:link rel='hub' href='http://deco.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Zend_Db_Table #3 &#8211; Lógica de Persistência</title>
		<link>http://deco.wordpress.com/2008/10/11/zend_db_table-3-logica-de-persistencia/</link>
		<comments>http://deco.wordpress.com/2008/10/11/zend_db_table-3-logica-de-persistencia/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 03:42:23 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Db_Table]]></category>
		<category><![CDATA[Zend_Db_Table_Row]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=92</guid>
		<description><![CDATA[O componente Zend_Db_Table possui diversos mecanismos interessantes que poucas pessoas conhecem. Neste post irei falar da classe Zend_Db_Table_Row e a lógica de persistência. Para isto é necessário extender a classe Zend_Db_Table_Row e configura-la na table pelo atributo $_rowClass ou usando &#8230; <a href="http://deco.wordpress.com/2008/10/11/zend_db_table-3-logica-de-persistencia/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=92&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/10/11/zend_db_table-3-logica-de-persistencia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend_Db_Table #2 &#8211; Consultando com Zend_Db_Table_Select</title>
		<link>http://deco.wordpress.com/2008/10/01/zend_db_table-2-consultando-com-zend_db_table_select/</link>
		<comments>http://deco.wordpress.com/2008/10/01/zend_db_table-2-consultando-com-zend_db_table_select/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 19:05:37 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Db_Select]]></category>
		<category><![CDATA[Zend_Db_Table]]></category>
		<category><![CDATA[Zend_Db_Table_Row]]></category>
		<category><![CDATA[Zend_Db_Table_Rowset]]></category>
		<category><![CDATA[Zend_Db_Table_Select]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=90</guid>
		<description><![CDATA[O componente Zend_Db_Table possui um mecanismo de consultas orientado a objetos que torna muito mais prático recuperar registros do banco. Esse mecanismo utliza o objeto Zend_Db_Table_Select e alguns métodos da própria table. Veja a assinatura do método fetchAll: São 4 &#8230; <a href="http://deco.wordpress.com/2008/10/01/zend_db_table-2-consultando-com-zend_db_table_select/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=90&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/10/01/zend_db_table-2-consultando-com-zend_db_table_select/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend_Db_Table #1 &#8211; Introdução</title>
		<link>http://deco.wordpress.com/2008/09/30/zend_db_table-1-introducao/</link>
		<comments>http://deco.wordpress.com/2008/09/30/zend_db_table-1-introducao/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:54:15 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Db_Table]]></category>
		<category><![CDATA[Zend_Db_Table_Row]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=54</guid>
		<description><![CDATA[Zend_Db_Table é um componente do Zend Framework que implementa a pattern Table Data Gateway. Vejamos um exemplo de tabela no MySQL: Agora a representação da tabela no PHP com Zend_Db_Table: Desta forma você já pode utilizar os diversos métodos da &#8230; <a href="http://deco.wordpress.com/2008/09/30/zend_db_table-1-introducao/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=54&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/30/zend_db_table-1-introducao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Compactando a Saída do PHP com GZIP</title>
		<link>http://deco.wordpress.com/2008/09/30/compactando-a-saida-do-php-com-gzip/</link>
		<comments>http://deco.wordpress.com/2008/09/30/compactando-a-saida-do-php-com-gzip/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 19:10:21 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[GZIP]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=52</guid>
		<description><![CDATA[Uma maneira de reduzir o tempo de carregamento de uma página é reduzindo seu tamanho. Entre tantas maneiras, a melhor é usar o mod deflate do apache. Mas só é válido se o seu servidor tiver o mod instalado. Caso &#8230; <a href="http://deco.wordpress.com/2008/09/30/compactando-a-saida-do-php-com-gzip/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=52&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/30/compactando-a-saida-do-php-com-gzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Problemas com caracteres e Zend_Form</title>
		<link>http://deco.wordpress.com/2008/09/26/problemas-com-caracteres-e-zend_form/</link>
		<comments>http://deco.wordpress.com/2008/09/26/problemas-com-caracteres-e-zend_form/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:44:17 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[magic quotes]]></category>
		<category><![CDATA[Zend_Form]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=50</guid>
		<description><![CDATA[Um problema comum para quem está começando a usar o Zend_Form é o escape de aspas. Na verdade o Zend_Form não vem com nenhum filtro ativado por padrão. Isso ocorre por causa da configuração magic quotes que vem habilitada no &#8230; <a href="http://deco.wordpress.com/2008/09/26/problemas-com-caracteres-e-zend_form/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=50&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/26/problemas-com-caracteres-e-zend_form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Divulgação de Sites</title>
		<link>http://deco.wordpress.com/2008/09/26/divulgacao-de-sites/</link>
		<comments>http://deco.wordpress.com/2008/09/26/divulgacao-de-sites/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:28:59 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=48</guid>
		<description><![CDATA[Passiando pela web acabei encontrando um excelente artigo sobre divulgação de sites. Explica sobre buscadores, meta tags, popularidade, PageRank do Google, adWords, diretórios e várias dicas para você botar em prática. Vale a pena dar uma lida.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=48&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/26/divulgacao-de-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Gloogle Chrome e a história do user-agent</title>
		<link>http://deco.wordpress.com/2008/09/09/gloogle-chrome-e-a-historia-do-user-agent/</link>
		<comments>http://deco.wordpress.com/2008/09/09/gloogle-chrome-e-a-historia-do-user-agent/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:30:40 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[user-agent]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=46</guid>
		<description><![CDATA[A compatibilidade com os navegadores praticamente se estabilizou, eis que surge o Google Chrome e os desenvolvedores se perguntam &#8220;mais um?&#8221;. Leia o artigo History of the browser user-agent string e descubra um pouco da história dessa palhaçada toda.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=46&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/09/gloogle-chrome-e-a-historia-do-user-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Como usar o Zend_Loader Corretamente</title>
		<link>http://deco.wordpress.com/2008/09/06/como-usar-o-zend_loader-corretamente/</link>
		<comments>http://deco.wordpress.com/2008/09/06/como-usar-o-zend_loader-corretamente/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 12:57:16 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Loader]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=43</guid>
		<description><![CDATA[Ao contrário que muitos imaginam, o componente Zend_Loader não foi feito para substituir o required_once. Ele serve para carregar arquivos e classes dinamicamente de forma segura. Os casos normais de includes com os nomes de arquivos estáticos devem ser mantidos &#8230; <a href="http://deco.wordpress.com/2008/09/06/como-usar-o-zend_loader-corretamente/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=43&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/06/como-usar-o-zend_loader-corretamente/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Lançamento do Zend Framework 1.6</title>
		<link>http://deco.wordpress.com/2008/09/05/lancamento-do-zend-framework-16/</link>
		<comments>http://deco.wordpress.com/2008/09/05/lancamento-do-zend-framework-16/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 16:44:08 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=41</guid>
		<description><![CDATA[Principais novidades que eu vi até agora: File upload Form Element Captcha Form Element Zend_Session save handler para banco de dados Integração com o Dojo SOAP Componente de paginação Sistema de log com integração ao plugin FireBug do Firefox (veja &#8230; <a href="http://deco.wordpress.com/2008/09/05/lancamento-do-zend-framework-16/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=41&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/05/lancamento-do-zend-framework-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
		<item>
		<title>Hospedagem Grátis PHP 5 + MySQL #2</title>
		<link>http://deco.wordpress.com/2008/09/04/hospedagem-gratis-php-5-mysql-2/</link>
		<comments>http://deco.wordpress.com/2008/09/04/hospedagem-gratis-php-5-mysql-2/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 18:49:42 +0000</pubDate>
		<dc:creator>DeCo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://deco.wordpress.com/?p=39</guid>
		<description><![CDATA[O 000webhost.com é um host gratuito com PHP 5, mysql, cPanel, 250 MB de espaço e 100 GB de transferência mensal. Além de aceitar várias configurações que os outros servidores não aceitam, incluindo arquivos .htaccess para usar rewrite do apache, &#8230; <a href="http://deco.wordpress.com/2008/09/04/hospedagem-gratis-php-5-mysql-2/">Continue lendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deco.wordpress.com&amp;blog=25902&amp;post=39&amp;subd=deco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://deco.wordpress.com/2008/09/04/hospedagem-gratis-php-5-mysql-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2290255aefe534c6f051a05bfea7dccf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">deco</media:title>
		</media:content>
	</item>
	</channel>
</rss>
