<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	xml:lang="pt">
	<title>brunocampagnolo</title>
	<subtitle>um pouco de tudo</subtitle>
        <link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/index.php"/>
        <link rel="self" type="application/atom+xml" href="http://www.brunocampagnolo.com/pivot/atom.xml"/>
	<updated>2008-02-27T16:06:40-03:00</updated>
	<author>
	<name>admin</name>
	<uri>http://www.brunocampagnolo.com/pivot/index.php</uri>
	<email>brunodepaula@gmail.com</email>
	</author>
	<id>tag:brunodepaula,2008:brunocampagnolo</id>
	<generator uri="http://www.pivotlog.net" version="Pivot - 1.40.3: 'Dreadwind'">Pivot</generator>
	<rights>Copyright (c) 2008, Authors of brunocampagnolo</rights>
	
	
	
	<entry>
		<title>Exemplo para cálculo de distância com Geocoding Reverso</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=23" />
		<updated>2007-11-20T16:19:00-03:00</updated>
		<published>2007-11-20T16:14:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.23</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Agora, misturei o exemplo anterior com o código de Geocoding Reverso de:
http://nicogoeminne.googlepages.com/documentation.html</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=23"><![CDATA[
                Agora, misturei o exemplo anterior com o código de Geocoding Reverso de:<br />
<a rel="external" href="http://nicogoeminne.googlepages.com/documentation.html" title="">http://nicogoeminne.googlepages.com/documentation.html</a><textarea rows="23" cols="90" id="scriptTxt"><br />
<!-- script element removed -->
<br />
<!-- script element removed -->
<br />
<br  /><br />
<div id="mapa" style="z-index: 102; width: 600px; height: 300px; "> </div><br />
<br />
<!-- script element removed -->
<br />
Ponto 1:<input  type="text" id="ponto1" size="80" value="Rua Professor Algacyr Munhoz Mader, 3775, Curitiba, Parana, Brasil" /><br  /><br />
Ponto 2: <input  type="text" id="ponto2" size="80" value="Rua Imaculada Conceicao, 1155, Curitiba, Parana, Brasil" /><br  /><br />
<input  type="button"  value="Inicializar Mapa" /><br />
<input  type="button"  value="Calcular Distância" /><br />
</textarea><br />
<button >Executar Exemplo!</button><br />
<iframe id="iframeScript" name="iframeScript" src="" width="700" height="600"><br />
</iframe><br />
<!-- script element removed -->
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Google Maps - Códigos úteis</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=22" />
		<updated>2007-11-20T15:09:00-03:00</updated>
		<published>2007-11-20T15:09:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.22</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Estou separando mais alguns códigos úteis para trabalhar com o Google Maps para o curso que estou montando.</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=22"><![CDATA[
                Estou separando mais alguns códigos úteis para trabalhar com o Google Maps para o curso que estou montando.* Geocoding Reverso usando Google Maps:<br />
<a rel="external" href="http://nicogoeminne.googlepages.com/documentation.html" title="">http://nicogoeminne.googlepages.com/documentation.html</a><br />
* Biblioteca para métodos Extras em polígonos (talvez não seja mais necessária na versão mais nova do Google Maps):<br />
<a rel="external" href="http://econym.googlepages.com/epoly.htm" title="">http://econym.googlepages.com/epoly.htm</a><br />
* Viagem de carro usando a biblioteca externa EPoly:<br />
<a rel="external" href="http://econym.googlepages.com/example_cartrip.htm" title="">http://econym.googlepages.com/example_cartrip.htm</a>
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Acessando MasterPage em ASP.Net</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=21" />
		<updated>2007-11-16T21:20:00-03:00</updated>
		<published>2007-11-16T21:20:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.21</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">* Exemplo para esconder um panel chamado pnPromocoes que fica no Master.
this.Master.FindControl("pnPromocoes").Visible = false;</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=21"><![CDATA[
                * Exemplo para esconder um panel chamado pnPromocoes que fica no Master.<br />
this.Master.FindControl("pnPromocoes").Visible = false;
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Exemplo de Postagem no Twitter em Java e .Net</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=20" />
		<updated>2007-11-16T20:42:00-03:00</updated>
		<published>2007-11-16T20:42:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.20</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Exemplo em Java e .Net.</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=20"><![CDATA[
                Exemplo em Java e .Net.* Autenticacao do Twitter em Java:<br />
