<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>Silveira Neto</title>
	<link>http://silveiraneto.net</link>
	<description>personal blog</description>
	<lastBuildDate>Wed, 19 Nov 2008 18:20:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>pt-br</language>
	
	<item>
		<title>SVG: There She Is!!</title>
		<description>Two SVG fanart drawings of the very cute animation There She Is!! from South-Korean.

The first one is a sign that is shown from first to last episode, love between cats and bunnies is not allowed. :)

sign_there_she_is.svg

The second, from the pro-love campaign from the fourth episode.

sign2_there_she_is.svg

Enjoy, share, print and modify. They ...</description>
		<link>http://silveiraneto.net/2008/11/19/svg-there-she-is/</link>
			</item>
	<item>
		<title>Parallel Build Benchmark</title>
		<description>You can optimizing your building times using a parallel build process.

The GNU Make supports it using the parameter --jobs=N (or -j=N), where N is the maximum number of jobs that can be realized at the same time, usually compilation jobs. By default, Make will perform just a job per time. ...</description>
		<link>http://silveiraneto.net/2008/11/14/parallel-build-benchmark/</link>
			</item>
	<item>
		<title>Eupodiatamatando.com no Jornal de Brasília.</title>
		<description> Obrigado ao Thiago Silva pelo envio do recorte.

O Eupodiatamatando.com saiu no Jornal de Brasília (esse é o nome mesmo) como um dos blogs famoso por se ocupar de falar mal de celebridades.

Eu agradeço a referencia ao blog, que certamente trouxe visitas também, mas esse não é nem de longe ...</description>
		<link>http://silveiraneto.net/2008/11/12/eupodiatamatandocom-no-jornal-de-brasilia/</link>
			</item>
	<item>
		<title>Seja um Embaixador de Campus da Sun!</title>
		<description>Está aberta uma vaga para o programa de Embaixador de Campus da Sun dentro da Universidade Federal do Ceará.


Como um Embaixador de Campus (aka C.A. ou Campus Ambassador) você receberá uma série de treinamentos (através de um ambiente de aulas web como você nunca viu igual e também através do ...</description>
		<link>http://silveiraneto.net/2008/11/11/seja-um-embaixador-de-campus-da-sun/</link>
			</item>
	<item>
		<title>JavaFX, Defuse the Bomb</title>
		<description>I continue to develop simple games demos to feel better the strengths and weakness of JavaFX for game development.

Preview:

[youtube]hR2LiKiBUgE[/youtube]

Click to play via Java Web Start:


There's a little JavaFX game demo where you have to transport a bomb to a defuse point without touching in the walls. I'm using the collision ...</description>
		<link>http://silveiraneto.net/2008/11/06/javafx-defuse-the-bomb/</link>
			</item>
	<item>
		<title>Apache and JNLP files</title>
		<description>To Apache Web Server correctly handles yours JNLP (Java Network Launch Protocol) files, modify or create a .htaccess file in the top directory of your web site and add the following:
AddType application/x-java-jnlp-file    .jnlp
AddType application/x-java-archive-diff .jardiff
Without these  MIME-types, the user would see the xml jnlp file as a plain text ...</description>
		<link>http://silveiraneto.net/2008/11/06/apache-and-jnlp-files/</link>
			</item>
	<item>
		<title>VII Semana de Tecnologia da Informação na FIC</title>
		<description>Em Outubro eu fiz mais duas apresentações na FIC, durante sua VII Semana de Tecnologia da Informação.

Desenvolvimento de AplicaçõesView SlideShare presentation or Upload your own. (tags: netbeans java)

Downloads:

netbeans_fic.odp
netbeans_fic.pdf


A primeira apresentação foi sobre o NetBeans onde eu pude mostrar as funcionalidades básicas da plataforma e também mostrar na prática, ao vivo ...</description>
		<link>http://silveiraneto.net/2008/11/05/vii-semana-de-tecnologia-da-informacao-na-fic/</link>
			</item>
	<item>
		<title>1º Encontro CEJUG/CEPUG em Iguatu</title>
		<description>Dessa vez foi em Iguatu que o CEJUG marcou presença no Ceará. Foi o primeiro encontro PHP+Java realizado pelas comunidades CEJUG e CEPUG.

Olha só um mapinha das viagens do CEJUG esse ano, só aqui no Ceará. :)


Eu fiz a apresentação Apresetando o CEJUG e o Poder do Java que tradicionalmente ...</description>
		<link>http://silveiraneto.net/2008/11/03/1%c2%ba-encontro-cejugcepug-em-iguatu/</link>
			</item>
	<item>
		<title>JavaFX, rectangular collision detection</title>
		<description>[youtube]NRwRTHPGg6M[/youtube]


In a game I wrote some years ago we handled simple rectangular collisions. Given the points:


We did:
// returning 0 means collision
int collision(int ax, int ay, int bx, int by, int cx, int cy, int dx, int dy){
	return ((ax > dx)&#124;&#124;(bx < cx)&#124;&#124;(ay > dy)&#124;&#124;(by < cy));
}
I'll show here a little ...</description>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/</link>
			</item>
	<item>
		<title>La trahison</title>
		<description>Ceci n'est pas un blogue. </description>
		<link>http://silveiraneto.net/2008/10/28/la-trahison/</link>
			</item>
</channel>
</rss>
