<?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>blog do Zé &#187; Programação</title>
	<atom:link href="http://zefonseca.com/blogs/ze/category/programacao/feed/" rel="self" type="application/rss+xml" />
	<link>http://zefonseca.com/blogs/ze</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:30:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Quando o BB vai retirar o Java de seu sistema web?</title>
		<link>http://zefonseca.com/blogs/ze/java-bb/</link>
		<comments>http://zefonseca.com/blogs/ze/java-bb/#comments</comments>
		<pubDate>Wed, 04 May 2011 14:21:23 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Programação]]></category>
		<category><![CDATA[Segurança de Redes]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=11519</guid>
		<description><![CDATA[Como todo desenvolvedor, chega uma hora em que realmente uma linguagen nos atrai e torna-se a nossa linguagem definitiva. Assim como um cão escolhe um dono, e um casal decide atar laços na igreja. Todo desenvolvedor tem um &#8220;casamento&#8221; com uma linguagem, mesmo que passe 8 horas por dia no seu emprego desenvolvendo em outra. [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/java-bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esqueleto de cliente JDBC para DB2 Express-C</title>
		<link>http://zefonseca.com/blogs/ze/esqueleto-de-cliente-jdbc-para-db2-express-c/</link>
		<comments>http://zefonseca.com/blogs/ze/esqueleto-de-cliente-jdbc-para-db2-express-c/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 01:12:32 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=11440</guid>
		<description><![CDATA[A quem interessar, lá vai um esboço de cliente JDBC para IBM DB2 Express-C. O nome do driver mudou de COM.ibm.db2.jdbc.app.DB2Driver para com.ibm.db2.jcc.DB2Driver É importante, também, acertar o URL de conexão, visto que jdbc:db2:database puxará o driver nível 2, enquanto que jdbc:db2://localhost:50000/SEUBANCODEDADOS usará nível 4(documentado como nível 2 OU 4, porém é quase certo que [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/esqueleto-de-cliente-jdbc-para-db2-express-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Habilitando o Java da Oracle no Firefox 3.6</title>
		<link>http://zefonseca.com/blogs/ze/habilitando-o-java-da-oracle-no-firefox-3-6/</link>
		<comments>http://zefonseca.com/blogs/ze/habilitando-o-java-da-oracle-no-firefox-3-6/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 02:23:37 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10906</guid>
		<description><![CDATA[Talvez você tenha passado batido(a) pela novidade do Firefox 3.6: o Java não é mais habilitado através das opcões de conteúdo(na tela onde o Javascript também era ativado/desativado). E o plugin para a versão 3.6 deve seguir o padrão NPAPI. Então, após apanhar algumas horas para colocar o sistema do Banco do Brasil funcionando novamente [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/habilitando-o-java-da-oracle-no-firefox-3-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A abominável strtok()</title>
		<link>http://zefonseca.com/blogs/ze/a-abominavel-strtok/</link>
		<comments>http://zefonseca.com/blogs/ze/a-abominavel-strtok/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 05:24:31 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10699</guid>
		<description><![CDATA[A função strtok acompanha todos os compiladores ANSI C, e serve para dividir uma string em diversas cadeias menores. Um exemplo seria separar os campos de um registro no formato &#8220;campo a:campo b:campo c&#8221;, uma linha de dados tendo colunas divididas pelo caractere &#8220;:&#8221;. Existem diversos motivos para evitar esta função a qualquer custo. Tive [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/a-abominavel-strtok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como visualizar quais Virtual Hosts o Apache está atendendo no momento</title>
		<link>http://zefonseca.com/blogs/ze/como-visualizar-que-virtual-hosts-o-apache-esta-atendendo-no-momento/</link>
		<comments>http://zefonseca.com/blogs/ze/como-visualizar-que-virtual-hosts-o-apache-esta-atendendo-no-momento/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:19:48 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10691</guid>
		<description><![CDATA[Caso você administre um servidor Apache com dezenas ou centenas de Virtual Hosts, possivelmente já terá se deparado com picos de visitação que, normalmente, testam os limites do servidor. Caso possua apenas um site hospedado por servidor, esqueça o resto deste artigo. No entanto, na grande maioria dos ambientes de hospedagem, um servidor dedicado terá [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/como-visualizar-que-virtual-hosts-o-apache-esta-atendendo-no-momento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gorillas.JS: Versão do clássico GORILLAS.BAS em Javascript + HTML 5</title>
		<link>http://zefonseca.com/blogs/ze/gorillas-js-versao-do-classico-gorillas-bas-em-javascript-html-5/</link>
		<comments>http://zefonseca.com/blogs/ze/gorillas-js-versao-do-classico-gorillas-bas-em-javascript-html-5/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:39:32 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programação]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10685</guid>
		<description><![CDATA[Talvez algum leitor se lembre de um programa chamado QBasic que acompanhava os últimos DOS? Corre o boato de que Bill Gates sempre foi apaixonado pela linguagem BASIC e, por este motivo, foi a linguagem adotada pela Microsoft para tantos de seus produtos(Visual Basic, VBA, VBScript, etc). Talvez seja pelo mesmo motivo que sempre houve [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/gorillas-js-versao-do-classico-gorillas-bas-em-javascript-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brincando com HTML 5 e Canvas</title>
		<link>http://zefonseca.com/blogs/ze/brincando-com-html-5-e-canvas/</link>
		<comments>http://zefonseca.com/blogs/ze/brincando-com-html-5-e-canvas/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 02:58:56 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Dicas para Webmasters]]></category>
		<category><![CDATA[Programação]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10683</guid>
		<description><![CDATA[Buscando aprender mais sobre o HTML 5 e o componente Canvas, realizei um pequeno experimento com trajetórias balísticas. O script é bastante simples. Após inicializar um canvas com 800&#215;400 pixels, o Prototype dispara o evento dom:loaded. O handler deste evento prepara o canvas com um degradê inteiramente feito via Javascript, e liga o botão &#8220;Shoot&#8221; [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/brincando-com-html-5-e-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sybase: SQL Server no Linux em 1998</title>
		<link>http://zefonseca.com/blogs/ze/sybase-sql-server-no-linux-em-1998/</link>
		<comments>http://zefonseca.com/blogs/ze/sybase-sql-server-no-linux-em-1998/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 17:54:46 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Programação]]></category>
		<category><![CDATA[Velharia]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10666</guid>
		<description><![CDATA[O Sybase SQL Server foi um RDBMS robusto e muito utilizado por empresas à partir da segunda metade dos anos 1980. O produto foi atualizado e hoje leva o nome Adaptive Server Parte do código-fonte deste RDBMS foi desenvolvido em parceria com a Microsoft. Na segunda metade dos anos 1990, as empresas romperam o contrato [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/sybase-sql-server-no-linux-em-1998/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buscando uma implementação JDO</title>
		<link>http://zefonseca.com/blogs/ze/buscando-uma-implementacao-jdo/</link>
		<comments>http://zefonseca.com/blogs/ze/buscando-uma-implementacao-jdo/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 12:38:06 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programação]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10661</guid>
		<description><![CDATA[Ao iniciar um novo projeto, é preciso determinar qual será a estratégia para implementação de persistência de dados. Esta decisão é crucial, pois ditará a qualificação e pré-requisitos dos desenvolvedores que o gerente deverá contratar. O sistema escolhido também terá grande influência sobre a produtividade da equipe, o custo total do projeto e, já na [...]]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/buscando-uma-implementacao-jdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combine vários JARs em um só usando NetBeans</title>
		<link>http://zefonseca.com/blogs/ze/combine-varios-jars-em-um-so-usando-netbeans/</link>
		<comments>http://zefonseca.com/blogs/ze/combine-varios-jars-em-um-so-usando-netbeans/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 16:03:40 +0000</pubDate>
		<dc:creator>jfonseca</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://zefonseca.com/blogs/ze/?p=10658</guid>
		<description><![CDATA[Este artigo dá uma dica interessante de como combinar vários JARs em um só utilizando o NetBeans. (A tradução automática é um pouco sofrível, melhor se ler o original. )]]></description>
		<wfw:commentRss>http://zefonseca.com/blogs/ze/combine-varios-jars-em-um-so-usando-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

