<?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>chl  informática</title>
	<atom:link href="http://chlinformatica.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chlinformatica.com</link>
	<description>Blog de informática</description>
	<lastBuildDate>Mon, 02 Jan 2012 00:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Transparencias div css</title>
		<link>http://chlinformatica.com/2012/01/02/transparencias-div-css/</link>
		<comments>http://chlinformatica.com/2012/01/02/transparencias-div-css/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 00:20:51 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=255</guid>
		<description><![CDATA[.opaco{ filter: alpha(opacity=50); opacity: .5; &#160; }]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2012/01/02/transparencias-div-css/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div>
<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">.opaco{
	filter: alpha(opacity=50); 
	opacity: .5;
&nbsp;
}</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2012/01/02/transparencias-div-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Destruir sesiones en php</title>
		<link>http://chlinformatica.com/2011/12/21/destruir-sesiones-en-php/</link>
		<comments>http://chlinformatica.com/2011/12/21/destruir-sesiones-en-php/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 00:04:49 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=253</guid>
		<description><![CDATA[Esto es para hacer el tipico boton de cerrar sesión session_start(); session_unset(); session_destroy(); header(&#34;Location: ../index.php&#34;); /* Redirect browser */]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/12/21/destruir-sesiones-en-php/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><p>Esto es para hacer el tipico boton de cerrar sesión</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">session_start();
session_unset(); 
session_destroy(); 
header(&quot;Location: ../index.php&quot;); /* Redirect browser */</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/12/21/destruir-sesiones-en-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evitar inyecciones SQL</title>
		<link>http://chlinformatica.com/2011/12/19/evitar-inyecciones-sql/</link>
		<comments>http://chlinformatica.com/2011/12/19/evitar-inyecciones-sql/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 22:58:00 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=251</guid>
		<description><![CDATA[Evitar inyecciones SQL $login=mysql_real_escape_string($_GET['login']); $pass=mysql_real_escape_string($_GET['pass']);]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/12/19/evitar-inyecciones-sql/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><p>Evitar inyecciones SQL</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">$login=mysql_real_escape_string($_GET['login']);
$pass=mysql_real_escape_string($_GET['pass']);</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/12/19/evitar-inyecciones-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funciones Jquery imprescindibles</title>
		<link>http://chlinformatica.com/2011/11/27/detectar-si-checkbox-esta-activado/</link>
		<comments>http://chlinformatica.com/2011/11/27/detectar-si-checkbox-esta-activado/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 18:14:43 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=247</guid>
		<description><![CDATA[Detectar si un checkbox esta activado (True o False) &#160; r=$('#identificador').attr(&#34;checked&#34;);]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/27/detectar-si-checkbox-esta-activado/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><h2>Detectar si un checkbox esta activado (True o False)</h2>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&nbsp;
r=$('#identificador').attr(&quot;checked&quot;);</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/27/detectar-si-checkbox-esta-activado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo enviar un mail con php con formato HTML</title>
		<link>http://chlinformatica.com/2011/11/22/enviar-mail-con-php-con-formato-html/</link>
		<comments>http://chlinformatica.com/2011/11/22/enviar-mail-con-php-con-formato-html/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 17:44:17 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=243</guid>
		<description><![CDATA[&#160; $mail=$_get['email']; $nombre=$_get['nombre']; $mensaje=$_get['mensaje']; $codigohtml = ' &#60;style&#62; &#160; h2{ font-family:&#34;Helvetica-normal&#34;, Arial; font-size:18px; &#160; } li{ list-style:none; font-family:&#34;Helvetica-normal&#34;, Arial; font-size:11px; } a{ font-family:&#34;Helvetica-normal&#34;, Arial; font-size:11px; &#160; } &#160; .span{ font-family:&#34;Helvetica-normal&#34;, Arial; font-size:11px; &#160; &#160; } &#160; span{ font-family:&#34;Helvetica-normal&#34;, Arial; font-size:11px; &#160; &#160; } &#160; &#60;/style&#62; &#60;html&#62; &#60;head&#62; &#60;title&#62;Mensaje de $nombre&#60;/title&#62; &#160; &#60;/head&#62; &#60;body&#62; &#60;h2&#62;Contactos de<a href="http://chlinformatica.com/2011/11/22/enviar-mail-con-php-con-formato-html/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/22/enviar-mail-con-php-con-formato-html/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div>
<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&nbsp;
$mail=$_get['email'];
$nombre=$_get['nombre'];
$mensaje=$_get['mensaje'];
$codigohtml = '
&lt;style&gt;
&nbsp;
h2{
font-family:&quot;Helvetica-normal&quot;, Arial;
	font-size:18px;	
&nbsp;
}
li{
		list-style:none;
		font-family:&quot;Helvetica-normal&quot;, Arial;
	font-size:11px;
}
a{
	font-family:&quot;Helvetica-normal&quot;, Arial;
	font-size:11px;	
&nbsp;
}
&nbsp;
.span{
	font-family:&quot;Helvetica-normal&quot;, Arial;
	font-size:11px;
&nbsp;
&nbsp;
}
&nbsp;
span{
	font-family:&quot;Helvetica-normal&quot;, Arial;
	font-size:11px;
&nbsp;
&nbsp;
}
&nbsp;
&lt;/style&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Mensaje de $nombre&lt;/title&gt;
&nbsp;
&lt;/head&gt;
&lt;body&gt;
&lt;h2&gt;Contactos de mi web&lt;/h2&gt;
&lt;li&gt;&lt;b&gt;Nombre:&lt;/b&gt;&lt;/li&gt;&lt;li class=span&gt; '.$nombre.'&lt;/li&gt;
&nbsp;
&lt;li&gt;&lt;b&gt;Contacto:&lt;/b&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=mailto:'.$mail.'&gt;'.$mail.'&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Mensaje:&lt;/b&gt;&lt;/li&gt;&lt;li class=span&gt;'.$mensaje.'&lt;/li&gt;
&nbsp;
.'&lt;/li&gt;
&nbsp;
&lt;/ul&gt;';
$email = info@chlinformatica.com';
$asunto = 'Mi asunto';
$cabeceras = &quot;From: $mail\r\nContent-type: text/html\r\n&quot;;
&nbsp;
&nbsp;
&nbsp;
if (mail($email,$asunto,$codigohtml,$cabeceras))
echo &quot;mensaje enviado&quot;;
else
echo &quot;error el enviar&quot;;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/22/enviar-mail-con-php-con-formato-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imprimir DIV o area con jquery &#124; printArea.js</title>
		<link>http://chlinformatica.com/2011/11/22/imprimir-div/</link>
		<comments>http://chlinformatica.com/2011/11/22/imprimir-div/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 14:40:16 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=234</guid>
		<description><![CDATA[¿Cómo imprimir un área determinada o un div? Primero tienes que bajarte la librería pinchando aqui &#60;script src=&#34;printArea.js&#34;&#62;&#60;/script&#62; $(&#34;div#miDiv&#34;).printArea();]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/22/imprimir-div/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><p>¿Cómo imprimir un área determinada o un div?</p>
<p>Primero tienes que bajarte la librería pinchando <a href="descargas/printArea.js">aqui</a></p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;script src=&quot;printArea.js&quot;&gt;&lt;/script&gt;
$(&quot;div#miDiv&quot;).printArea();</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/22/imprimir-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validar el correo con javascript</title>
		<link>http://chlinformatica.com/2011/11/22/validar-mail-con-javascript/</link>
		<comments>http://chlinformatica.com/2011/11/22/validar-mail-con-javascript/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 09:28:22 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=230</guid>
		<description><![CDATA[Código Javascript &#160; &#60;script&#62; function isEmailAddress(s) { &#160; var filter=/^[A-Za-z][A-Za-z0-9_]*@[A-Za-z0-9_]+.[A-Za-z0-9_.]+[A-za-z]$/; if (s.length == 0 ) return true; if (filter.test(s)) return true; else alert(&#34;Entre una direccion de correo valida&#34;); theElement.focus(); return false; }&#60;/script&#62; &#160; isEmailAddress(&#34;midireccion@dominio.com&#34;)]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/22/validar-mail-con-javascript/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><p>Código Javascript</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&nbsp;
&lt;script&gt;
function isEmailAddress(s)
{
&nbsp;
var filter=/^[A-Za-z][A-Za-z0-9_]*@[A-Za-z0-9_]+.[A-Za-z0-9_.]+[A-za-z]$/;
if (s.length == 0 ) return true;
   if (filter.test(s))
      return true;
   else
     alert(&quot;Entre una direccion de correo valida&quot;);
theElement.focus();
return false;
}&lt;/script&gt;</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&nbsp;
isEmailAddress(&quot;midireccion@dominio.com&quot;)</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/22/validar-mail-con-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo validar un radio button en javascript</title>
		<link>http://chlinformatica.com/2011/11/15/como-validar-radio-button-en-javascript/</link>
		<comments>http://chlinformatica.com/2011/11/15/como-validar-radio-button-en-javascript/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:22:37 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=226</guid>
		<description><![CDATA[&#60;input type=&#34;radio&#34; value=&#34;prueba 1&#34; name=&#34;metodo&#34;/&#62; &#60;input type=&#34;radio&#34; value=&#34;prueba 2&#34; name=&#34;metodo&#34;/&#62; &#60;input type=&#34;radio&#34; value=&#34;prueba 3&#34; name=&#34;metodo&#34;/&#62; Código javaScript var total,valor; total=document.getElementsByName('metodo').length; &#160; for (var i=0;i&#60;total;i++){ valor=document.getElementsByName('metodo').item(i).checked; &#160; if (valor){ nom=document.getElementsByName('metodo').item(i).value; alert(nom); } &#160; &#160; }]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/15/como-validar-radio-button-en-javascript/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div>
<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;input type=&quot;radio&quot; value=&quot;prueba 1&quot;  name=&quot;metodo&quot;/&gt;
&lt;input type=&quot;radio&quot; value=&quot;prueba 2&quot;  name=&quot;metodo&quot;/&gt;
&lt;input type=&quot;radio&quot; value=&quot;prueba 3&quot;  name=&quot;metodo&quot;/&gt;</pre></div></div>

<p>Código javaScript</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">var total,valor;
total=document.getElementsByName('metodo').length;
&nbsp;
for (var i=0;i&lt;total;i++){
valor=document.getElementsByName('metodo').item(i).checked;
&nbsp;
if (valor){
	nom=document.getElementsByName('metodo').item(i).value;
	alert(nom);
}
&nbsp;
&nbsp;
}</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/15/como-validar-radio-button-en-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conceptos en marketing online</title>
		<link>http://chlinformatica.com/2011/11/13/concep/</link>
		<comments>http://chlinformatica.com/2011/11/13/concep/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 15:40:10 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[Marketing online]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=204</guid>
		<description><![CDATA[Listado de palabras en informática: ¿Qué es? CPC: Costes por click CPM: Coste por mil impresiones. CPA: Coste por actividad también conocido por CPL CPD: Coste directo o coste por dia Adsever: Servidor de banner. Tracking: Llamado al seguimiendo de un anuncio o web. Banner: Anuncio para web. Banner cuadrado: Corresponde a un anuncio de<a href="http://chlinformatica.com/2011/11/13/concep/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/13/concep/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><p>Listado de palabras en informática:</p>
<h3>¿Qué es?</h3>
<h2>CPC:</h2>
<p> Costes por click</p>
<h2>CPM:</h2>
<p>Coste por mil impresiones.</p>
<h2> CPA:</h2>
<p> Coste por actividad también conocido por CPL</p>
<h2> CPD:</h2>
<p> Coste directo o coste por dia</p>
<h2>Adsever:</h2>
<p> Servidor de banner.</p>
<h2> Tracking:</h2>
<p> Llamado al seguimiendo de un anuncio o web.</p>
<h2>Banner:</h2>
<p> Anuncio para web.</p>
<h2>Banner cuadrado:</h2>
<p> Corresponde a un anuncio de 300 x 250</p>
<h2>Sky:</h2>
<p> Formato banner 120&#215;600</p>
<h2>Banner Flotante:</h2>
<p> Banner que se situa por encima del contenido y reacciona ante el scroll.</p>
<h2>Mega banner:</h2>
<p>728&#215;90 normalmente se situa en el head de la página</p>
<h2>Botón:</h2>
<p> En publicidad corresponde al anuncio mas pequeño de la sección.</p>
<h2>Interstitial:</h2>
<p> Publicidad flotante que se muestra en full screen.</p>
<h2>Trafficker:</h2>
<p> Persona dedicada a la gestión y administración del adserver.</p>
<h2>Rich Media:</h2>
<p> Formato de publicidad normalmente animado (Flash o Javascript)</p>
<h2>Pixel:</h2>
<p> Unidad mínima de representación de una imagen en pantalla.</p>
<h2>Impresiones:</h2>
<p> Número de veces que una web es impresa en pantalla.</p>
<h2>Páginas vistas</h2>
<p> Su significado equivale a las impresiones.</p>
<h2>Tracking pixel:</h2>
<p> Pixel dedicado al seguimiento de la impresiones de una web o correo electrónico.</p>
<h2>CTR:</h2>
<p> Es un ratio relacionado entre impresiones y click.</p>
<h2>RPM:</h2>
<p> Rendimiento por cada mil impresiones.</p>
<h2>Usuario único:</h2>
<p> En publicidad es usuario por IP o por cookies</p>
<h2>Visita:</h2>
<p> Número de veces que un usuario ha entrado en un sitio web o número de nuevas sesiones.</p>
<h2>Impresiones únicas:</h2>
<p> Sólo se registrará una impresion por cada página nueva que visite el usuario único.</p>
<h2>Porcentaje de rebote:</h2>
<p> Como su nombre indica son los visitantes que han entrado en un  sitio web  y lo han abandonado sin fidelizarlos, cuanto más alto sea este  ratio es peor debido que no está danto el contenido que está buscando el usuario, intente modificar las palabras claves y adecuarlas a su contenido.</p>
<h2>DART:</h2>
<p> Herramienta adserver desarrollada por DOUBLECLICK.</p>
<h2>DFP:</h2>
<p> Dart For Publisher</p>
<h2>Mail Marketing:</h2>
<p> Publicidad enviada por correo.</p>
<h2>Aperturas:</h2>
<p> Numero de veces que se ha leido el mail.</p>
<h2>RMM:</h2>
<p> Herramienta para la creación de RICH MEDIA.</p>
<h2>URCHING:</h2>
<p> Actualmente google analytics.</p>
<h2>Referenciadores</h2>
<p> Enlaces provenientes de otros sitios web</p>
<h2>Clicktag:</h2>
<p> Código que incopora la publicidad normalmente en flash</p>
<h3>Ejemplo de clickTag</h3>
<p>  onclick(){<br />
  getURL(&quot;direccion.html&quot;,&quot;_blank&quot;);<br />
  }</p>
]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/13/concep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Función Ajax con Jquery</title>
		<link>http://chlinformatica.com/2011/11/12/funcion-ajax-con-jquery/</link>
		<comments>http://chlinformatica.com/2011/11/12/funcion-ajax-con-jquery/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 14:29:25 +0000</pubDate>
		<dc:creator>Fran</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://chlinformatica.com/?p=197</guid>
		<description><![CDATA[Función para crear Ajax: &#160; function ajax(){ &#160; &#160; $.ajax({ url: 'pruebas.txt', // En necesario crear un fichero a parte con este nombre // success: function(data) { $('#prueba').html(data); // Esto es similar a innerHTML &#160; } }); &#160; &#160; } Dentro del body &#60;input type=&#34;button&#34; value=&#34;enviar&#34; onclick=&#34;ajax()&#34;&#62; &#60;div id=&#34;prueba&#34;&#62;aqui datos&#60;/div&#62;]]></description>
			<content:encoded><![CDATA[<div id="fb_share">
									<div style="float:left;margin-right:10px;" >
										<a name="fb_share"	href="http://www.facebook.com/http://www.facebook.com/pages/chlinformatica/236882386367766"	target="blank">
											<img src="http://chlinformatica.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.jpg" alt="Fb-Button" />
										</a>	
									</div>
									<div>
										<div id="fb-root"></div>
										<script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
										<fb:like href="http://chlinformatica.com/2011/11/12/funcion-ajax-con-jquery/" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
									</div>					 
								</div><p>Función para crear Ajax:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&nbsp;
function ajax(){
&nbsp;
&nbsp;
$.ajax({
  url: 'pruebas.txt', // En necesario crear un fichero a parte con este nombre //
  success: function(data) {
    $('#prueba').html(data); // Esto es similar a innerHTML
&nbsp;
  }
});
&nbsp;
&nbsp;
}</pre></div></div>

<p>Dentro del body</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;input type=&quot;button&quot; value=&quot;enviar&quot; onclick=&quot;ajax()&quot;&gt;
&lt;div id=&quot;prueba&quot;&gt;aqui datos&lt;/div&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chlinformatica.com/2011/11/12/funcion-ajax-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

