<?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; MSN Messenger</title>
	<atom:link href="http://www.xploit29.com/tag/msn-messenger/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>
		<item>
		<title>Soluci&#243;n al v&#237;deo-chat de MSN Messenger</title>
		<link>http://www.xploit29.com/2008/07/solucion-al-video-chat-de-msn-messenger/</link>
		<comments>http://www.xploit29.com/2008/07/solucion-al-video-chat-de-msn-messenger/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 18:00:00 +0000</pubDate>
		<dc:creator>ikcam</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[ekkoTV]]></category>
		<category><![CDATA[MSN Messenger]]></category>
		<category><![CDATA[Solucion]]></category>
		<category><![CDATA[Utilidades]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://www.xploit29.com/2008/07/solucion-al-video-chat-de-msn-messenger/</guid>
		<description><![CDATA[<img width="120" height="58" src="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvlogo.png" class="attachment-post-thumb" alt="ekkotvlogo.png" title="ekkotvlogo.png" />Muchos usuarios de MSN Messenger, software de mensajería instantánea de Microsoft, se quejan de que llegan a conectarse con la otra persona pero no logran visualizar a la otra persona, es más la calidad de la imagen no se parece siquiera un poco a la mostrada en la publicidad para la descarga de MSN Messenger. Para evitar esos problemas existe la alternativa cuyo nombre es ekkoTV. ekkoTV no es una herramienta nueva, ya lleva un buen tiempo en la red ... <div class="read-more"><a href="http://www.xploit29.com/2008/07/solucion-al-video-chat-de-msn-messenger/">Continuar leyendo <span class="meta-nav">&#187;</span></a></div>]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvlogo.png"><img title="ekkotv-logo" height="72" alt="ekkotv-logo" src="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvlogo-thumb.png" width="150" align="left" /></a> Muchos usuarios de MSN Messenger, software de mensajería instantánea de Microsoft, se quejan de que llegan a conectarse con la otra persona pero no logran visualizar a la otra persona, es más la calidad de la imagen no se parece siquiera un poco a la mostrada en la publicidad para la descarga de MSN Messenger. Para evitar esos problemas existe la alternativa cuyo nombre es <a href="http://www.ekko.tv">ekkoTV</a>.</p>
<p align="justify">ekkoTV no es una herramienta nueva, ya lleva un buen tiempo en la red y la he usado muchas veces tras ese concurrente problema con MSN Messenger y me funcionó bien en todo momento mientras hice uso de la aplicación. </p>
<p align="center"><a href="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvcams.png"><img title="ekkotv-cams" height="142" alt="ekkotv-cams" src="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvcams-thumb.png" width="400" /></a> </p>
<p align="justify">Para usarla no es necesario instalar ningún software adicional (trabaja gracias a Flash). Accedes a la web, haces clic sobre el botón “<strong>Start Now</strong>” posteriormente ingresas tu nick, das permiso a la aplicación web para que haga uso de tu cámara web y listo ya estás dentro de ekkoTV. No es necesario que ambos poseen una webcam para usar el servicio, ya que trabaja con audio y vídeo a la vez.</p>
<p align="center"><a href="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvlink.png"><img title="ekkotv-link" height="30" alt="ekkotv-link" src="http://www.xploit29.com/wp-content/uploads/2008/07/ekkotvlink-thumb.png" width="450" /></a> </p>
<p align="justify">Para que la otra persona ingrese a la sala únicamente es&#160; necesario enviarle un enlace y que realice los mismos pasos anteriormente mencionados. El 100% seguro, 100% gratuito y muy fácil y sencillo de usar, además incorpora un chat adicionalmente.</p>
<p align="right">Enlace | <a href="http://www.ekko.tv/">ekkoTV</a>     <br />Vía | <a href="http://www.genbeta.com/2008/05/22-ekkotv-crea-sesion-de-videoconferencias-en-la-web-al-instante">Genbeta</a></p>

	<h4>Entradas relacionadas: </h4>
	<ul class="st-related-posts">
	<li><a href="http://www.xploit29.com/2008/06/utilidades-9-simple-mail-268/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Utilidades 9: Simple Mail 2.68 (30 junio, 2008)">Utilidades 9: Simple Mail 2.68</a></li>
	<li><a href="http://www.xploit29.com/2008/06/utilidades-8-adobe-air-11/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Utilidades 8: Adobe Air 1.1 (18 junio, 2008)">Utilidades 8: Adobe Air 1.1</a></li>
	<li><a href="http://www.xploit29.com/2008/06/snapcasa-capturando-pginas-web/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="SnapCasa, capturando p&aacute;ginas web (4 junio, 2008)">SnapCasa, capturando p&aacute;ginas web</a></li>
	<li><a href="http://www.xploit29.com/2008/08/recibe-una-pgina-web-directamente-a-tu-correo/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Recibe una p&aacute;gina web directamente a tu correo (26 agosto, 2008)">Recibe una p&aacute;gina web directamente a tu correo</a></li>
	<li><a href="http://www.xploit29.com/2008/06/recibe-actualizaciones-de-tus-feeds-a-tu-im/?utm_source=self&utm_medium=nav&utm_campaign=Relacionados" title="Recibe actualizaciones de tus feeds a tu IM (16 junio, 2008)">Recibe actualizaciones de tus feeds a tu IM</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.xploit29.com/2008/07/solucion-al-video-chat-de-msn-messenger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