http://www.terminally-incoherent.com/blog/2007/04/27/posting-twitter-updates-using-java/<br />
<br />
* Exemplo para Update do Twitter em .Net:<br />
 // Create the web request  <br />
        HttpWebRequest request<br />
          = WebRequest.Create("http://twitter.com/statuses/update.xml") as HttpWebRequest;  <br />
         <br />
        request.Method = "POST";  <br />
        request.ContentType = "application/x-www-form-urlencoded";  <br />
         // Add authentication to request  <br />
        request.Credentials = new NetworkCredential("XXXXXXXXX", "YYYYYYYY");  <br />
        <br />
        // Create the data we want to send  <br />
        string status = "texto a ser enviado";  <br />
        StringBuilder data = new StringBuilder();  <br />
        data.Append("status=" + HttpUtility.UrlEncode(status));  <br />
        // Create a byte array of the data we want to send  <br />
        byte[] byteData = UTF8Encoding.UTF8.GetBytes(data.ToString());  <br />
  <br />
        // Set the content length in the request headers  <br />
        request.ContentLength = byteData.Length;  <br />
  <br />
         // Write data  <br />
        using (Stream postStream = request.GetRequestStream())  <br />
        {  <br />
            postStream.Write(byteData, 0, byteData.Length);  <br />
        }  <br />
<br />
<br />
        <br />
         // Get response  <br />
         using (HttpWebResponse response = request.GetResponse() as HttpWebResponse)  <br />
         {  <br />
            // Get the response stream  <br />
             StreamReader reader = new StreamReader(response.GetResponseStream());  <br />
           <br />
             // Console application output  <br />
             // Resultado do envio<br />
           TextBox1.Text = (reader.ReadToEnd());  <br />
         }
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Exemplo para cálculo de distância com Google Maps</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=19" />
		<updated>2007-11-19T15:16:00-03:00</updated>
		<published>2007-11-16T16:16:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.19</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Exemplo para cálculo de distância entre dois pontos com Google Maps.</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=19"><![CDATA[
                Exemplo para cálculo de distância entre dois pontos com Google Maps.<textarea rows="23" cols="90" id="scriptTxt"><br />
<!-- script element removed -->
<br />
<br  /><br />
<div id="mapa" style="z-index: 102; width: 600px; height: 300px; "> </div><br />
<br />
<!-- script element removed -->
<br />
Ponto 1:<input  type="text" id="ponto1" size="40" value="Rua Professor Algacyr Munhoz Mader, 3775, Curitiba, Parana, Brasil" /><br  /><br />
Ponto 2: <input  type="text" id="ponto2" size="40" value="Rua Imaculada Conceicao, 1155, Curitiba, Parana, Brasil" /><br  /><br />
<input  type="button"  value="Calcular Distância" /><br />
</textarea><br />
<button >Executar Exemplo!</button><br />
<iframe id="iframeScript" name="iframeScript" src="" width="700" height="600"><br />
</iframe><br />
<!-- script element removed -->
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Testando o PopFly! Embed</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=17" />
		<updated>2007-11-05T11:46:00-03:00</updated>
		<published>2007-11-05T11:46:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.17</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text"></summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=17"><![CDATA[
                <iframe style='width:100%; height:600px;' src='http://www.popfly.ms/users/BCP/Blaugh%20Plus%20PageTurner.small' frameborder='no'></iframe>
		]]></content>
		<author>
			<name>brunodepaula</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Teste do sketchcast</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=13" />
		<updated>2007-09-28T20:57:00-03:00</updated>
		<published>2007-09-28T20:57:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.13</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text"></summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=13"><![CDATA[
                <object width="425" height="350"><param name="movie" value="http://sketchcast.com/swf/player.swf?id=yM9Dy9I"></param><param name="wmode" value="transparent"></param><embed src="http://sketchcast.com/swf/player.swf?id=yM9Dy9I" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
		]]></content>
		<author>
			<name>brunodepaula</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Ferramentas para geração online de gráficos e diagramas</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=11" />
		<updated>2007-09-20T13:15:00-03:00</updated>
		<published>2007-09-20T13:08:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.11</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Ultimamente estou pesquisando ferramentas online para a geração de gráficos, diagramas, mapas, e colocando em meu del.icio.us.


Hoje encontrei mais algumas:


 
= Em Java:


* http://www.jfree.org/jfreechart/


* http://www.yworks.com/en/products_yed_about.htm (funciona com Java Web Start)


* http://www.jgraph.com/ 


 
= Aplicações Web:

* http://www.amcharts.com/ 
gráficos estilo Excel

* http://gliffy.com/
Diagramas em geral, uml, fluxo, planta.
Parecida com o Best4c.

