<?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>xploit29 - Tecnología al alcance de tus manos &#187; How to</title>
	<atom:link href="http://www.xploit29.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xploit29.com</link>
	<description>Bienvenidos a xploit29, un blog de lo ultimo de la informacion acerca de tecnologia, web 2.0, usabilidad web y más.</description>
	<lastBuildDate>Sat, 24 Dec 2011 22:20:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Actualiza tu mensaje personal del Messenger desde Twitter</title>
		<link>http://www.xploit29.com/2009/04/actualiza-tu-mensaje-personal-del-messenger-desde-twitter/</link>
		<comments>http://www.xploit29.com/2009/04/actualiza-tu-mensaje-personal-del-messenger-desde-twitter/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 00:12:21 +0000</pubDate>
		<dc:creator>ikcam</dc:creator>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Actualización]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[Mensaje personal]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[MSN Messenger]]></category>
		<category><![CDATA[Plus!]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.xploit29.com/2009/04/actualiza-tu-mensaje-personal-del-messenger-desde-twitter/</guid>
		<description><![CDATA[<img width="120" height="117" src="http://www.xploit29.com/wp-content/uploads/2009/04/image.png" class="attachment-post-thumb" alt="image.png" title="image.png" />Con este pequeño y sencillo tutorial lograremos que nuestro mensaje personal del Windows Live Messenger se actualice de acuerdo a lo que publiquemos en Twitter. Requerimientos: Cualquier versión de Windows Live Messenger Messenger Plus! Live Una vez que tengamos instalado ambos programas nos dirigimos al menú Plus! del Messenger. Luego de que estemos en el recuadro de  “Preferencias y opciones” nos dirigimos a “Scripts”. Hacemos clic en “Crear nuevo…” le ponemos el nombre que deseamos y aceptamos. A continuación se ... <div class="read-more"><a href="http://www.xploit29.com/2009/04/actualiza-tu-mensaje-personal-del-messenger-desde-twitter/">Continuar leyendo <span class="meta-nav">&#187;</span></a></div>]]></description>
			<content:encoded><![CDATA[<p align="justify">Con este pequeño y sencillo tutorial lograremos que nuestro mensaje personal del Windows Live Messenger se actualice de acuerdo a lo que publiquemos en <a href="http://twitter.com">Twitter</a>.</p>
<p align="justify">Requerimientos:</p>
<ul>
<li>
<div>Cualquier versión de <a href="http://get.live.com">Windows Live Messenger</a></div>
</li>
<li>
<div><a href="http://www.msgpluslive.es/download/">Messenger Plus! Live</a></div>
</li>
</ul>
<p align="justify">Una vez que tengamos instalado ambos programas nos dirigimos al menú <strong>Plus!</strong> del Messenger.</p>
<p><a rel="lightbox" href="http://www.xploit29.com/wp-content/uploads/2009/04/image.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" src="http://www.xploit29.com/wp-content/uploads/2009/04/image-thumb.png" border="0" alt="image" width="244" height="240" /></a></p>
<p align="justify">Luego de que estemos en el recuadro de  “<strong>Preferencias y opciones</strong>” nos dirigimos a “<strong>Scripts</strong>”. Hacemos clic en “<strong>Crear nuevo…</strong>” le ponemos el nombre que deseamos y <strong>aceptamos</strong>.</p>
<p><a rel="lightbox" href="http://www.xploit29.com/wp-content/uploads/2009/04/image1.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" src="http://www.xploit29.com/wp-content/uploads/2009/04/image-thumb1.png" border="0" alt="image" width="504" height="383" /></a></p>
<p>A continuación se nos presenta un recuadro en el que debemos ingresas las siguientes líneas de código:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> originalMessage <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #339933;">;</span>  
<span style="color: #003366; font-weight: bold;">var</span> lastTwitt <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #339933;">;</span>  
<span style="color: #006600; font-style: italic;">// we assume that the user has  </span>
<span style="color: #006600; font-style: italic;">// the same id in twitter &amp; messenger  </span>
<span style="color: #003366; font-weight: bold;">var</span> twitterServiceUrl <span style="color: #339933;">=</span>  
<span style="color: #3366CC;">&quot;http://twitter.com/statuses/user_timeline/&quot;</span><span style="color: #339933;">+</span>  
Messenger.<span style="color: #660066;">MyEmail</span>.<span style="color: #660066;">split</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;@&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;.json&quot;</span><span style="color: #339933;">;</span>  
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> OnEvent_Initialize<span style="color: #009900;">&#40;</span>MessengerStart<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
originalMessage <span style="color: #339933;">=</span> Messenger.<span style="color: #660066;">MyPersonalMessage</span><span style="color: #339933;">;</span>  
<span style="color: #006600; font-style: italic;">// first twitt  </span>
get_twitt<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> OnEvent_Uninitialize<span style="color: #009900;">&#40;</span>MessengerExit<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
<span style="color: #006600; font-style: italic;">// recover the original message  </span>
<span style="color: #006600; font-style: italic;">// before running the script  </span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>originalMessage <span style="color: #339933;">!=</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
Messenger.<span style="color: #660066;">MyPersonalMessage</span> <span style="color: #339933;">=</span> originalMessage<span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
<span style="color: #009900;">&#125;</span>  
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> get_twitt<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
<span style="color: #003366; font-weight: bold;">var</span> request <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Microsoft.XMLHTTP&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>request<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
request.<span style="color: #660066;">onreadystatechange</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
<span style="color: #000066; font-weight: bold;">if</span>  <span style="color: #009900;">&#40;</span>request.<span style="color: #660066;">readyState</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">4</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
<span style="color: #003366; font-weight: bold;">var</span> x <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">eval</span><span style="color: #009900;">&#40;</span>request.<span style="color: #660066;">responseText</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>x.<span style="color: #660066;">length</span> <span style="color: #339933;">&gt;</span> <span style="color: #CC0000;">0</span> <span style="color: #339933;">&amp;&amp;</span> lastTwitt <span style="color: #339933;">!=</span> x<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">id</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
lastTweet <span style="color: #339933;">=</span> x<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">id</span><span style="color: #339933;">;</span>  
Messenger.<span style="color: #660066;">MyPersonalMessage</span> <span style="color: #339933;">=</span> x<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">text</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
<span style="color: #009900;">&#125;</span>  
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>  
request.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;GET&quot;</span><span style="color: #339933;">,</span> twitterServiceUrl<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
request.<span style="color: #660066;">send</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
MsgPlus.<span style="color: #660066;">AddTimer</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;twittTimer&quot;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">1000</span> <span style="color: #339933;">*</span> <span style="color: #CC0000;">60</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> OnEvent_Timer<span style="color: #009900;">&#40;</span>id<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>id <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;twittTimer&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
get_twitt<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
MsgPlus.<span style="color: #660066;">AddTimer</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;twittTimer&quot;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">1000</span> <span style="color: #339933;">*</span> <span style="color: #CC0000;">60</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p align="justify">Luego de haber guardado y ejecutado el script, de forma <strong>automática se actualizará nuestro mensaje personal del Messenger</strong>, sin la necesidad de ingresar el usuario ni la contraseña de Twitter.</p>
<p align="right">Vía | <a href="http://penyaskitodice.wordpress.com/2008/01/26/scripting-con-msn-plus-actualizando-el-mensaje-personal-con-twitter/">Penyaskito</a></p>

	<h4>Entradas relacionadas: </h4>
	<ul class="st-related-posts">
	<li><a href="http://www.xploit29.com/2008/09/solucionar-problema-con-google-analytics/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Solucionar problema con Google Analytics (2 septiembre, 2008)">Solucionar problema con Google Analytics</a></li>
	<li><a href="http://www.xploit29.com/2008/08/solucionar-conflicto-entre-filezilla-y-adobe-air/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Solucionar conflicto entre Filezilla y Adobe Air (30 agosto, 2008)">Solucionar conflicto entre Filezilla y Adobe Air</a></li>
	<li><a href="http://www.xploit29.com/2008/09/solucin-a-problema-al-instalar-aplicaciones-de-adobe-cs3-en-windows-vista/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Soluci&oacute;n a problema al instalar aplicaciones de Adobe CS3 en Windows Vista (6 septiembre, 2008)">Soluci&oacute;n a problema al instalar aplicaciones de Adobe CS3 en Windows Vista</a></li>
	<li><a href="http://www.xploit29.com/2008/10/crear-tabs-para-cualquier-sitio-con-jquery/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Crear tabs para cualquier sitio con jQuery (Parte I) (13 octubre, 2008)">Crear tabs para cualquier sitio con jQuery (Parte I)</a></li>
	<li><a href="http://www.xploit29.com/2009/02/como-eliminar-una-cuenta-de-hi5/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Como eliminar una cuenta de Hi5 (24 febrero, 2009)">Como eliminar una cuenta de Hi5</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.xploit29.com/2009/04/actualiza-tu-mensaje-personal-del-messenger-desde-twitter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

