<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title></title>
	<link>http://informatica-practica.net/solocodigo</link>
	<description></description>
	<pubDate>Fri, 16 May 2008 12:25:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Detectar plugins en Explorer con Javascript</title>
		<link>http://informatica-practica.net/solocodigo/index.php/2008/05/16/detectar-plugins-en-explorer-con-javascript/</link>
		<comments>http://informatica-practica.net/solocodigo/index.php/2008/05/16/detectar-plugins-en-explorer-con-javascript/#comments</comments>
		<pubDate>Fri, 16 May 2008 12:24:14 +0000</pubDate>
		<dc:creator>J.F.</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://informatica-practica.net/solocodigo/index.php/2008/05/16/detectar-plugins-en-explorer-con-javascript/</guid>
		<description><![CDATA[Cortesía de Anieto, un útil script que utiliza window.ActiveXObject() comprobar en Internet Explorer que plugins se encuentran instalados, y cuales no.
TEXTO PLANO
JavaScript:




var plugins = &#123;


&#160; &#160; hasAcrobat:function&#40;&#41; &#123;


&#160; &#160; &#160; &#160; if &#40;!window.ActiveXObject&#41; return false;


&#160; &#160; &#160; &#160; try &#123; if &#40;new ActiveXObject&#40;'AcroPDF.PDF'&#41;&#41; return true;&#125;


&#160; &#160; &#160; &#160; catch &#40;e&#41; &#123;&#125;


&#160; &#160; &#160; &#160; try [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Cortesía de <b><a href="http://www.anieto2k.com/2008/05/15/detectar-plugins-instalados-en-internet-explorer/" target="_blank">Anieto,</a></b> un útil script que utiliza <b>window.ActiveXObject()</b> comprobar en Internet Explorer que plugins se encuentran instalados, y cuales no.</p>
<div class="igBar"><span id="ljavascript-3"><a href="#" onclick="javascript:showPlainTxt('javascript-3'); return false;">TEXTO PLANO</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-3">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> plugins = <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasAcrobat:<span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>!window.<span style="color: #006600;">ActiveXObject</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'AcroPDF.PDF'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'PDF.PdfCtrl'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasFlash: <span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>!window.<span style="color: #006600;">ActiveXObject</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ShockwaveFlash.ShockwaveFlash'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasJava: <span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #66cc66;">&#40;</span>!navigator.<span style="color: #006600;">javaEnabled</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasQuickTime: <span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>!window.<span style="color: #006600;">ActiveXObject</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'QuickTime.QuickTime'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'QuickTimeCheckObject.QuickTimeCheck'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasRealPlayer: <span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>!window.<span style="color: #006600;">ActiveXObject</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> definedControls = <span style="color: #66cc66;">&#91;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #3366CC;">'rmocx.RealPlayer G2 Control'</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #3366CC;">'rmocx.RealPlayer G2 Control.1'</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #3366CC;">'RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)'</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #3366CC;">'RealVideo.RealVideo(tm) ActiveX Control (32-bit)'</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #3366CC;">'RealPlayer'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#93;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">var</span> i = <span style="color: #CC0000;color:#800000;">0</span>; i &lt;definedControls.<span style="color: #006600;">length</span>; i++<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span>definedControls<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">continue</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasShockwave: <span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>!window.<span style="color: #006600;">ActiveXObject</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span>’SWCtl.<span style="color: #006600;">SWCtl</span>’<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; hasWMP: <span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>!window.<span style="color: #006600;">ActiveXObject</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; <span style="color: #000066; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span><span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #66cc66;">&#40;</span>’WMPlayer.<span style="color: #006600;">OCX</span>’<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span>e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
Modo de empleo</p>
<div class="igBar"><span id="ljavascript-4"><a href="#" onclick="javascript:showPlainTxt('javascript-4'); return false;">TEXTO PLANO</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-4">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>plugins.<span style="color: #006600;">hasFlash</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #009900; font-style: italic;">//Código en caso de tener flash instalado</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #009900; font-style: italic;">//Código en caso de notener flash instalado</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
<b>Enlace: | <a href="http://www.anieto2k.com/2008/05/15/detectar-plugins-instalados-en-internet-explorer/" target="_blank">Autor</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica-practica.net/solocodigo/index.php/2008/05/16/detectar-plugins-en-explorer-con-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Detectar navegador y versión con Javascript</title>
		<link>http://informatica-practica.net/solocodigo/index.php/2008/05/05/detectar-navegador-y-version-con-javascript/</link>
		<comments>http://informatica-practica.net/solocodigo/index.php/2008/05/05/detectar-navegador-y-version-con-javascript/#comments</comments>
		<pubDate>Mon, 05 May 2008 14:08:17 +0000</pubDate>
		<dc:creator>J.F.</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://informatica-practica.net/solocodigo/index.php/2008/05/05/detectar-navegador-y-version-con-javascript/</guid>
		<description><![CDATA[Con el siguiente código Javascript, seremos capaces de detectar el navegador y la versión de éste utilizado a la hora de cargar nuestra página web. Soporta Internet Explorer, Firefox, Opera y Netscape.
TEXTO PLANO
JavaScript:




// Browser detection


&#160;


// Internet Explorer


var ie&#160; = document.all != null;&#160; //ie4 and above


var ie5 = document.getElementById &#38;&#38; document.all;


var ie6 = document.getElementById &#38;&#38; document.all&#38;&#38;&#40;navigator.appVersion.indexOf&#40;"MSIE [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Con el siguiente código Javascript, seremos capaces de detectar el <strong>navegador y la versión de éste utilizado a la hora de cargar nuestra página web.</strong> Soporta Internet Explorer, Firefox, Opera y Netscape.</p>
<div class="igBar"><span id="ljavascript-6"><a href="#" onclick="javascript:showPlainTxt('javascript-6'); return false;">TEXTO PLANO</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-6">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// Browser detection</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// Internet Explorer</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ie&nbsp; = document.<span style="color: #006600;">all</span> != <span style="color: #003366; font-weight: bold;">null</span>;&nbsp; <span style="color: #009900; font-style: italic;">//ie4 and above</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ie5 = document.<span style="color: #006600;">getElementById</span> &amp;&amp; document.<span style="color: #006600;">all</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ie6 = document.<span style="color: #006600;">getElementById</span> &amp;&amp; document.<span style="color: #006600;">all</span>&amp;&amp;<span style="color: #66cc66;">&#40;</span>navigator.<span style="color: #006600;">appVersion</span>.<span style="color: #006600;">indexOf</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"MSIE 6."</span><span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #CC0000;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// Netscape</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ns4 = document.<span style="color: #006600;">layers</span> != <span style="color: #003366; font-weight: bold;">null</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ns6 = document.<span style="color: #006600;">getElementById</span> &amp;&amp; !document.<span style="color: #006600;">all</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ns&nbsp; = ns4 || ns6;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// Firefox</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ff&nbsp; = !document.<span style="color: #006600;">layers</span> &amp;&amp; !document.<span style="color: #006600;">all</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// Opera</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> op&nbsp; = navigator.<span style="color: #006600;">userAgent</span>.<span style="color: #006600;">indexOf</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"opera"</span><span style="color: #66cc66;">&#41;</span>&gt;<span style="color: #CC0000;color:#800000;">0</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> op7 = op &amp;&amp; operaVersion<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #CC0000;color:#800000;">7</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> op8 = op &amp;&amp; operaVersion<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>&gt;= <span style="color: #CC0000;color:#800000;">8</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// Detects the Opera version</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">function</span> operaVersion<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; agent = navigator.<span style="color: #006600;">userAgent</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; idx = agent.<span style="color: #006600;">indexOf</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"opera"</span><span style="color: #66cc66;">&#41;</span>;&nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #66cc66;">&#40;</span>idx&gt;-<span style="color: #CC0000;color:#800000;">1</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> parseInt<span style="color: #66cc66;">&#40;</span>agent.<span style="color: #006600;">subString</span><span style="color: #66cc66;">&#40;</span>idx+<span style="color: #CC0000;color:#800000;">6</span>,idx+<span style="color: #CC0000;color:#800000;">7</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica-practica.net/solocodigo/index.php/2008/05/05/detectar-navegador-y-version-con-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimizar MySQL</title>
		<link>http://informatica-practica.net/solocodigo/index.php/2008/05/04/optimizar-mysql/</link>
		<comments>http://informatica-practica.net/solocodigo/index.php/2008/05/04/optimizar-mysql/#comments</comments>
		<pubDate>Sun, 04 May 2008 10:49:44 +0000</pubDate>
		<dc:creator>J.F.</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://informatica-practica.net/solocodigo/index.php/2008/05/04/optimizar-mysql/</guid>
		<description><![CDATA[Tanto en el entorno web como en el desarrollo de aplicaciones web para escritorio, la interacción de una aplicación con la base de datos es muy común e importante.
En una base de datos pequeña puede que no tengamos problemas, pero si una base de datos comienza a ser considerable, cualquier despiste, puede acarrearnos problemas, cargando [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Tanto en el entorno web como en el desarrollo de aplicaciones web para escritorio, la interacción de una aplicación con la base de datos es muy común e importante.</p>
<p align="justify">En una base de datos pequeña puede que no tengamos problemas, pero <strong>si una base de datos comienza a ser considerable, cualquier despiste, puede acarrearnos problemas,</strong> cargando registros en memoria de más que no nos hacen falta, realizando un número de consultas elevados, conllevando por consiguiente una ralentización innecesaria de nuestra aplicación.</p>
<p align="justify">Para ello puedes echarle un vistazo a <a href="http://forge.mysql.com/wiki/Top10SQLPerformanceTips" target="_blank"><strong>alguno de los tips que nos proponen en éste listado.</strong></a> Como ejemplo voy a poner algunos consejos:</p>
<ul>
<li>Evita usar la claúsula DISTINCT siempre que sea posible emplear GROUP BY.</li>
<li>Utiliza SQL_NO_CACHE cuando se trate de datos que se están actualizando constantemente.</li>
<li>Trata de guiarte siempre a través de los estándares.</li>
<li>No uses COUNT (*) en tablas Innodb para cada búsqueda. Para ello deberías usar SQL_CALC_FOUND_ROWS y SELECT FOUND_ROWS().</li>
<li>LIMIT m,n no es tan rápido como pueda parecer.</li>
</ul>
<p><strong>Enlace: | <a href="http://forge.mysql.com/wiki/Top10SQLPerformanceTips" target="_blank">MySQL Performance tips</a><br />
Vía: | <a href="http://sentidoweb.com/2008/04/14/consejos-para-optimizar-mysql.php" target="_blank">Sentido Web</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica-practica.net/solocodigo/index.php/2008/05/04/optimizar-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Destinia, hoteles playa del inglés</title>
		<link>http://informatica-practica.net/solocodigo/index.php/2008/05/01/destinia-hoteles-playa-del-ingles/</link>
		<comments>http://informatica-practica.net/solocodigo/index.php/2008/05/01/destinia-hoteles-playa-del-ingles/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:50:30 +0000</pubDate>
		<dc:creator>J.F.</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://informatica-practica.net/solocodigo/index.php/2008/05/01/destinia-hoteles-playa-del-ingles/</guid>
		<description><![CDATA[En un nuevo análisis de web esponsorizado, voy a hablaros de detinia, el buscador de hoteles, concretamente Hoteles baratos Playa del Ingles, una zona muy bonita de Canarias donde podemos pasar el puente.
Sin duda un sitio con buenas playas, donde pasar eśtos días de tremendo calor y relajarnos. Bares, tienda, turismo, y muchas cosas más [...]]]></description>
			<content:encoded><![CDATA[<p>En un nuevo análisis de web esponsorizado, voy a hablaros de detinia, el buscador de hoteles, concretamente <a href="http://destinia.com/hotels/hoteles-en-playa-del-ingles/gran-canaria/espana/europa/508/es" target="_blank"><strong>Hoteles baratos Playa del Ingles,</strong></a> una zona muy bonita de Canarias donde podemos pasar el puente.</p>
<p>Sin duda un sitio con buenas playas, donde pasar eśtos días de tremendo calor y relajarnos. Bares, tienda, turismo, y muchas cosas más pueden ser encontradas en éste destino. Como siempre Destinia nos trae <a href="http://destinia.com/hotels/es" target="_blank"><strong>hoteles baratos,</strong></a> con las mejores ofertas y precios.</p>
<p>Seleccionamos fecha de salida, fecha de vuelta, y podremos filtrar tanto el régimen, como la calidad del hotel que queremos buscar. (1,2,3,4 y 5 estrellas). Como siempre descripcioens de los hoteles, imágenes y valoración del usuario. Podemos buscar con toda clase de servicios, como Jacuzzi, Internet, Gimnasio, restaurante para que podamos disfrutar de todo cuanto queramos, a muy buenos precios.</p>
<p>El proceso de búsqueda es algo lento, pero con un poco de paciencia se nos mostrará un enorme listado de hoteles donde pasar unos días. Si quieres desconectar no dudes en realizar la reserva online. Aquí está el vídeo promocional de Destinia:</p>
<div align="center" style="margin-bottom:8px;"><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/v1wril4v7-U&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/v1wril4v7-U&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://informatica-practica.net/solocodigo/index.php/2008/05/01/destinia-hoteles-playa-del-ingles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Monster.es, el portal de trabajo se renueva</title>
		<link>http://informatica-practica.net/solocodigo/index.php/2008/04/26/monsteres-el-portal-de-trabajo-se-renueva/</link>
		<comments>http://informatica-practica.net/solocodigo/index.php/2008/04/26/monsteres-el-portal-de-trabajo-se-renueva/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 07:30:20 +0000</pubDate>
		<dc:creator>J.F.</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://informatica-practica.net/solocodigo/index.php/2008/04/26/monsteres-el-portal-de-trabajo-se-renueva/</guid>
		<description><![CDATA[En un nuevo análisis patrocinado, voy a hablaros de Monster.es, un portal muy buena a la hora de buscar trabajo por Internet. Bajo el lema “Existe un trabajo perfecto para cada persona”, nos presentan un listado de novedades:

Motor de búsqueda más potente y específico
Enriquecimiento del contenido de ayuda a candidatos
Introducción de mapas que muestran el [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">En un nuevo análisis patrocinado, voy a hablaros de <a href="http://www.monster.es/" target="_blank"><strong>Monster.es, un portal muy buena a la hora de buscar trabajo por Internet.</strong></a> Bajo el lema <em>“Existe un trabajo perfecto para cada persona”,</em> nos presentan un listado de novedades:</p>
<ul>
<li>Motor de búsqueda más potente y específico</li>
<li>Enriquecimiento del contenido de ayuda a candidatos</li>
<li>Introducción de mapas que muestran el lugar de la oferta de empleo</li>
<li>Ofertas de empleo de Monster disponibles desde el móvil</li>
</ul>
<p align="justify">Simplemente has de completar el registro con tus datos, y ya estarás en disposición de enviar tu curriculum a todas las empresas que estimes oportuno.</p>
<p align="justify">Tienen como es normal, filtrado por ciudades, empresas, y muy importante, un mapa que te sirve de ayuda para situar geograficamente la empresa, ya que en ocasiones se encuentran en polígonos perdidos de la mano de dios (hablo por experiencia).</p>
<p align="justify">Además Monster también te ofrece la posibilidad de buscar trabajo en el extranjero. Otro apartado de la web que me ha llamado la atención es <strong>"Orientación profesional",</strong> donde puedes leer diferentes artículos que van desde consejos en la selección de candidatos, hasta datos estadísticas y/o jurídicos.</p>
<p align="justify">Además tienen una campaña publicitaria muy buena, aquí dejo el vídeo, que me parece muy bueno:</p>
<div align="center" style="margin-bottom: 8px;"><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/bPQtx_UDefI&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bPQtx_UDefI&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></div>
<p align="justify">Parece un buen portal de empleo, sobre todo ahora que Infojobs cada vez está más trillado.</p>
<p><b>Enlace: | <a href="http://www.monster.es/" target="_blank">Encuentra trabajo en monster.es</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica-practica.net/solocodigo/index.php/2008/04/26/monsteres-el-portal-de-trabajo-se-renueva/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Charred, un theme genial para Wordpress</title>
		<link>http://informatica-practica.net/solocodigo/index.php/2008/04/17/charred-un-theme-genial-para-wordpress/</link>
		<comments>http://informatica-practica.net/solocodigo/index.php/2008/04/17/charred-un-theme-genial-para-wordpress/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 19:12:12 +0000</pubDate>
		<dc:creator>J.F.</dc:creator>
		
		<category><![CDATA[Recursos]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://informatica-practica.net/solocodigo/index.php/2008/04/17/charred-un-theme-genial-para-wordpress/</guid>
		<description><![CDATA[Hace mucho que no hablo de ningún theme de Wordpress, sobre todo porque no había salido ninguno que aportara algo diferente, pero en ésta ocasión y a través de múltiples sitios he conocido Charred, un bonito theme para nuestro blog.
Trae ya incorporado un bonito efecto de tooltips, a la vez que nos permite agregar imágenes [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Hace mucho que no hablo de ningún theme de Wordpress, sobre todo porque no había salido ninguno que aportara algo diferente, pero en ésta ocasión y a través de múltiples sitios he conocido <strong><a href="http://www.wpelements.com/2008/04/16/introducing-the-charred-wordpress-theme/" title="Charred" target="_blank">Charred,</a> un bonito theme para nuestro blog.</strong></p>
<p align="justify">Trae ya incorporado un bonito efecto de tooltips, a la vez que nos permite agregar imágenes a nuestras entradas. También dispone en la parte superior derecha de un espacio para colocar pequeños espacios publicitarios o nuestra galería de flickr.</p>
<p style="text-align: center"><img src="http://informatica-practica.net/solocodigo/wp-content/charred-trans.png" alt="Charred" /></p>
<p><strong>Enlaces: | <a href="http://www.wpelements.com/2008/04/16/introducing-the-charred-wordpress-theme/" title="Charred" target="_blank">Charred</a> | <a href="http://www.wpelements.com/demos/charred/" title="Demo" target="_blank">Demo</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://informatica-practica.net/solocodigo/index.php/2008/04/17/charred-un-theme-genial-para-wordpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