* http://www.ammap.com/
mapas: só Europa e EUA</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=11"><![CDATA[
                <p>
Ultimamente estou pesquisando ferramentas online para a gera&ccedil;&atilde;o de <a rel="external" href="http://del.icio.us/bcp/graph?setbundleview=show&amp;setcount=100&amp;setminposts=100">gr&aacute;ficos</a>, <a rel="external" href="http://del.icio.us/bcp/diagram?setbundleview=show&amp;setcount=100&amp;setminposts=100">diagramas</a>, <a rel="external" href="http://del.icio.us/bcp/maps?setbundleview=show&amp;setcount=100&amp;setminposts=100">mapas</a>, e colocando em meu <a rel="external" href="http://del.icio.us/bcp?setbundleview=show&amp;setcount=100&amp;setminposts=100">del.icio.us</a>.
</p>
<p>
Hoje encontrei mais algumas:
</p>
<p>
 
= Em Java:
</p>
<p>
* http://www.jfree.org/jfreechart/
</p>
<p>
* http://www.yworks.com/en/products_yed_about.htm (funciona com Java Web Start)
</p>
<p>
* http://www.jgraph.com/ 
</p>
<p>
 
= Aplica&ccedil;&otilde;es Web:
</p>
* http://www.amcharts.com/ <br />
gr&aacute;ficos estilo Excel<br />
<br />
* http://gliffy.com/<br />
Diagramas em geral, uml, fluxo, planta.<br />
Parecida com o Best4c.<br />
<br />
* http://www.ammap.com/<br />
mapas: s&oacute; Europa e EUA
		]]></content>
		<author>
			<name>brunodepaula</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Mobile Web Server</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=10" />
		<updated>2007-09-13T10:12:00-03:00</updated>
		<published>2007-09-13T10:12:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.10</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Mobile Web Server no ar em http://bcp.mymobilesite.net/home. Entendi a diferença entre o Raccoon e o Mobile Web Server.


O MWS é fechado e o gateway não é configurável. 


Comecei a brincar com o Python Server Pages, mas estou achando meio bagunçado, lembrando a época do ASP.</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=10"><![CDATA[
                <p>
Mobile Web Server no ar em <a rel="external" href="http://bcp.mymobilesite.net/home">http://bcp.mymobilesite.net/home</a>. Entendi a <a rel="external" href="http://www.forum.nokia.com/info/sw.nokia.com/id/070ee5ec-5ee6-4fc9-b5ac-b20af7b10e04/Mobile_Web_Server_How_to_Contribute_v1_0_en.pdf.html">diferen&ccedil;a entre o Raccoon e o Mobile Web Server</a>.
</p>
<p>
O MWS &eacute; fechado e o gateway n&atilde;o &eacute; configur&aacute;vel. 
</p>
<p>
Comecei a brincar com o Python Server Pages, mas estou achando meio bagun&ccedil;ado, lembrando a &eacute;poca do ASP.</p>
		]]></content>
		<author>
			<name>brunodepaula</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Mobile Web Site</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=9" />
		<updated>2007-09-12T15:00:00-03:00</updated>
		<published>2007-09-12T14:58:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.9</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Até agora não recebi a senha do gateway...


Mas, descobri o site: https://mymobilesite.net/ que também é da Nokia e parece ser uma versão do Apache também.


Não descobri ainda a diferença entre os dois.


Tive que desinstalar o Python 1.4 antes de testá-lo..</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=9"><![CDATA[
                <p>
At&eacute; agora n&atilde;o recebi a senha do gateway...
</p>
<p>
Mas, descobri o site: https://mymobilesite.net/ que tamb&eacute;m &eacute; da Nokia e parece ser uma vers&atilde;o do Apache tamb&eacute;m.
</p>
<p>
N&atilde;o descobri ainda a diferen&ccedil;a entre os dois.
</p>
<p>
Tive que desinstalar o Python 1.4 antes de test&aacute;-lo..</p>
		]]></content>
		<author>
			<name>brunodepaula</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Teste</title>
		<link rel="alternate" type="text/html" href="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=3" />
		<updated>2007-08-16T10:37:00-03:00</updated>
		<published>2007-08-16T10:37:00-03:00</published>
		<id>tag:brunodepaula,2008:brunocampagnolo.3</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Teste</summary>
        <content type="html" xml:lang="pt" xml:base="http://www.brunocampagnolo.com/pivot/pivot/entry.php?id=3"><![CDATA[
                TesteTeste
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
</feed>
